[INFO] cloning repository https://github.com/k4g4/neonano
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k4g4/neonano" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4g4%2Fneonano", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4g4%2Fneonano'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f3aa66988d8dc04390c745230cbcce8412e18caa
[INFO] testing k4g4/neonano against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4g4%2Fneonano" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/k4g4/neonano
[INFO] finished tweaking git repo https://github.com/k4g4/neonano
[INFO] tweaked toml for git repo https://github.com/k4g4/neonano written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/k4g4/neonano on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/k4g4/neonano already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35
[INFO] running `Command { std: "docker" "start" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling neonano v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Shared` is never constructed
[INFO] [stdout]  --> src/utils/shared.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Shared {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/list.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/list.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:233:21
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:237:26
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<T, F>
[INFO] [stdout]     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 9.27s
[INFO] running `Command { std: "docker" "inspect" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling neonano v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Shared` is never constructed
[INFO] [stdout]  --> src/utils/shared.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Shared {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/list.rs:141:17
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/list.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:233:21
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils/slotlist.rs:237:26
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<T, F>
[INFO] [stdout]     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2.50s
[INFO] running `Command { std: "docker" "inspect" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Shared` is never constructed
[INFO] [stderr]  --> src/utils/shared.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct Shared {
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils/list.rs:141:17
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 141 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils/list.rs:145:21
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stderr]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils/slotlist.rs:229:17
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils/slotlist.rs:233:21
[INFO] [stderr]     |
[INFO] [stderr] 233 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stderr]     |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 233 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils/slotlist.rs:237:26
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<T, F>
[INFO] [stderr]     |                          ^^^^^^^^^                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F>
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: `neonano` (bin "neonano" test) generated 6 warnings (run `cargo fix --bin "neonano" -p neonano --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/neonano-c2a50a74613188c7)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test utils::list::tests::cursor_remove ... ok
[INFO] [stdout] test utils::list::tests::debug ... ok
[INFO] [stdout] test utils::list::tests::cursor_insert ... ok
[INFO] [stdout] test utils::list::tests::cursor_backwards ... ok
[INFO] [stdout] test utils::list::tests::cursor ... ok
[INFO] [stdout] test utils::list::tests::cursor_mut ... ok
[INFO] [stdout] test utils::list::tests::clone ... ok
[INFO] [stdout] test utils::list::tests::flatten_lists ... ok
[INFO] [stdout] test utils::list::tests::extend ... ok
[INFO] [stdout] test utils::list::tests::from_iter ... ok
[INFO] [stdout] test utils::list::tests::iter_mut ... ok
[INFO] [stdout] test utils::list::tests::new_is_empty ... ok
[INFO] [stdout] test utils::list::tests::iter ... ok
[INFO] [stdout] test utils::list::tests::ord ... ok
[INFO] [stdout] test utils::list::tests::pop_front ... ok
[INFO] [stdout] test utils::list::tests::pop_back ... ok
[INFO] [stdout] test utils::list::tests::push_front_one ... ok
[INFO] [stdout] test utils::list::tests::push_back_one ... ok
[INFO] [stdout] test utils::list::tests::rev ... ok
[INFO] [stdout] test utils::list::tests::zst ... ok
[INFO] [stdout] test utils::slotlist::tests::flatten_lists ... ok
[INFO] [stdout] test utils::slotlist::tests::inserting ... ok
[INFO] [stdout] test utils::slotlist::tests::new_is_empty ... ok
[INFO] [stdout] test utils::slotlist::tests::zst ... ok
[INFO] [stdout] test utils::slotlist::tests::clone ... ok
[INFO] [stdout] test utils::slotlist::tests::debug ... FAILED
[INFO] [stdout] test utils::slotlist::tests::rev ... FAILED
[INFO] [stdout] test utils::slotlist::tests::invalid_key - should panic ... ok
[INFO] [stdout] test utils::slotlist::tests::iter ... FAILED
[INFO] [stdout] test utils::slotlist::tests::iter_mut ... FAILED
[INFO] [stdout] test utils::slotlist::tests::key ... FAILED
[INFO] [stdout] test utils::slotlist::tests::push_front_one ... FAILED
[INFO] [stdout] test utils::slotlist::tests::pop_back ... FAILED
[INFO] [stdout] test utils::slotlist::tests::pop_front ... FAILED
[INFO] [stdout] test utils::slotlist::tests::from_iter ... FAILED
[INFO] [stdout] test utils::slotlist::tests::push_back_one ... FAILED
[INFO] [stdout] test utils::slotlist::tests::ord ... FAILED
[INFO] [stdout] test utils::slotlist::tests::extend ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::debug stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::debug' (548) panicked at src/utils/slotlist.rs:602:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "[1]"
[INFO] [stdout]  right: "[1, 2, 3]"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72a95 - core[7c831bd917ebf35f]::panicking::assert_failed::<alloc[2fdc3f7464fcf288]::string::String, &str>
[INFO] [stdout]   13:     0x63ac44a747f5 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::debug::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::rev stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::rev' (563) panicked at src/utils/slotlist.rs:592:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "ABC"
[INFO] [stdout]  right: "ABCDE"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72a95 - core[7c831bd917ebf35f]::panicking::assert_failed::<alloc[2fdc3f7464fcf288]::string::String, &str>
[INFO] [stdout]   13:     0x63ac44a73fb6 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::rev::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::iter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::iter' (554) panicked at src/utils/slotlist.rs:562:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72992 - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<i32>, core[7c831bd917ebf35f]::option::Option<i32>>
[INFO] [stdout]   13:     0x63ac44a74459 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::iter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::iter_mut stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::iter_mut' (555) panicked at src/utils/slotlist.rs:578:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(3)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72992 - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<i32>, core[7c831bd917ebf35f]::option::Option<i32>>
[INFO] [stdout]   13:     0x63ac44a74d06 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::iter_mut::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::key stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::key' (556) panicked at src/utils/slotlist.rs:528:38:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceed4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b071c2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x63ac44b06f79 - core[7c831bd917ebf35f]::option::unwrap_failed
[INFO] [stdout]   13:     0x63ac44a73b88 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::key::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::push_front_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::push_front_one' (562) panicked at src/utils/slotlist.rs:520:38:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceed4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b071c2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x63ac44b06f79 - core[7c831bd917ebf35f]::option::unwrap_failed
[INFO] [stdout]   13:     0x63ac44a739aa - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::push_front_one::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::pop_back stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::pop_back' (559) panicked at src/utils/slotlist.rs:658:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(1)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72992 - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<i32>, core[7c831bd917ebf35f]::option::Option<i32>>
[INFO] [stdout]   13:     0x63ac44a750b3 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::pop_back::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::pop_front stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::pop_front' (560) panicked at src/utils/slotlist.rs:679:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: None
[INFO] [stdout]  right: Some(1)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72992 - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<i32>, core[7c831bd917ebf35f]::option::Option<i32>>
[INFO] [stdout]   13:     0x63ac44a75873 - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::pop_front::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::from_iter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::from_iter' (551) panicked at src/utils/slotlist.rs:502:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "[0, 1, 2, 3, 4, 6, 7, 8, 9]"
[INFO] [stdout]  right: "[0, 1, 2, 3, 4, 6, 7, 8]"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72acc - core[7c831bd917ebf35f]::panicking::assert_failed::<&str, alloc[2fdc3f7464fcf288]::string::String>
[INFO] [stdout]   13:     0x63ac44a7521d - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::from_iter::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::push_back_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::push_back_one' (561) panicked at src/utils/slotlist.rs:510:38:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceed4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b071c2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x63ac44b06f79 - core[7c831bd917ebf35f]::option::unwrap_failed
[INFO] [stdout]   13:     0x63ac44a737aa - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::push_back_one::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::ord stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::ord' (558) panicked at src/utils/slotlist.rs:619:9:
[INFO] [stdout] assertion failed: smaller < larger
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceed4 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b071c2 - core[7c831bd917ebf35f]::panicking::panic
[INFO] [stdout]   12:     0x63ac44a73dda - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::ord::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   19:     0x716b1aea1534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- utils::slotlist::tests::extend stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::slotlist::tests::extend' (549) panicked at src/utils/slotlist.rs:628:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "the quick brown fox jumps over the lazy"
[INFO] [stdout]  right: "the quick brown fox jumps over the lazy dog"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63ac44af2811 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x63ac44b06aca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x63ac44af6d5c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x63ac44acedf6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x63ac44aeaf29 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x63ac44a87330 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x63ac44aeb0e2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x63ac44aceea2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x63ac44ac7819 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x63ac44acfa9d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x63ac44b071fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x63ac44b07113 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x63ac44a72a95 - core[7c831bd917ebf35f]::panicking::assert_failed::<alloc[2fdc3f7464fcf288]::string::String, &str>
[INFO] [stdout]   13:     0x63ac44a74a1c - <neonano[2772f7b0c15df32f]::utils::slotlist::tests::extend::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x63ac44a7a61b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x63ac44a87c85 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x63ac44a81044 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x63ac44a8ade2 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x63ac44af20e9 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x716b1ae0e07a - <unknown>
[INFO] [stdout]   20:     0x716b1aea1534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     utils::slotlist::tests::debug
[INFO] [stdout]     utils::slotlist::tests::extend
[INFO] [stdout]     utils::slotlist::tests::from_iter
[INFO] [stdout]     utils::slotlist::tests::iter
[INFO] [stdout]     utils::slotlist::tests::iter_mut
[INFO] [stdout]     utils::slotlist::tests::key
[INFO] [stdout]     utils::slotlist::tests::ord
[INFO] [stdout]     utils::slotlist::tests::pop_back
[INFO] [stdout]     utils::slotlist::tests::pop_front
[INFO] [stdout]     utils::slotlist::tests::push_back_one
[INFO] [stdout]     utils::slotlist::tests::push_front_one
[INFO] [stdout]     utils::slotlist::tests::rev
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 26 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin neonano`
[INFO] running `Command { std: "docker" "inspect" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35", kill_on_drop: false }`
[INFO] [stdout] f851faa8f890255b7727fa3c231374eaaf7a4a804b2165ac8e2cfe2c2feccb35
