[INFO] cloning repository https://github.com/melgenek/rust-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/melgenek/rust-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelgenek%2Frust-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelgenek%2Frust-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c9c0f14c7a070f55978ffc5de3137ed1d6bf3ebb
[INFO] testing melgenek/rust-playground against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelgenek%2Frust-playground" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/melgenek/rust-playground
[INFO] finished tweaking git repo https://github.com/melgenek/rust-playground
[INFO] tweaked toml for git repo https://github.com/melgenek/rust-playground written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/melgenek/rust-playground on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/melgenek/rust-playground already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f8e3113303869eeef89e74e9075bdc1ede30da78c149d6e5dfb42fe61ba51e9
[INFO] running `Command { std: "docker" "start" "-a" "3f8e3113303869eeef89e74e9075bdc1ede30da78c149d6e5dfb42fe61ba51e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f8e3113303869eeef89e74e9075bdc1ede30da78c149d6e5dfb42fe61ba51e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f8e3113303869eeef89e74e9075bdc1ede30da78c149d6e5dfb42fe61ba51e9", kill_on_drop: false }`
[INFO] [stdout] 3f8e3113303869eeef89e74e9075bdc1ede30da78c149d6e5dfb42fe61ba51e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 800d4705e25aa9e80a89c5701b827828c53e5f4891f68309bf66f72e48ade299
[INFO] running `Command { std: "docker" "start" "-a" "800d4705e25aa9e80a89c5701b827828c53e5f4891f68309bf66f72e48ade299", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling getrandom v0.2.8
[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 rust-playground v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::env::temp_dir`
[INFO] [stdout]  --> src/buffer/test_utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::env::temp_dir;
[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: `std::fs::File`
[INFO] [stdout]  --> src/buffer/test_utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf` and `Path`
[INFO] [stdout]  --> src/buffer/test_utils.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fs` and `io`
[INFO] [stdout]  --> src/buffer/test_utils.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{fs, io};
[INFO] [stdout]   |           ^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::distributions::Alphanumeric`
[INFO] [stdout]  --> src/buffer/test_utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::distributions::Alphanumeric;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/buffer/test_utils.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::buffer::constants::PAGE_SIZE`
[INFO] [stdout]  --> src/buffer/test_utils.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::buffer::constants::PAGE_SIZE;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::buffer::types::PageData`
[INFO] [stdout]   --> src/buffer/test_utils.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::buffer::types::PageData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RngCore` and `thread_rng`
[INFO] [stdout]   --> src/buffer/test_utils.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::types::{thread_rng, RngCore};
[INFO] [stdout]    |                    ^^^^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]   --> src/types.rs:25:16
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub(crate) use std::thread;
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageIdIncrementFn` is never used
[INFO] [stdout]  --> src/buffer/buffer_pool.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) type PageIdIncrementFn = Box<dyn Fn(PageId) -> PageId + Send>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeBufferPoolInstance` is never constructed
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct UnsafeBufferPoolInstance {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `find_page`, `flush_page`, `write_page`, `find_fresh_page`, and `allocate_page` are never used
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl UnsafeBufferPoolInstance {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 22 |     fn find_page(&self, page_id: PageId) -> Option<(FrameId, Page)> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     fn write_page(&self, page: &mut Page) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     fn find_fresh_page(&mut self) -> io::Result<Option<(FrameId, Page)>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     fn allocate_page(&mut self) -> PageId {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufferPoolInstance` is never constructed
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct BufferPoolInstance(Arc<Mutex<UnsafeBufferPoolInstance>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/buffer/buffer_pool_instance.rs:72:8
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl BufferPoolInstance {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout]  72 |     fn new_simple(disk_manager: DiskManager, size: usize) -> Self {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  76 |     pub fn new(disk_manager: DiskManager, size: usize, next_page_id: PageId, inc_fn: PageIdIncrementFn) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     pub fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn new_page(&mut self) -> io::Result<Option<Page>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn fetch_page(&mut self, page_id: PageId) -> io::Result<Option<Page>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn unpin_page(&mut self, page_id: PageId, is_dirty: bool) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn delete_page(&mut self, page_id: PageId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_SIZE` is never used
[INFO] [stdout]  --> src/buffer/constants.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub(super) const PAGE_SIZE: usize = 4096;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeDiskManager` is never constructed
[INFO] [stdout]   --> src/buffer/disk_manager.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct UnsafeDiskManager {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DiskManager` is never constructed
[INFO] [stdout]   --> src/buffer/disk_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct DiskManager(Arc<RwLock<UnsafeDiskManager>>);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `write`, `read`, and `offset` are never used
[INFO] [stdout]   --> src/buffer/disk_manager.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl DiskManager {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new<P: AsRef<Path>>(path: P) -> io::Result<DiskManager> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn write(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn read(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn offset(page_id: PageId) -> u64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]  --> src/buffer/lru.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Node {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeLRU` is never constructed
[INFO] [stdout]   --> src/buffer/lru.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct UnsafeLRU {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LRU` is never constructed
[INFO] [stdout]   --> src/buffer/lru.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(super) struct LRU(Arc<Mutex<UnsafeLRU>>);
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add`, `remove`, `remove_last`, and `size` are never used
[INFO] [stdout]   --> src/buffer/lru.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl LRU {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] 22 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn add(&mut self, frame_id: FrameId) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn remove(&mut self, frame_id: FrameId) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn remove_last(&mut self) -> Option<FrameId> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     fn size(&self) -> usize {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafePage` is never constructed
[INFO] [stdout]  --> src/buffer/page.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct UnsafePage {
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]   --> src/buffer/page.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Page(Arc<RwLock<UnsafePage>>);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/buffer/page.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Page {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn access_page_data<F, R>(&mut self, f: F) -> R
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn get_page_id(&self) -> Option<PageId> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn set_page_id(&mut self, page_id: PageId) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn set_dirty(&mut self, is_dirty: bool) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn get_pin_count(&self) -> u32 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn pin(&mut self) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn unpin(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `FrameId` is never used
[INFO] [stdout]  --> src/buffer/types.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) type FrameId = usize;
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageId` is never used
[INFO] [stdout]  --> src/buffer/types.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub(super) type PageId = usize;
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageData` is never used
[INFO] [stdout]  --> src/buffer/types.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) type PageData = [u8; PAGE_SIZE];
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_random` is never used
[INFO] [stdout]   --> src/types.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) fn check_random<F>(f: F, _iterations: usize)
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tuple` is never constructed
[INFO] [stdout]  --> src/hash_table.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Tuple {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bucket` is never constructed
[INFO] [stdout]   --> src/hash_table.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Bucket {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, `is_full`, and `put` are never used
[INFO] [stdout]   --> src/hash_table.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Bucket {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 18 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn is_full(&self, bucket_size_limit: usize) -> bool {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HashTable` is never constructed
[INFO] [stdout]   --> src/hash_table.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct HashTable {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/hash_table.rs:43:8
[INFO] [stdout]     |
[INFO] [stdout]  42 | impl HashTable {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout]  43 |     fn new(bucket_size_limit: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  49 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn put_simple(&mut self, key: u32, value: u32) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     fn expand_directories(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     fn split_bucket(&mut self, bucket_idx: u32) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     fn idx(&self, key: u32) -> u32 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     fn mask(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     fn split_image_idx(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]  --> src/aa_tree/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Node {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_leaf`, `new`, `put`, `collect_to_vec`, `traverse`, and `depth` are never used
[INFO] [stdout]    --> src/aa_tree/mod.rs:14:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl Node {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  14 |     pub fn new_leaf(value: u32) -> Node {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  17 |     pub fn new(value: u32, level: u32) -> Node {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  21 |     pub fn put(&self, value: u32) -> Node {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn collect_to_vec(&self) -> (Vec<u32>, Vec<u32>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn traverse<F>(node: &Node, f: &mut F)
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn depth(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/main.rs:58:73
[INFO] [stdout]    |
[INFO] [stdout] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as u64);
[INFO] [stdout]    |                                                                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as *const () as u64);
[INFO] [stdout]    |                                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
[INFO] running `Command { std: "docker" "inspect" "800d4705e25aa9e80a89c5701b827828c53e5f4891f68309bf66f72e48ade299", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "800d4705e25aa9e80a89c5701b827828c53e5f4891f68309bf66f72e48ade299", kill_on_drop: false }`
[INFO] [stdout] 800d4705e25aa9e80a89c5701b827828c53e5f4891f68309bf66f72e48ade299
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb1d93ef2c650a3903f64b67c63f5b2e34aaee3d256e6f95345494c2c13af779
[INFO] running `Command { std: "docker" "start" "-a" "cb1d93ef2c650a3903f64b67c63f5b2e34aaee3d256e6f95345494c2c13af779", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rust-playground v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::env::temp_dir`
[INFO] [stdout]  --> src/buffer/test_utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::env::temp_dir;
[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: `std::fs::File`
[INFO] [stdout]  --> src/buffer/test_utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs::File;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `PathBuf` and `Path`
[INFO] [stdout]  --> src/buffer/test_utils.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::path::{Path, PathBuf};
[INFO] [stdout]   |                 ^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fs` and `io`
[INFO] [stdout]  --> src/buffer/test_utils.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::{fs, io};
[INFO] [stdout]   |           ^^  ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::distributions::Alphanumeric`
[INFO] [stdout]  --> src/buffer/test_utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::distributions::Alphanumeric;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/buffer/test_utils.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::buffer::constants::PAGE_SIZE`
[INFO] [stdout]  --> src/buffer/test_utils.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::buffer::constants::PAGE_SIZE;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::buffer::types::PageData`
[INFO] [stdout]   --> src/buffer/test_utils.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::buffer::types::PageData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RngCore` and `thread_rng`
[INFO] [stdout]   --> src/buffer/test_utils.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::types::{thread_rng, RngCore};
[INFO] [stdout]    |                    ^^^^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]   --> src/types.rs:25:16
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub(crate) use std::thread;
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageIdIncrementFn` is never used
[INFO] [stdout]  --> src/buffer/buffer_pool.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) type PageIdIncrementFn = Box<dyn Fn(PageId) -> PageId + Send>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeBufferPoolInstance` is never constructed
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct UnsafeBufferPoolInstance {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `find_page`, `flush_page`, `write_page`, `find_fresh_page`, and `allocate_page` are never used
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl UnsafeBufferPoolInstance {
[INFO] [stdout]    | ----------------------------- methods in this implementation
[INFO] [stdout] 22 |     fn find_page(&self, page_id: PageId) -> Option<(FrameId, Page)> {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     fn write_page(&self, page: &mut Page) -> io::Result<()> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     fn find_fresh_page(&mut self) -> io::Result<Option<(FrameId, Page)>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     fn allocate_page(&mut self) -> PageId {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufferPoolInstance` is never constructed
[INFO] [stdout]   --> src/buffer/buffer_pool_instance.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct BufferPoolInstance(Arc<Mutex<UnsafeBufferPoolInstance>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/buffer/buffer_pool_instance.rs:72:8
[INFO] [stdout]     |
[INFO] [stdout]  71 | impl BufferPoolInstance {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout]  72 |     fn new_simple(disk_manager: DiskManager, size: usize) -> Self {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  76 |     pub fn new(disk_manager: DiskManager, size: usize, next_page_id: PageId, inc_fn: PageIdIncrementFn) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  91 |     pub fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn new_page(&mut self) -> io::Result<Option<Page>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn fetch_page(&mut self, page_id: PageId) -> io::Result<Option<Page>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |     pub fn unpin_page(&mut self, page_id: PageId, is_dirty: bool) -> io::Result<bool> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn delete_page(&mut self, page_id: PageId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PAGE_SIZE` is never used
[INFO] [stdout]  --> src/buffer/constants.rs:1:18
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub(super) const PAGE_SIZE: usize = 4096;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeDiskManager` is never constructed
[INFO] [stdout]   --> src/buffer/disk_manager.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct UnsafeDiskManager {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DiskManager` is never constructed
[INFO] [stdout]   --> src/buffer/disk_manager.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct DiskManager(Arc<RwLock<UnsafeDiskManager>>);
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `write`, `read`, and `offset` are never used
[INFO] [stdout]   --> src/buffer/disk_manager.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl DiskManager {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new<P: AsRef<Path>>(path: P) -> io::Result<DiskManager> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn write(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn read(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     fn offset(page_id: PageId) -> u64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]  --> src/buffer/lru.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Node {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafeLRU` is never constructed
[INFO] [stdout]   --> src/buffer/lru.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct UnsafeLRU {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LRU` is never constructed
[INFO] [stdout]   --> src/buffer/lru.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(super) struct LRU(Arc<Mutex<UnsafeLRU>>);
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add`, `remove`, `remove_last`, and `size` are never used
[INFO] [stdout]   --> src/buffer/lru.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl LRU {
[INFO] [stdout]    | -------- associated items in this implementation
[INFO] [stdout] 22 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn add(&mut self, frame_id: FrameId) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn remove(&mut self, frame_id: FrameId) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn remove_last(&mut self) -> Option<FrameId> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     fn size(&self) -> usize {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnsafePage` is never constructed
[INFO] [stdout]  --> src/buffer/page.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct UnsafePage {
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Page` is never constructed
[INFO] [stdout]   --> src/buffer/page.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Page(Arc<RwLock<UnsafePage>>);
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/buffer/page.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl Page {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn access_page_data<F, R>(&mut self, f: F) -> R
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn get_page_id(&self) -> Option<PageId> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn set_page_id(&mut self, page_id: PageId) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn is_dirty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn set_dirty(&mut self, is_dirty: bool) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn get_pin_count(&self) -> u32 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn pin(&mut self) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn unpin(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 |     pub fn reset(&mut self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `FrameId` is never used
[INFO] [stdout]  --> src/buffer/types.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub(super) type FrameId = usize;
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageId` is never used
[INFO] [stdout]  --> src/buffer/types.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub(super) type PageId = usize;
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `PageData` is never used
[INFO] [stdout]  --> src/buffer/types.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub(super) type PageData = [u8; PAGE_SIZE];
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_random` is never used
[INFO] [stdout]   --> src/types.rs:28:15
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub(crate) fn check_random<F>(f: F, _iterations: usize)
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tuple` is never constructed
[INFO] [stdout]  --> src/hash_table.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Tuple {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bucket` is never constructed
[INFO] [stdout]   --> src/hash_table.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Bucket {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get`, `is_full`, and `put` are never used
[INFO] [stdout]   --> src/hash_table.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl Bucket {
[INFO] [stdout]    | ----------- associated items in this implementation
[INFO] [stdout] 18 |     fn new() -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     fn is_full(&self, bucket_size_limit: usize) -> bool {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `HashTable` is never constructed
[INFO] [stdout]   --> src/hash_table.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct HashTable {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/hash_table.rs:43:8
[INFO] [stdout]     |
[INFO] [stdout]  42 | impl HashTable {
[INFO] [stdout]     | -------------- associated items in this implementation
[INFO] [stdout]  43 |     fn new(bucket_size_limit: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  49 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  53 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  70 |     fn put_simple(&mut self, key: u32, value: u32) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     fn expand_directories(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     fn split_bucket(&mut self, bucket_idx: u32) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     fn idx(&self, key: u32) -> u32 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     fn mask(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     fn split_image_idx(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]  --> src/aa_tree/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Node {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new_leaf`, `new`, `put`, `collect_to_vec`, `traverse`, and `depth` are never used
[INFO] [stdout]    --> src/aa_tree/mod.rs:14:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl Node {
[INFO] [stdout]     | --------- associated items in this implementation
[INFO] [stdout]  14 |     pub fn new_leaf(value: u32) -> Node {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  17 |     pub fn new(value: u32, level: u32) -> Node {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  21 |     pub fn put(&self, value: u32) -> Node {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub fn collect_to_vec(&self) -> (Vec<u32>, Vec<u32>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn traverse<F>(node: &Node, f: &mut F)
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     pub fn depth(&self) -> u32 {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/main.rs:58:73
[INFO] [stdout]    |
[INFO] [stdout] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as u64);
[INFO] [stdout]    |                                                                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as *const () as u64);
[INFO] [stdout]    |                                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]  --> src/types.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(shuttle)]
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(shuttle)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stdout]   --> src/types.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(not(shuttle))]
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.08s
[INFO] running `Command { std: "docker" "inspect" "cb1d93ef2c650a3903f64b67c63f5b2e34aaee3d256e6f95345494c2c13af779", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb1d93ef2c650a3903f64b67c63f5b2e34aaee3d256e6f95345494c2c13af779", kill_on_drop: false }`
[INFO] [stdout] cb1d93ef2c650a3903f64b67c63f5b2e34aaee3d256e6f95345494c2c13af779
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3fe94c784bb5152a7029e2240f55d3bf581c012ee3aae65276aaa388ec2fb924
[INFO] running `Command { std: "docker" "start" "-a" "3fe94c784bb5152a7029e2240f55d3bf581c012ee3aae65276aaa388ec2fb924", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::env::temp_dir`
[INFO] [stderr]  --> src/buffer/test_utils.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::env::temp_dir;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fs::File`
[INFO] [stderr]  --> src/buffer/test_utils.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::fs::File;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `PathBuf` and `Path`
[INFO] [stderr]  --> src/buffer/test_utils.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::path::{Path, PathBuf};
[INFO] [stderr]   |                 ^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `fs` and `io`
[INFO] [stderr]  --> src/buffer/test_utils.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::{fs, io};
[INFO] [stderr]   |           ^^  ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand::distributions::Alphanumeric`
[INFO] [stderr]  --> src/buffer/test_utils.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use rand::distributions::Alphanumeric;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `rand::Rng`
[INFO] [stderr]  --> src/buffer/test_utils.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use rand::Rng;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::buffer::constants::PAGE_SIZE`
[INFO] [stderr]  --> src/buffer/test_utils.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use crate::buffer::constants::PAGE_SIZE;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::buffer::types::PageData`
[INFO] [stderr]   --> src/buffer/test_utils.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::buffer::types::PageData;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `RngCore` and `thread_rng`
[INFO] [stderr]   --> src/buffer/test_utils.rs:11:20
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::types::{thread_rng, RngCore};
[INFO] [stderr]    |                    ^^^^^^^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]  --> src/types.rs:1:7
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[cfg(shuttle)]
[INFO] [stderr]   |       ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]  --> src/types.rs:3:7
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(shuttle)]
[INFO] [stderr]   |       ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]  --> src/types.rs:5:7
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg(shuttle)]
[INFO] [stderr]   |       ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]  --> src/types.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[cfg(shuttle)]
[INFO] [stderr]   |       ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider using a Cargo feature instead
[INFO] [stderr]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]            [lints.rust]
[INFO] [stderr]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg(shuttle)]
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[cfg(shuttle)]
[INFO] [stderr]    |       ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:24:11
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `shuttle`
[INFO] [stderr]   --> src/types.rs:27:11
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cfg(not(shuttle))]
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(shuttle)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(shuttle)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread`
[INFO] [stderr]   --> src/types.rs:25:16
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub(crate) use std::thread;
[INFO] [stderr]    |                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `PageIdIncrementFn` is never used
[INFO] [stderr]  --> src/buffer/buffer_pool.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub(super) type PageIdIncrementFn = Box<dyn Fn(PageId) -> PageId + Send>;
[INFO] [stderr]   |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnsafeBufferPoolInstance` is never constructed
[INFO] [stderr]   --> src/buffer/buffer_pool_instance.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | struct UnsafeBufferPoolInstance {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `find_page`, `flush_page`, `write_page`, `find_fresh_page`, and `allocate_page` are never used
[INFO] [stderr]   --> src/buffer/buffer_pool_instance.rs:22:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | impl UnsafeBufferPoolInstance {
[INFO] [stderr]    | ----------------------------- methods in this implementation
[INFO] [stderr] 22 |     fn find_page(&self, page_id: PageId) -> Option<(FrameId, Page)> {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 |     fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     fn write_page(&self, page: &mut Page) -> io::Result<()> {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 |     fn find_fresh_page(&mut self) -> io::Result<Option<(FrameId, Page)>> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 61 |     fn allocate_page(&mut self) -> PageId {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BufferPoolInstance` is never constructed
[INFO] [stderr]   --> src/buffer/buffer_pool_instance.rs:69:12
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub struct BufferPoolInstance(Arc<Mutex<UnsafeBufferPoolInstance>>);
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/buffer/buffer_pool_instance.rs:72:8
[INFO] [stderr]     |
[INFO] [stderr]  71 | impl BufferPoolInstance {
[INFO] [stderr]     | ----------------------- associated items in this implementation
[INFO] [stderr]  72 |     fn new_simple(disk_manager: DiskManager, size: usize) -> Self {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  76 |     pub fn new(disk_manager: DiskManager, size: usize, next_page_id: PageId, inc_fn: PageIdIncrementFn) -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  91 |     pub fn flush_page(&self, page_id: PageId) -> io::Result<bool> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 105 |     pub fn new_page(&mut self) -> io::Result<Option<Page>> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 |     pub fn fetch_page(&mut self, page_id: PageId) -> io::Result<Option<Page>> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 136 |     pub fn unpin_page(&mut self, page_id: PageId, is_dirty: bool) -> io::Result<bool> {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 153 |     pub fn delete_page(&mut self, page_id: PageId) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `PAGE_SIZE` is never used
[INFO] [stderr]  --> src/buffer/constants.rs:1:18
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub(super) const PAGE_SIZE: usize = 4096;
[INFO] [stderr]   |                  ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnsafeDiskManager` is never constructed
[INFO] [stderr]   --> src/buffer/disk_manager.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | struct UnsafeDiskManager {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DiskManager` is never constructed
[INFO] [stderr]   --> src/buffer/disk_manager.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct DiskManager(Arc<RwLock<UnsafeDiskManager>>);
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `write`, `read`, and `offset` are never used
[INFO] [stderr]   --> src/buffer/disk_manager.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 19 | impl DiskManager {
[INFO] [stderr]    | ---------------- associated items in this implementation
[INFO] [stderr] 20 |     pub fn new<P: AsRef<Path>>(path: P) -> io::Result<DiskManager> {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 |     pub fn write(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub fn read(&self, page_id: PageId, buf: &mut [u8]) -> io::Result<()> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |     fn offset(page_id: PageId) -> u64 {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Node` is never constructed
[INFO] [stderr]  --> src/buffer/lru.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | struct Node {
[INFO] [stderr]   |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnsafeLRU` is never constructed
[INFO] [stderr]   --> src/buffer/lru.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | struct UnsafeLRU {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `LRU` is never constructed
[INFO] [stderr]   --> src/buffer/lru.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub(super) struct LRU(Arc<Mutex<UnsafeLRU>>);
[INFO] [stderr]    |                   ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `add`, `remove`, `remove_last`, and `size` are never used
[INFO] [stderr]   --> src/buffer/lru.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | impl LRU {
[INFO] [stderr]    | -------- associated items in this implementation
[INFO] [stderr] 22 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 |     pub fn add(&mut self, frame_id: FrameId) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn remove(&mut self, frame_id: FrameId) {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 65 |     pub fn remove_last(&mut self) -> Option<FrameId> {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 |     fn size(&self) -> usize {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnsafePage` is never constructed
[INFO] [stderr]  --> src/buffer/page.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 5 | struct UnsafePage {
[INFO] [stderr]   |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Page` is never constructed
[INFO] [stderr]   --> src/buffer/page.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct Page(Arc<RwLock<UnsafePage>>);
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]   --> src/buffer/page.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl Page {
[INFO] [stderr]    | --------- associated items in this implementation
[INFO] [stderr] 16 |     pub fn new() -> Self {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 20 |     pub fn access_page_data<F, R>(&mut self, f: F) -> R
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 28 |     pub fn get_page_id(&self) -> Option<PageId> {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 32 |     pub fn set_page_id(&mut self, page_id: PageId) {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub fn is_dirty(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |     pub fn set_dirty(&mut self, is_dirty: bool) {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 44 |     pub fn get_pin_count(&self) -> u32 {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 48 |     pub fn pin(&mut self) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     pub fn unpin(&mut self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 58 |     pub fn reset(&mut self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `FrameId` is never used
[INFO] [stderr]  --> src/buffer/types.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub(super) type FrameId = usize;
[INFO] [stderr]   |                 ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `PageId` is never used
[INFO] [stderr]  --> src/buffer/types.rs:4:17
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub(super) type PageId = usize;
[INFO] [stderr]   |                 ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `PageData` is never used
[INFO] [stderr]  --> src/buffer/types.rs:5:17
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub(super) type PageData = [u8; PAGE_SIZE];
[INFO] [stderr]   |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `check_random` is never used
[INFO] [stderr]   --> src/types.rs:28:15
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub(crate) fn check_random<F>(f: F, _iterations: usize)
[INFO] [stderr]    |               ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tuple` is never constructed
[INFO] [stderr]  --> src/hash_table.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | struct Tuple {
[INFO] [stderr]   |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Bucket` is never constructed
[INFO] [stderr]   --> src/hash_table.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | struct Bucket {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `get`, `is_full`, and `put` are never used
[INFO] [stderr]   --> src/hash_table.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl Bucket {
[INFO] [stderr]    | ----------- associated items in this implementation
[INFO] [stderr] 18 |     fn new() -> Self {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 26 |     fn is_full(&self, bucket_size_limit: usize) -> bool {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `HashTable` is never constructed
[INFO] [stderr]   --> src/hash_table.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | struct HashTable {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/hash_table.rs:43:8
[INFO] [stderr]     |
[INFO] [stderr]  42 | impl HashTable {
[INFO] [stderr]     | -------------- associated items in this implementation
[INFO] [stderr]  43 |     fn new(bucket_size_limit: usize) -> Self {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr]  49 |     fn get(&self, key: u32) -> Vec<u32> {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr]  53 |     fn put(&mut self, key: u32, value: u32) {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr]  70 |     fn put_simple(&mut self, key: u32, value: u32) {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  74 |     fn expand_directories(&mut self) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  88 |     fn split_bucket(&mut self, bucket_idx: u32) {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 104 |     fn idx(&self, key: u32) -> u32 {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 108 |     fn mask(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stderr]     |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 |     fn split_image_idx(bucket_idx: u32, depth: u32) -> u32 {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Node` is never constructed
[INFO] [stderr]  --> src/aa_tree/mod.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | struct Node {
[INFO] [stderr]   |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new_leaf`, `new`, `put`, `collect_to_vec`, `traverse`, and `depth` are never used
[INFO] [stderr]    --> src/aa_tree/mod.rs:14:12
[INFO] [stderr]     |
[INFO] [stderr]  13 | impl Node {
[INFO] [stderr]     | --------- associated items in this implementation
[INFO] [stderr]  14 |     pub fn new_leaf(value: u32) -> Node {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  17 |     pub fn new(value: u32, level: u32) -> Node {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  21 |     pub fn put(&self, value: u32) -> Node {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr]  90 |     pub fn collect_to_vec(&self) -> (Vec<u32>, Vec<u32>) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 100 |     fn traverse<F>(node: &Node, f: &mut F)
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 113 |     pub fn depth(&self) -> u32 {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-playground` (lib) generated 49 warnings (run `cargo fix --lib -p rust-playground` to apply 10 suggestions)
[INFO] [stderr] warning: direct cast of function item into an integer
[INFO] [stderr]   --> src/main.rs:58:73
[INFO] [stderr]    |
[INFO] [stderr] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as u64);
[INFO] [stderr]    |                                                                         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stderr] help: first cast to a pointer `as *const ()`
[INFO] [stderr]    |
[INFO] [stderr] 58 |         std::ptr::write(stack_ptr.offset(SSIZE - 16) as *mut u64, hello as *const () as u64);
[INFO] [stderr]    |                                                                         ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-playground` (bin "rust-playground" test) generated 1 warning (run `cargo fix --bin "rust-playground" -p rust-playground --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `rust-playground` (lib test) generated 12 warnings (12 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_playground-63eb12af30f732e6)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test aa_tree::test::should_create_tree ... ok
[INFO] [stdout] test aa_tree::test::should_build_example_1 ... ok
[INFO] [stdout] test aa_tree::test::should_not_mutate_existing_tree ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_create_new_page_when_full ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_fetch_cached_page ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_read_page_without_write ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_not_flush_when_page_does_not_exist ... ok
[INFO] [stdout] test buffer::lru::test::should_add_remove_when_interleave ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_read_write_delete_page ... ok
[INFO] [stdout] test buffer::lru::test::should_remove_from_empty_lru ... ok
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_run_scenario ... ok
[INFO] [stdout] test buffer::lru::test::should_find_no_last_in_empty_lru ... ok
[INFO] [stdout] test buffer::disk_manager::test::should_read_without_writing ... ok
[INFO] [stdout] test buffer::lru::test::should_work ... ok
[INFO] [stdout] test buffer::page::test::should_read_write_page ... ok
[INFO] [stdout] test buffer::page::test::should_set_unset_is_dirty ... ok
[INFO] [stdout] test hash_table::test::should_find_least_significant_bits ... ok
[INFO] [stdout] test buffer::disk_manager::test::should_read_write_page ... ok
[INFO] [stdout] test hash_table::test::should_get_split_image_idx ... ok
[INFO] [stdout] test hash_table::test::should_not_find_non_existent_value ... ok
[INFO] [stdout] test buffer::page::test::should_set_reset_page_id ... ok
[INFO] [stdout] test hash_table::test::should_put_get_multiple_values ... ok
[INFO] [stdout] test buffer::page::test::should_pin_unpin_page ... ok
[INFO] [stdout] test hash_table::test::should_put_get_multiple ... ok
[INFO] [stdout] test hash_table::test::should_put_get ... ok
[INFO] [stdout] test buffer::lru::test::should_work_concurrently ... ok
[INFO] [stdout] test buffer::disk_manager::test::should_read_write_page_at_non_0 ... FAILED
[INFO] [stdout] test buffer::buffer_pool_instance::test::should_work_concurrently ... FAILED
[INFO] [stdout] test buffer::disk_manager::test::should_work_concurrently ... FAILED
[INFO] [stdout] test aa_tree::test::should_build_balanced_tree ... ok
[INFO] [stdout] test hash_table::test::should_put_get_many ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- buffer::disk_manager::test::should_read_write_page_at_non_0 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'buffer::disk_manager::test::should_read_write_page_at_non_0' (37) panicked at src/buffer/disk_manager.rs:85:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout]  right: [62, 47, 171, 22, 128, 255, 56, 252, 242, 6, 227, 81, 184, 196, 255, 153, 137, 42, 136, 58, 220, 93, 136, 186, 136, 82, 169, 217, 61, 116, 27, 127, 46, 185, 197, 195, 180, 24, 98, 28, 121, 140, 155, 248, 132, 73, 137, 24, 145, 170, 197, 133, 252, 232, 233, 219, 111, 206, 209, 112, 129, 33, 64, 220, 84, 4, 212, 58, 216, 99, 231, 102, 69, 141, 63, 229, 76, 44, 211, 100, 148, 161, 253, 17, 160, 56, 17, 100, 102, 170, 180, 119, 237, 111, 187, 197, 155, 6, 187, 75, 80, 11, 90, 72, 188, 185, 74, 79, 78, 99, 168, 28, 159, 150, 5, 187, 159, 207, 85, 57, 175, 251, 243, 47, 46, 239, 110, 127, 7, 61, 153, 84, 130, 164, 191, 153, 156, 27, 145, 60, 12, 96, 79, 249, 38, 139, 134, 205, 146, 116, 164, 193, 118, 159, 238, 121, 230, 61, 4, 28, 30, 237, 136, 69, 128, 237, 56, 134, 86, 33, 104, 166, 4, 143, 66, 94, 49, 24, 50, 77, 190, 85, 68, 208, 27, 93, 241, 152, 244, 250, 67, 60, 252, 12, 217, 162, 34, 105, 111, 234, 234, 58, 5, 220, 23, 215, 192, 86, 9, 45, 104, 211, 208, 244, 178, 26, 176, 125, 94, 71, 58, 218, 150, 20, 177, 54, 184, 27, 127, 102, 253, 205, 162, 39, 226, 195, 68, 125, 0, 82, 203, 166, 66, 31, 204, 176, 96, 237, 252, 73, 116, 72, 75, 66, 210, 14, 191, 18, 46, 121, 210, 210, 106, 227, 222, 178, 181, 43, 237, 18, 85, 3, 29, 202, 182, 237, 104, 250, 136, 150, 173, 233, 250, 201, 119, 19, 148, 138, 91, 165, 184, 123, 112, 61, 128, 188, 237, 249, 162, 66, 84, 242, 245, 197, 54, 180, 232, 152, 27, 61, 114, 130, 255, 18, 118, 199, 76, 134, 167, 53, 134, 186, 213, 203, 206, 127, 52, 100, 110, 40, 79, 103, 229, 66, 160, 236, 111, 212, 121, 139, 181, 97, 70, 146, 12, 245, 112, 230, 121, 1, 210, 231, 13, 204, 127, 195, 6, 100, 18, 243, 225, 13, 243, 152, 99, 216, 129, 198, 221, 172, 249, 201, 35, 110, 209, 237, 113, 226, 85, 242, 190, 209, 222, 5, 69, 65, 19, 102, 255, 23, 182, 143, 150, 233, 2, 158, 238, 77, 69, 63, 253, 178, 132, 45, 237, 247, 201, 43, 47, 137, 12, 6, 15, 157, 70, 73, 28, 233, 8, 200, 139, 87, 205, 100, 208, 186, 139, 228, 231, 194, 131, 51, 15, 216, 63, 211, 168, 63, 160, 127, 183, 113, 115, 101, 154, 127, 41, 208, 13, 139, 77, 157, 29, 91, 210, 227, 100, 252, 15, 250, 26, 185, 75, 81, 125, 178, 138, 182, 78, 215, 34, 217, 13, 187, 249, 232, 213, 152, 40, 114, 88, 161, 66, 149, 215, 74, 173, 131, 162, 131, 136, 36, 44, 6, 211, 146, 197, 204, 237, 74, 181, 149, 25, 139, 191, 139, 239, 158, 65, 225, 115, 253, 154, 55, 215, 19, 81, 127, 228, 4, 109, 38, 138, 45, 20, 177, 49, 182, 145, 248, 223, 155, 73, 196, 74, 111, 198, 180, 45, 21, 254, 33, 17, 182, 59, 92, 152, 99, 104, 45, 210, 12, 250, 127, 235, 182, 231, 50, 24, 66, 30, 204, 8, 239, 239, 135, 102, 100, 90, 65, 240, 205, 141, 249, 97, 0, 74, 212, 27, 219, 168, 95, 128, 65, 0, 152, 115, 40, 255, 101, 204, 244, 13, 79, 225, 91, 156, 211, 23, 164, 51, 59, 171, 46, 40, 59, 16, 233, 77, 123, 78, 224, 166, 181, 236, 113, 205, 80, 122, 136, 158, 13, 107, 152, 144, 101, 99, 38, 16, 24, 119, 89, 85, 215, 155, 246, 235, 147, 207, 186, 9, 196, 157, 16, 144, 29, 179, 140, 215, 216, 101, 171, 92, 250, 138, 105, 122, 22, 214, 139, 124, 195, 136, 66, 112, 109, 17, 27, 107, 111, 56, 171, 146, 177, 182, 181, 63, 107, 230, 154, 187, 191, 108, 111, 61, 94, 75, 31, 187, 21, 109, 154, 153, 53, 144, 79, 121, 37, 209, 228, 223, 70, 19, 71, 35, 129, 4, 3, 7, 168, 100, 69, 14, 244, 162, 214, 74, 158, 5, 33, 20, 219, 136, 210, 57, 176, 240, 155, 171, 183, 11, 231, 233, 70, 9, 102, 112, 117, 19, 125, 157, 193, 231, 246, 205, 120, 52, 21, 14, 50, 2, 130, 175, 48, 29, 141, 36, 249, 251, 38, 82, 110, 84, 234, 16, 116, 47, 78, 112, 154, 62, 166, 128, 164, 158, 230, 31, 21, 38, 103, 172, 224, 143, 91, 42, 155, 197, 214, 15, 122, 168, 96, 196, 86, 244, 78, 204, 83, 230, 28, 2, 10, 10, 192, 23, 99, 86, 95, 101, 85, 15, 22, 34, 132, 239, 161, 143, 166, 94, 246, 174, 16, 158, 58, 234, 166, 67, 154, 197, 237, 154, 10, 235, 169, 253, 125, 189, 60, 228, 47, 26, 117, 86, 152, 144, 118, 154, 50, 66, 86, 198, 183, 134, 122, 164, 136, 73, 49, 143, 7, 116, 204, 183, 126, 77, 74, 13, 172, 95, 81, 91, 240, 88, 5, 152, 202, 184, 41, 182, 221, 146, 191, 93, 26, 70, 102, 236, 85, 138, 138, 38, 108, 195, 94, 145, 40, 36, 227, 44, 152, 102, 110, 158, 1, 130, 122, 69, 108, 123, 163, 171, 150, 14, 166, 106, 211, 96, 144, 230, 190, 110, 5, 69, 28, 16, 30, 56, 68, 88, 86, 157, 242, 139, 155, 213, 158, 127, 71, 37, 113, 171, 108, 198, 130, 241, 108, 119, 137, 204, 143, 107, 158, 42, 60, 24, 166, 31, 82, 145, 25, 64, 60, 94, 220, 137, 29, 116, 251, 49, 116, 222, 104, 226, 203, 34, 228, 168, 60, 239, 15, 2, 252, 62, 184, 43, 224, 243, 109, 202, 146, 89, 129, 26, 148, 185, 160, 8, 86, 211, 106, 2, 214, 85, 24, 210, 152, 201, 21, 68, 145, 63, 22, 78, 74, 150, 34, 255, 133, 127, 15, 32, 235, 93, 194, 187, 224, 97, 176, 59, 157, 134, 226, 191, 194, 99, 191, 8, 79, 216, 201, 55, 75, 69, 155, 94, 93, 110, 143, 4, 255, 212, 194, 239, 166, 216, 182, 23, 251, 51, 140, 178, 61, 241, 248, 208, 183, 86, 212, 242, 162, 124, 202, 23, 169, 234, 22, 216, 131, 111, 148, 128, 20, 208, 196, 153, 146, 1, 139, 144, 142, 189, 158, 245, 41, 242, 98, 216, 223, 255, 29, 241, 119, 237, 225, 12, 139, 74, 34, 183, 201, 210, 111, 36, 123, 85, 177, 95, 90, 26, 68, 254, 184, 57, 131, 143, 220, 167, 238, 236, 7, 248, 61, 147, 236, 165, 130, 181, 128, 153, 99, 71, 96, 195, 80, 163, 47, 40, 230, 45, 28, 122, 34, 179, 124, 116, 144, 37, 122, 33, 181, 178, 5, 38, 249, 236, 21, 219, 122, 112, 123, 87, 27, 108, 32, 47, 209, 247, 61, 79, 81, 99, 96, 132, 19, 216, 88, 43, 173, 20, 88, 119, 38, 193, 69, 200, 163, 49, 139, 29, 244, 168, 78, 33, 166, 36, 6, 108, 84, 26, 120, 241, 52, 86, 149, 6, 54, 133, 210, 206, 153, 56, 115, 198, 194, 180, 70, 236, 221, 235, 246, 51, 83, 148, 9, 130, 110, 166, 242, 8, 1, 139, 162, 127, 196, 53, 244, 13, 102, 134, 223, 114, 195, 167, 250, 234, 5, 60, 89, 7, 98, 114, 241, 29, 2, 192, 180, 228, 41, 239, 92, 38, 147, 242, 168, 130, 69, 200, 73, 193, 111, 159, 158, 252, 186, 29, 213, 62, 182, 125, 205, 122, 202, 45, 233, 81, 185, 188, 32, 143, 137, 87, 116, 111, 192, 251, 47, 110, 184, 19, 170, 28, 83, 97, 42, 195, 180, 134, 124, 247, 155, 86, 39, 29, 137, 225, 181, 21, 127, 18, 205, 126, 144, 175, 194, 69, 149, 144, 158, 21, 169, 176, 136, 27, 38, 224, 26, 32, 154, 138, 52, 57, 37, 29, 235, 199, 221, 152, 251, 26, 222, 90, 14, 254, 23, 62, 83, 51, 27, 166, 194, 135, 185, 216, 11, 89, 90, 12, 217, 196, 1, 225, 170, 218, 226, 93, 56, 146, 1, 205, 223, 189, 104, 219, 61, 212, 63, 136, 143, 126, 68, 135, 80, 134, 4, 127, 234, 225, 171, 129, 125, 89, 180, 220, 176, 169, 42, 149, 144, 161, 37, 161, 80, 207, 149, 79, 147, 212, 188, 113, 141, 94, 182, 221, 74, 34, 77, 15, 175, 233, 113, 4, 79, 25, 8, 187, 200, 248, 18, 93, 189, 149, 203, 237, 168, 74, 173, 103, 123, 119, 81, 99, 26, 170, 77, 196, 29, 148, 86, 125, 235, 206, 43, 134, 98, 44, 133, 88, 47, 254, 134, 225, 77, 205, 228, 18, 234, 75, 233, 248, 165, 92, 43, 52, 203, 21, 67, 155, 15, 227, 215, 156, 165, 199, 211, 159, 208, 14, 104, 154, 24, 0, 90, 32, 14, 162, 121, 66, 221, 27, 14, 103, 144, 1, 145, 189, 189, 255, 243, 20, 196, 5, 164, 194, 79, 110, 44, 172, 154, 199, 29, 93, 70, 218, 190, 147, 104, 139, 196, 250, 144, 209, 135, 237, 54, 208, 228, 28, 6, 145, 43, 215, 106, 164, 18, 174, 66, 45, 108, 213, 109, 42, 165, 4, 247, 86, 232, 56, 45, 20, 108, 66, 3, 75, 16, 116, 168, 135, 144, 164, 99, 84, 14, 163, 171, 225, 77, 147, 127, 210, 135, 55, 99, 76, 110, 133, 215, 136, 219, 220, 65, 50, 107, 9, 46, 162, 148, 222, 115, 155, 156, 233, 239, 81, 212, 251, 142, 251, 180, 22, 21, 1, 37, 118, 208, 204, 199, 225, 161, 117, 39, 252, 211, 117, 236, 45, 59, 218, 16, 127, 250, 46, 45, 67, 213, 15, 253, 43, 16, 241, 136, 40, 58, 32, 212, 24, 246, 48, 89, 252, 207, 14, 48, 253, 6, 125, 67, 246, 180, 2, 166, 208, 72, 58, 2, 203, 191, 175, 136, 164, 179, 175, 233, 4, 140, 53, 137, 41, 98, 202, 98, 123, 126, 158, 64, 199, 115, 48, 80, 13, 0, 101, 64, 119, 206, 14, 204, 112, 59, 82, 185, 194, 148, 26, 229, 97, 147, 181, 174, 25, 217, 98, 54, 51, 180, 117, 255, 171, 192, 101, 27, 14, 239, 243, 158, 24, 222, 175, 87, 44, 206, 29, 125, 94, 133, 2, 62, 218, 121, 74, 108, 72, 49, 66, 202, 239, 47, 20, 123, 76, 82, 30, 232, 254, 25, 246, 135, 204, 227, 26, 143, 195, 93, 17, 175, 136, 84, 56, 139, 201, 59, 223, 120, 69, 134, 136, 251, 170, 137, 142, 9, 36, 61, 68, 131, 226, 195, 116, 209, 254, 113, 91, 155, 160, 139, 36, 26, 162, 227, 127, 54, 255, 131, 239, 82, 64, 2, 187, 78, 67, 56, 225, 237, 113, 187, 148, 100, 16, 144, 143, 49, 181, 239, 173, 81, 220, 123, 208, 193, 241, 210, 195, 49, 78, 44, 3, 243, 206, 124, 114, 68, 42, 133, 189, 173, 74, 144, 126, 222, 80, 62, 146, 69, 204, 77, 71, 19, 233, 25, 97, 250, 198, 81, 230, 192, 74, 252, 80, 143, 225, 244, 85, 22, 101, 111, 223, 7, 217, 44, 118, 141, 203, 139, 50, 87, 204, 154, 75, 69, 132, 118, 84, 121, 137, 186, 97, 82, 97, 35, 104, 244, 35, 145, 232, 71, 48, 5, 238, 115, 40, 222, 20, 206, 27, 151, 190, 241, 70, 2, 152, 69, 130, 41, 223, 50, 18, 96, 51, 156, 82, 250, 171, 99, 36, 188, 163, 130, 74, 50, 101, 187, 0, 124, 13, 25, 187, 113, 188, 92, 124, 62, 14, 63, 207, 174, 185, 246, 96, 123, 222, 10, 30, 25, 254, 29, 32, 69, 50, 94, 144, 80, 210, 103, 100, 89, 28, 80, 155, 23, 57, 168, 177, 100, 186, 219, 45, 217, 154, 106, 208, 52, 207, 128, 71, 185, 153, 131, 163, 68, 95, 62, 137, 131, 117, 82, 133, 40, 179, 211, 106, 103, 101, 212, 86, 242, 57, 122, 151, 129, 229, 130, 222, 106, 176, 225, 35, 63, 109, 186, 47, 90, 70, 44, 65, 194, 111, 119, 21, 136, 20, 238, 214, 145, 56, 29, 117, 188, 149, 34, 7, 142, 169, 214, 248, 132, 168, 175, 253, 198, 233, 161, 91, 41, 177, 121, 28, 191, 57, 235, 20, 40, 91, 68, 16, 253, 195, 194, 1, 61, 154, 253, 250, 14, 158, 193, 202, 212, 227, 248, 92, 156, 184, 76, 139, 149, 161, 122, 223, 191, 29, 97, 114, 70, 235, 151, 11, 187, 9, 200, 39, 61, 250, 152, 242, 62, 170, 218, 11, 129, 162, 202, 223, 31, 59, 71, 128, 167, 52, 196, 141, 238, 160, 63, 82, 29, 194, 102, 125, 70, 193, 31, 154, 42, 70, 66, 239, 173, 17, 153, 50, 192, 237, 132, 171, 158, 26, 190, 223, 110, 85, 59, 85, 85, 237, 60, 117, 81, 118, 132, 100, 115, 169, 240, 80, 46, 78, 219, 250, 93, 1, 230, 157, 132, 193, 41, 172, 37, 66, 235, 95, 97, 10, 163, 42, 212, 88, 162, 128, 117, 96, 151, 107, 178, 119, 104, 2, 46, 21, 210, 244, 104, 151, 79, 203, 178, 218, 57, 188, 161, 70, 207, 24, 53, 229, 218, 197, 143, 127, 216, 229, 109, 240, 175, 248, 132, 54, 236, 132, 235, 43, 3, 47, 18, 7, 42, 155, 91, 46, 101, 168, 115, 135, 60, 203, 117, 163, 182, 128, 251, 172, 209, 144, 19, 71, 185, 152, 199, 11, 57, 167, 254, 16, 122, 66, 94, 200, 142, 12, 2, 151, 203, 242, 19, 196, 144, 231, 134, 11, 143, 35, 222, 53, 188, 62, 190, 86, 96, 245, 252, 64, 175, 178, 154, 3, 36, 216, 19, 248, 115, 28, 200, 183, 178, 43, 48, 13, 174, 38, 18, 200, 112, 118, 94, 117, 58, 68, 58, 219, 189, 187, 160, 163, 98, 130, 240, 149, 117, 231, 52, 107, 224, 143, 147, 241, 194, 120, 233, 25, 207, 215, 76, 36, 122, 169, 166, 249, 108, 209, 189, 79, 12, 44, 101, 80, 85, 53, 248, 23, 17, 91, 107, 182, 57, 207, 107, 202, 162, 36, 217, 243, 243, 226, 235, 63, 117, 253, 21, 159, 161, 219, 169, 58, 102, 0, 60, 243, 236, 133, 118, 179, 22, 128, 148, 168, 6, 98, 152, 163, 60, 42, 222, 38, 180, 241, 7, 4, 45, 147, 200, 117, 163, 51, 101, 68, 131, 156, 145, 238, 116, 173, 90, 216, 134, 173, 215, 51, 227, 47, 182, 216, 131, 202, 221, 234, 77, 32, 167, 230, 64, 118, 89, 76, 248, 115, 85, 207, 81, 129, 246, 201, 204, 240, 72, 199, 170, 209, 37, 147, 151, 106, 213, 77, 167, 248, 193, 4, 52, 53, 13, 238, 54, 126, 189, 207, 202, 111, 236, 213, 243, 65, 100, 116, 124, 193, 113, 250, 4, 20, 23, 51, 179, 79, 61, 241, 88, 232, 119, 220, 157, 147, 255, 196, 251, 38, 182, 226, 92, 156, 103, 61, 17, 137, 44, 148, 141, 149, 159, 37, 255, 238, 183, 168, 202, 241, 179, 244, 78, 100, 215, 66, 47, 101, 41, 136, 180, 250, 194, 255, 33, 159, 8, 181, 189, 103, 52, 139, 112, 210, 214, 57, 82, 200, 218, 204, 200, 27, 166, 8, 153, 92, 248, 211, 175, 207, 174, 4, 25, 34, 194, 187, 132, 185, 54, 193, 123, 195, 193, 140, 170, 143, 178, 222, 4, 211, 60, 117, 66, 158, 210, 43, 231, 174, 183, 156, 208, 172, 50, 12, 129, 115, 173, 22, 178, 30, 94, 70, 182, 203, 121, 238, 118, 138, 16, 194, 39, 167, 52, 107, 20, 69, 135, 177, 183, 219, 245, 196, 54, 121, 20, 136, 187, 226, 62, 130, 116, 182, 34, 237, 56, 38, 249, 73, 195, 27, 160, 197, 126, 153, 189, 26, 237, 184, 96, 187, 225, 228, 226, 166, 114, 180, 157, 159, 59, 10, 28, 7, 39, 35, 11, 156, 148, 242, 240, 22, 218, 47, 33, 37, 3, 75, 157, 68, 209, 61, 223, 80, 196, 184, 237, 210, 8, 248, 185, 135, 191, 132, 133, 203, 215, 16, 248, 170, 16, 158, 248, 23, 155, 127, 160, 67, 221, 133, 173, 22, 193, 27, 250, 23, 21, 181, 161, 86, 252, 107, 145, 119, 58, 186, 150, 10, 8, 137, 198, 119, 52, 138, 135, 61, 166, 219, 115, 120, 146, 2, 69, 141, 134, 115, 10, 71, 123, 91, 109, 198, 142, 85, 84, 240, 222, 255, 51, 121, 6, 95, 84, 67, 196, 90, 78, 96, 184, 159, 162, 57, 132, 3, 99, 0, 215, 8, 112, 117, 63, 55, 131, 78, 97, 1, 21, 179, 45, 52, 186, 234, 230, 45, 151, 98, 209, 233, 207, 16, 183, 255, 155, 235, 171, 6, 218, 84, 240, 75, 255, 176, 43, 140, 87, 81, 104, 179, 111, 147, 5, 149, 66, 58, 109, 95, 199, 221, 14, 80, 143, 102, 11, 166, 130, 130, 163, 203, 26, 0, 50, 230, 217, 31, 238, 127, 38, 60, 120, 188, 46, 214, 159, 191, 28, 9, 170, 71, 65, 70, 226, 131, 188, 100, 16, 169, 136, 48, 102, 130, 160, 177, 38, 141, 253, 16, 63, 175, 144, 242, 214, 215, 187, 62, 38, 25, 23, 211, 70, 33, 173, 59, 139, 163, 109, 25, 197, 210, 23, 225, 245, 230, 196, 203, 18, 224, 34, 196, 235, 8, 215, 143, 84, 79, 121, 65, 10, 108, 169, 51, 178, 17, 57, 187, 222, 34, 100, 106, 161, 61, 51, 253, 229, 132, 89, 138, 55, 124, 67, 4, 215, 66, 70, 250, 150, 237, 67, 85, 222, 124, 38, 178, 224, 82, 221, 30, 244, 33, 29, 46, 168, 236, 11, 108, 71, 147, 140, 160, 181, 122, 212, 188, 106, 211, 180, 97, 224, 154, 35, 198, 57, 104, 131, 125, 216, 146, 96, 156, 95, 213, 186, 130, 246, 46, 55, 172, 145, 227, 2, 131, 204, 145, 78, 226, 103, 245, 165, 246, 59, 131, 3, 73, 87, 123, 166, 24, 140, 66, 72, 248, 54, 209, 137, 160, 174, 31, 48, 241, 173, 122, 152, 153, 41, 179, 10, 195, 75, 17, 65, 213, 67, 27, 221, 229, 16, 179, 246, 199, 81, 150, 142, 23, 19, 68, 106, 129, 198, 72, 91, 78, 175, 218, 228, 249, 138, 149, 129, 33, 234, 152, 171, 232, 197, 152, 253, 231, 59, 194, 39, 176, 18, 218, 150, 45, 234, 210, 181, 74, 33, 24, 201, 25, 98, 191, 225, 31, 144, 213, 156, 129, 210, 133, 138, 138, 192, 34, 237, 143, 61, 72, 236, 100, 42, 192, 11, 181, 254, 238, 174, 64, 150, 223, 219, 153, 81, 54, 203, 12, 38, 84, 209, 64, 223, 90, 178, 199, 52, 163, 100, 151, 137, 202, 207, 54, 7, 224, 70, 233, 174, 161, 176, 165, 196, 82, 15, 72, 74, 75, 157, 118, 179, 13, 251, 157, 180, 141, 237, 5, 217, 186, 45, 163, 93, 102, 33, 152, 80, 65, 108, 42, 163, 220, 180, 170, 160, 82, 13, 246, 120, 12, 77, 125, 173, 188, 160, 80, 161, 204, 145, 69, 74, 144, 13, 209, 215, 203, 80, 161, 231, 214, 195, 218, 9, 222, 88, 215, 179, 59, 31, 184, 213, 45, 16, 133, 221, 148, 49, 240, 152, 39, 55, 111, 98, 211, 190, 55, 90, 113, 95, 192, 145, 204, 241, 58, 20, 159, 110, 133, 39, 101, 194, 234, 157, 234, 20, 152, 3, 25, 237, 141, 190, 148, 81, 61, 32, 80, 38, 218, 54, 253, 148, 72, 50, 66, 4, 109, 222, 29, 135, 146, 117, 233, 131, 224, 51, 76, 240, 39, 35, 98, 111, 153, 148, 26, 240, 245, 227, 145, 213, 150, 188, 193, 152, 65, 135, 16, 161, 82, 157, 79, 91, 144, 219, 133, 52, 229, 30, 80, 108, 42, 244, 45, 179, 202, 36, 253, 25, 19, 215, 39, 72, 223, 198, 107, 53, 254, 66, 77, 92, 33, 239, 36, 120, 74, 186, 28, 20, 59, 112, 61, 8, 230, 229, 111, 178, 91, 68, 52, 132, 162, 181, 68, 153, 175, 13, 233, 210, 193, 215, 30, 152, 84, 93, 128, 73, 114, 110, 152, 6, 43, 243, 44, 115, 159, 198, 223, 246, 166, 241, 110, 5, 181, 13, 35, 77, 61, 60, 192, 37, 173, 197, 187, 175, 66, 51, 128, 55, 141, 189, 119, 113, 59, 9, 209, 139, 44, 25, 194, 25, 120, 59, 161, 51, 82, 245, 103, 171, 92, 62, 186, 53, 92, 40, 223, 230, 109, 77, 188, 194, 223, 50, 114, 25, 252, 34, 206, 211, 31, 221, 188, 213, 188, 130, 116, 223, 99, 160, 130, 188, 73, 69, 186, 71, 210, 76, 64, 151, 91, 79, 115, 228, 127, 75, 170, 214, 238, 224, 129, 113, 249, 241, 221, 131, 130, 0, 251, 163, 17, 208, 47, 5, 44, 27, 39, 30, 154, 24, 240, 163, 37, 225, 251, 125, 79, 216, 202, 33, 98, 115, 168, 243, 115, 230, 234, 217, 221, 88, 82, 22, 158, 149, 108, 84, 159, 10, 167, 248, 68, 186, 38, 222, 59, 144, 249, 230, 80, 52, 12, 86, 223, 175, 254, 85, 108, 138, 165, 223, 255, 239, 74, 187, 164, 145, 1, 215, 38, 42, 67, 180, 18, 186, 9, 224, 0, 37, 44, 2, 202, 25, 106, 180, 162, 161, 232, 52, 166, 195, 162, 203, 113, 145, 223, 140, 187, 211, 162, 156, 195, 99, 93, 200, 2, 62, 2, 132, 65, 80, 0, 52, 246, 117, 65, 219, 96, 1, 246, 227, 203, 212, 231, 196, 186, 201, 75, 224, 83, 189, 105, 71, 44, 27, 251, 65, 181, 243, 98, 104, 79, 26, 146, 97, 171, 154, 184, 19, 244, 10, 62, 5, 155, 13, 109, 103, 163, 248, 178, 89, 70, 202, 209, 26, 36, 52, 135, 130, 170, 129, 205, 78, 111, 28, 110, 179, 93, 4, 251, 111, 38, 193, 127, 231, 27, 29, 223, 88, 110, 248, 143, 222, 148, 186, 52, 99, 48, 225, 229, 129, 13, 244, 167, 237, 70, 177, 80, 153, 98, 121, 75, 156, 167, 255, 32, 74, 208, 25, 188, 27, 168, 164, 64, 228, 69, 77, 35, 168, 116, 246, 40, 218, 124, 204, 76, 14, 162, 125, 218, 37, 162, 224, 102, 75, 158, 209, 220, 95, 192, 13, 5, 233, 48, 39, 167, 190, 133, 12, 58, 127, 218, 171, 18, 177, 133, 160, 146, 169, 63, 129, 64, 33, 69, 220, 153, 98, 250, 118, 146, 182, 27, 39, 87, 49, 152, 125, 152, 157, 205, 210, 77, 114, 5, 16, 65, 19, 182, 62, 196, 246, 190, 19, 98, 66, 24, 157, 133, 94, 90, 214, 169, 56, 161, 93, 59, 79, 163, 118, 204, 46, 15, 161, 4, 131, 245, 69, 169, 153, 209, 70, 176, 57, 184, 165, 251, 109, 207, 145, 250, 51, 35, 72, 106, 10, 115, 168, 67, 143, 96, 121, 74, 119, 115, 46, 135, 185, 210, 127, 34, 77, 227, 157, 176, 169, 237, 9, 78, 173, 235, 98, 79, 102, 54, 18, 112, 149, 64, 172, 127, 104, 137, 151, 66, 153, 49, 74, 56, 254, 91, 99, 12, 251, 157, 225, 35, 122, 132, 6, 178, 90, 148, 119, 239, 204, 92, 162, 87, 204, 161, 229, 11, 138, 36, 126, 242, 91, 217, 86, 254, 241, 74, 163, 49, 183, 138, 28, 136, 173, 210, 64, 241, 226, 163, 27, 185, 100, 200, 141, 98, 167, 164, 75, 159, 69, 170, 106, 59, 126, 114, 154, 86, 47, 56, 142, 65, 135, 141, 151, 165, 154, 247, 12, 65, 198, 63, 44, 242, 182, 81, 232, 74, 208, 217, 76, 224, 33, 122, 193, 186, 101, 241, 124, 100, 130, 229, 190, 24, 35, 240, 81, 238, 212, 23, 220, 6, 171, 44, 192, 143, 152, 226, 118, 7, 37, 13, 94, 74, 66, 95, 121, 125, 75, 145, 146, 151, 133, 1, 218, 168, 153, 21, 89, 99, 155, 69, 72, 58, 11, 194, 217, 206, 22, 123, 10, 57, 113, 128, 209, 102, 90, 237, 51, 40, 120, 229, 185, 232, 164, 76, 35, 5, 209, 122, 4, 112, 97, 6, 7, 62, 136, 120, 16, 178, 238, 119, 196, 158, 183, 153, 142, 118, 185, 92, 108, 108, 99, 54, 208]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169ec53 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5905e148ac30 - core::panicking::assert_failed::hb45ec0376412dd33
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5905e14812d5 - rust_playground::buffer::disk_manager::test::should_read_write_page_at_non_0::h38324250b0720725
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:85:9
[INFO] [stdout]   22:     0x5905e1481387 - rust_playground::buffer::disk_manager::test::should_read_write_page_at_non_0::{{closure}}::he8a372df2169338c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:76:45
[INFO] [stdout]   23:     0x5905e14821c6 - core::ops::function::FnOnce::call_once::ha38a52beaa5c5a43
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5905e14989ab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5905e14989ab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5905e14a539b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5905e14a539b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5905e14a0ab4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5905e14a0ab4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5905e14a7fa2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5905e14a7fa2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   45:     0x71a1156a8a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- buffer::buffer_pool_instance::test::should_work_concurrently stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (39) panicked at src/buffer/buffer_pool_instance.rs:343:50:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [88, 71, 56, 202, 109, 158, 216, 71, 214, 215, 88, 126, 78, 230, 135, 29, 91, 150, 55, 111, 159, 72, 177, 77, 214, 25, 12, 241, 84, 100, 50, 143, 209, 138, 18, 139, 75, 164, 40, 95, 135, 244, 66, 246, 10, 74, 247, 96, 33, 138, 119, 167, 192, 134, 19, 52, 81, 110, 25, 232, 130, 159, 142, 207, 38, 125, 152, 223, 156, 251, 180, 234, 35, 208, 18, 238, 128, 158, 70, 8, 120, 75, 245, 167, 243, 74, 196, 79, 192, 204, 29, 195, 141, 253, 219, 175, 73, 219, 99, 102, 255, 150, 140, 30, 176, 10, 247, 247, 186, 144, 17, 129, 249, 55, 161, 76, 53, 144, 97, 254, 109, 143, 230, 107, 111, 17, 122, 91, 209, 59, 89, 93, 228, 47, 20, 222, 83, 174, 253, 231, 88, 72, 169, 54, 89, 43, 152, 152, 78, 114, 19, 178, 222, 228, 9, 95, 175, 201, 197, 87, 103, 177, 46, 78, 123, 247, 175, 236, 5, 67, 121, 61, 143, 139, 203, 134, 122, 169, 124, 58, 79, 9, 65, 185, 17, 14, 161, 30, 175, 251, 68, 69, 0, 191, 107, 175, 26, 86, 7, 44, 149, 204, 16, 31, 233, 193, 53, 127, 2, 132, 75, 234, 129, 22, 173, 121, 241, 2, 8, 176, 233, 8, 83, 40, 92, 185, 41, 29, 188, 90, 100, 238, 110, 222, 67, 90, 160, 154, 38, 82, 205, 238, 123, 48, 234, 208, 167, 70, 196, 55, 165, 206, 227, 12, 66, 196, 254, 136, 250, 201, 60, 229, 235, 59, 101, 90, 155, 86, 135, 10, 30, 228, 252, 123, 197, 112, 27, 145, 114, 127, 13, 55, 58, 172, 243, 236, 142, 30, 206, 247, 219, 8, 174, 166, 246, 205, 41, 57, 34, 157, 51, 40, 196, 253, 112, 139, 21, 68, 84, 64, 97, 188, 56, 152, 19, 3, 215, 187, 168, 120, 64, 238, 73, 154, 11, 218, 58, 177, 30, 192, 227, 27, 29, 177, 58, 177, 138, 10, 218, 115, 61, 247, 70, 2, 237, 175, 171, 10, 247, 142, 24, 29, 227, 164, 13, 98, 118, 224, 80, 152, 192, 44, 123, 8, 146, 195, 17, 157, 129, 55, 143, 254, 120, 135, 168, 40, 70, 63, 203, 85, 165, 205, 146, 191, 204, 55, 71, 164, 140, 159, 152, 128, 180, 73, 134, 126, 226, 8, 107, 22, 43, 88, 25, 101, 85, 195, 178, 253, 67, 245, 227, 184, 214, 97, 137, 178, 98, 44, 11, 236, 78, 65, 135, 113, 132, 245, 55, 177, 49, 169, 94, 88, 74, 74, 14, 187, 176, 41, 127, 165, 222, 126, 33, 220, 9, 34, 152, 29, 249, 240, 102, 42, 177, 3, 68, 78, 68, 226, 176, 29, 42, 195, 101, 0, 237, 85, 92, 178, 176, 247, 116, 117, 65, 228, 178, 168, 222, 59, 246, 59, 30, 172, 103, 175, 169, 50, 170, 45, 0, 86, 166, 24, 138, 74, 176, 186, 40, 9, 35, 203, 180, 57, 124, 163, 19, 20, 102, 141, 252, 227, 121, 25, 221, 132, 212, 183, 11, 64, 15, 248, 255, 15, 64, 236, 199, 101, 7, 44, 253, 159, 0, 165, 223, 176, 16, 87, 7, 130, 31, 53, 221, 174, 236, 177, 64, 230, 213, 4, 68, 196, 81, 87, 175, 81, 67, 189, 73, 174, 72, 82, 225, 93, 20, 21, 7, 148, 97, 72, 204, 44, 40, 112, 55, 183, 126, 126, 84, 103, 25, 36, 118, 230, 238, 95, 115, 144, 158, 173, 95, 136, 224, 248, 69, 2, 14, 153, 82, 22, 35, 129, 215, 94, 112, 33, 110, 88, 164, 161, 94, 154, 171, 125, 216, 146, 35, 92, 117, 211, 31, 117, 116, 111, 142, 83, 247, 248, 37, 74, 85, 46, 9, 142, 67, 30, 245, 69, 66, 206, 171, 180, 217, 203, 80, 38, 191, 199, 153, 28, 86, 159, 87, 63, 67, 200, 67, 140, 93, 138, 165, 163, 198, 180, 247, 202, 6, 253, 109, 111, 142, 32, 130, 121, 226, 120, 105, 46, 55, 41, 154, 30, 139, 130, 179, 197, 177, 74, 36, 158, 36, 83, 223, 16, 93, 232, 77, 123, 202, 243, 200, 60, 145, 239, 114, 211, 24, 255, 125, 228, 177, 73, 122, 30, 17, 239, 234, 93, 151, 148, 69, 134, 139, 158, 129, 89, 63, 225, 140, 121, 211, 61, 30, 217, 77, 17, 52, 92, 10, 17, 93, 103, 59, 97, 52, 177, 125, 121, 153, 47, 218, 173, 243, 64, 29, 74, 139, 118, 113, 212, 200, 136, 209, 54, 55, 239, 164, 47, 108, 98, 117, 236, 15, 130, 60, 179, 76, 102, 40, 251, 38, 108, 122, 135, 65, 17, 75, 196, 134, 148, 48, 253, 3, 86, 241, 215, 31, 130, 212, 76, 94, 144, 113, 23, 88, 37, 173, 168, 251, 182, 48, 48, 6, 131, 128, 192, 165, 59, 176, 24, 75, 78, 6, 18, 104, 215, 149, 242, 215, 153, 154, 98, 79, 40, 78, 213, 2, 36, 49, 46, 57, 176, 141, 18, 145, 228, 50, 236, 197, 194, 89, 18, 241, 238, 196, 223, 24, 140, 145, 33, 149, 126, 41, 128, 202, 109, 175, 3, 189, 16, 37, 162, 145, 18, 74, 145, 77, 19, 177, 116, 139, 87, 156, 147, 130, 29, 154, 166, 166, 126, 54, 90, 134, 245, 233, 68, 60, 236, 131, 70, 99, 178, 143, 120, 220, 243, 103, 227, 229, 194, 156, 240, 19, 6, 94, 170, 93, 212, 26, 227, 111, 86, 108, 26, 229, 222, 75, 206, 184, 208, 172, 217, 87, 136, 64, 31, 169, 44, 154, 79, 221, 22, 171, 54, 166, 124, 30, 219, 237, 171, 109, 226, 213, 146, 169, 47, 218, 142, 228, 228, 91, 231, 210, 164, 138, 60, 8, 214, 5, 149, 138, 94, 148, 59, 22, 33, 136, 22, 252, 198, 29, 15, 216, 216, 183, 64, 31, 251, 11, 67, 230, 231, 110, 234, 213, 220, 167, 60, 144, 35, 147, 170, 0, 211, 118, 13, 107, 9, 176, 88, 141, 160, 31, 87, 155, 250, 198, 236, 149, 86, 196, 164, 233, 41, 87, 44, 158, 141, 164, 58, 168, 251, 181, 0, 159, 81, 21, 68, 73, 119, 121, 149, 39, 199, 71, 121, 205, 114, 221, 115, 112, 78, 118, 175, 223, 21, 70, 248, 244, 101, 102, 8, 92, 123, 252, 40, 252, 199, 25, 150, 211, 248, 29, 237, 210, 111, 250, 115, 73, 211, 41, 184, 21, 253, 112, 253, 86, 89, 5, 205, 158, 176, 156, 129, 223, 237, 6, 219, 35, 151, 96, 140, 242, 250, 186, 115, 159, 98, 28, 142, 114, 245, 18, 111, 195, 174, 167, 52, 157, 67, 191, 243, 8, 18, 110, 244, 39, 13, 93, 24, 180, 10, 199, 159, 197, 167, 249, 80, 17, 231, 34, 200, 241, 105, 171, 164, 23, 151, 171, 232, 83, 48, 181, 119, 185, 117, 101, 154, 229, 59, 209, 130, 1, 109, 212, 32, 23, 203, 236, 146, 6, 2, 159, 109, 94, 230, 196, 177, 248, 97, 145, 179, 241, 42, 6, 220, 62, 112, 234, 87, 139, 80, 0, 68, 60, 85, 186, 139, 1, 235, 209, 27, 13, 147, 68, 116, 252, 57, 80, 98, 169, 39, 227, 82, 18, 52, 109, 57, 215, 139, 201, 198, 96, 162, 47, 36, 229, 103, 77, 47, 133, 105, 117, 209, 209, 227, 148, 174, 31, 199, 10, 148, 76, 90, 141, 213, 99, 104, 182, 57, 166, 99, 112, 230, 175, 233, 247, 160, 241, 7, 169, 63, 168, 254, 119, 2, 160, 66, 180, 178, 245, 86, 121, 155, 178, 57, 83, 196, 218, 124, 58, 10, 125, 224, 176, 189, 88, 233, 99, 120, 119, 9, 82, 43, 214, 185, 195, 103, 242, 191, 19, 175, 174, 77, 103, 142, 191, 76, 116, 64, 127, 38, 142, 77, 230, 50, 17, 156, 51, 173, 57, 204, 92, 5, 154, 244, 91, 102, 22, 153, 238, 221, 212, 36, 204, 249, 173, 98, 33, 138, 12, 99, 173, 77, 49, 13, 14, 76, 203, 27, 30, 36, 13, 46, 95, 125, 98, 58, 124, 234, 85, 14, 153, 166, 23, 33, 132, 197, 8, 202, 53, 147, 94, 90, 133, 43, 43, 148, 60, 252, 22, 13, 44, 11, 56, 149, 42, 107, 136, 134, 207, 36, 170, 143, 60, 217, 24, 229, 239, 201, 210, 231, 77, 231, 31, 124, 31, 173, 180, 200, 18, 143, 136, 233, 200, 39, 53, 148, 76, 164, 160, 105, 213, 255, 135, 29, 226, 90, 94, 214, 248, 149, 79, 34, 122, 183, 244, 5, 13, 221, 130, 209, 46, 67, 28, 246, 35, 230, 174, 75, 171, 182, 219, 40, 253, 79, 172, 219, 170, 217, 247, 195, 57, 129, 116, 155, 23, 253, 10, 209, 70, 169, 234, 106, 127, 44, 15, 61, 23, 208, 127, 124, 88, 96, 249, 171, 250, 45, 58, 68, 51, 77, 210, 58, 2, 53, 75, 220, 110, 77, 12, 237, 171, 46, 251, 10, 251, 246, 131, 64, 171, 255, 243, 34, 123, 168, 83, 232, 224, 89, 193, 114, 4, 212, 205, 109, 117, 35, 130, 174, 227, 148, 174, 115, 126, 24, 192, 232, 95, 178, 214, 195, 95, 141, 201, 234, 65, 152, 113, 85, 15, 195, 138, 204, 56, 1, 202, 90, 71, 45, 206, 98, 20, 155, 59, 73, 235, 100, 77, 226, 36, 164, 149, 41, 104, 44, 191, 245, 101, 115, 84, 59, 145, 30, 75, 133, 4, 246, 69, 237, 9, 101, 209, 127, 143, 108, 89, 142, 244, 207, 30, 87, 190, 114, 86, 67, 216, 82, 134, 36, 182, 136, 132, 28, 8, 27, 238, 165, 66, 59, 210, 92, 55, 230, 138, 192, 189, 75, 181, 90, 6, 93, 162, 17, 5, 253, 134, 32, 126, 88, 226, 2, 252, 15, 206, 70, 36, 218, 247, 72, 49, 184, 217, 164, 31, 192, 233, 172, 169, 68, 9, 115, 2, 40, 65, 208, 86, 124, 200, 129, 228, 75, 71, 104, 76, 43, 119, 203, 91, 38, 95, 182, 31, 47, 126, 18, 13, 38, 1, 180, 190, 78, 236, 191, 111, 83, 19, 149, 94, 143, 128, 245, 125, 92, 212, 102, 61, 117, 168, 20, 156, 211, 189, 8, 25, 201, 252, 61, 79, 63, 138, 189, 73, 246, 67, 121, 229, 165, 229, 30, 150, 104, 97, 213, 240, 212, 236, 56, 199, 106, 125, 87, 229, 233, 65, 140, 194, 140, 4, 88, 5, 236, 250, 194, 146, 16, 170, 51, 117, 19, 193, 37, 245, 135, 82, 95, 23, 8, 48, 47, 72, 225, 133, 204, 181, 104, 25, 194, 143, 200, 50, 2, 149, 22, 59, 97, 13, 157, 98, 114, 185, 112, 91, 10, 102, 224, 30, 22, 183, 14, 66, 202, 38, 5, 162, 237, 224, 166, 213, 194, 237, 9, 242, 247, 49, 110, 24, 1, 43, 135, 159, 26, 2, 193, 138, 122, 9, 136, 69, 196, 199, 232, 254, 59, 124, 17, 138, 5, 151, 125, 196, 134, 117, 31, 248, 45, 23, 21, 5, 141, 13, 235, 208, 155, 67, 124, 230, 120, 105, 133, 184, 0, 164, 251, 92, 216, 17, 255, 13, 35, 145, 192, 247, 62, 229, 210, 92, 42, 196, 19, 203, 179, 27, 62, 40, 65, 243, 5, 96, 146, 78, 3, 143, 94, 225, 240, 119, 166, 170, 147, 36, 158, 239, 60, 147, 255, 27, 162, 106, 139, 152, 84, 47, 219, 210, 56, 199, 169, 5, 92, 71, 108, 13, 17, 25, 50, 231, 235, 169, 38, 231, 129, 156, 244, 4, 86, 36, 181, 206, 161, 222, 12, 71, 72, 222, 17, 250, 176, 68, 230, 58, 161, 43, 131, 255, 154, 252, 177, 129, 188, 146, 148, 130, 38, 199, 75, 149, 226, 235, 126, 17, 94, 195, 74, 136, 77, 210, 217, 119, 28, 35, 170, 129, 187, 132, 180, 206, 134, 203, 184, 243, 230, 62, 189, 250, 76, 146, 129, 55, 79, 0, 61, 9, 1, 67, 6, 223, 28, 90, 162, 97, 25, 109, 167, 108, 66, 83, 31, 153, 235, 39, 40, 196, 71, 64, 155, 187, 4, 137, 183, 129, 76, 176, 31, 50, 70, 83, 187, 254, 146, 185, 169, 146, 93, 176, 233, 248, 53, 174, 252, 223, 149, 132, 176, 237, 60, 106, 216, 189, 80, 134, 253, 198, 146, 108, 135, 58, 228, 62, 167, 91, 243, 193, 110, 83, 108, 90, 133, 222, 92, 164, 216, 2, 192, 81, 159, 67, 87, 183, 63, 252, 172, 217, 112, 191, 250, 43, 101, 69, 184, 55, 232, 60, 17, 219, 4, 143, 255, 161, 111, 245, 26, 134, 31, 197, 42, 117, 66, 8, 11, 61, 104, 43, 130, 129, 97, 175, 1, 85, 175, 226, 26, 117, 145, 10, 90, 164, 38, 221, 196, 26, 220, 64, 5, 135, 27, 27, 16, 100, 242, 128, 240, 44, 208, 248, 125, 36, 140, 232, 252, 246, 21, 229, 54, 249, 100, 252, 35, 73, 48, 121, 113, 206, 35, 66, 222, 137, 6, 99, 46, 237, 244, 19, 238, 218, 99, 84, 52, 129, 157, 109, 73, 56, 180, 33, 54, 203, 65, 218, 238, 130, 55, 47, 121, 65, 195, 206, 211, 151, 138, 109, 99, 84, 163, 60, 139, 185, 59, 245, 199, 123, 91, 113, 25, 248, 226, 64, 215, 136, 122, 241, 228, 127, 23, 149, 174, 179, 65, 157, 19, 31, 71, 49, 216, 26, 137, 104, 43, 98, 36, 17, 205, 183, 40, 73, 209, 14, 143, 3, 51, 251, 1, 234, 134, 153, 114, 187, 105, 230, 206, 70, 132, 52, 180, 53, 9, 145, 125, 71, 4, 43, 15, 36, 220, 195, 134, 2, 99, 253, 254, 28, 145, 240, 70, 76, 199, 87, 117, 238, 34, 236, 37, 191, 112, 125, 224, 248, 111, 140, 181, 204, 72, 107, 0, 196, 31, 148, 92, 82, 62, 211, 78, 213, 161, 220, 162, 255, 105, 208, 50, 31, 137, 131, 183, 9, 28, 196, 61, 141, 201, 172, 188, 149, 41, 161, 127, 236, 110, 204, 248, 94, 55, 160, 208, 228, 21, 71, 110, 91, 132, 82, 206, 185, 187, 2, 134, 143, 87, 237, 4, 154, 251, 138, 3, 62, 207, 108, 194, 96, 48, 101, 47, 148, 172, 197, 125, 22, 135, 79, 166, 114, 120, 198, 213, 0, 62, 203, 124, 68, 117, 131, 159, 42, 254, 79, 158, 28, 122, 108, 46, 183, 193, 169, 38, 16, 147, 175, 52, 141, 208, 156, 65, 157, 9, 204, 165, 211, 206, 166, 105, 30, 154, 157, 226, 84, 163, 71, 59, 93, 155, 239, 241, 97, 189, 229, 158, 171, 36, 28, 55, 164, 74, 242, 55, 22, 84, 36, 138, 214, 38, 98, 214, 155, 151, 140, 193, 158, 146, 14, 216, 16, 201, 199, 147, 173, 71, 187, 153, 206, 243, 73, 14, 38, 30, 77, 44, 236, 93, 159, 243, 128, 43, 62, 45, 134, 248, 91, 181, 254, 90, 67, 33, 110, 57, 30, 209, 187, 172, 78, 46, 66, 79, 164, 77, 45, 217, 75, 32, 89, 88, 137, 43, 95, 75, 144, 184, 149, 110, 155, 1, 81, 117, 176, 225, 217, 100, 37, 19, 151, 11, 159, 189, 61, 142, 102, 99, 10, 173, 107, 195, 169, 91, 184, 138, 245, 36, 163, 117, 234, 40, 204, 65, 216, 182, 180, 149, 44, 121, 12, 214, 108, 204, 42, 175, 41, 115, 44, 216, 32, 101, 155, 32, 253, 69, 207, 158, 174, 161, 163, 84, 88, 171, 201, 202, 144, 5, 24, 191, 217, 42, 19, 83, 202, 126, 28, 54, 247, 75, 72, 213, 91, 74, 129, 149, 202, 211, 98, 100, 116, 3, 24, 158, 217, 182, 202, 193, 214, 2, 144, 244, 36, 127, 215, 22, 237, 204, 194, 146, 118, 178, 196, 213, 7, 162, 226, 233, 19, 154, 185, 251, 130, 190, 47, 19, 160, 162, 146, 246, 82, 183, 254, 15, 99, 43, 38, 146, 125, 129, 134, 163, 246, 222, 246, 149, 233, 121, 26, 114, 220, 103, 100, 218, 32, 106, 81, 127, 120, 202, 227, 214, 86, 243, 193, 174, 5, 234, 200, 157, 59, 202, 5, 170, 31, 61, 211, 232, 89, 161, 10, 241, 187, 168, 174, 112, 113, 179, 209, 215, 162, 244, 144, 60, 60, 227, 198, 51, 105, 78, 180, 157, 11, 61, 8, 90, 94, 170, 23, 190, 65, 174, 88, 57, 11, 33, 105, 66, 201, 112, 117, 145, 103, 189, 112, 129, 28, 239, 33, 17, 208, 106, 233, 198, 40, 53, 81, 243, 136, 163, 16, 93, 101, 50, 68, 179, 155, 12, 185, 100, 229, 224, 199, 179, 195, 222, 151, 118, 62, 34, 199, 103, 127, 99, 61, 130, 156, 189, 60, 34, 93, 80, 74, 152, 157, 248, 43, 3, 141, 236, 135, 126, 119, 13, 148, 216, 63, 180, 228, 163, 62, 246, 68, 38, 60, 52, 175, 38, 205, 8, 109, 31, 94, 145, 87, 57, 155, 99, 116, 117, 253, 88, 114, 140, 82, 188, 171, 187, 104, 226, 110, 63, 179, 207, 96, 214, 60, 11, 38, 119, 243, 211, 150, 234, 56, 83, 114, 235, 240, 205, 172, 91, 104, 14, 142, 140, 11, 213, 39, 11, 19, 12, 132, 182, 195, 161, 62, 68, 49, 193, 6, 121, 64, 142, 47, 120, 166, 255, 21, 142, 64, 41, 206, 60, 104, 200, 180, 59, 11, 153, 152, 156, 217, 78, 163, 188, 130, 80, 198, 11, 127, 188, 193, 143, 175, 40, 142, 130, 51, 58, 28, 30, 33, 212, 129, 103, 37, 41, 20, 61, 139, 58, 241, 74, 55, 1, 3, 42, 122, 136, 240, 105, 44, 0, 64, 111, 35, 218, 150, 208, 31, 98, 10, 93, 129, 135, 239, 242, 254, 208, 36, 187, 116, 147, 28, 0, 143, 194, 206, 39, 6, 134, 72, 200, 241, 241, 8, 14, 164, 56, 52, 67, 219, 241, 236, 155, 64, 221, 237, 238, 117, 249, 62, 180, 106, 253, 228, 248, 194, 196, 209, 175, 249, 151, 10, 39, 22, 160, 218, 1, 88, 194, 69, 186, 86, 211, 208, 17, 164, 166, 175, 70, 160, 251, 228, 165, 224, 192, 28, 61, 104, 220, 240, 117, 226, 141, 156, 221, 107, 206, 129, 191, 167, 88, 181, 75, 50, 196, 210, 146, 23, 110, 144, 223, 216, 223, 202, 94, 63, 227, 250, 75, 47, 88, 218, 83, 201, 224, 98, 185, 245, 62, 40, 96, 165, 180, 83, 58, 4, 236, 117, 79, 172, 130, 65, 229, 6, 56, 182, 18, 164, 201, 253, 213, 140, 96, 117, 64, 135, 135, 23, 174, 110, 60, 190, 236, 237, 98, 252, 104, 243, 76, 188, 180, 39, 164, 16, 57, 36, 106, 157, 242, 143, 179, 234, 34, 13, 170, 237, 142, 190, 181, 168, 81, 170, 223, 80, 215, 133, 28, 143, 167, 64, 53, 47, 90, 42, 176, 66, 187, 195, 76, 220, 107, 150, 104, 126, 147, 76, 213, 214, 226, 211, 150, 0, 13, 136, 179, 190, 79, 239, 13, 26, 145, 215, 164, 29, 231, 197, 138, 171, 5, 140, 13, 30, 225, 28, 12, 92, 229, 108, 64, 215, 31, 13, 251, 151, 117, 230, 235, 74, 156, 82, 96, 8, 255, 209, 222, 181, 5, 39, 84, 119, 165, 22, 54, 3, 166, 113, 132, 215, 82, 67, 148, 233, 25, 163, 43, 143, 0, 64, 15, 39, 35, 190, 175, 70, 123, 224, 79, 149, 145, 83, 240, 238, 164, 235, 114, 137, 135, 219, 174, 102, 243, 127, 131, 15, 28, 201, 2, 31, 12, 31, 162, 200, 202, 207, 28, 14, 231, 172, 133, 161, 88, 57, 109, 113, 44, 250, 199, 119, 117, 28, 14, 146, 220, 161, 172, 104, 252, 75, 112, 167, 200, 207, 43, 35, 18, 140, 253, 210, 238, 137, 104, 193, 87, 169, 84, 25, 59, 45, 189, 17, 191, 123, 73, 232, 247, 102, 49, 112, 85, 38, 224, 175, 245, 98, 28, 122, 232, 34, 175, 184, 45, 169, 113, 226, 209, 196, 174, 1, 227, 140, 80, 24, 249, 206, 206, 71, 89, 99, 161, 16, 209, 24, 59, 63, 110, 186, 185, 198, 250, 73, 87, 62, 58, 196, 218, 201, 92, 46, 80, 23, 236, 76, 125, 55, 49, 123, 60, 111, 251, 183, 216, 240, 228, 129, 174, 108, 143, 1, 210, 113, 225, 167, 21, 67, 175, 60, 64, 247, 187, 97, 29, 65, 154, 198, 156, 240, 219, 168, 92, 224, 222, 114, 2, 149, 200, 197, 68, 210, 90, 144, 145, 217, 144, 242, 207, 18, 141, 125, 19, 223, 229, 186, 102, 48, 63, 206, 57, 132, 89, 39, 162, 232, 235, 158, 221, 67, 90, 248, 19, 54, 45, 140, 70, 9, 160, 161, 82, 176, 68, 159, 97, 200, 40, 135, 90, 176, 40, 218, 170, 47, 84, 98, 226, 222, 137, 197, 241, 191, 110, 131, 80, 130, 187, 76, 10, 155, 156, 197, 156, 171, 180, 45, 190, 140, 165, 28, 13, 78, 171, 59, 174, 22, 54, 110, 123, 64, 110, 61, 123, 92, 39, 141, 238, 219, 171, 200, 51, 112, 122, 236, 90, 183, 221, 47, 65, 154, 86, 186, 21, 153, 243, 102, 226, 243, 254, 24, 28, 141, 134, 236, 119, 230, 227, 27, 88, 180, 161, 119, 183, 88, 130, 81, 155, 69, 39, 11, 232, 54, 123, 38, 225, 196, 70, 174, 104, 116, 10, 18, 173, 53, 46, 154, 136, 147, 244, 108, 64, 149, 105, 119, 186, 41, 141, 35, 97, 67, 110, 242, 100, 253, 225, 64, 91, 113, 26, 184, 61, 94, 231, 53, 237, 62, 179, 62, 163, 221, 224, 150, 21, 93, 146, 15, 100, 78, 116, 57, 193, 232, 236, 152, 180, 4, 154, 91, 245, 81, 209, 175, 247, 121, 62, 115, 144, 184, 201, 119, 223, 183, 39, 233, 34, 182, 188, 224, 240, 15, 169, 155, 252, 250, 6, 152, 182, 146, 86, 252, 229, 162, 150, 240, 115, 120, 230, 181, 100, 235, 128, 247, 130, 217, 194, 99, 57, 54, 174, 95, 61, 29, 169, 144, 102, 155, 236, 226, 134, 26, 162, 100, 235, 62, 113, 19, 201, 174, 190, 82, 39, 0, 22, 197, 112, 104, 13, 184, 161, 62, 245, 206, 28, 148, 228, 146, 18, 103, 124, 205, 248, 4, 140, 43, 249, 14, 110, 29, 128, 174, 231, 218, 93, 163, 173, 202, 119, 151, 65, 86, 89, 52, 97, 84, 14, 176, 215, 247, 194, 242, 102, 123, 171, 96, 137, 151, 10, 201, 86, 64, 163, 175, 157, 13, 188, 51, 236, 166, 190, 28, 218, 68, 17, 131, 80, 164, 119, 45, 35, 159, 126, 103, 0, 66, 6, 12, 128, 163, 252, 151, 127, 156, 41, 121, 9, 94, 109, 164, 203, 143, 234, 179, 99, 175, 41, 102, 75, 97, 183, 40, 135, 19, 105, 235, 103, 180, 150, 168, 239, 119, 84, 93, 180, 60, 244, 51, 80, 201, 144, 244, 128, 4, 19, 69, 245, 76, 120, 51, 172, 241, 180, 106, 170, 180, 173, 178, 195, 63, 227, 172, 140, 229, 42, 179, 156, 65, 23, 206, 92, 185, 157, 206, 240, 4, 78, 149, 64, 194, 43, 124, 209, 228, 20, 213, 44, 21, 150, 74, 196, 56, 139, 95, 146, 233, 73, 26, 157, 144, 136, 34, 241, 240, 128, 49, 195, 123, 126, 45, 34, 211, 113, 180, 86, 116, 197, 15, 8, 164, 50, 124, 242, 230, 56, 145, 206, 182, 177, 196, 145, 252, 184, 241, 93, 200, 88, 143, 14, 10, 108, 160, 180, 213, 195, 23, 41, 11, 24, 220, 242, 73, 245, 67, 115, 246, 206, 26, 188, 125, 83, 62, 18, 232, 25, 150, 184, 223, 86, 208, 10, 2, 115, 17, 104, 103, 140, 58, 163, 126, 70, 129, 203, 138, 249, 224, 226, 159, 202, 30, 250, 173, 123, 44, 168, 167, 134, 158, 153, 84, 5, 216, 157, 182, 189, 41, 194, 143, 107, 192, 25, 148, 144, 85, 4, 44, 249, 224, 54, 115, 251, 189, 80, 220, 12, 130, 137, 147, 226, 113, 239, 151, 223, 153, 192, 94, 212, 84, 188, 44, 85, 34, 17, 197, 190, 164, 251, 225, 19, 94, 54, 211, 226, 24, 136, 56, 231, 151, 247, 246, 25, 4, 249, 190, 172, 71, 200, 226, 243, 2, 200, 32, 3, 76, 43, 50, 158, 185, 162, 87, 110, 55, 127, 213, 8, 139, 211, 193, 58, 128, 0, 144, 136, 211, 113, 19, 209, 56, 97, 218, 135, 73, 231]
[INFO] [stdout]  right: [16, 152, 108, 214, 147, 13, 177, 254, 46, 115, 42, 187, 83, 9, 56, 78, 171, 101, 125, 191, 188, 249, 6, 159, 156, 135, 199, 178, 111, 224, 169, 252, 28, 70, 249, 33, 145, 41, 7, 186, 5, 94, 180, 128, 145, 135, 176, 64, 4, 250, 252, 81, 183, 152, 153, 147, 97, 180, 20, 98, 22, 131, 131, 103, 97, 149, 215, 154, 60, 238, 62, 28, 31, 63, 30, 85, 72, 151, 243, 176, 196, 84, 211, 106, 171, 91, 146, 90, 230, 151, 26, 192, 123, 34, 160, 38, 108, 47, 170, 57, 30, 33, 142, 174, 87, 157, 6, 159, 223, 157, 230, 161, 167, 27, 254, 249, 202, 133, 34, 147, 181, 254, 58, 162, 52, 140, 225, 64, 222, 98, 199, 171, 129, 21, 78, 150, 192, 18, 45, 200, 111, 126, 55, 192, 88, 62, 171, 142, 223, 33, 167, 90, 167, 41, 55, 232, 235, 188, 168, 12, 156, 55, 150, 81, 230, 207, 147, 36, 212, 241, 196, 49, 116, 75, 142, 156, 14, 216, 47, 78, 10, 7, 134, 188, 125, 22, 215, 197, 198, 223, 129, 180, 209, 213, 90, 131, 218, 225, 105, 224, 130, 159, 187, 136, 189, 220, 0, 48, 73, 90, 115, 47, 154, 235, 140, 35, 232, 32, 167, 244, 233, 142, 235, 246, 61, 31, 119, 129, 221, 108, 207, 233, 18, 184, 10, 255, 69, 97, 127, 163, 201, 243, 18, 20, 187, 183, 106, 5, 82, 132, 70, 53, 100, 202, 71, 210, 96, 177, 182, 187, 204, 62, 70, 92, 245, 12, 250, 230, 156, 42, 116, 87, 107, 178, 239, 201, 163, 80, 19, 34, 42, 190, 201, 183, 163, 179, 233, 186, 238, 240, 211, 1, 56, 109, 88, 210, 52, 62, 163, 125, 37, 14, 33, 25, 140, 252, 160, 176, 100, 71, 116, 54, 191, 237, 212, 244, 151, 156, 29, 212, 146, 253, 194, 164, 75, 235, 68, 22, 226, 135, 235, 147, 17, 240, 104, 57, 46, 238, 21, 115, 145, 199, 149, 251, 176, 4, 230, 235, 103, 204, 158, 223, 237, 28, 190, 20, 39, 53, 55, 108, 65, 56, 89, 30, 212, 208, 15, 237, 97, 67, 52, 6, 114, 107, 26, 241, 38, 54, 62, 1, 247, 170, 61, 132, 57, 51, 72, 235, 148, 124, 1, 1, 226, 188, 120, 151, 208, 148, 3, 49, 184, 79, 86, 40, 0, 211, 240, 20, 172, 253, 48, 13, 61, 105, 196, 119, 142, 68, 2, 211, 153, 129, 237, 108, 30, 54, 222, 150, 213, 119, 124, 30, 214, 221, 216, 208, 24, 89, 13, 14, 202, 15, 4, 194, 208, 150, 227, 135, 190, 254, 116, 0, 28, 164, 128, 27, 84, 33, 220, 197, 58, 156, 251, 129, 220, 11, 217, 246, 224, 210, 145, 121, 66, 116, 10, 43, 239, 25, 222, 189, 2, 237, 34, 8, 38, 70, 180, 205, 109, 155, 153, 94, 198, 173, 105, 159, 49, 229, 44, 227, 2, 76, 197, 227, 172, 171, 238, 62, 244, 54, 97, 117, 164, 13, 224, 73, 240, 126, 94, 55, 181, 188, 115, 228, 44, 36, 4, 61, 96, 179, 29, 84, 158, 100, 172, 159, 147, 98, 72, 105, 214, 97, 171, 114, 181, 129, 255, 246, 68, 205, 11, 140, 108, 226, 130, 204, 145, 6, 147, 70, 208, 59, 70, 137, 14, 52, 103, 34, 131, 96, 200, 224, 231, 194, 116, 13, 90, 180, 246, 235, 10, 177, 251, 235, 235, 185, 194, 172, 251, 83, 200, 149, 96, 244, 125, 247, 241, 23, 119, 59, 173, 51, 31, 63, 147, 215, 49, 15, 91, 126, 142, 40, 165, 26, 63, 5, 51, 44, 226, 68, 21, 10, 131, 189, 202, 56, 255, 203, 206, 173, 67, 96, 226, 61, 137, 115, 214, 222, 22, 15, 83, 89, 195, 117, 107, 177, 56, 61, 16, 158, 1, 162, 220, 115, 65, 85, 61, 79, 207, 122, 5, 250, 118, 97, 160, 126, 113, 132, 74, 225, 87, 14, 169, 102, 194, 45, 93, 101, 130, 166, 245, 101, 172, 243, 140, 4, 168, 173, 16, 181, 156, 247, 104, 57, 13, 206, 82, 208, 152, 5, 140, 198, 171, 241, 166, 222, 11, 216, 101, 26, 95, 228, 13, 79, 135, 104, 11, 207, 238, 46, 67, 218, 141, 158, 97, 3, 151, 213, 170, 68, 117, 244, 169, 70, 8, 98, 243, 175, 129, 48, 249, 54, 170, 62, 4, 252, 63, 10, 108, 146, 17, 227, 175, 51, 88, 104, 78, 195, 190, 141, 108, 183, 78, 185, 72, 185, 144, 209, 247, 113, 155, 162, 74, 58, 33, 226, 114, 98, 10, 226, 185, 66, 145, 9, 205, 191, 228, 227, 190, 89, 0, 168, 94, 221, 143, 30, 107, 224, 243, 33, 72, 75, 120, 248, 98, 58, 198, 116, 31, 121, 88, 63, 144, 241, 217, 145, 230, 128, 252, 83, 136, 207, 64, 87, 210, 214, 105, 68, 18, 216, 167, 79, 126, 80, 184, 208, 206, 127, 45, 111, 239, 173, 23, 78, 147, 70, 108, 118, 179, 90, 155, 244, 36, 220, 29, 40, 140, 47, 91, 134, 222, 168, 149, 225, 21, 204, 214, 125, 170, 40, 28, 12, 117, 131, 132, 105, 30, 69, 140, 149, 5, 151, 36, 106, 244, 168, 112, 165, 164, 161, 190, 116, 233, 101, 109, 22, 105, 97, 248, 78, 22, 135, 58, 249, 185, 80, 31, 252, 167, 13, 100, 27, 142, 183, 76, 234, 145, 124, 182, 144, 140, 184, 191, 236, 188, 79, 194, 212, 238, 55, 56, 6, 190, 57, 242, 54, 119, 173, 5, 26, 240, 21, 25, 1, 25, 211, 97, 35, 191, 203, 140, 132, 177, 109, 161, 10, 157, 22, 178, 47, 68, 148, 39, 90, 26, 58, 2, 202, 178, 191, 136, 238, 20, 13, 192, 59, 213, 127, 108, 181, 54, 104, 83, 249, 114, 197, 21, 141, 4, 206, 142, 122, 92, 76, 247, 72, 145, 248, 18, 49, 176, 0, 160, 208, 114, 231, 196, 159, 3, 253, 1, 158, 190, 171, 183, 209, 226, 168, 127, 206, 38, 133, 142, 74, 52, 176, 141, 30, 218, 100, 139, 114, 189, 182, 201, 192, 169, 64, 167, 8, 128, 52, 99, 95, 149, 163, 185, 2, 12, 225, 202, 61, 4, 128, 81, 108, 217, 23, 120, 168, 148, 198, 101, 128, 249, 123, 242, 62, 45, 60, 149, 56, 174, 175, 17, 100, 171, 189, 34, 32, 235, 36, 107, 199, 45, 182, 175, 40, 233, 186, 208, 24, 184, 85, 71, 10, 85, 168, 117, 113, 46, 239, 197, 85, 0, 11, 129, 169, 141, 75, 189, 30, 246, 20, 181, 66, 124, 228, 73, 136, 120, 58, 137, 122, 200, 207, 234, 113, 32, 36, 74, 125, 23, 159, 136, 14, 227, 240, 9, 235, 246, 234, 51, 177, 4, 248, 122, 158, 133, 242, 255, 176, 71, 212, 202, 153, 135, 29, 239, 160, 254, 24, 234, 206, 250, 164, 21, 33, 190, 224, 215, 52, 4, 42, 122, 221, 27, 229, 226, 97, 188, 251, 164, 253, 82, 150, 112, 176, 56, 160, 109, 253, 35, 73, 252, 105, 28, 123, 4, 219, 189, 41, 181, 129, 180, 58, 238, 43, 6, 242, 113, 103, 10, 110, 24, 67, 253, 34, 231, 231, 92, 228, 181, 3, 190, 98, 101, 70, 119, 37, 136, 55, 182, 176, 188, 135, 67, 247, 144, 174, 20, 112, 186, 152, 49, 73, 102, 146, 36, 122, 122, 15, 146, 28, 9, 17, 23, 109, 143, 155, 12, 35, 179, 227, 62, 235, 35, 25, 137, 170, 29, 121, 67, 234, 27, 68, 149, 98, 252, 115, 79, 18, 7, 29, 131, 66, 10, 71, 0, 183, 115, 120, 39, 66, 230, 226, 211, 83, 233, 43, 178, 226, 74, 108, 12, 74, 139, 254, 184, 67, 10, 249, 69, 183, 217, 208, 163, 2, 200, 2, 72, 88, 96, 155, 157, 151, 155, 229, 168, 133, 87, 54, 103, 34, 70, 116, 176, 37, 202, 189, 32, 130, 24, 214, 221, 186, 225, 98, 4, 157, 171, 127, 77, 42, 174, 185, 241, 23, 73, 10, 55, 214, 239, 51, 80, 123, 167, 186, 98, 8, 72, 241, 105, 153, 115, 113, 211, 220, 77, 251, 196, 31, 156, 170, 66, 25, 239, 113, 32, 64, 208, 187, 73, 171, 135, 208, 232, 152, 84, 34, 59, 235, 161, 124, 228, 137, 170, 35, 212, 205, 129, 113, 27, 26, 53, 128, 11, 207, 106, 2, 141, 199, 41, 170, 174, 202, 51, 194, 100, 185, 156, 32, 185, 31, 203, 161, 251, 207, 87, 212, 167, 166, 251, 234, 153, 73, 148, 48, 110, 125, 209, 116, 83, 150, 10, 241, 122, 84, 34, 190, 106, 66, 189, 39, 198, 116, 204, 154, 62, 188, 178, 236, 136, 190, 89, 60, 13, 212, 75, 117, 128, 1, 118, 96, 61, 203, 223, 168, 224, 172, 238, 85, 124, 171, 40, 226, 253, 104, 173, 83, 170, 44, 195, 220, 217, 233, 230, 165, 4, 245, 184, 225, 75, 213, 2, 199, 227, 55, 23, 6, 130, 85, 84, 236, 170, 46, 100, 143, 168, 164, 112, 139, 111, 162, 212, 207, 150, 154, 239, 254, 214, 39, 188, 27, 19, 249, 167, 125, 255, 66, 80, 140, 238, 53, 169, 138, 198, 35, 254, 200, 211, 162, 118, 99, 187, 247, 58, 175, 250, 210, 234, 15, 118, 180, 6, 241, 59, 116, 88, 59, 229, 49, 144, 168, 89, 221, 139, 86, 249, 24, 206, 109, 254, 68, 138, 92, 191, 244, 144, 178, 107, 185, 171, 182, 247, 86, 161, 225, 234, 152, 139, 63, 67, 40, 157, 119, 219, 166, 165, 209, 163, 58, 214, 171, 234, 27, 170, 27, 66, 81, 90, 103, 225, 110, 172, 70, 150, 66, 77, 69, 152, 219, 83, 204, 3, 39, 206, 34, 64, 206, 116, 145, 154, 17, 230, 108, 252, 110, 198, 194, 143, 197, 2, 235, 31, 73, 146, 242, 59, 51, 28, 149, 43, 254, 42, 105, 124, 153, 157, 209, 18, 169, 138, 249, 72, 52, 7, 15, 131, 14, 144, 214, 167, 39, 37, 13, 161, 43, 169, 4, 129, 104, 25, 248, 171, 158, 8, 215, 208, 1, 33, 150, 134, 28, 239, 215, 208, 41, 55, 184, 140, 179, 131, 141, 64, 137, 67, 165, 79, 73, 197, 79, 87, 197, 130, 101, 22, 211, 25, 249, 231, 147, 162, 183, 162, 226, 188, 66, 62, 165, 180, 235, 61, 140, 41, 93, 31, 247, 246, 178, 121, 0, 175, 211, 173, 232, 198, 43, 34, 100, 148, 176, 176, 191, 188, 129, 163, 25, 71, 94, 169, 118, 63, 243, 207, 97, 35, 246, 206, 132, 115, 34, 131, 69, 41, 153, 149, 252, 154, 185, 100, 30, 70, 176, 94, 40, 48, 156, 141, 15, 207, 84, 54, 132, 52, 95, 158, 251, 153, 84, 71, 1, 239, 153, 142, 42, 167, 173, 191, 139, 207, 210, 28, 10, 223, 135, 175, 153, 65, 185, 61, 253, 75, 101, 248, 206, 157, 202, 240, 43, 41, 42, 91, 15, 160, 247, 179, 115, 165, 89, 152, 172, 130, 80, 164, 79, 93, 239, 49, 110, 113, 121, 158, 171, 41, 165, 189, 61, 90, 33, 71, 184, 220, 44, 133, 177, 227, 234, 52, 153, 94, 197, 228, 124, 79, 113, 97, 149, 205, 76, 208, 26, 104, 144, 179, 65, 165, 33, 220, 92, 55, 204, 47, 190, 153, 205, 26, 233, 140, 50, 23, 171, 175, 225, 165, 217, 142, 151, 229, 61, 127, 219, 48, 60, 146, 113, 128, 42, 108, 223, 210, 76, 102, 207, 20, 69, 5, 29, 133, 245, 243, 172, 152, 167, 182, 10, 133, 234, 8, 250, 198, 144, 213, 127, 144, 189, 16, 120, 76, 56, 110, 161, 191, 164, 253, 50, 219, 115, 105, 33, 113, 207, 156, 34, 146, 82, 127, 1, 103, 206, 212, 232, 136, 36, 183, 123, 254, 173, 127, 30, 249, 217, 41, 197, 173, 61, 248, 192, 208, 109, 170, 15, 213, 245, 23, 232, 194, 17, 166, 101, 19, 120, 252, 144, 203, 175, 169, 219, 246, 212, 243, 30, 226, 79, 248, 112, 63, 211, 172, 20, 17, 216, 8, 50, 234, 140, 26, 110, 250, 79, 249, 68, 10, 60, 115, 18, 99, 46, 61, 215, 180, 109, 255, 120, 1, 241, 134, 81, 119, 201, 240, 221, 203, 159, 38, 176, 157, 75, 1, 241, 111, 165, 11, 122, 69, 36, 146, 254, 69, 121, 242, 200, 32, 193, 186, 130, 252, 230, 231, 214, 1, 133, 148, 76, 101, 219, 123, 130, 147, 51, 50, 67, 170, 131, 32, 193, 114, 214, 98, 8, 91, 184, 147, 44, 162, 72, 79, 188, 126, 119, 241, 66, 95, 35, 104, 59, 160, 33, 163, 88, 57, 162, 97, 103, 167, 124, 216, 63, 249, 204, 190, 50, 131, 9, 238, 122, 122, 129, 202, 129, 173, 78, 23, 205, 218, 110, 239, 65, 54, 11, 115, 74, 10, 128, 31, 233, 54, 190, 143, 249, 185, 147, 202, 37, 7, 152, 202, 137, 88, 233, 55, 21, 47, 57, 104, 152, 91, 149, 124, 112, 122, 69, 98, 8, 6, 197, 175, 69, 236, 46, 229, 178, 47, 98, 32, 41, 38, 102, 106, 195, 164, 150, 113, 93, 44, 76, 61, 9, 83, 169, 57, 248, 46, 175, 146, 10, 186, 233, 243, 126, 60, 144, 89, 95, 88, 106, 22, 194, 2, 205, 205, 165, 5, 250, 84, 230, 73, 150, 253, 188, 190, 165, 29, 212, 148, 49, 208, 229, 135, 27, 1, 67, 162, 89, 159, 218, 99, 201, 37, 83, 101, 85, 93, 133, 4, 230, 239, 24, 78, 91, 186, 88, 243, 211, 61, 91, 108, 149, 116, 185, 192, 31, 119, 158, 123, 99, 10, 54, 75, 128, 6, 66, 27, 231, 65, 67, 233, 130, 199, 0, 98, 248, 58, 3, 65, 195, 18, 166, 102, 188, 165, 156, 232, 213, 142, 184, 37, 232, 15, 227, 156, 73, 128, 204, 142, 189, 139, 82, 69, 111, 211, 1, 100, 6, 120, 174, 142, 2, 135, 137, 219, 114, 75, 168, 206, 102, 187, 0, 81, 44, 57, 242, 254, 235, 194, 224, 202, 234, 224, 247, 106, 92, 158, 11, 203, 63, 23, 29, 14, 60, 96, 252, 169, 250, 213, 36, 148, 107, 145, 9, 178, 147, 12, 91, 227, 217, 106, 103, 86, 131, 248, 252, 85, 198, 57, 177, 46, 177, 152, 39, 242, 30, 185, 182, 208, 172, 121, 53, 14, 249, 6, 180, 78, 41, 119, 65, 176, 8, 17, 250, 143, 204, 96, 201, 156, 22, 212, 80, 148, 90, 141, 173, 203, 19, 250, 242, 127, 207, 190, 58, 159, 221, 19, 75, 243, 170, 58, 138, 176, 75, 9, 83, 15, 177, 241, 88, 104, 240, 215, 207, 13, 213, 128, 181, 255, 111, 151, 183, 110, 108, 65, 100, 169, 39, 49, 246, 224, 233, 32, 76, 76, 66, 143, 23, 160, 134, 150, 155, 244, 180, 195, 191, 93, 31, 146, 247, 109, 51, 166, 71, 21, 6, 69, 74, 95, 78, 42, 253, 30, 71, 182, 36, 209, 172, 142, 178, 22, 67, 119, 105, 182, 90, 224, 92, 171, 232, 224, 40, 52, 159, 229, 78, 195, 158, 139, 21, 240, 87, 220, 4, 114, 214, 89, 74, 237, 153, 149, 150, 120, 167, 111, 216, 245, 88, 237, 148, 126, 141, 41, 243, 1, 108, 133, 153, 114, 200, 77, 102, 115, 134, 152, 165, 193, 139, 53, 157, 193, 203, 116, 61, 194, 136, 21, 59, 201, 132, 109, 34, 191, 136, 124, 52, 103, 218, 54, 186, 242, 157, 108, 206, 110, 127, 48, 59, 229, 193, 247, 220, 2, 216, 92, 94, 113, 51, 49, 199, 187, 7, 165, 52, 87, 212, 141, 118, 83, 127, 232, 105, 89, 42, 190, 79, 112, 9, 102, 194, 54, 16, 168, 20, 180, 27, 214, 185, 5, 246, 140, 108, 210, 69, 248, 180, 41, 201, 136, 154, 155, 102, 182, 210, 3, 41, 218, 80, 219, 88, 102, 236, 43, 215, 178, 164, 158, 211, 14, 18, 126, 188, 113, 12, 170, 105, 138, 113, 223, 170, 130, 70, 179, 222, 23, 214, 225, 12, 158, 148, 217, 238, 80, 35, 47, 12, 111, 162, 107, 105, 33, 51, 42, 18, 71, 215, 93, 183, 46, 205, 47, 60, 107, 227, 201, 69, 21, 93, 167, 203, 131, 168, 84, 6, 151, 249, 17, 101, 162, 1, 51, 107, 112, 90, 214, 5, 32, 56, 59, 122, 22, 165, 144, 246, 87, 17, 81, 38, 224, 206, 79, 105, 222, 196, 115, 123, 92, 222, 12, 28, 110, 6, 77, 245, 216, 140, 72, 35, 146, 200, 254, 147, 175, 140, 81, 168, 13, 60, 44, 241, 169, 175, 102, 150, 65, 78, 207, 0, 11, 102, 19, 67, 49, 126, 173, 59, 53, 65, 121, 133, 80, 198, 127, 154, 249, 78, 97, 72, 199, 30, 127, 224, 205, 166, 50, 47, 25, 26, 215, 236, 107, 48, 142, 219, 34, 187, 136, 79, 249, 154, 59, 168, 243, 198, 162, 44, 3, 47, 57, 147, 81, 128, 151, 149, 136, 43, 177, 232, 12, 93, 163, 220, 200, 203, 105, 158, 231, 93, 118, 177, 74, 32, 229, 245, 83, 38, 230, 100, 210, 234, 171, 45, 72, 61, 206, 236, 164, 224, 232, 87, 13, 9, 195, 107, 79, 173, 168, 106, 188, 3, 62, 117, 161, 134, 57, 204, 249, 140, 24, 119, 183, 59, 52, 85, 121, 184, 19, 254, 90, 166, 196, 142, 91, 139, 161, 67, 188, 211, 235, 89, 103, 171, 86, 197, 207, 106, 204, 216, 203, 77, 103, 75, 106, 197, 237, 20, 118, 75, 118, 248, 112, 181, 151, 244, 58, 220, 93, 84, 186, 0, 8, 171, 226, 136, 61, 222, 113, 45, 0, 32, 254, 239, 133, 3, 43, 29, 221, 154, 92, 224, 35, 101, 105, 232, 14, 105, 10, 58, 117, 250, 8, 94, 113, 101, 253, 98, 214, 188, 77, 232, 230, 18, 255, 67, 73, 106, 254, 85, 154, 1, 111, 22, 217, 226, 89, 47, 210, 234, 213, 27, 97, 23, 245, 147, 148, 50, 111, 217, 205, 239, 226, 67, 81, 215, 104, 172, 197, 255, 180, 194, 73, 95, 32, 15, 3, 248, 184, 210, 163, 199, 237, 101, 7, 218, 248, 84, 10, 52, 234, 51, 30, 30, 131, 22, 46, 189, 26, 20, 66, 197, 174, 252, 109, 80, 105, 251, 18, 124, 135, 174, 244, 126, 93, 60, 32, 184, 156, 217, 72, 36, 9, 125, 209, 25, 19, 168, 56, 131, 32, 13, 79, 44, 57, 166, 1, 223, 24, 29, 231, 251, 167, 76, 209, 246, 188, 52, 50, 230, 208, 63, 56, 114, 236, 131, 204, 13, 100, 19, 36, 32, 131, 233, 88, 132, 195, 146, 202, 26, 135, 67, 56, 145, 208, 120, 27, 208, 65, 69, 48, 212, 46, 45, 162, 31, 35, 40, 122, 198, 155, 200, 181, 72, 179, 15, 125, 69, 235, 127, 241, 47, 171, 173, 140, 222, 120, 121, 103, 189, 210, 93, 137, 154, 58, 111, 171, 222, 203, 172, 223, 238, 24, 99, 150, 33, 137, 21, 191, 78, 77, 96, 20, 192, 29, 12, 165, 184, 38, 252, 31, 15, 25, 222, 7, 228, 3, 47, 223, 147, 98, 152, 222, 217, 89, 17, 182, 74, 57, 96, 41, 111, 207, 73, 246, 27, 110, 1, 208, 146, 25, 198, 131, 72, 184, 204, 14, 65, 73, 36, 123, 9, 68, 143, 14, 235, 219, 159, 92, 224, 21, 7, 74, 68, 152, 185, 198, 206, 139, 199, 119, 208, 131, 116, 223, 70, 207, 91, 58, 247, 73, 177, 9, 225, 135, 10, 188, 160, 155, 53, 121, 39, 244, 172, 167, 99, 41, 33, 83, 1, 67, 254, 98, 50, 199, 137, 245, 98, 122, 252, 45, 207, 0, 142, 203, 224, 217, 217, 11, 59, 122, 95, 216, 232, 166, 18, 31, 111, 240, 32, 14, 53, 137, 26, 123, 87, 25, 124, 166, 184, 162, 165, 218, 152, 42, 105, 113, 122, 38, 231, 47, 133, 93, 110, 112, 227, 8, 126, 235, 24, 93, 32, 7, 189, 155, 84, 109, 62, 58, 157, 42, 26, 99, 38, 185, 15, 26, 33, 200, 57, 208, 95, 14, 204, 108, 139, 41, 167, 176, 78, 230, 77, 191, 10, 130, 67, 106, 47, 125, 81, 82, 61, 10, 146, 208, 3, 97, 89, 89, 177, 126, 53, 70, 109, 123, 197, 87, 48, 60, 19, 17, 85, 173, 252, 175, 6, 16, 203, 140, 123, 135, 168, 175, 100, 248, 122, 206, 57, 236, 23, 39, 48, 136, 44, 3, 165, 207, 136, 72, 90, 150, 199, 181, 255, 247, 198, 60, 60, 169, 105, 154, 174, 12, 88, 200, 3, 108, 95, 239, 118, 220, 166, 64, 250, 162, 182, 245, 78, 96, 19, 33, 58, 159, 177, 135, 0, 41, 58, 158, 94, 62, 214, 209, 63, 79, 142, 70, 176, 40, 17, 229, 203, 119, 118, 72, 108, 221, 207, 137, 69, 155, 231, 209, 44, 73, 36, 172, 195, 115, 245, 135, 197, 49, 246, 115, 64, 17, 238, 75, 136, 107, 209, 70, 167, 139, 181, 52, 191, 254, 171, 181, 129, 18, 55, 85, 142, 165, 234, 60, 126, 136, 121, 61, 20, 143, 225, 79, 98, 141, 173, 235, 92, 91, 188, 201, 50, 211, 51, 212, 113, 46, 55, 85, 230, 245, 84, 63, 228, 216, 222, 99, 208, 28, 62, 23, 221, 194, 63, 77, 18, 229, 254, 158, 253, 5, 186, 231, 18, 46, 63, 208, 183, 106, 247, 96, 0, 147, 32, 68, 201, 136, 103, 179, 33, 151, 114, 100, 27, 84, 180, 34, 155, 220, 157, 244, 210, 214, 223, 138, 144, 153, 199, 44, 250, 65, 52, 62, 31, 57, 155, 192, 52, 20, 111, 245, 96, 14, 186, 25, 87, 142, 162, 70, 166, 123, 181, 40, 135, 222, 88, 214, 235, 159, 107, 55, 48, 133, 35, 80, 18, 51, 104, 245, 83, 99, 147, 53, 51, 230, 39, 207, 29, 234, 199, 163, 251, 171, 191, 13, 81, 33, 17, 108, 128, 222, 36, 89, 22, 235, 1, 95, 137, 242, 24, 39, 225, 82, 135, 90, 75, 122, 44, 227, 96, 232, 133, 189, 240, 158, 133, 160, 78, 245, 27, 28, 7, 137, 137, 82, 184, 205, 216, 177, 140, 214, 70, 65, 44, 188, 109, 251, 137, 187, 68, 113, 111, 118, 155, 189, 233, 165, 152, 34, 146, 88, 182, 131, 56, 15, 8, 53, 199, 215, 161, 112, 175, 124, 142, 101, 218, 243, 53, 163, 12, 92, 253, 196, 174, 199, 15, 221, 247, 220, 230, 67, 140, 58, 43, 194, 217, 59, 139, 86, 77, 112, 68, 233, 69, 160, 196, 85, 52, 57, 54, 193, 195, 112, 230, 156, 144, 212, 172, 159, 29, 232, 249, 20, 255, 154, 63, 140, 236, 100, 142, 187, 70, 112, 226, 94, 219, 78, 230, 24, 2, 161, 221, 104, 124, 125, 142, 8, 228, 91, 17, 63, 23, 193, 180, 195, 38, 107, 85, 191, 176, 187, 39, 107, 94, 12, 125, 88, 245, 141, 222, 164, 171, 181, 242, 90, 99, 43, 173, 107, 40, 225, 208, 176, 15, 93, 126, 19, 102, 220, 22, 185, 41, 34, 30, 126, 39, 195, 174, 95, 193, 107, 73, 245, 170, 39, 242, 203, 128, 188, 59, 114, 151, 80, 39, 145, 161, 85, 58, 210, 1, 149, 17, 138, 21, 75, 194, 126, 109, 90, 193, 232, 8, 187, 133, 47, 255, 195, 16, 59, 165, 194, 182, 106, 122, 63, 69, 152, 225, 253, 237, 128, 174, 130, 61, 176, 68, 9, 28, 103, 109, 1, 163, 71, 129, 157, 17, 140, 136, 1, 38, 30, 201, 201, 97, 4, 231, 219, 157, 21, 38, 238, 14, 212, 17, 118, 79, 151, 26, 30, 21, 63, 55, 166, 187, 43, 129, 40, 232, 161, 67, 220, 59, 31, 27, 196, 14, 222, 229, 213, 51, 158, 106, 243, 246, 0, 238, 58, 248, 148, 246, 173, 95, 237, 3, 110, 128, 179, 139, 222, 142, 45, 79, 200, 130, 242, 144, 7, 98, 41, 224, 81, 10, 101, 55, 211, 194, 70, 50, 177, 247, 202, 174, 40, 73, 74, 129, 29, 112, 13, 134, 254, 106, 7, 44, 237, 123, 81, 77, 87, 74, 238, 255, 180, 235, 9, 47, 50, 213, 249, 27, 225, 4, 2, 182, 101, 120, 3, 143]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169ec53 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5905e148ac81 - core::panicking::assert_failed::he9ae6bcb92ce8134
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5905e147108a - rust_playground::buffer::buffer_pool_instance::test::should_work_concurrently::{{closure}}::{{closure}}::{{closure}}::h2c1498ce3aeb64d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/buffer_pool_instance.rs:343:50
[INFO] [stdout]   22:     0x5905e147a2bb - rust_playground::buffer::page::Page::access_page_data::he594849ca5317813
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/page.rs:25:9
[INFO] [stdout]   23:     0x5905e1470ff4 - rust_playground::buffer::buffer_pool_instance::test::should_work_concurrently::{{closure}}::{{closure}}::hac4143101cb7c955
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/buffer_pool_instance.rs:343:26
[INFO] [stdout]   24:     0x5905e149290e - std::sys::backtrace::__rust_begin_short_backtrace::h856628cb67776fd6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   25:     0x5905e1466027 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::h3ffe8a880fc7bdf9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   26:     0x5905e148cde0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbc7842cf7bb4b5e0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5905e14761aa - std::panicking::catch_unwind::do_call::hb3901a1eee2ff1f2
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5905e1466b3b - __rust_try
[INFO] [stdout]   29:     0x5905e14644ca - std::panicking::catch_unwind::h7fea23efeaa30445
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5905e14644ca - std::panic::catch_unwind::h7d034a0cbf1f9238
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5905e14644ca - std::thread::lifecycle::spawn_unchecked::{{closure}}::h04edfc20726e54e4
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   32:     0x5905e1481a7e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e633fad9963557a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   34:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   35:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   36:     0x71a1156a8a64 - clone
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'buffer::buffer_pool_instance::test::should_work_concurrently' (34) panicked at src/buffer/buffer_pool_instance.rs:364:32:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169eb12 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5905e14702c4 - core::result::Result<T,E>::unwrap::h672793190f0a2477
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5905e14702c4 - rust_playground::buffer::buffer_pool_instance::test::should_work_concurrently::{{closure}}::h74f06afb79001d20
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/buffer_pool_instance.rs:364:32
[INFO] [stdout]   22:     0x5905e1477e83 - rust_playground::types::check_random::h7e05f3e15c970527
[INFO] [stdout]                                at /opt/rustwide/workdir/src/types.rs:32:5
[INFO] [stdout]   23:     0x5905e146fe3b - rust_playground::buffer::buffer_pool_instance::test::should_work_concurrently::h16cc56f5c4dc1a47
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/buffer_pool_instance.rs:321:9
[INFO] [stdout]   24:     0x5905e146fe57 - rust_playground::buffer::buffer_pool_instance::test::should_work_concurrently::{{closure}}::h73bc66447d8de046
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/buffer_pool_instance.rs:320:34
[INFO] [stdout]   25:     0x5905e1482456 - core::ops::function::FnOnce::call_once::hdecd0b5b69da9769
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5905e14989ab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5905e14989ab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5905e14a539b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5905e14a539b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5905e14a0ab4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5905e14a0ab4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5905e14a7fa2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5905e14a7fa2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   47:     0x71a1156a8a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- buffer::disk_manager::test::should_work_concurrently stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (47) panicked at src/buffer/disk_manager.rs:118:21:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout]  right: [254, 44, 182, 221, 158, 228, 197, 142, 150, 127, 89, 211, 56, 154, 70, 25, 216, 87, 2, 248, 32, 244, 83, 40, 26, 188, 231, 85, 132, 112, 215, 7, 187, 128, 185, 165, 205, 38, 199, 164, 18, 13, 98, 211, 239, 154, 202, 158, 75, 85, 10, 226, 206, 176, 75, 25, 173, 15, 207, 67, 94, 17, 71, 27, 225, 243, 101, 217, 0, 168, 139, 110, 43, 52, 63, 106, 117, 225, 234, 152, 188, 75, 188, 240, 179, 62, 105, 88, 230, 247, 40, 186, 48, 1, 58, 241, 242, 174, 57, 50, 178, 39, 73, 34, 164, 248, 221, 76, 249, 193, 252, 102, 118, 64, 18, 155, 14, 103, 79, 94, 110, 143, 210, 98, 197, 27, 246, 58, 118, 56, 169, 177, 29, 100, 114, 0, 63, 241, 179, 108, 254, 233, 73, 98, 240, 135, 87, 0, 33, 100, 192, 137, 98, 165, 163, 135, 224, 82, 64, 199, 179, 5, 167, 86, 251, 16, 221, 157, 106, 145, 23, 15, 38, 237, 112, 127, 201, 69, 185, 189, 234, 182, 137, 189, 229, 190, 115, 251, 142, 132, 161, 32, 52, 128, 75, 156, 197, 215, 191, 42, 0, 242, 75, 110, 168, 170, 142, 236, 145, 45, 71, 143, 180, 173, 241, 79, 64, 144, 72, 200, 207, 134, 233, 100, 221, 148, 24, 25, 59, 78, 128, 112, 148, 79, 29, 5, 130, 165, 174, 57, 93, 59, 48, 237, 29, 234, 147, 53, 9, 92, 90, 137, 90, 236, 232, 19, 68, 131, 73, 71, 156, 24, 54, 155, 42, 40, 96, 14, 7, 119, 129, 183, 175, 46, 48, 209, 75, 29, 108, 164, 212, 106, 51, 162, 86, 241, 126, 197, 51, 22, 250, 188, 167, 190, 250, 235, 157, 2, 97, 145, 11, 252, 130, 236, 104, 190, 247, 110, 151, 78, 252, 35, 92, 132, 245, 215, 237, 199, 18, 106, 233, 189, 245, 224, 195, 69, 123, 54, 44, 237, 94, 107, 103, 131, 170, 28, 192, 231, 201, 130, 210, 133, 16, 71, 35, 151, 47, 135, 72, 216, 30, 151, 50, 188, 216, 58, 28, 235, 3, 165, 212, 43, 107, 24, 90, 214, 130, 160, 254, 216, 141, 175, 82, 32, 209, 240, 119, 255, 210, 212, 170, 105, 194, 209, 36, 108, 235, 61, 90, 181, 171, 11, 22, 55, 175, 250, 9, 166, 81, 4, 185, 65, 141, 236, 247, 194, 96, 113, 82, 182, 94, 244, 22, 188, 61, 129, 235, 87, 150, 65, 163, 150, 92, 111, 21, 175, 68, 107, 134, 160, 154, 168, 1, 16, 102, 196, 116, 153, 79, 114, 65, 227, 0, 113, 128, 49, 199, 134, 206, 143, 219, 73, 57, 193, 99, 174, 178, 69, 0, 40, 118, 217, 173, 144, 51, 27, 210, 13, 213, 50, 167, 233, 87, 72, 110, 68, 190, 129, 39, 87, 29, 161, 233, 190, 200, 249, 25, 199, 107, 62, 123, 159, 131, 4, 98, 144, 117, 169, 46, 19, 83, 177, 93, 15, 222, 149, 255, 189, 117, 129, 188, 209, 132, 204, 161, 68, 155, 188, 104, 158, 91, 133, 158, 137, 118, 176, 223, 195, 194, 228, 28, 30, 253, 35, 187, 118, 224, 181, 190, 128, 27, 57, 247, 128, 23, 43, 193, 170, 90, 56, 124, 169, 198, 125, 219, 39, 45, 85, 36, 82, 194, 146, 116, 104, 146, 116, 137, 50, 236, 74, 134, 171, 247, 200, 62, 23, 16, 142, 195, 88, 116, 250, 239, 238, 251, 158, 121, 100, 180, 213, 224, 82, 169, 131, 242, 32, 134, 164, 4, 127, 228, 121, 217, 247, 152, 3, 156, 119, 89, 64, 171, 8, 216, 71, 155, 133, 2, 70, 25, 134, 193, 128, 255, 166, 169, 113, 42, 92, 58, 24, 161, 219, 123, 82, 72, 34, 58, 161, 251, 42, 155, 94, 242, 205, 73, 146, 56, 121, 60, 176, 3, 232, 41, 199, 242, 123, 150, 148, 63, 18, 180, 161, 223, 137, 178, 34, 210, 199, 150, 152, 57, 241, 21, 23, 97, 96, 90, 243, 53, 185, 162, 144, 214, 93, 63, 181, 116, 216, 197, 196, 235, 212, 234, 34, 101, 49, 28, 143, 35, 121, 134, 166, 52, 243, 76, 126, 159, 81, 18, 151, 171, 208, 138, 231, 210, 204, 92, 197, 134, 72, 252, 191, 196, 25, 188, 66, 98, 182, 44, 178, 14, 224, 165, 82, 5, 228, 196, 129, 239, 56, 204, 208, 132, 253, 205, 107, 180, 201, 11, 34, 57, 79, 119, 237, 100, 27, 185, 98, 234, 199, 231, 87, 180, 15, 39, 197, 183, 165, 224, 207, 185, 87, 204, 120, 251, 51, 64, 131, 211, 118, 117, 26, 101, 124, 207, 44, 61, 21, 183, 17, 247, 168, 44, 89, 102, 120, 30, 170, 228, 243, 68, 181, 248, 124, 113, 207, 21, 224, 5, 149, 183, 24, 89, 196, 113, 35, 174, 63, 23, 253, 122, 147, 126, 161, 108, 128, 194, 169, 3, 182, 144, 204, 62, 106, 69, 81, 27, 217, 18, 20, 198, 145, 131, 232, 38, 91, 127, 14, 49, 232, 51, 112, 194, 195, 124, 64, 137, 153, 142, 220, 63, 248, 13, 9, 157, 137, 34, 65, 90, 24, 237, 176, 113, 127, 206, 251, 107, 33, 24, 195, 67, 43, 73, 17, 107, 253, 116, 200, 117, 146, 234, 58, 206, 219, 1, 130, 249, 15, 144, 188, 31, 65, 206, 54, 212, 10, 66, 186, 51, 255, 53, 215, 229, 29, 227, 229, 26, 148, 1, 244, 171, 238, 107, 212, 207, 201, 2, 175, 206, 204, 54, 153, 68, 15, 189, 226, 192, 165, 124, 146, 147, 180, 72, 163, 88, 96, 67, 154, 223, 69, 225, 49, 133, 93, 118, 243, 92, 101, 225, 41, 99, 142, 165, 251, 7, 85, 111, 123, 158, 216, 230, 19, 60, 27, 244, 71, 231, 217, 190, 106, 219, 64, 194, 9, 111, 125, 65, 220, 10, 31, 140, 97, 167, 198, 44, 61, 178, 239, 35, 247, 213, 232, 118, 196, 15, 11, 203, 89, 229, 41, 215, 2, 219, 99, 89, 150, 167, 209, 67, 227, 197, 231, 35, 60, 237, 103, 254, 65, 181, 121, 51, 150, 72, 181, 112, 134, 100, 24, 21, 205, 93, 94, 144, 184, 7, 8, 36, 80, 244, 247, 177, 105, 241, 192, 90, 128, 184, 135, 126, 71, 109, 69, 103, 235, 69, 74, 138, 147, 62, 215, 116, 148, 91, 218, 194, 66, 130, 128, 65, 150, 63, 229, 16, 160, 254, 3, 153, 179, 75, 34, 47, 213, 32, 136, 184, 203, 181, 204, 162, 180, 151, 1, 156, 63, 193, 29, 144, 180, 120, 198, 233, 142, 132, 73, 180, 251, 205, 255, 116, 29, 172, 5, 27, 58, 141, 223, 101, 231, 17, 4, 6, 224, 64, 76, 72, 164, 221, 218, 185, 157, 0, 156, 98, 1, 34, 94, 96, 220, 86, 216, 30, 212, 15, 95, 133, 183, 168, 42, 45, 41, 94, 125, 66, 213, 73, 205, 37, 224, 4, 27, 111, 4, 187, 86, 80, 133, 211, 50, 194, 219, 205, 223, 193, 131, 107, 0, 97, 28, 77, 131, 129, 195, 175, 45, 172, 106, 143, 229, 230, 39, 34, 158, 58, 174, 22, 180, 174, 20, 64, 255, 107, 80, 203, 26, 98, 115, 235, 252, 104, 14, 172, 54, 129, 15, 135, 254, 204, 182, 62, 118, 170, 139, 80, 15, 5, 113, 231, 227, 192, 248, 109, 110, 160, 240, 101, 185, 20, 102, 247, 22, 23, 81, 174, 236, 112, 197, 35, 91, 101, 255, 37, 138, 175, 151, 231, 68, 227, 114, 246, 82, 48, 18, 153, 84, 115, 217, 92, 56, 147, 249, 132, 102, 29, 142, 149, 72, 165, 122, 231, 175, 155, 242, 128, 203, 27, 117, 22, 102, 44, 20, 101, 222, 132, 150, 166, 76, 60, 43, 49, 201, 88, 113, 40, 162, 55, 181, 142, 115, 139, 250, 118, 205, 157, 220, 49, 167, 250, 82, 237, 34, 41, 200, 46, 44, 11, 14, 74, 173, 156, 113, 213, 100, 78, 73, 131, 211, 250, 81, 169, 24, 210, 131, 130, 39, 41, 134, 179, 167, 225, 124, 128, 186, 119, 207, 63, 10, 63, 127, 216, 93, 203, 120, 83, 225, 62, 63, 167, 149, 63, 79, 103, 227, 39, 234, 197, 62, 128, 157, 48, 166, 59, 169, 79, 198, 13, 168, 124, 44, 238, 173, 22, 22, 127, 3, 164, 163, 213, 40, 31, 17, 49, 136, 4, 16, 33, 90, 206, 243, 245, 138, 19, 68, 253, 94, 128, 183, 93, 200, 226, 160, 69, 38, 47, 38, 19, 75, 144, 226, 36, 113, 68, 46, 227, 205, 84, 207, 187, 123, 80, 230, 23, 69, 99, 21, 248, 50, 154, 193, 138, 90, 193, 47, 150, 211, 70, 161, 94, 10, 214, 96, 245, 186, 35, 136, 226, 238, 238, 105, 125, 19, 253, 104, 232, 103, 15, 5, 244, 182, 204, 238, 229, 157, 125, 245, 61, 69, 130, 151, 212, 0, 47, 112, 59, 151, 30, 51, 27, 123, 208, 79, 240, 44, 102, 60, 200, 183, 132, 223, 124, 240, 57, 124, 92, 158, 190, 10, 169, 148, 80, 5, 183, 170, 55, 193, 181, 89, 46, 9, 252, 105, 132, 236, 228, 244, 109, 210, 235, 190, 10, 190, 127, 162, 228, 234, 191, 50, 241, 196, 75, 54, 59, 125, 242, 250, 221, 249, 195, 47, 55, 28, 254, 51, 55, 217, 20, 156, 108, 115, 32, 19, 224, 169, 28, 126, 14, 47, 183, 189, 53, 162, 148, 100, 39, 194, 80, 15, 128, 198, 104, 254, 25, 6, 91, 253, 183, 192, 104, 214, 253, 188, 186, 236, 55, 136, 141, 103, 80, 39, 84, 164, 156, 49, 76, 176, 179, 28, 218, 239, 101, 153, 3, 44, 67, 132, 51, 59, 140, 142, 145, 125, 5, 140, 251, 78, 202, 107, 153, 24, 31, 16, 42, 135, 233, 19, 253, 88, 132, 209, 138, 251, 41, 56, 224, 223, 149, 199, 181, 232, 29, 124, 135, 194, 170, 26, 238, 199, 168, 11, 207, 4, 189, 250, 124, 114, 34, 0, 136, 4, 179, 53, 98, 144, 63, 57, 172, 187, 212, 139, 10, 217, 131, 106, 23, 243, 180, 24, 19, 13, 221, 65, 164, 208, 243, 61, 230, 147, 29, 172, 132, 62, 242, 202, 37, 79, 137, 137, 94, 112, 232, 169, 177, 94, 106, 191, 198, 69, 59, 108, 222, 177, 228, 189, 206, 38, 189, 22, 108, 13, 225, 253, 5, 247, 48, 57, 29, 130, 206, 145, 17, 142, 108, 158, 242, 26, 100, 183, 165, 185, 226, 41, 6, 208, 31, 131, 119, 147, 95, 30, 193, 252, 230, 40, 184, 23, 24, 196, 185, 114, 213, 100, 38, 56, 8, 154, 176, 55, 114, 10, 132, 149, 113, 241, 160, 205, 63, 180, 173, 134, 27, 148, 251, 216, 164, 53, 89, 93, 80, 253, 76, 22, 26, 77, 202, 150, 184, 65, 47, 89, 250, 184, 207, 169, 111, 85, 198, 85, 231, 90, 19, 62, 222, 11, 90, 135, 23, 158, 202, 235, 42, 59, 69, 215, 86, 53, 253, 208, 135, 51, 186, 244, 234, 116, 141, 149, 97, 3, 204, 206, 124, 147, 153, 191, 162, 57, 62, 217, 245, 145, 208, 85, 114, 112, 253, 87, 145, 195, 148, 163, 108, 235, 101, 143, 167, 179, 6, 213, 128, 172, 46, 218, 133, 165, 60, 107, 213, 130, 229, 134, 82, 219, 11, 209, 50, 17, 203, 66, 151, 143, 205, 249, 55, 191, 73, 182, 70, 164, 243, 211, 78, 58, 102, 58, 223, 183, 203, 51, 229, 231, 156, 164, 145, 211, 108, 25, 206, 155, 229, 118, 84, 231, 69, 5, 175, 252, 208, 0, 220, 169, 15, 119, 99, 153, 70, 102, 107, 73, 122, 197, 151, 172, 121, 141, 94, 130, 3, 230, 127, 158, 220, 59, 118, 92, 154, 220, 72, 149, 25, 196, 97, 142, 9, 107, 0, 134, 11, 58, 27, 35, 1, 6, 104, 209, 116, 45, 89, 182, 106, 28, 192, 69, 241, 221, 178, 15, 234, 134, 237, 91, 80, 25, 197, 87, 218, 134, 114, 192, 2, 47, 147, 82, 226, 156, 190, 179, 239, 95, 90, 177, 64, 215, 37, 151, 90, 217, 163, 122, 200, 91, 246, 106, 193, 6, 112, 86, 254, 224, 19, 98, 186, 167, 55, 25, 112, 202, 69, 135, 184, 2, 108, 142, 220, 208, 50, 26, 222, 115, 35, 80, 7, 177, 178, 14, 146, 186, 64, 144, 232, 215, 254, 131, 85, 69, 171, 191, 233, 81, 97, 36, 91, 71, 90, 25, 216, 233, 196, 23, 43, 47, 171, 130, 51, 47, 199, 154, 45, 255, 35, 199, 73, 241, 103, 134, 24, 30, 157, 42, 176, 49, 81, 213, 193, 85, 188, 4, 8, 197, 65, 77, 44, 105, 73, 188, 48, 200, 60, 30, 82, 228, 49, 83, 155, 108, 129, 132, 17, 94, 247, 78, 166, 130, 161, 41, 160, 85, 10, 38, 26, 173, 119, 246, 249, 137, 47, 61, 193, 137, 24, 163, 6, 204, 97, 177, 141, 134, 50, 75, 104, 94, 23, 167, 25, 252, 80, 158, 185, 11, 136, 163, 203, 124, 50, 203, 95, 175, 51, 202, 109, 125, 224, 116, 254, 64, 27, 117, 29, 206, 163, 96, 89, 218, 193, 178, 191, 254, 114, 125, 100, 121, 155, 100, 247, 87, 132, 165, 248, 32, 211, 228, 69, 185, 203, 208, 113, 35, 114, 235, 141, 255, 15, 212, 234, 221, 118, 39, 45, 216, 81, 227, 140, 72, 63, 166, 60, 9, 158, 176, 57, 44, 181, 193, 29, 177, 224, 135, 234, 65, 191, 87, 101, 248, 243, 77, 125, 245, 44, 2, 154, 60, 255, 60, 41, 254, 157, 45, 222, 119, 48, 28, 191, 24, 75, 179, 77, 162, 239, 84, 15, 131, 100, 120, 243, 33, 69, 230, 252, 11, 73, 236, 214, 127, 224, 247, 255, 38, 201, 22, 100, 159, 213, 218, 79, 247, 122, 130, 222, 209, 131, 233, 175, 93, 103, 160, 166, 221, 217, 30, 191, 42, 64, 106, 2, 6, 105, 99, 36, 2, 105, 44, 102, 89, 241, 249, 73, 236, 254, 186, 182, 5, 20, 87, 63, 216, 105, 9, 196, 110, 191, 104, 44, 243, 164, 251, 65, 0, 89, 183, 74, 97, 187, 148, 60, 164, 146, 132, 100, 211, 51, 10, 111, 10, 147, 25, 115, 14, 80, 221, 34, 80, 20, 140, 118, 27, 29, 165, 145, 245, 103, 108, 21, 224, 180, 139, 16, 157, 55, 22, 1, 241, 253, 187, 21, 222, 28, 45, 110, 148, 158, 123, 108, 104, 41, 111, 61, 174, 83, 102, 83, 83, 6, 252, 139, 146, 99, 134, 180, 206, 45, 134, 253, 119, 186, 200, 109, 233, 222, 220, 212, 155, 85, 33, 54, 128, 226, 91, 43, 98, 246, 200, 158, 152, 20, 25, 62, 119, 185, 44, 36, 237, 120, 131, 191, 134, 49, 103, 12, 204, 155, 179, 57, 177, 72, 166, 183, 119, 184, 109, 216, 93, 82, 42, 9, 13, 158, 215, 150, 238, 37, 212, 14, 235, 159, 175, 196, 220, 24, 212, 159, 147, 120, 16, 18, 215, 20, 175, 118, 249, 1, 203, 228, 114, 211, 70, 185, 84, 43, 81, 129, 209, 181, 186, 40, 34, 12, 198, 86, 33, 178, 114, 64, 204, 201, 222, 214, 102, 143, 57, 49, 252, 73, 128, 197, 67, 172, 99, 237, 255, 212, 145, 26, 134, 133, 84, 220, 13, 26, 163, 164, 72, 8, 27, 241, 20, 174, 53, 160, 22, 226, 54, 145, 42, 237, 179, 123, 73, 246, 165, 232, 68, 56, 174, 46, 55, 243, 190, 211, 198, 135, 247, 87, 176, 201, 13, 155, 117, 20, 236, 100, 74, 133, 98, 202, 48, 140, 217, 162, 65, 102, 147, 202, 0, 227, 126, 18, 110, 75, 117, 254, 126, 8, 162, 215, 240, 149, 246, 221, 235, 207, 237, 119, 24, 51, 90, 40, 145, 168, 91, 161, 158, 50, 103, 16, 156, 232, 175, 24, 143, 19, 230, 208, 49, 70, 194, 183, 235, 153, 247, 59, 169, 102, 183, 81, 129, 221, 119, 138, 167, 180, 214, 12, 33, 231, 64, 206, 24, 42, 16, 216, 76, 36, 50, 147, 129, 255, 55, 129, 70, 226, 13, 16, 73, 138, 243, 54, 69, 31, 50, 232, 102, 76, 122, 164, 252, 132, 244, 158, 181, 173, 106, 96, 16, 210, 189, 138, 9, 235, 136, 242, 79, 198, 175, 4, 170, 151, 17, 80, 136, 186, 77, 237, 242, 126, 197, 32, 74, 241, 208, 81, 98, 37, 84, 109, 112, 190, 143, 36, 28, 79, 191, 175, 80, 189, 44, 27, 50, 112, 206, 81, 29, 20, 47, 53, 232, 30, 161, 240, 143, 50, 210, 181, 174, 15, 51, 138, 64, 159, 227, 98, 246, 239, 47, 19, 33, 183, 95, 155, 156, 236, 211, 181, 163, 5, 166, 8, 251, 192, 252, 135, 85, 117, 119, 150, 238, 233, 52, 21, 71, 48, 3, 249, 101, 169, 28, 145, 135, 38, 12, 218, 156, 10, 61, 76, 145, 148, 202, 241, 88, 13, 236, 120, 207, 25, 43, 194, 94, 251, 6, 41, 92, 44, 89, 168, 43, 12, 190, 230, 96, 187, 13, 186, 0, 232, 115, 101, 181, 39, 59, 57, 131, 206, 166, 175, 4, 150, 231, 22, 48, 252, 223, 247, 75, 178, 86, 4, 212, 14, 243, 194, 68, 139, 39, 49, 61, 45, 57, 190, 101, 36, 87, 119, 216, 59, 203, 116, 46, 236, 154, 52, 145, 172, 109, 19, 129, 199, 100, 128, 237, 65, 148, 126, 235, 181, 224, 27, 108, 75, 220, 116, 252, 170, 243, 87, 0, 64, 249, 152, 38, 97, 140, 208, 101, 109, 82, 113, 19, 197, 189, 248, 208, 186, 99, 233, 173, 4, 67, 148, 216, 135, 231, 70, 32, 108, 147, 219, 137, 58, 255, 234, 109, 200, 177, 155, 47, 51, 3, 18, 142, 9, 233, 137, 0, 100, 7, 24, 189, 214, 70, 62, 84, 107, 143, 27, 77, 51, 91, 105, 213, 151, 5, 144, 16, 66, 69, 230, 107, 37, 13, 32, 189, 132, 89, 216, 140, 48, 93, 119, 122, 175, 53, 35, 197, 217, 173, 176, 30, 46, 215, 61, 149, 17, 144, 49, 21, 221, 25, 50, 91, 16, 86, 101, 236, 68, 218, 98, 132, 186, 253, 191, 229, 252, 166, 4, 234, 136, 12, 79, 224, 51, 99, 202, 26, 241, 162, 234, 157, 103, 159, 103, 132, 170, 146, 122, 123, 68, 180, 68, 119, 234, 19, 130, 108, 54, 68, 179, 181, 43, 234, 73, 80, 106, 137, 147, 85, 25, 182, 95, 48, 173, 147, 73, 75, 38, 251, 215, 209, 83, 163, 236, 29, 11, 52, 209, 238, 113, 115, 22, 8, 185, 177, 52, 183, 20, 107, 26, 3, 137, 247, 48, 202, 165, 91, 203, 83, 9, 237, 11, 134, 230, 210, 161, 228, 32, 75, 222, 245, 206, 104, 154, 44, 120, 49, 45, 165, 56, 54, 236, 179, 247, 70, 224, 85, 239, 101, 247, 34, 148, 19, 230, 6, 165, 19, 240, 106, 212, 134, 159, 244, 127, 241, 49, 173, 93, 111, 182, 73, 34, 23, 35, 220, 60, 117, 229, 144, 195, 8, 64, 148, 213, 31, 89, 25, 206, 164, 14, 6, 207, 136, 72, 251, 40, 42, 245, 238, 217, 229, 50, 81, 214, 171, 22, 101, 231, 231, 24, 18, 173, 172, 83, 36, 22, 180, 131, 205, 1, 197, 56, 60, 90, 207, 149, 114, 202, 134, 72, 169, 124, 31, 193, 158, 219, 189, 199, 124, 38, 154, 89, 64, 191, 98, 216, 26, 222, 210, 39, 4, 6, 35, 76, 106, 62, 236, 181, 246, 223, 241, 80, 168, 119, 215, 218, 11, 67, 205, 75, 187, 183, 136, 14, 59, 41, 42, 95, 89, 210, 251, 177, 198, 243, 47, 53, 235, 150, 248, 157, 102, 120, 245, 159, 79, 181, 126, 35, 167, 46, 11, 195, 130, 42, 17, 239, 175, 160, 60, 143, 236, 88, 41, 61, 200, 65, 195, 128, 193, 187, 57, 156, 54, 161, 135, 227, 8, 247, 246, 70, 144, 176, 85, 100, 233, 73, 176, 130, 179, 38, 45, 54, 117, 226, 170, 128, 121, 182, 103, 100, 98, 198, 213, 110, 201, 38, 2, 94, 133, 128, 150, 26, 7, 137, 178, 173, 71, 67, 212, 189, 80, 218, 68, 43, 112, 153, 193, 69, 249, 136, 61, 204, 59, 220, 42, 77, 48, 72, 48, 202, 56, 231, 216, 125, 146, 178, 112, 149, 164, 125, 37, 173, 138, 156, 146, 86, 159, 177, 226, 103, 90, 64, 21, 76, 19, 188, 13, 42, 155, 6, 132, 140, 208, 82, 71, 197, 65, 18, 88, 173, 67, 148, 37, 131, 133, 244, 109, 202, 250, 182, 237, 157, 142, 176, 102, 15, 189, 123, 121, 80, 149, 53, 105, 56, 225, 237, 203, 61, 197, 127, 136, 145, 52, 157, 44, 187, 74, 232, 52, 56, 112, 14, 133, 106, 172, 133, 103, 28, 209, 254, 174, 87, 17, 222, 233, 240, 173, 241, 54, 32, 235, 199, 200, 116, 72, 131, 90, 121, 222, 54, 216, 129, 210, 237, 244, 206, 203, 210, 78, 114, 76, 141, 232, 107, 242, 5, 26, 48, 157, 192, 244, 65, 238, 127, 241, 141, 41, 151, 206, 22, 253, 30, 184, 51, 97, 194, 77, 218, 0, 219, 251, 135, 132, 116, 173, 5, 98, 203, 122, 233, 92, 212, 85, 30, 114, 43, 180, 29, 227, 28, 35, 96, 71, 204, 151, 180, 182, 84, 200, 85, 62, 212, 138, 39, 88, 175, 102, 152, 171, 99, 166, 210, 146, 196, 174, 55, 30, 219, 213, 9, 198, 75, 167, 147, 164, 126, 224, 146, 183, 248, 150, 189, 59, 50, 24, 120, 240, 199, 195, 108, 171, 75, 135, 240, 141, 169, 226, 172, 18, 83, 216, 20, 236, 107, 10, 226, 118, 37, 195, 229, 213, 129, 58, 8, 192, 108, 105, 91, 135, 120, 163, 71, 101, 222, 166, 13, 24, 109, 120, 62, 90, 60, 52, 52, 34, 58, 127, 182, 3, 11, 56, 5, 197, 125, 200, 37, 155, 137, 217, 8, 123, 74, 127, 7, 213, 141, 167, 51, 139, 156, 135, 86, 173, 162, 181, 46, 166, 108, 190, 253, 249, 244, 171, 45, 133, 249, 99, 184, 174, 223, 188, 181, 4, 53, 226, 134, 167, 106, 197, 18, 81, 187, 120, 213, 37, 137, 49, 179, 32, 61, 33, 115, 63, 230, 144, 125, 68, 81, 71, 182, 242, 87, 55, 48, 182, 243, 31, 118, 209, 54, 41, 227, 71, 1, 79, 201, 67, 184, 127, 173, 245, 130, 166, 106, 3, 57, 69, 253, 150, 118, 1, 246, 138, 25, 18, 171, 157, 216, 140, 113, 162, 225, 190, 67, 5, 51, 217, 145, 26, 203, 222, 76, 161, 210, 20, 116, 168, 110, 121, 228, 78, 10, 84, 84, 85, 230, 156, 13, 21, 196, 91, 47, 218, 19, 147, 127, 59, 99, 230, 52, 65, 91, 32, 219, 106, 245, 180, 210, 76, 47, 246, 52, 95, 138, 154, 163, 65, 161, 241, 200, 80, 79, 248, 228, 216, 96, 244, 119, 43, 202, 89, 113, 193, 31, 222, 206, 50, 255, 221, 86, 76, 169, 216, 26, 232, 89, 227, 92, 91, 18, 53, 73, 166, 146, 121, 181, 144, 185, 169, 65, 43, 169, 164, 103, 209, 195, 18, 251, 22, 220, 60, 118, 133, 150, 237, 77, 102, 68, 112, 34, 235, 12, 129, 12, 211, 69, 69, 87, 176, 133, 39, 169, 124, 174, 214, 113, 116, 115, 18, 92, 213, 179, 143, 239, 45, 209, 75, 124, 71, 201, 4, 97, 217, 28, 89, 102, 8, 150, 164, 233, 170, 234, 3, 146, 167, 211, 111, 76, 127, 142, 187, 165, 244, 47, 83, 62, 190, 232, 4, 114, 99, 70, 174, 96, 110, 63, 117, 111, 151, 28, 200, 100, 201, 225, 78, 200, 66, 0, 72, 234, 153, 46, 96, 82, 24, 209, 18, 71, 158, 114, 209, 89, 207, 42, 42, 191, 9, 10, 29, 35, 54, 114, 171, 180, 109, 28, 16, 181, 49, 120, 198, 118, 194, 176, 24, 73, 190, 144, 145, 183, 132, 15, 103, 27, 131, 38, 240, 109, 121, 138, 11, 172, 21, 46, 196, 138, 153, 195, 149, 240, 38, 231, 102, 189, 64, 157, 176, 116, 79, 134, 67, 111, 166, 174, 243, 154, 63, 7, 226, 205, 42, 88, 246, 139, 172, 169, 26, 89, 162, 106, 82, 69, 202]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169ec53 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5905e148ac30 - core::panicking::assert_failed::hb45ec0376412dd33
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5905e1480824 - rust_playground::buffer::disk_manager::test::should_work_concurrently::{{closure}}::{{closure}}::h26cd43feb6ca53b5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:118:21
[INFO] [stdout]   22:     0x5905e149294e - std::sys::backtrace::__rust_begin_short_backtrace::ha80841c744a4d825
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   23:     0x5905e1466307 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hb25abd84341584cc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   24:     0x5905e148cd00 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4088ad096dbfe131
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5905e147602a - std::panicking::catch_unwind::do_call::h59b82c5bb505a051
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5905e1466b3b - __rust_try
[INFO] [stdout]   27:     0x5905e146488a - std::panicking::catch_unwind::h748117cf6a4f423d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5905e146488a - std::panic::catch_unwind::h25182a0eeb9ca1a7
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5905e146488a - std::thread::lifecycle::spawn_unchecked::{{closure}}::h0f1a97bb83baae69
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   30:     0x5905e1481ade - core::ops::function::FnOnce::call_once{{vtable.shim}}::he6dbe19ff01db508
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   32:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   33:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   34:     0x71a1156a8a64 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (54) panicked at src/buffer/disk_manager.rs:129:21:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
[INFO] [stdout]  right: [170, 22, 41, 73, 230, 119, 234, 171, 25, 86, 115, 221, 210, 229, 74, 106, 86, 155, 232, 25, 92, 201, 127, 19, 95, 103, 122, 44, 82, 82, 85, 85, 143, 47, 125, 205, 49, 185, 90, 220, 54, 4, 67, 164, 177, 119, 233, 236, 239, 44, 8, 225, 53, 239, 192, 194, 29, 204, 38, 186, 14, 49, 50, 71, 173, 40, 22, 251, 54, 48, 172, 7, 27, 225, 29, 64, 65, 132, 5, 168, 77, 226, 44, 215, 69, 157, 79, 0, 154, 94, 22, 53, 43, 214, 178, 41, 204, 157, 37, 1, 245, 92, 41, 76, 168, 111, 92, 58, 112, 150, 74, 184, 37, 216, 53, 39, 205, 149, 24, 209, 194, 154, 255, 232, 202, 250, 144, 38, 57, 178, 58, 42, 157, 17, 180, 137, 1, 255, 34, 104, 127, 2, 188, 181, 183, 153, 87, 91, 254, 230, 140, 67, 189, 197, 43, 173, 196, 6, 50, 120, 210, 157, 203, 117, 113, 133, 166, 127, 252, 137, 202, 113, 215, 161, 176, 153, 86, 54, 82, 122, 55, 227, 77, 240, 207, 230, 124, 249, 130, 12, 127, 9, 34, 116, 53, 167, 169, 101, 137, 196, 154, 92, 83, 245, 179, 254, 92, 26, 241, 234, 80, 195, 165, 18, 238, 97, 90, 95, 24, 12, 214, 141, 113, 52, 217, 191, 90, 89, 49, 192, 57, 69, 170, 205, 172, 24, 241, 191, 74, 32, 40, 137, 224, 165, 43, 142, 219, 226, 67, 210, 49, 125, 65, 174, 38, 244, 19, 138, 241, 193, 242, 39, 90, 155, 183, 2, 67, 121, 86, 221, 231, 138, 99, 71, 171, 175, 45, 86, 181, 9, 194, 255, 241, 166, 189, 202, 119, 120, 114, 182, 7, 99, 47, 4, 31, 80, 8, 132, 82, 79, 176, 238, 110, 143, 117, 68, 180, 215, 26, 242, 233, 187, 134, 119, 73, 120, 136, 201, 138, 248, 1, 81, 113, 3, 231, 196, 99, 100, 66, 101, 242, 30, 103, 173, 197, 213, 127, 156, 232, 21, 158, 208, 47, 226, 87, 79, 139, 115, 118, 242, 85, 190, 232, 48, 95, 145, 51, 239, 205, 248, 140, 69, 103, 240, 123, 67, 39, 173, 222, 104, 67, 118, 145, 182, 135, 15, 62, 45, 89, 244, 130, 210, 101, 103, 220, 77, 163, 150, 107, 244, 186, 5, 182, 46, 169, 150, 128, 99, 217, 199, 20, 247, 243, 135, 120, 116, 102, 97, 40, 72, 57, 105, 127, 255, 200, 197, 94, 2, 111, 13, 201, 160, 185, 20, 60, 105, 115, 149, 3, 202, 241, 162, 105, 127, 87, 76, 16, 95, 70, 244, 27, 185, 173, 20, 238, 2, 129, 154, 132, 166, 176, 206, 154, 245, 112, 9, 143, 209, 251, 240, 11, 111, 57, 46, 237, 199, 45, 249, 131, 35, 246, 226, 64, 23, 177, 97, 199, 207, 223, 178, 220, 37, 59, 61, 162, 137, 121, 108, 146, 71, 196, 168, 224, 92, 140, 255, 31, 29, 159, 185, 5, 215, 10, 174, 165, 200, 9, 139, 225, 124, 3, 119, 199, 219, 54, 236, 145, 254, 226, 236, 58, 238, 137, 103, 179, 2, 101, 215, 2, 122, 89, 234, 119, 212, 101, 222, 25, 89, 165, 101, 41, 48, 177, 91, 43, 216, 137, 73, 46, 215, 93, 111, 114, 110, 30, 24, 139, 232, 56, 37, 48, 55, 136, 167, 10, 93, 73, 159, 188, 156, 95, 154, 34, 52, 99, 15, 24, 46, 133, 142, 212, 70, 214, 103, 213, 246, 191, 235, 246, 114, 15, 9, 79, 168, 228, 221, 154, 50, 81, 101, 5, 246, 86, 146, 77, 29, 234, 101, 58, 130, 200, 38, 149, 167, 194, 215, 63, 41, 93, 58, 53, 249, 110, 253, 12, 6, 47, 228, 173, 101, 129, 161, 201, 88, 37, 40, 125, 125, 98, 161, 222, 183, 84, 177, 9, 213, 108, 51, 65, 156, 209, 110, 66, 46, 47, 157, 240, 255, 5, 253, 72, 201, 134, 17, 7, 157, 98, 207, 205, 159, 158, 19, 52, 111, 108, 25, 201, 238, 35, 197, 67, 51, 37, 85, 167, 115, 146, 168, 234, 71, 65, 222, 24, 237, 68, 245, 44, 29, 139, 177, 102, 127, 171, 238, 216, 88, 51, 250, 255, 119, 57, 245, 15, 36, 196, 105, 188, 72, 211, 69, 165, 248, 15, 74, 113, 163, 50, 34, 95, 166, 114, 74, 39, 111, 119, 86, 118, 217, 124, 210, 75, 215, 62, 74, 18, 16, 139, 196, 131, 214, 39, 144, 119, 158, 46, 129, 129, 185, 176, 126, 171, 141, 54, 136, 52, 53, 68, 150, 212, 112, 168, 8, 221, 14, 102, 88, 255, 247, 6, 197, 34, 23, 75, 203, 129, 190, 42, 202, 137, 232, 185, 36, 128, 242, 67, 80, 167, 26, 45, 34, 29, 219, 6, 193, 234, 186, 145, 80, 143, 210, 41, 114, 2, 89, 37, 212, 87, 244, 252, 75, 122, 234, 243, 172, 43, 48, 74, 254, 49, 232, 195, 20, 123, 160, 72, 90, 91, 149, 213, 53, 51, 236, 21, 186, 9, 116, 11, 162, 247, 1, 65, 99, 230, 201, 225, 130, 4, 72, 123, 166, 124, 145, 130, 164, 61, 125, 78, 117, 255, 53, 10, 153, 32, 27, 191, 62, 12, 5, 225, 188, 158, 42, 114, 46, 125, 90, 147, 114, 191, 124, 17, 230, 198, 196, 169, 176, 25, 218, 199, 222, 239, 232, 176, 221, 73, 197, 183, 114, 39, 109, 175, 34, 179, 88, 133, 217, 93, 120, 221, 141, 81, 13, 2, 23, 158, 244, 12, 138, 195, 25, 238, 15, 89, 174, 241, 217, 140, 111, 217, 27, 45, 152, 13, 122, 238, 237, 35, 105, 100, 115, 118, 236, 233, 245, 99, 179, 230, 68, 48, 194, 25, 220, 186, 49, 177, 13, 6, 123, 25, 195, 135, 77, 92, 212, 141, 87, 148, 136, 108, 120, 236, 223, 203, 44, 159, 51, 188, 202, 129, 81, 204, 67, 62, 234, 1, 64, 85, 71, 44, 13, 240, 202, 221, 24, 1, 23, 151, 192, 88, 185, 170, 212, 173, 253, 13, 119, 0, 189, 148, 68, 217, 140, 41, 94, 82, 229, 163, 252, 96, 168, 241, 14, 6, 112, 215, 50, 151, 157, 160, 205, 104, 59, 93, 248, 4, 99, 249, 141, 27, 94, 51, 67, 181, 57, 22, 90, 131, 213, 126, 115, 59, 172, 119, 201, 16, 85, 99, 14, 233, 11, 174, 74, 52, 213, 136, 98, 200, 121, 194, 254, 94, 158, 152, 144, 92, 94, 155, 218, 116, 106, 132, 244, 116, 33, 213, 147, 23, 42, 90, 62, 194, 240, 150, 94, 60, 194, 53, 26, 155, 12, 255, 178, 187, 41, 178, 206, 114, 128, 117, 173, 67, 72, 253, 120, 57, 33, 82, 55, 39, 6, 144, 184, 88, 196, 196, 2, 77, 27, 62, 255, 200, 184, 79, 227, 5, 249, 96, 79, 88, 202, 213, 31, 242, 182, 4, 176, 7, 3, 71, 239, 43, 145, 161, 246, 138, 158, 245, 97, 243, 221, 15, 169, 10, 229, 217, 141, 180, 250, 239, 113, 110, 170, 191, 189, 226, 95, 207, 252, 143, 34, 13, 23, 89, 127, 214, 252, 198, 67, 66, 20, 15, 188, 103, 27, 27, 30, 74, 127, 216, 180, 136, 54, 135, 170, 126, 186, 143, 243, 23, 237, 208, 100, 16, 1, 157, 84, 247, 13, 54, 122, 170, 154, 209, 156, 254, 42, 189, 70, 212, 91, 165, 2, 242, 128, 189, 251, 234, 22, 191, 156, 21, 229, 122, 137, 161, 66, 18, 156, 220, 90, 100, 44, 66, 209, 109, 15, 94, 154, 93, 214, 149, 113, 217, 154, 88, 173, 157, 237, 85, 64, 24, 235, 74, 138, 231, 124, 170, 56, 223, 149, 211, 28, 238, 195, 200, 58, 153, 26, 100, 175, 45, 141, 226, 103, 89, 241, 219, 106, 223, 83, 85, 13, 166, 153, 150, 41, 55, 65, 128, 125, 194, 9, 32, 123, 235, 241, 191, 144, 78, 111, 56, 23, 196, 77, 100, 8, 193, 238, 77, 183, 190, 230, 47, 162, 127, 98, 52, 159, 209, 155, 173, 207, 140, 19, 0, 243, 139, 180, 51, 195, 20, 159, 154, 101, 180, 195, 100, 46, 2, 9, 93, 203, 134, 84, 222, 223, 33, 191, 170, 111, 230, 18, 203, 132, 186, 58, 25, 96, 125, 26, 62, 229, 182, 62, 123, 12, 29, 243, 196, 217, 14, 72, 38, 3, 218, 90, 162, 186, 183, 132, 66, 78, 165, 253, 215, 119, 231, 110, 201, 163, 36, 3, 249, 26, 225, 254, 199, 205, 200, 70, 137, 204, 134, 71, 225, 150, 30, 172, 107, 20, 192, 135, 83, 24, 215, 235, 116, 151, 36, 193, 196, 25, 93, 141, 21, 247, 36, 112, 28, 40, 38, 203, 137, 164, 30, 130, 218, 25, 4, 63, 42, 10, 210, 198, 3, 48, 230, 34, 141, 73, 207, 71, 12, 253, 168, 72, 109, 15, 68, 90, 199, 211, 50, 223, 80, 50, 36, 65, 92, 15, 87, 94, 196, 140, 29, 36, 198, 206, 27, 217, 66, 157, 112, 57, 129, 30, 157, 47, 75, 238, 114, 111, 226, 189, 201, 100, 87, 241, 150, 216, 39, 241, 148, 83, 223, 251, 77, 59, 91, 31, 187, 166, 204, 191, 69, 76, 66, 210, 12, 111, 97, 138, 197, 86, 43, 214, 45, 72, 150, 192, 204, 47, 83, 0, 147, 195, 87, 215, 43, 228, 77, 213, 110, 106, 178, 220, 151, 52, 8, 159, 252, 172, 42, 250, 68, 205, 246, 209, 148, 189, 245, 95, 109, 212, 123, 182, 51, 28, 234, 17, 157, 141, 213, 48, 223, 126, 21, 83, 37, 53, 88, 18, 59, 242, 105, 179, 148, 203, 71, 106, 9, 225, 218, 144, 183, 142, 160, 104, 47, 251, 66, 203, 75, 108, 185, 75, 58, 98, 247, 96, 87, 96, 253, 13, 48, 19, 15, 185, 118, 234, 12, 205, 234, 104, 60, 238, 147, 96, 227, 47, 21, 92, 246, 251, 114, 188, 33, 8, 219, 26, 148, 232, 216, 113, 49, 174, 1, 88, 84, 4, 7, 177, 152, 87, 63, 116, 36, 194, 218, 230, 83, 199, 37, 111, 15, 31, 19, 180, 185, 149, 130, 125, 252, 54, 50, 53, 60, 8, 130, 207, 241, 91, 85, 197, 206, 136, 23, 12, 81, 187, 122, 40, 159, 48, 174, 226, 108, 149, 2, 200, 142, 132, 88, 91, 161, 253, 110, 195, 196, 150, 83, 246, 230, 152, 208, 150, 36, 189, 63, 9, 47, 233, 2, 11, 155, 171, 100, 220, 156, 119, 250, 199, 2, 214, 252, 183, 41, 127, 214, 13, 210, 178, 109, 234, 167, 141, 229, 3, 138, 57, 130, 222, 190, 108, 165, 110, 237, 247, 58, 75, 221, 107, 1, 71, 65, 197, 127, 168, 28, 86, 138, 101, 235, 93, 103, 47, 60, 248, 66, 228, 192, 136, 231, 234, 237, 214, 106, 162, 105, 111, 147, 150, 225, 249, 98, 190, 48, 196, 104, 203, 118, 231, 114, 186, 117, 187, 120, 193, 243, 186, 41, 72, 99, 1, 163, 216, 182, 149, 197, 45, 206, 113, 47, 223, 59, 244, 129, 99, 63, 195, 206, 68, 37, 158, 176, 183, 112, 84, 134, 226, 206, 26, 143, 33, 99, 131, 146, 68, 30, 183, 15, 119, 228, 14, 98, 81, 203, 142, 87, 151, 201, 207, 100, 252, 41, 70, 9, 112, 17, 156, 19, 150, 63, 190, 252, 223, 218, 97, 104, 62, 14, 59, 187, 32, 244, 134, 238, 4, 150, 20, 53, 228, 162, 173, 196, 233, 79, 205, 55, 19, 197, 129, 4, 235, 111, 67, 179, 120, 84, 216, 198, 153, 8, 108, 114, 115, 81, 245, 74, 24, 212, 49, 129, 185, 28, 57, 71, 188, 181, 30, 165, 134, 101, 56, 215, 151, 25, 6, 122, 185, 198, 97, 49, 102, 227, 124, 71, 3, 243, 172, 32, 97, 20, 162, 8, 76, 231, 187, 97, 93, 105, 151, 149, 151, 177, 122, 142, 61, 229, 50, 115, 211, 66, 75, 31, 216, 198, 28, 250, 80, 73, 71, 126, 68, 130, 0, 100, 130, 43, 95, 105, 159, 208, 255, 176, 157, 231, 202, 36, 22, 159, 221, 205, 76, 183, 196, 140, 159, 3, 82, 14, 168, 194, 235, 52, 140, 4, 102, 111, 38, 105, 83, 28, 2, 95, 231, 71, 224, 74, 12, 88, 180, 8, 54, 96, 1, 66, 112, 235, 202, 180, 63, 128, 178, 194, 218, 8, 125, 236, 216, 111, 241, 74, 122, 22, 213, 39, 156, 58, 123, 252, 212, 102, 239, 21, 150, 134, 122, 28, 193, 92, 123, 59, 254, 89, 186, 128, 54, 239, 147, 206, 223, 121, 200, 131, 247, 118, 11, 100, 118, 132, 227, 195, 146, 93, 44, 113, 78, 99, 219, 166, 131, 58, 67, 71, 8, 228, 143, 135, 172, 74, 85, 178, 124, 24, 65, 214, 189, 197, 120, 163, 186, 181, 66, 9, 191, 162, 105, 12, 226, 11, 38, 159, 92, 139, 174, 10, 89, 158, 195, 142, 206, 51, 186, 41, 218, 45, 235, 58, 210, 149, 167, 189, 173, 58, 3, 125, 8, 77, 176, 62, 223, 245, 161, 38, 190, 159, 102, 210, 186, 110, 112, 201, 85, 116, 45, 55, 211, 249, 245, 238, 57, 249, 73, 147, 52, 72, 114, 163, 227, 93, 21, 4, 39, 122, 174, 200, 10, 125, 73, 200, 118, 98, 187, 188, 94, 187, 4, 36, 248, 63, 48, 148, 185, 192, 79, 167, 99, 63, 191, 191, 232, 170, 200, 234, 253, 80, 159, 185, 200, 180, 199, 225, 187, 52, 219, 207, 76, 31, 64, 116, 244, 25, 174, 224, 151, 178, 176, 124, 5, 94, 205, 94, 255, 83, 186, 19, 254, 191, 16, 245, 216, 27, 183, 234, 225, 238, 48, 241, 244, 140, 209, 156, 139, 211, 60, 130, 227, 238, 167, 41, 84, 119, 211, 46, 199, 245, 58, 246, 18, 126, 112, 190, 226, 222, 196, 229, 247, 13, 184, 103, 207, 158, 191, 67, 42, 20, 125, 26, 46, 138, 67, 171, 72, 63, 116, 193, 100, 80, 189, 39, 232, 150, 230, 240, 51, 148, 87, 54, 189, 119, 1, 202, 194, 3, 49, 213, 168, 69, 176, 55, 51, 219, 227, 209, 194, 251, 157, 146, 171, 40, 121, 51, 184, 166, 106, 248, 157, 158, 17, 119, 2, 193, 181, 189, 179, 36, 212, 120, 219, 34, 59, 138, 156, 141, 223, 251, 46, 0, 120, 213, 110, 13, 195, 25, 7, 3, 133, 125, 69, 226, 212, 244, 215, 26, 67, 65, 56, 179, 49, 124, 40, 82, 236, 111, 4, 104, 150, 134, 27, 27, 191, 201, 181, 111, 61, 116, 56, 155, 109, 98, 0, 14, 48, 27, 61, 210, 109, 194, 91, 82, 188, 242, 184, 213, 166, 230, 92, 184, 211, 219, 142, 151, 19, 0, 160, 255, 255, 219, 75, 214, 76, 219, 153, 27, 51, 167, 30, 184, 167, 140, 102, 9, 100, 241, 64, 156, 241, 177, 98, 156, 99, 109, 156, 26, 145, 227, 97, 208, 124, 228, 134, 84, 167, 9, 109, 215, 181, 174, 233, 203, 45, 102, 26, 89, 59, 92, 116, 29, 128, 200, 15, 35, 96, 85, 246, 204, 253, 137, 139, 120, 185, 65, 145, 167, 246, 44, 153, 221, 179, 194, 151, 163, 69, 211, 177, 107, 231, 166, 110, 67, 113, 238, 114, 184, 241, 159, 11, 196, 234, 14, 37, 224, 186, 201, 89, 212, 151, 111, 196, 70, 3, 236, 80, 216, 7, 153, 159, 216, 235, 207, 209, 82, 139, 234, 8, 153, 176, 90, 51, 123, 85, 165, 157, 254, 194, 84, 140, 246, 124, 255, 97, 53, 51, 7, 111, 184, 238, 56, 207, 173, 224, 115, 76, 174, 142, 192, 142, 56, 97, 66, 139, 129, 0, 37, 141, 228, 180, 149, 227, 187, 112, 233, 142, 63, 241, 92, 172, 35, 38, 196, 8, 89, 83, 182, 160, 164, 199, 109, 113, 43, 7, 128, 26, 107, 217, 254, 47, 119, 201, 112, 189, 231, 166, 56, 130, 10, 244, 58, 127, 132, 219, 88, 163, 84, 27, 39, 92, 159, 240, 46, 95, 125, 253, 169, 255, 179, 228, 193, 121, 77, 0, 112, 86, 37, 253, 63, 154, 115, 129, 181, 212, 202, 2, 220, 157, 99, 59, 240, 237, 106, 133, 211, 132, 1, 95, 115, 102, 92, 96, 197, 217, 180, 167, 31, 100, 231, 4, 236, 174, 130, 235, 205, 238, 173, 88, 174, 54, 208, 115, 185, 173, 101, 244, 122, 23, 5, 22, 60, 39, 152, 41, 221, 86, 156, 74, 221, 46, 162, 20, 212, 151, 138, 2, 249, 10, 154, 75, 227, 104, 129, 185, 138, 251, 102, 222, 243, 33, 117, 221, 248, 161, 174, 149, 246, 30, 130, 113, 173, 2, 213, 213, 109, 138, 119, 3, 23, 178, 255, 140, 187, 219, 131, 109, 160, 162, 231, 221, 60, 153, 89, 133, 246, 222, 147, 194, 152, 141, 10, 98, 53, 182, 179, 164, 204, 58, 239, 19, 206, 247, 93, 9, 117, 102, 58, 184, 106, 1, 233, 192, 157, 28, 23, 182, 134, 166, 33, 246, 196, 121, 26, 97, 136, 107, 46, 216, 76, 223, 100, 157, 76, 154, 142, 201, 139, 141, 16, 215, 71, 136, 251, 54, 91, 245, 56, 236, 203, 208, 129, 99, 57, 205, 51, 95, 253, 103, 120, 94, 185, 6, 118, 10, 168, 251, 175, 6, 101, 98, 111, 85, 31, 154, 11, 70, 155, 171, 75, 25, 67, 152, 114, 47, 234, 221, 112, 93, 58, 135, 202, 20, 170, 158, 149, 199, 0, 74, 230, 62, 77, 237, 103, 0, 71, 210, 98, 120, 55, 75, 186, 212, 242, 177, 243, 110, 134, 64, 100, 124, 196, 42, 180, 177, 101, 156, 195, 16, 21, 104, 189, 79, 242, 136, 249, 111, 163, 22, 228, 155, 118, 245, 61, 14, 155, 54, 126, 80, 203, 245, 245, 54, 129, 177, 171, 202, 189, 162, 44, 45, 17, 134, 225, 99, 140, 252, 26, 27, 31, 192, 47, 101, 229, 203, 117, 24, 227, 24, 59, 145, 204, 46, 82, 12, 246, 12, 89, 91, 227, 180, 241, 152, 79, 47, 209, 145, 131, 193, 187, 16, 151, 205, 155, 12, 34, 130, 42, 136, 156, 117, 214, 8, 216, 241, 143, 254, 149, 206, 63, 14, 163, 9, 116, 22, 214, 24, 12, 67, 170, 239, 182, 169, 168, 58, 62, 217, 46, 54, 11, 150, 142, 84, 17, 79, 131, 97, 190, 115, 10, 253, 138, 66, 38, 241, 100, 87, 204, 28, 159, 183, 150, 101, 111, 195, 132, 77, 169, 193, 187, 207, 89, 48, 37, 161, 82, 67, 131, 27, 35, 205, 125, 95, 39, 205, 12, 55, 165, 81, 123, 94, 155, 55, 102, 239, 230, 218, 143, 108, 120, 88, 180, 197, 51, 1, 235, 240, 114, 145, 197, 232, 85, 221, 139, 22, 75, 105, 17, 192, 98, 8, 166, 45, 30, 22, 34, 88, 93, 121, 146, 200, 239, 201, 0, 252, 126, 40, 93, 175, 89, 229, 121, 3, 125, 199, 78, 172, 254, 65, 248, 37, 192, 231, 170, 218, 12, 173, 126, 63, 182, 91, 159, 118, 36, 95, 4, 94, 43, 190, 21, 237, 254, 121, 248, 220, 123, 81, 94, 251, 175, 189, 46, 76, 142, 239, 229, 28, 168, 73, 60, 205, 26, 10, 0, 241, 147, 155, 10, 121, 124, 125, 247, 39, 157, 54, 49, 252, 66, 217, 105, 208, 174, 61, 175, 22, 136, 87, 187, 173, 91, 123, 180, 68, 4, 0, 162, 82, 180, 49, 79, 36, 63, 164, 219, 83, 110, 76, 203, 126, 236, 145, 242, 181, 174, 96, 50, 9, 2, 200, 217, 102, 46, 48, 115, 140, 124, 156, 175, 191, 234, 35, 183, 165, 225, 23, 245, 103, 30, 76, 212, 250, 114, 25, 230, 119, 91, 117, 108, 177, 219, 44, 178, 155, 29, 34, 64, 148, 243, 250, 94, 4, 89, 184, 93, 164, 255, 254, 1, 218, 23, 142, 140, 163, 12, 191, 132, 19, 142, 239, 157, 227, 116, 227, 21, 98, 145, 98, 183, 141, 148, 195, 20, 100, 178, 110, 109, 79, 212, 174, 186, 176, 80, 152, 136, 84, 244, 126, 245, 11, 113, 18, 72, 49, 79, 78, 209, 119, 161, 173, 83, 214, 1, 144, 218, 56, 65, 115, 199, 80, 181, 174, 168, 40, 168, 150, 135, 79, 175, 44, 20, 195, 202, 167, 70, 245, 186, 153, 35, 204, 57, 108, 201, 228, 57, 77, 103, 187, 194, 163, 137, 185, 125, 54, 176, 103, 233, 141, 160, 95, 193, 124, 120, 79, 1, 72, 159, 94, 125, 117, 225, 250, 56, 228, 190, 249, 80, 20, 2, 6, 81, 139, 16, 54, 155, 252, 252, 28, 169, 160, 251, 34, 0, 198, 134, 35, 142, 144, 140, 130, 90, 199, 234, 187, 79, 31, 194, 178, 17, 86, 237, 194, 1, 12, 97, 54, 18, 255, 134, 113, 110, 174, 165, 56, 34, 205, 215, 12, 72, 59, 205, 17, 190, 45, 55, 221, 209, 25, 29, 236, 85, 185, 99, 234, 21, 200, 67, 34, 94, 217, 9, 102, 56, 26, 27, 178, 14, 172, 99, 121, 168, 200, 223, 38, 48, 140, 123, 244, 124, 196, 73, 140, 249, 2, 181, 98, 126, 133, 90, 47, 148, 180, 140, 204, 228, 236, 196, 181, 82, 206, 148, 7, 213, 74, 183, 134, 113, 122, 116, 106, 189, 165, 240, 125, 27, 236, 226, 158, 116, 204, 224, 178, 167, 172, 29, 130, 32, 97, 76, 192, 32, 171, 68, 222, 202, 160, 26, 228, 204, 203, 134, 140, 47, 2, 229, 160, 197, 254, 193, 215, 9, 9, 10, 85, 235, 180, 214, 157, 226, 118, 108, 229, 120, 4, 66, 140, 235, 0, 189, 209, 122, 251, 19, 181, 164, 23, 144, 39, 139, 39, 34, 37, 212, 52, 191, 165, 71, 1, 102, 164, 217, 206, 134, 90, 34, 86, 40, 149, 134, 248, 94, 97, 126, 198, 124, 96, 165, 155, 255, 231, 163, 119, 34, 72, 129, 78, 249, 39, 5, 187, 102, 41, 255, 120, 144, 219, 193, 43, 137, 23, 145, 194, 171, 109, 190, 103, 212, 124, 83, 76, 4, 117, 109, 117, 134, 107, 90, 26, 114, 0, 79, 110, 168, 190, 33, 165, 212, 81, 88, 162, 239, 128, 41, 51, 117, 120, 178, 53, 223, 234, 60, 230, 51, 75, 228, 34, 207, 245, 9, 103, 226, 152, 13, 28, 125, 224, 41, 113, 51, 9, 45, 143, 33, 209, 6, 115, 167, 50, 13, 53, 8, 27, 135, 81, 58, 250, 167, 154, 91, 182, 170, 225, 21, 38, 215, 45, 117, 105, 71, 213, 201, 87, 196, 254, 161, 254, 189, 120, 94, 166, 130, 245, 175, 13, 190, 151, 152, 101, 166, 198, 99, 92, 177, 178, 110, 129, 246, 16, 153, 10, 114, 140, 53, 11, 171, 174, 76, 79, 28, 0, 182, 194, 227, 101, 192, 66, 33, 46, 41, 238, 179, 159, 254, 8, 105, 169, 207, 99, 55, 200, 22, 20, 115, 26, 91, 171, 9, 51, 64, 152, 73, 182, 172, 153, 113, 70, 85, 52, 7, 151, 248, 101, 65, 161, 142, 253, 138, 13, 75, 20, 46, 235, 3, 135, 207, 151, 158, 113, 58, 112, 13, 159, 165, 139, 239, 134, 235, 205, 97, 137, 40, 75, 99, 112, 152, 164, 86, 225, 180, 232, 246, 158, 45, 251, 27, 197, 219, 133, 57, 155, 113, 123, 142, 253, 210, 165, 97, 240, 86, 50, 242, 108, 30, 234, 225, 25, 223, 212, 43, 0, 72, 157, 219, 207, 165, 126, 2, 138, 77, 215, 51, 37, 17, 195, 126, 111, 18, 250, 214, 151, 94, 35, 77, 131, 63, 60, 135, 224, 207, 25, 226, 26, 105, 159, 77, 150, 63, 214, 14, 132, 15, 111, 1, 5, 188, 203, 83, 206, 246, 151, 80, 157, 139, 224, 212, 157, 44, 47, 75, 95, 72, 66, 72, 90, 197, 125, 19, 60, 147, 95, 246, 197, 232, 89, 90, 233, 198, 243, 222, 123, 15, 235, 88, 179, 37, 13, 43, 55, 83, 165, 112, 59, 93, 79, 11, 136, 212, 115, 223, 156, 117, 106, 65, 104, 29, 31, 64, 204, 158, 31, 126, 191, 29, 14, 152, 205, 75, 223, 188, 77, 239, 18, 92, 31, 125, 51, 154, 149, 158, 243, 83, 194, 198, 108, 179, 228, 176, 81, 8, 77, 105, 16, 39, 140, 59, 67, 255, 85, 193, 2, 194, 127, 185, 172, 49, 158, 178, 9, 15, 209]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169ec53 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5905e148ac30 - core::panicking::assert_failed::hb45ec0376412dd33
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5905e1480b29 - rust_playground::buffer::disk_manager::test::should_work_concurrently::{{closure}}::{{closure}}::h380fbbb6a461de42
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:129:21
[INFO] [stdout]   22:     0x5905e149289e - std::sys::backtrace::__rust_begin_short_backtrace::h58f37cab01e31798
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   23:     0x5905e1466127 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::h83ee001ec40b6969
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   24:     0x5905e148cd30 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h6fe1148597f37e77
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   25:     0x5905e14761da - std::panicking::catch_unwind::do_call::hbdb710d1433e20e9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5905e1466b3b - __rust_try
[INFO] [stdout]   27:     0x5905e14652ea - std::panicking::catch_unwind::hdb8075a57a66c5cb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5905e14652ea - std::panic::catch_unwind::h9dd0a7b35add1a9f
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5905e14652ea - std::thread::lifecycle::spawn_unchecked::{{closure}}::hbca52c62adb6decc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   30:     0x5905e1481a0e - core::ops::function::FnOnce::call_once{{vtable.shim}}::h89c63e1cd6c071c4
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   32:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   33:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   34:     0x71a1156a8a64 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'buffer::disk_manager::test::should_work_concurrently' (38) panicked at src/buffer/disk_manager.rs:131:32:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5905e168982a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5905e168982a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5905e168982a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5905e169e4ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5905e169e4ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5905e168e162 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5905e168e162 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5905e16687bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5905e16687bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5905e1681c09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5905e14a48cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5905e14a48cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5905e1681dc2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5905e1681dc2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5905e1668878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5905e1660139 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5905e166958d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5905e169edcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5905e169eb12 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5905e14802bb - core::result::Result<T,E>::unwrap::h672793190f0a2477
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5905e14802bb - rust_playground::buffer::disk_manager::test::should_work_concurrently::{{closure}}::haae1fcae0b57e29b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:131:32
[INFO] [stdout]   22:     0x5905e1477e43 - rust_playground::types::check_random::h3ba83d1bc47aa090
[INFO] [stdout]                                at /opt/rustwide/workdir/src/types.rs:32:5
[INFO] [stdout]   23:     0x5905e147fe6b - rust_playground::buffer::disk_manager::test::should_work_concurrently::h848e739d5208ab9e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:104:9
[INFO] [stdout]   24:     0x5905e147fe87 - rust_playground::buffer::disk_manager::test::should_work_concurrently::{{closure}}::h51ee8c516cc5710c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/disk_manager.rs:103:34
[INFO] [stdout]   25:     0x5905e1482146 - core::ops::function::FnOnce::call_once::h9e7537a3142c5224
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5905e14989ab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5905e14989ab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5905e14a539b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5905e14a539b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5905e14a539b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5905e14a539b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5905e14a0ab4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5905e14a0ab4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5905e14a7fa2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5905e14a7fa2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5905e14a7fa2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5905e16890bf - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5905e16890bf - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x71a11561baa4 - <unknown>
[INFO] [stdout]   47:     0x71a1156a8a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     buffer::buffer_pool_instance::test::should_work_concurrently
[INFO] [stdout]     buffer::disk_manager::test::should_read_write_page_at_non_0
[INFO] [stdout]     buffer::disk_manager::test::should_work_concurrently
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 28 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3fe94c784bb5152a7029e2240f55d3bf581c012ee3aae65276aaa388ec2fb924", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fe94c784bb5152a7029e2240f55d3bf581c012ee3aae65276aaa388ec2fb924", kill_on_drop: false }`
[INFO] [stdout] 3fe94c784bb5152a7029e2240f55d3bf581c012ee3aae65276aaa388ec2fb924
