[INFO] cloning repository https://github.com/cobaltburn/catalystdb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cobaltburn/catalystdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c4fdbe5f2db752209d733d1f6f93be4cfc6a6a7
[INFO] testing cobaltburn/catalystdb against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cobaltburn/catalystdb
[INFO] finished tweaking git repo https://github.com/cobaltburn/catalystdb
[INFO] tweaked toml for git repo https://github.com/cobaltburn/catalystdb written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cobaltburn/catalystdb on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cobaltburn/catalystdb 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded socket2 v0.5.8
[INFO] [stderr]   Downloaded redox_syscall v0.5.8
[INFO] [stderr]   Downloaded actix-utils v3.0.1
[INFO] [stderr]   Downloaded actix-macros v0.2.4
[INFO] [stderr]   Downloaded jobserver v0.1.32
[INFO] [stderr]   Downloaded actix-codec v0.5.2
[INFO] [stderr]   Downloaded impl-more v0.1.9
[INFO] [stderr]   Downloaded actix_derive v0.6.2
[INFO] [stderr]   Downloaded httparse v1.9.5
[INFO] [stderr]   Downloaded indexmap v2.7.0
[INFO] [stderr]   Downloaded serde_json v1.0.134
[INFO] [stderr]   Downloaded actix v0.13.5
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.14
[INFO] [stderr]   Downloaded brotli-decompressor v4.0.1
[INFO] [stderr]   Downloaded cc v1.2.6
[INFO] [stderr]   Downloaded h2 v0.3.26
[INFO] [stderr]   Downloaded time v0.3.37
[INFO] [stderr]   Downloaded flate2 v1.0.35
[INFO] [stderr]   Downloaded syn v2.0.92
[INFO] [stderr]   Downloaded tokio-util v0.7.13
[INFO] [stderr]   Downloaded actix-web v4.9.0
[INFO] [stderr]   Downloaded actix-http v3.9.0
[INFO] [stderr]   Downloaded actix-service v2.0.2
[INFO] [stderr]   Downloaded actix-router v0.5.3
[INFO] [stderr]   Downloaded cookie v0.16.2
[INFO] [stderr]   Downloaded semver v1.0.24
[INFO] [stderr]   Downloaded derive_more v0.99.18
[INFO] [stderr]   Downloaded language-tags v0.3.2
[INFO] [stderr]   Downloaded reblessive v0.4.2
[INFO] [stderr]   Downloaded serde-content v0.1.0
[INFO] [stderr]   Downloaded serde_derive v1.0.216
[INFO] [stderr]   Downloaded actix-rt v2.10.0
[INFO] [stderr]   Downloaded libc v0.2.169
[INFO] [stderr]   Downloaded actix-server v2.5.0
[INFO] [stderr]   Downloaded bytestring v1.4.0
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.6
[INFO] [stderr]   Downloaded local-channel v0.1.5
[INFO] [stderr]   Downloaded actix-web-codegen v4.3.0
[INFO] [stderr]   Downloaded deranged v0.3.11
[INFO] [stderr]   Downloaded tokio v1.42.0
[INFO] [stderr]   Downloaded time-macros v0.2.19
[INFO] [stderr]   Downloaded zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]   Downloaded bytes v1.9.0
[INFO] [stderr]   Downloaded zstd-safe v7.2.1
[INFO] [stderr]   Downloaded zstd v0.13.2
[INFO] [stderr]   Downloaded local-waker v0.1.4
[INFO] [stderr]   Downloaded miniz_oxide v0.8.2
[INFO] [stderr]   Downloaded time-core v0.1.2
[INFO] [stderr]   Downloaded brotli v6.0.0
[INFO] [stderr]   Downloaded encoding_rs v0.8.35
[INFO] [stderr]   Downloaded serde v1.0.216
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 194827a1ba43bc02f55c06f5c8eaad3dc5f996098c185338b9ebe7f149d45eb3
[INFO] running `Command { std: "docker" "start" "-a" "194827a1ba43bc02f55c06f5c8eaad3dc5f996098c185338b9ebe7f149d45eb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "194827a1ba43bc02f55c06f5c8eaad3dc5f996098c185338b9ebe7f149d45eb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "194827a1ba43bc02f55c06f5c8eaad3dc5f996098c185338b9ebe7f149d45eb3", kill_on_drop: false }`
[INFO] [stdout] 194827a1ba43bc02f55c06f5c8eaad3dc5f996098c185338b9ebe7f149d45eb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd60f6d129562a7301dc2e583fc6f2a5951d951814bb72a8c164b8ee5d142163
[INFO] running `Command { std: "docker" "start" "-a" "dd60f6d129562a7301dc2e583fc6f2a5951d951814bb72a8c164b8ee5d142163", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling local-waker v0.1.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling cc v1.2.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling brotli-decompressor v4.0.1
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling local-channel v0.1.5
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling impl-more v0.1.9
[INFO] [stderr]    Compiling reblessive v0.4.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling brotli v6.0.0
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix_derive v0.6.2
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling tokio v1.42.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling actix v0.13.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-content v0.1.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling actix-http v3.9.0
[INFO] [stderr]    Compiling actix-web v4.9.0
[INFO] [stderr]    Compiling catalystdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stdout]   --> src/dbs/iterator.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |         graph::{self, Graph},
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]  7 |         table,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `graph::Graph`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stdout]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stdout]  --> src/dbs/table.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ql::{record::Record, value::Value},
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     resp::Response,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stdout]  --> src/dbs/table.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stdout]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stdout]  --> src/dbs/table.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/array.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stdout]   --> src/ql/func/get.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         fields::Field,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |         ident::Ident,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 13 |         idiom::Idiom,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/object.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::uuid::Uuid`
[INFO] [stdout]  --> src/ql/record.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/dbs/iterator.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         todo!();
[INFO] [stdout]    |         ------- any code following this expression is unreachable
[INFO] [stdout] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/dbs/iterator.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let node = match response {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stk`
[INFO] [stdout]   --> src/dbs/iterator.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         stk: &mut Stk,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/dbs/iterator.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         graph: &Addr<Graph>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alias`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:39
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/dbs/entity.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/get.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if let Some(filter) = filter {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |             if let Some(filter) = filter {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:25
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part`
[INFO] [stdout]    --> src/ql/idiom.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |         while let Some(part) = parts.next() {}
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/ql/idiom.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Iterable` is never used
[INFO] [stdout]   --> src/dbs/iterator.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum Iterable {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:31:18
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl Iterable {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  31 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     async fn process_edge(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     async fn process_value(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iterator` is never constructed
[INFO] [stdout]    --> src/dbs/iterator.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct Iterator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Iterator {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 146 |     pub fn new() -> Iterator {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub async fn ingest_table(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `incorperate` is never used
[INFO] [stdout]   --> src/ql/condition.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `neg` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `not` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Idioms` is never constructed
[INFO] [stdout]   --> src/ql/idiom.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_walk` is never used
[INFO] [stdout]    --> src/ql/idiom.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Idiom {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize` is never used
[INFO] [stdout]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize` is never used
[INFO] [stdout]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/ql/statements/select.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Select {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]   --> src/ql/statements/select.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Select {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 29 |     // TODO need to implement multi step edges
[INFO] [stdout] 30 |     async fn compute(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Statement` is never used
[INFO] [stdout]  --> src/ql/statements/statement.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Statement<'a> {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stdout]   --> src/ql/statements/statement.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Statement<'_> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tables` is never constructed
[INFO] [stdout]  --> src/ql/table.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Values` is never constructed
[INFO] [stdout]   --> src/ql/value.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "dd60f6d129562a7301dc2e583fc6f2a5951d951814bb72a8c164b8ee5d142163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd60f6d129562a7301dc2e583fc6f2a5951d951814bb72a8c164b8ee5d142163", kill_on_drop: false }`
[INFO] [stdout] dd60f6d129562a7301dc2e583fc6f2a5951d951814bb72a8c164b8ee5d142163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78e5f825858ed1a4e7889670b143c6e3f67b5c9a7d6f2f613f93b2be8c3005da
[INFO] running `Command { std: "docker" "start" "-a" "78e5f825858ed1a4e7889670b143c6e3f67b5c9a7d6f2f613f93b2be8c3005da", kill_on_drop: false }`
[INFO] [stderr]    Compiling catalystdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `graph`
[INFO] [stdout]   --> src/dbs/graph.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |             graph,
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stdout]   --> src/dbs/iterator.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 |         graph::{self, Graph},
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stdout]    |                         ^^^^^^^^^^
[INFO] [stdout]  7 |         table,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stdout]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `graph::Graph`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stdout]   |                           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stdout]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stdout]   |
[INFO] [stdout] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stdout]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stdout]  --> src/dbs/table.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 |     ql::{record::Record, value::Value},
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 4 |     resp::Response,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stdout]  --> src/dbs/table.rs:6:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stdout]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stdout]  --> src/dbs/table.rs:7:19
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/array.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stdout]   --> src/ql/func/get.rs:5:15
[INFO] [stdout]    |
[INFO] [stdout]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 11 |         fields::Field,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 12 |         ident::Ident,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 13 |         idiom::Idiom,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/ql/object.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reblessive::tree::{self, Stk};
[INFO] [stdout]   |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::uuid::Uuid`
[INFO] [stdout]  --> src/ql/record.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::uuid::Uuid;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/dbs/iterator.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         todo!();
[INFO] [stdout]    |         ------- any code following this expression is unreachable
[INFO] [stdout] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/dbs/iterator.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stdout]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `node`
[INFO] [stdout]   --> src/dbs/iterator.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         let node = match response {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stk`
[INFO] [stdout]   --> src/dbs/iterator.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         stk: &mut Stk,
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]   --> src/dbs/iterator.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         graph: &Addr<Graph>,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `alias`
[INFO] [stdout]   --> src/dbs/iterator.rs:88:39
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 Field::Single { expr, alias } => {
[INFO] [stdout]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]    --> src/dbs/entity.rs:132:28
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stdout]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/get.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if let Some(filter) = filter {
[INFO] [stdout]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `filter`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 |             if let Some(filter) = filter {
[INFO] [stdout]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stack`
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:25
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |                 let mut stack = TreeStack::new();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `part`
[INFO] [stdout]    --> src/ql/idiom.rs:107:24
[INFO] [stdout]     |
[INFO] [stdout] 107 |         while let Some(part) = parts.next() {}
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/ql/idiom.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Iterable` is never used
[INFO] [stdout]   --> src/dbs/iterator.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub enum Iterable {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:31:18
[INFO] [stdout]     |
[INFO] [stdout]  30 | impl Iterable {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  31 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 |     async fn process_edge(
[INFO] [stdout]     |              ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     async fn process_value(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Iterator` is never constructed
[INFO] [stdout]    --> src/dbs/iterator.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub struct Iterator {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/dbs/iterator.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl Iterator {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout] 146 |     pub fn new() -> Iterator {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub async fn ingest_table(
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub async fn process(
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `incorperate` is never used
[INFO] [stdout]   --> src/ql/condition.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl Condition {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `neg` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `not` is never used
[INFO] [stdout]  --> src/ql/func/operation.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stdout]   |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Idioms` is never constructed
[INFO] [stdout]   --> src/ql/idiom.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_walk` is never used
[INFO] [stdout]    --> src/ql/idiom.rs:105:8
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl Idiom {
[INFO] [stdout]     | ---------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `serialize` is never used
[INFO] [stdout]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deserialize` is never used
[INFO] [stdout]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Select` is never constructed
[INFO] [stdout]   --> src/ql/statements/select.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct Select {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `compute` is never used
[INFO] [stdout]   --> src/ql/statements/select.rs:30:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl Select {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 29 |     // TODO need to implement multi step edges
[INFO] [stdout] 30 |     async fn compute(
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Statement` is never used
[INFO] [stdout]  --> src/ql/statements/statement.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum Statement<'a> {
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stdout]   --> src/ql/statements/statement.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl Statement<'_> {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tables` is never constructed
[INFO] [stdout]  --> src/ql/table.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Values` is never constructed
[INFO] [stdout]   --> src/ql/value.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.04s
[INFO] running `Command { std: "docker" "inspect" "78e5f825858ed1a4e7889670b143c6e3f67b5c9a7d6f2f613f93b2be8c3005da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78e5f825858ed1a4e7889670b143c6e3f67b5c9a7d6f2f613f93b2be8c3005da", kill_on_drop: false }`
[INFO] [stdout] 78e5f825858ed1a4e7889670b143c6e3f67b5c9a7d6f2f613f93b2be8c3005da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f6115ce9e3a80b81bc75c059a6abdc9c679fb48907d6fd8ab535e40a0534a822
[INFO] running `Command { std: "docker" "start" "-a" "f6115ce9e3a80b81bc75c059a6abdc9c679fb48907d6fd8ab535e40a0534a822", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `graph`
[INFO] [stderr]   --> src/dbs/graph.rs:27:13
[INFO] [stderr]    |
[INFO] [stderr] 27 |             graph,
[INFO] [stderr]    |             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ident::Ident`, `idiom::Idioms`, `path::Path`, `self`, `table`, and `walk::Walk`
[INFO] [stderr]   --> src/dbs/iterator.rs:5:17
[INFO] [stderr]    |
[INFO] [stderr]  5 |         graph::{self, Graph},
[INFO] [stderr]    |                 ^^^^
[INFO] [stderr]  6 |         ops::{get::Get, walk::Walk},
[INFO] [stderr]    |                         ^^^^^^^^^^
[INFO] [stderr]  7 |         table,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 11 |         edge::Edge, fields::Field, ident::Ident, idiom::Idioms, object::Object, path::Path,
[INFO] [stderr]    |                                    ^^^^^^^^^^^^  ^^^^^^^^^^^^^                  ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `graph::Graph`
[INFO] [stderr]  --> src/dbs/ops/walk.rs:2:27
[INFO] [stderr]   |
[INFO] [stderr] 2 |     dbs::{entity::Entity, graph::Graph},
[INFO] [stderr]   |                           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Stack` and `tree::Stk`
[INFO] [stderr]  --> src/dbs/ops/walk.rs:8:18
[INFO] [stderr]   |
[INFO] [stderr] 8 | use reblessive::{tree::Stk, Stack, TreeStack};
[INFO] [stderr]   |                  ^^^^^^^^^  ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `record::Record` and `resp::Response`
[INFO] [stderr]  --> src/dbs/table.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 |     ql::{record::Record, value::Value},
[INFO] [stderr]   |          ^^^^^^^^^^^^^^
[INFO] [stderr] 4 |     resp::Response,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Handler`, `Message`, and `ResponseFuture`
[INFO] [stderr]  --> src/dbs/table.rs:6:35
[INFO] [stderr]   |
[INFO] [stderr] 6 | use actix::{Actor, Addr, Context, Handler, Message, ResponseFuture};
[INFO] [stderr]   |                                   ^^^^^^^  ^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `IntoParallelRefIterator` and `ParallelIterator`
[INFO] [stderr]  --> src/dbs/table.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator};
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/ql/array.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reblessive::tree::{self, Stk};
[INFO] [stderr]   |                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `fields::Field`, `get::Get`, `ident::Ident`, and `idiom::Idiom`
[INFO] [stderr]   --> src/ql/func/get.rs:5:15
[INFO] [stderr]    |
[INFO] [stderr]  5 |         ops::{get::Get, retrieve::Retrieve, walk::Walk},
[INFO] [stderr]    |               ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 11 |         fields::Field,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 12 |         ident::Ident,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 13 |         idiom::Idiom,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/ql/object.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | use reblessive::tree::{self, Stk};
[INFO] [stderr]   |                        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::uuid::Uuid`
[INFO] [stderr]  --> src/ql/record.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use super::uuid::Uuid;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]   --> src/dbs/iterator.rs:58:9
[INFO] [stderr]    |
[INFO] [stderr] 57 |         todo!();
[INFO] [stderr]    |         ------- any code following this expression is unreachable
[INFO] [stderr] 58 |         let mut responses: Vec<Value> = Vec::new();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dir`
[INFO] [stderr]   --> src/dbs/iterator.rs:46:16
[INFO] [stderr]    |
[INFO] [stderr] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stderr]    |                ^^^ help: try ignoring the field: `dir: _`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `to`
[INFO] [stderr]   --> src/dbs/iterator.rs:46:27
[INFO] [stderr]    |
[INFO] [stderr] 46 |         Edge { dir, from, to }: Edge,
[INFO] [stderr]    |                           ^^ help: try ignoring the field: `to: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `node`
[INFO] [stderr]   --> src/dbs/iterator.rs:51:13
[INFO] [stderr]    |
[INFO] [stderr] 51 |         let node = match response {
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_node`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stk`
[INFO] [stderr]   --> src/dbs/iterator.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 77 |         stk: &mut Stk,
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_stk`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `graph`
[INFO] [stderr]   --> src/dbs/iterator.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |         graph: &Addr<Graph>,
[INFO] [stderr]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `expr`
[INFO] [stderr]   --> src/dbs/iterator.rs:88:33
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Field::Single { expr, alias } => {
[INFO] [stderr]    |                                 ^^^^ help: try ignoring the field: `expr: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `alias`
[INFO] [stderr]   --> src/dbs/iterator.rs:88:39
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Field::Single { expr, alias } => {
[INFO] [stderr]    |                                       ^^^^^ help: try ignoring the field: `alias: _`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]    --> src/dbs/entity.rs:132:28
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn evaluate(&self, val: &Value) -> Result<Value, Error> {
[INFO] [stderr]     |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `filter`
[INFO] [stderr]   --> src/dbs/ops/get.rs:31:21
[INFO] [stderr]    |
[INFO] [stderr] 31 |         if let Some(filter) = filter {
[INFO] [stderr]    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `filter`
[INFO] [stderr]   --> src/dbs/ops/walk.rs:70:25
[INFO] [stderr]    |
[INFO] [stderr] 70 |             if let Some(filter) = filter {
[INFO] [stderr]    |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_filter`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `stack`
[INFO] [stderr]   --> src/dbs/ops/walk.rs:72:25
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 let mut stack = TreeStack::new();
[INFO] [stderr]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_stack`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/dbs/ops/walk.rs:72:21
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 let mut stack = TreeStack::new();
[INFO] [stderr]    |                     ----^^^^^
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `part`
[INFO] [stderr]    --> src/ql/idiom.rs:107:24
[INFO] [stderr]     |
[INFO] [stderr] 107 |         while let Some(part) = parts.next() {}
[INFO] [stderr]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_part`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start`
[INFO] [stderr]    --> src/ql/idiom.rs:105:19
[INFO] [stderr]     |
[INFO] [stderr] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stderr]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Iterable` is never used
[INFO] [stderr]   --> src/dbs/iterator.rs:23:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub enum Iterable {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `process`, `process_edge`, `process_value`, `process_record`, and `process_table` are never used
[INFO] [stderr]    --> src/dbs/iterator.rs:31:18
[INFO] [stderr]     |
[INFO] [stderr]  30 | impl Iterable {
[INFO] [stderr]     | ------------- associated items in this implementation
[INFO] [stderr]  31 |     pub async fn process(
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  45 |     async fn process_edge(
[INFO] [stderr]     |              ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  75 |     async fn process_value(
[INFO] [stderr]     |              ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 101 |     async fn process_record(record: Addr<Entity>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |     async fn process_table(table: Vec<Addr<Entity>>, stm: &Statement<'_>) -> Result<Value, Error> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Iterator` is never constructed
[INFO] [stderr]    --> src/dbs/iterator.rs:138:12
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub struct Iterator {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/dbs/iterator.rs:146:12
[INFO] [stderr]     |
[INFO] [stderr] 145 | impl Iterator {
[INFO] [stderr]     | ------------- associated items in this implementation
[INFO] [stderr] 146 |     pub fn new() -> Iterator {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 150 |     pub fn ingest(&mut self, value: Iterable) {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 |     pub async fn ingest_record(&mut self, id: Record, graph: &Addr<Graph>) -> Result<(), Error> {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 168 |     pub async fn ingest_table(
[INFO] [stderr]     |                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |     pub fn ingest_edge(&mut self, edge: Edge) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 191 |     pub fn set_limit(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 197 |     pub fn set_start(&mut self, stm: &Statement<'_>) -> Result<(), Error> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |     pub async fn process(
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `incorperate` is never used
[INFO] [stderr]   --> src/ql/condition.rs:32:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl Condition {
[INFO] [stderr]    | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 32 |     fn incorperate(&self, fields: &BTreeMap<Arc<str>, Value>) -> Condition {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `neg` is never used
[INFO] [stderr]  --> src/ql/func/operation.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn neg(val: Value) -> Result<Value, Error> {
[INFO] [stderr]   |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `not` is never used
[INFO] [stderr]  --> src/ql/func/operation.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn not(val: Value) -> Result<Value, Error> {
[INFO] [stderr]   |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Idioms` is never constructed
[INFO] [stderr]   --> src/ql/idiom.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Idioms(pub Vec<Idiom>);
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse_walk` is never used
[INFO] [stderr]    --> src/ql/idiom.rs:105:8
[INFO] [stderr]     |
[INFO] [stderr]  39 | impl Idiom {
[INFO] [stderr]     | ---------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 105 |     fn parse_walk(start: Part, parts: &mut Iter<Part>) -> Result<Value, Error> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `serialize` is never used
[INFO] [stderr]  --> src/ql/serde/arc_str_serde.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn serialize<S>(value: &Arc<str>, serializer: S) -> Result<S::Ok, S::Error>
[INFO] [stderr]   |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `deserialize` is never used
[INFO] [stderr]   --> src/ql/serde/arc_str_serde.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn deserialize<'de, D>(deserializer: D) -> Result<Arc<str>, D::Error>
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Select` is never constructed
[INFO] [stderr]   --> src/ql/statements/select.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct Select {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `compute` is never used
[INFO] [stderr]   --> src/ql/statements/select.rs:30:14
[INFO] [stderr]    |
[INFO] [stderr] 28 | impl Select {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] 29 |     // TODO need to implement multi step edges
[INFO] [stderr] 30 |     async fn compute(
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Statement` is never used
[INFO] [stderr]  --> src/ql/statements/statement.rs:3:10
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub enum Statement<'a> {
[INFO] [stderr]   |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_select`, `fields`, `what`, `filter`, `limit`, and `start` are never used
[INFO] [stderr]   --> src/ql/statements/statement.rs:14:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl Statement<'_> {
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] 14 |     pub fn is_select(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub fn fields(&self) -> Option<&Fields> {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 24 |     pub fn what(&self) -> Option<&Values> {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 30 |     pub fn filter(&self) -> Option<&Condition> {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 36 |     pub fn limit(&self) -> Option<&usize> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 42 |     pub fn start(&self) -> Option<&usize> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Tables` is never constructed
[INFO] [stderr]  --> src/ql/table.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Tables(pub Vec<Table>);
[INFO] [stderr]   |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Values` is never constructed
[INFO] [stderr]   --> src/ql/value.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub struct Values(pub Vec<Value>);
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `catalystdb` (bin "catalystdb" test) generated 43 warnings (run `cargo fix --bin "catalystdb" --tests` to apply 12 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/catalystdb-7f5b6f6c5b326206)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test dbs::ops::delete::test::delete_test ... ok
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_filter_test ... ok
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_test ... ok
[INFO] [stdout] test dbs::ops::remove::test::remove_field_test ... ok
[INFO] [stdout] test dbs::ops::walk::test::walk_test ... ok
[INFO] [stdout] test dbs::ops::update::test::update_test ... ok
[INFO] [stdout] test dbs::ops::delete::test::delete_two_test ... ok
[INFO] [stdout] test dbs::graph::test::test_graph_table_pass ... ok
[INFO] [stdout] test dbs::graph::test::test_graph_table_fail ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_filter_false_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_wildcard_alias_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_field_test ... FAILED
[INFO] [stdout] test dbs::ops::get::test::get_field_alias_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::graph::test::test_graph_table_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::graph::test::test_graph_table_fail' panicked at src/dbs/graph.rs:52:13:
[INFO] [stdout] table was not returned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a92666 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb68d36f6 - catalystdb::dbs::graph::test::test_graph_table_fail::{{closure}}::h439b85ac30ed5c8e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:52:13
[INFO] [stdout]   20:     0x5d7bb682856f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0eb7a92573fed7a6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   21:     0x5d7bb681f170 - tokio::task::local::LocalSet::with::{{closure}}::h3524e26c603f61cf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   22:     0x5d7bb67abcb5 - std::thread::local::LocalKey<T>::try_with::h52044e03892cd9d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   23:     0x5d7bb67a55be - std::thread::local::LocalKey<T>::with::hce8b97cc495d7517
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   24:     0x5d7bb681ee36 - tokio::task::local::LocalSet::with::hcef42887ac541177
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   25:     0x5d7bb6827f06 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h24c81cf3fcb3b6c0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   26:     0x5d7bb682167d - tokio::task::local::LocalSet::run_until::{{closure}}::h941431b89e0146ae
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   27:     0x5d7bb68270ed - <core::pin::Pin<P> as core::future::future::Future>::poll::h22ceed288d675917
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   28:     0x5d7bb67a2dcd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h450748d817a89794
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   29:     0x5d7bb67a081b - tokio::runtime::coop::with_budget::h8c9149e766c5d6b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   30:     0x5d7bb67a081b - tokio::runtime::coop::budget::hf4eb4298a5a1e1e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   31:     0x5d7bb67a081b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h32fdc5eaef6ff78e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   32:     0x5d7bb6778ba0 - tokio::runtime::scheduler::current_thread::Context::enter::h04b45959b8f6ef7a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   33:     0x5d7bb678f050 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h05235ad0bc175752
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   34:     0x5d7bb678e1b4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h265ad2ab8a13f9b6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   35:     0x5d7bb688cf8b - tokio::runtime::context::scoped::Scoped<T>::set::h8e45838c4d127311
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   36:     0x5d7bb686fef9 - tokio::runtime::context::set_scheduler::{{closure}}::hf27368a6d41d8c1f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   37:     0x5d7bb67b0502 - std::thread::local::LocalKey<T>::try_with::h9fc90e1d2a5f8871
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   38:     0x5d7bb67a4c6e - std::thread::local::LocalKey<T>::with::h9776c323670b54b0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   39:     0x5d7bb686f32d - tokio::runtime::context::set_scheduler::h2048504232af99cf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   40:     0x5d7bb6789460 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h44a4b4d51d873a4c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   41:     0x5d7bb678ec73 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hc9d0bc7a024b4747
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   42:     0x5d7bb6770323 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h05b2074de074c0e8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   43:     0x5d7bb683a830 - tokio::runtime::context::runtime::enter_runtime::hc3c691a8a98367b1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   44:     0x5d7bb676f4e6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h6795e4690c96eb0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   45:     0x5d7bb685af6c - tokio::runtime::runtime::Runtime::block_on_inner::h4640c0fac95f7fed
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   46:     0x5d7bb685e7bc - tokio::runtime::runtime::Runtime::block_on::hd96dcfd050330ea4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   47:     0x5d7bb681fdf3 - tokio::task::local::LocalSet::block_on::h8a1b53faf9f6b84a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   48:     0x5d7bb68cf29a - actix_rt::runtime::Runtime::block_on::h5ee17df1a1d94a14
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   49:     0x5d7bb685f77a - actix_rt::system::SystemRunner::block_on::h1e81cd5a5cecd5ad
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   50:     0x5d7bb68d2d98 - catalystdb::dbs::graph::test::test_graph_table_fail::he7d2b5d080c32404
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:43:5
[INFO] [stdout]   51:     0x5d7bb68d2d47 - catalystdb::dbs::graph::test::test_graph_table_fail::{{closure}}::h624c6fa1db00e3e6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/graph.rs:44:37
[INFO] [stdout]   52:     0x5d7bb68ac956 - core::ops::function::FnOnce::call_once::he77c8ef5c47b9c5f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   53:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   54:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   55:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   56:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   57:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   58:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   59:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   61:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   62:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   63:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   64:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   65:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   66:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   67:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   68:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   70:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   71:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   72:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   73:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   74:     0x73b99f2d7a34 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_wildcard_filter_false_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_filter_false_test' panicked at src/dbs/ops/get.rs:170:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Value(Object(Object({"b": Number(Int(2)), "c": String(Strand("c")), "id": Record(Record { table: "a", id: Number(1) })})))
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a9269a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab5574 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5d7bb6882a6b - core::panicking::assert_failed::h1a97bff456b7df9b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5d7bb68daa7a - catalystdb::dbs::ops::get::test::get_wildcard_filter_false_test::{{closure}}::h64ea2c80e1040981
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:170:9
[INFO] [stdout]   22:     0x5d7bb68287ef - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h205d7bd524ed796f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x5d7bb681f8f0 - tokio::task::local::LocalSet::with::{{closure}}::hac20a0c8f63e4a05
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x5d7bb67b2b55 - std::thread::local::LocalKey<T>::try_with::hc151289e36f46d4c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5d7bb67a431e - std::thread::local::LocalKey<T>::with::h679d8f9cd80a4410
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5d7bb681ec76 - tokio::task::local::LocalSet::with::h4c6fe7f7d7b2a297
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x5d7bb6827fa6 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h48dc690545222507
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x5d7bb682144d - tokio::task::local::LocalSet::run_until::{{closure}}::h7f35e176a7e3e2d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x5d7bb682750d - <core::pin::Pin<P> as core::future::future::Future>::poll::h63ef3769b233b17e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5d7bb67a2e8d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4c758672d60c72ec
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x5d7bb67a172b - tokio::runtime::coop::with_budget::h9f884dbb25b3c1d4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x5d7bb67a172b - tokio::runtime::coop::budget::hcf99a5ac37e934bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x5d7bb67a172b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h908b6ed29ed04628
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x5d7bb677daa0 - tokio::runtime::scheduler::current_thread::Context::enter::h7905970af67cb779
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x5d7bb6795a90 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h3c3279fdf864e0b1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x5d7bb678e334 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h979ba32535096900
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x5d7bb688d8bb - tokio::runtime::context::scoped::Scoped<T>::set::he7b901753f2d19dc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x5d7bb686fab9 - tokio::runtime::context::set_scheduler::{{closure}}::h562bf4516384b571
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x5d7bb67a6352 - std::thread::local::LocalKey<T>::try_with::h0314200883263f33
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x5d7bb67a53be - std::thread::local::LocalKey<T>::with::hc4c2ae85473ed43d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x5d7bb686f82d - tokio::runtime::context::set_scheduler::hbf8e865ac92dbd44
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x5d7bb678dea0 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hf376fe9253bba5e5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x5d7bb678ea93 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha4e6f0667c8b7875
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x5d7bb6770d43 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h430e5471e180f4d5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x5d7bb6838c90 - tokio::runtime::context::runtime::enter_runtime::h5427a074e8b062f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x5d7bb676f7d6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h94f7e05b8b1f92fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x5d7bb685bb0c - tokio::runtime::runtime::Runtime::block_on_inner::h6e9bba93cc041c0a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x5d7bb685ddfc - tokio::runtime::runtime::Runtime::block_on::h787236bd4cec6eca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x5d7bb681fd03 - tokio::task::local::LocalSet::block_on::h6f396f00918a6b11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x5d7bb68cf1da - actix_rt::runtime::Runtime::block_on::h1eaed433f9d55351
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x5d7bb685f80a - actix_rt::system::SystemRunner::block_on::h8ed6f12669bfec7c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x5d7bb68d9b96 - catalystdb::dbs::ops::get::test::get_wildcard_filter_false_test::h6b8dfb6d2ee46530
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:149:5
[INFO] [stdout]   53:     0x5d7bb68d9b47 - catalystdb::dbs::ops::get::test::get_wildcard_filter_false_test::{{closure}}::h69a5e7446365c768
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:150:46
[INFO] [stdout]   54:     0x5d7bb68ab9f6 - core::ops::function::FnOnce::call_once::h681640021b367081
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   55:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   56:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   57:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   58:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   63:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   64:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   65:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   66:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   67:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   68:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   69:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   70:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   72:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   73:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   74:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   75:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   76:     0x73b99f2d7a34 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_wildcard_alias_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_alias_test' panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a92666 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab524c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5d7bb68c1437 - catalystdb::dbs::entity::Entity::evaluate::hdd1e5fd1406ec4ed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x5d7bb68c3092 - catalystdb::dbs::ops::get::<impl actix::handler::Handler<catalystdb::dbs::ops::get::Get> for catalystdb::dbs::entity::Entity>::handle::hf6b652bc44098bb8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x5d7bb6877523 - <actix::address::envelope::SyncEnvelopeProxy<M> as actix::address::envelope::EnvelopeProxy<A>>::handle::h9c0ca5da14d35824
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x5d7bb6875f0f - <actix::address::envelope::Envelope<A> as actix::address::envelope::EnvelopeProxy<A>>::handle::h3c01ba466e9c0c13
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x5d7bb67f1446 - actix::mailbox::Mailbox<A>::poll::h4357aef5cbe3fa47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x5d7bb67f6414 - <actix::context_impl::ContextFut<A,C> as core::future::future::Future>::poll::h211fcd265aeb8b9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x5d7bb67c6fd4 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::hb50abd00829ae413
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x5d7bb67c5a4d - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h984a440242a95706
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x5d7bb67c5a4d - tokio::runtime::task::core::Core<T,S>::poll::hc56c313c4876dbca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x5d7bb689d69a - tokio::runtime::task::harness::poll_future::{{closure}}::hf04523c11a9e769f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x5d7bb67d3b00 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h72542daef0063832
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x5d7bb67f9aa4 - std::panicking::catch_unwind::do_call::h3da9b460f9fd78ab
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x5d7bb67f799b - __rust_try
[INFO] [stdout]   33:     0x5d7bb67eb4a6 - std::panicking::catch_unwind::h033f9f22fdb70069
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x5d7bb67eb4a6 - std::panic::catch_unwind::hde9b5743b481638c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d7bb689b42f - tokio::runtime::task::harness::poll_future::hc3c852c060495c76
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x5d7bb689dd01 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h105465b1e0a2702d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x5d7bb68a28f3 - tokio::runtime::task::harness::Harness<T,S>::poll::h415e896f89eecdf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x5d7bb68bd05b - tokio::runtime::task::raw::poll::h1330e5ac4bfaaeb6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x5d7bb6a18837 - tokio::runtime::task::raw::RawTask::poll::h178b1c12d514e9cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x5d7bb6a19072 - tokio::runtime::task::LocalNotified<S>::run::h47b6083f7174e67c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x5d7bb69e3dab - tokio::task::local::LocalSet::tick::{{closure}}::h2b7af357b17f8568
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x5d7bb69e3ceb - tokio::runtime::coop::with_budget::h4f3d9dae1478c084
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x5d7bb69e3ceb - tokio::runtime::coop::budget::hddb79093486aa7af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x5d7bb69e3ceb - tokio::task::local::LocalSet::tick::h1b6c3faed80df3e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x5d7bb6828704 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0f54fef94e8f0a1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x5d7bb681f350 - tokio::task::local::LocalSet::with::{{closure}}::h5635a969247df9f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x5d7bb67a89d5 - std::thread::local::LocalKey<T>::try_with::h275722115c3146fd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   48:     0x5d7bb67a352e - std::thread::local::LocalKey<T>::with::h1a026b2a553e6def
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   49:     0x5d7bb681eef6 - tokio::task::local::LocalSet::with::hfc25b2a61ca9581e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x5d7bb6828226 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::he4a71f75d7688834
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x5d7bb68218ad - tokio::task::local::LocalSet::run_until::{{closure}}::h9fa372cfbd9c5213
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x5d7bb682792d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc3d166628bb11cc7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x5d7bb67a300d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h8f3addfe112370a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x5d7bb67a09cb - tokio::runtime::coop::with_budget::hdc7d752462569996
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x5d7bb67a09cb - tokio::runtime::coop::budget::hf483251f5d6d3cbe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x5d7bb67a09cb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h43773051b5ad15b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x5d7bb6779dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h28417239052dd817
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x5d7bb679cf70 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd09f3ebf1467aa3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x5d7bb678e2d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h86af5639bb21383f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x5d7bb688c8fb - tokio::runtime::context::scoped::Scoped<T>::set::h82f73dfff5827562
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x5d7bb686fa39 - tokio::runtime::context::set_scheduler::{{closure}}::h3c1ccbc74f352e10
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x5d7bb67ac142 - std::thread::local::LocalKey<T>::try_with::h5808a0467f1360f1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   63:     0x5d7bb67a477e - std::thread::local::LocalKey<T>::with::h85a8b668efeb5097
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   64:     0x5d7bb686f4ad - tokio::runtime::context::set_scheduler::h3ba3c8b9928f2f62
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x5d7bb6789880 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h4875bfadf8455448
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x5d7bb678ea33 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha1fc5117926bef6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x5d7bb6773c83 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hd4114924f78cd72f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x5d7bb683a410 - tokio::runtime::context::runtime::enter_runtime::hb5e26a41d25e24aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x5d7bb676f036 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h2bee5ab6de49e494
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x5d7bb685cc2c - tokio::runtime::runtime::Runtime::block_on_inner::hd10884546c562f5c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x5d7bb685e54c - tokio::runtime::runtime::Runtime::block_on::h953c198594ef8252
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x5d7bb681fc63 - tokio::task::local::LocalSet::block_on::h3919a572682c42db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x5d7bb68cf23a - actix_rt::runtime::Runtime::block_on::h4bbf60f3f53b3117
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x5d7bb685f7aa - actix_rt::system::SystemRunner::block_on::h2dc1204bd998ffc9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x5d7bb68d5dd6 - catalystdb::dbs::ops::get::test::get_wildcard_alias_test::h38d865cf749e56ee
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:66:5
[INFO] [stdout]   76:     0x5d7bb68d5d87 - catalystdb::dbs::ops::get::test::get_wildcard_alias_test::{{closure}}::h52d1c7fb4d3a8e82
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:67:39
[INFO] [stdout]   77:     0x5d7bb68ab716 - core::ops::function::FnOnce::call_once::h53b451b990b9879a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   78:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   79:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   80:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   81:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   82:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   83:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   84:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   86:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   87:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   88:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   89:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   90:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   91:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   92:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   93:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   95:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   96:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   97:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   98:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   99:     0x73b99f2d7a34 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_wildcard_alias_test' panicked at src/dbs/ops/get.rs:85:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a9269a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab5686 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5d7bb68d6a2a - core::result::Result<T,E>::unwrap::h80a1c158355e2bba
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5d7bb68d6a2a - catalystdb::dbs::ops::get::test::get_wildcard_alias_test::{{closure}}::ha69fa17abf0c0332
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:85:14
[INFO] [stdout]   22:     0x5d7bb68286af - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0f54fef94e8f0a1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x5d7bb681f350 - tokio::task::local::LocalSet::with::{{closure}}::h5635a969247df9f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x5d7bb67a89d5 - std::thread::local::LocalKey<T>::try_with::h275722115c3146fd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5d7bb67a352e - std::thread::local::LocalKey<T>::with::h1a026b2a553e6def
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5d7bb681eef6 - tokio::task::local::LocalSet::with::hfc25b2a61ca9581e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x5d7bb6828226 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::he4a71f75d7688834
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x5d7bb68218ad - tokio::task::local::LocalSet::run_until::{{closure}}::h9fa372cfbd9c5213
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x5d7bb682792d - <core::pin::Pin<P> as core::future::future::Future>::poll::hc3d166628bb11cc7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5d7bb67a300d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h8f3addfe112370a1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x5d7bb67a09cb - tokio::runtime::coop::with_budget::hdc7d752462569996
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x5d7bb67a09cb - tokio::runtime::coop::budget::hf483251f5d6d3cbe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x5d7bb67a09cb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h43773051b5ad15b2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x5d7bb6779dd0 - tokio::runtime::scheduler::current_thread::Context::enter::h28417239052dd817
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x5d7bb679cf70 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd09f3ebf1467aa3b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x5d7bb678e2d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h86af5639bb21383f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x5d7bb688c8fb - tokio::runtime::context::scoped::Scoped<T>::set::h82f73dfff5827562
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x5d7bb686fa39 - tokio::runtime::context::set_scheduler::{{closure}}::h3c1ccbc74f352e10
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x5d7bb67ac142 - std::thread::local::LocalKey<T>::try_with::h5808a0467f1360f1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x5d7bb67a477e - std::thread::local::LocalKey<T>::with::h85a8b668efeb5097
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x5d7bb686f4ad - tokio::runtime::context::set_scheduler::h3ba3c8b9928f2f62
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x5d7bb6789880 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h4875bfadf8455448
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x5d7bb678ea33 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::ha1fc5117926bef6c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x5d7bb6773c83 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hd4114924f78cd72f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x5d7bb683a410 - tokio::runtime::context::runtime::enter_runtime::hb5e26a41d25e24aa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x5d7bb676f036 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h2bee5ab6de49e494
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x5d7bb685cc2c - tokio::runtime::runtime::Runtime::block_on_inner::hd10884546c562f5c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x5d7bb685e54c - tokio::runtime::runtime::Runtime::block_on::h953c198594ef8252
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x5d7bb681fc63 - tokio::task::local::LocalSet::block_on::h3919a572682c42db
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x5d7bb68cf23a - actix_rt::runtime::Runtime::block_on::h4bbf60f3f53b3117
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x5d7bb685f7aa - actix_rt::system::SystemRunner::block_on::h2dc1204bd998ffc9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x5d7bb68d5dd6 - catalystdb::dbs::ops::get::test::get_wildcard_alias_test::h38d865cf749e56ee
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:66:5
[INFO] [stdout]   53:     0x5d7bb68d5d87 - catalystdb::dbs::ops::get::test::get_wildcard_alias_test::{{closure}}::h52d1c7fb4d3a8e82
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:67:39
[INFO] [stdout]   54:     0x5d7bb68ab716 - core::ops::function::FnOnce::call_once::h53b451b990b9879a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   55:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   56:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   57:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   58:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   63:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   64:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   65:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   66:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   67:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   68:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   69:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   70:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   72:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   73:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   74:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   75:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   76:     0x73b99f2d7a34 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_field_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_test' panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a92666 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab524c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5d7bb68c1437 - catalystdb::dbs::entity::Entity::evaluate::hdd1e5fd1406ec4ed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x5d7bb68c3092 - catalystdb::dbs::ops::get::<impl actix::handler::Handler<catalystdb::dbs::ops::get::Get> for catalystdb::dbs::entity::Entity>::handle::hf6b652bc44098bb8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x5d7bb6877523 - <actix::address::envelope::SyncEnvelopeProxy<M> as actix::address::envelope::EnvelopeProxy<A>>::handle::h9c0ca5da14d35824
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x5d7bb6875f0f - <actix::address::envelope::Envelope<A> as actix::address::envelope::EnvelopeProxy<A>>::handle::h3c01ba466e9c0c13
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x5d7bb67f1446 - actix::mailbox::Mailbox<A>::poll::h4357aef5cbe3fa47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x5d7bb67f6414 - <actix::context_impl::ContextFut<A,C> as core::future::future::Future>::poll::h211fcd265aeb8b9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x5d7bb67c6fd4 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::hb50abd00829ae413
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x5d7bb67c5a4d - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h984a440242a95706
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x5d7bb67c5a4d - tokio::runtime::task::core::Core<T,S>::poll::hc56c313c4876dbca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x5d7bb689d69a - tokio::runtime::task::harness::poll_future::{{closure}}::hf04523c11a9e769f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x5d7bb67d3b00 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h72542daef0063832
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x5d7bb67f9aa4 - std::panicking::catch_unwind::do_call::h3da9b460f9fd78ab
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x5d7bb67f799b - __rust_try
[INFO] [stdout]   33:     0x5d7bb67eb4a6 - std::panicking::catch_unwind::h033f9f22fdb70069
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x5d7bb67eb4a6 - std::panic::catch_unwind::hde9b5743b481638c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d7bb689b42f - tokio::runtime::task::harness::poll_future::hc3c852c060495c76
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x5d7bb689dd01 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h105465b1e0a2702d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x5d7bb68a28f3 - tokio::runtime::task::harness::Harness<T,S>::poll::h415e896f89eecdf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x5d7bb68bd05b - tokio::runtime::task::raw::poll::h1330e5ac4bfaaeb6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x5d7bb6a18837 - tokio::runtime::task::raw::RawTask::poll::h178b1c12d514e9cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x5d7bb6a19072 - tokio::runtime::task::LocalNotified<S>::run::h47b6083f7174e67c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x5d7bb69e3dab - tokio::task::local::LocalSet::tick::{{closure}}::h2b7af357b17f8568
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x5d7bb69e3ceb - tokio::runtime::coop::with_budget::h4f3d9dae1478c084
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x5d7bb69e3ceb - tokio::runtime::coop::budget::hddb79093486aa7af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x5d7bb69e3ceb - tokio::task::local::LocalSet::tick::h1b6c3faed80df3e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x5d7bb6828344 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0407ee47b2b597e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x5d7bb681ef90 - tokio::task::local::LocalSet::with::{{closure}}::h02753937652fb12b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x5d7bb67b4d95 - std::thread::local::LocalKey<T>::try_with::he6003b6056d997f7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   48:     0x5d7bb67a402e - std::thread::local::LocalKey<T>::with::h5ab0a7db06e5a45d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   49:     0x5d7bb681edf6 - tokio::task::local::LocalSet::with::hbff3121ec4c7b320
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x5d7bb6828096 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h850d88bf30340701
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x5d7bb6820fed - tokio::task::local::LocalSet::run_until::{{closure}}::h6ffd7a362173f7a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x5d7bb682732d - <core::pin::Pin<P> as core::future::future::Future>::poll::h54713796c019ee3f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x5d7bb67a2e4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4b10bd7d6721ff84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x5d7bb67a209b - tokio::runtime::coop::with_budget::h6818a6b387d6d4ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x5d7bb67a209b - tokio::runtime::coop::budget::h18cea6cabce9d8cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x5d7bb67a209b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbf620da258040720
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x5d7bb677a3e0 - tokio::runtime::scheduler::current_thread::Context::enter::h3300275dc63c7009
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x5d7bb6794ff0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h308f3a25822451f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x5d7bb678e194 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2019845ddad4f0a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x5d7bb688da0b - tokio::runtime::context::scoped::Scoped<T>::set::hf8f2c2845dc1a923
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x5d7bb686fc39 - tokio::runtime::context::set_scheduler::{{closure}}::h939f428fd0d40f0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x5d7bb67ac5e2 - std::thread::local::LocalKey<T>::try_with::h598585356e250ae0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   63:     0x5d7bb67a5ebe - std::thread::local::LocalKey<T>::with::hf0b5d9962dd6b3ce
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   64:     0x5d7bb686f92d - tokio::runtime::context::set_scheduler::he2fb061940039ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x5d7bb678ca00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha343027b0fd8ef87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x5d7bb678e853 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h83dae818ed899c81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x5d7bb6774d63 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he80400f5f9399e8d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x5d7bb683add0 - tokio::runtime::context::runtime::enter_runtime::hdfd20edaf7aa9f70
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x5d7bb676fa46 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb0c4c16c96a01eeb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x5d7bb685b7ac - tokio::runtime::runtime::Runtime::block_on_inner::h5db3a6bc9abc5aa3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x5d7bb685d6ac - tokio::runtime::runtime::Runtime::block_on::h2541f580e797e59b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x5d7bb681fee3 - tokio::task::local::LocalSet::block_on::he2c920bd3ef8067a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x5d7bb68cf25a - actix_rt::runtime::Runtime::block_on::h57e9749d81de9343
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x5d7bb685f7fa - actix_rt::system::SystemRunner::block_on::h813803e033e9995d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x5d7bb68dab66 - catalystdb::dbs::ops::get::test::get_field_test::hfccb0dd47c9c1083
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:173:5
[INFO] [stdout]   76:     0x5d7bb68dab17 - catalystdb::dbs::ops::get::test::get_field_test::{{closure}}::h932087a08fbd4ba2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:174:30
[INFO] [stdout]   77:     0x5d7bb68ac7d6 - core::ops::function::FnOnce::call_once::hde0abac1a7953e1f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   78:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   79:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   80:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   81:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   82:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   83:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   84:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   86:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   87:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   88:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   89:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   90:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   91:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   92:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   93:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   95:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   96:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   97:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   98:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   99:     0x73b99f2d7a34 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_test' panicked at src/dbs/ops/get.rs:195:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a9269a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab5686 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5d7bb68db994 - core::result::Result<T,E>::unwrap::h80a1c158355e2bba
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5d7bb68db994 - catalystdb::dbs::ops::get::test::get_field_test::{{closure}}::h845012228ef561d8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:195:14
[INFO] [stdout]   22:     0x5d7bb68282ef - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h0407ee47b2b597e7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x5d7bb681ef90 - tokio::task::local::LocalSet::with::{{closure}}::h02753937652fb12b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x5d7bb67b4d95 - std::thread::local::LocalKey<T>::try_with::he6003b6056d997f7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5d7bb67a402e - std::thread::local::LocalKey<T>::with::h5ab0a7db06e5a45d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5d7bb681edf6 - tokio::task::local::LocalSet::with::hbff3121ec4c7b320
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x5d7bb6828096 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::h850d88bf30340701
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x5d7bb6820fed - tokio::task::local::LocalSet::run_until::{{closure}}::h6ffd7a362173f7a3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x5d7bb682732d - <core::pin::Pin<P> as core::future::future::Future>::poll::h54713796c019ee3f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5d7bb67a2e4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4b10bd7d6721ff84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x5d7bb67a209b - tokio::runtime::coop::with_budget::h6818a6b387d6d4ee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x5d7bb67a209b - tokio::runtime::coop::budget::h18cea6cabce9d8cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x5d7bb67a209b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hbf620da258040720
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x5d7bb677a3e0 - tokio::runtime::scheduler::current_thread::Context::enter::h3300275dc63c7009
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x5d7bb6794ff0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h308f3a25822451f2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x5d7bb678e194 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h2019845ddad4f0a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x5d7bb688da0b - tokio::runtime::context::scoped::Scoped<T>::set::hf8f2c2845dc1a923
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x5d7bb686fc39 - tokio::runtime::context::set_scheduler::{{closure}}::h939f428fd0d40f0b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x5d7bb67ac5e2 - std::thread::local::LocalKey<T>::try_with::h598585356e250ae0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x5d7bb67a5ebe - std::thread::local::LocalKey<T>::with::hf0b5d9962dd6b3ce
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x5d7bb686f92d - tokio::runtime::context::set_scheduler::he2fb061940039ff0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x5d7bb678ca00 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::ha343027b0fd8ef87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x5d7bb678e853 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h83dae818ed899c81
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x5d7bb6774d63 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::he80400f5f9399e8d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x5d7bb683add0 - tokio::runtime::context::runtime::enter_runtime::hdfd20edaf7aa9f70
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x5d7bb676fa46 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb0c4c16c96a01eeb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x5d7bb685b7ac - tokio::runtime::runtime::Runtime::block_on_inner::h5db3a6bc9abc5aa3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x5d7bb685d6ac - tokio::runtime::runtime::Runtime::block_on::h2541f580e797e59b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x5d7bb681fee3 - tokio::task::local::LocalSet::block_on::he2c920bd3ef8067a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x5d7bb68cf25a - actix_rt::runtime::Runtime::block_on::h57e9749d81de9343
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x5d7bb685f7fa - actix_rt::system::SystemRunner::block_on::h813803e033e9995d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x5d7bb68dab66 - catalystdb::dbs::ops::get::test::get_field_test::hfccb0dd47c9c1083
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:173:5
[INFO] [stdout]   53:     0x5d7bb68dab17 - catalystdb::dbs::ops::get::test::get_field_test::{{closure}}::h932087a08fbd4ba2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:174:30
[INFO] [stdout]   54:     0x5d7bb68ac7d6 - core::ops::function::FnOnce::call_once::hde0abac1a7953e1f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   55:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   56:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   57:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   58:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   63:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   64:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   65:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   66:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   67:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   68:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   69:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   70:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   72:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   73:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   74:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   75:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   76:     0x73b99f2d7a34 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- dbs::ops::get::test::get_field_alias_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_alias_test' panicked at src/dbs/entity.rs:133:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a92666 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab524c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5d7bb68c1437 - catalystdb::dbs::entity::Entity::evaluate::hdd1e5fd1406ec4ed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/entity.rs:133:9
[INFO] [stdout]   21:     0x5d7bb68c3092 - catalystdb::dbs::ops::get::<impl actix::handler::Handler<catalystdb::dbs::ops::get::Get> for catalystdb::dbs::entity::Entity>::handle::hf6b652bc44098bb8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:46:38
[INFO] [stdout]   22:     0x5d7bb6877523 - <actix::address::envelope::SyncEnvelopeProxy<M> as actix::address::envelope::EnvelopeProxy<A>>::handle::h9c0ca5da14d35824
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:82:23
[INFO] [stdout]   23:     0x5d7bb6875f0f - <actix::address::envelope::Envelope<A> as actix::address::envelope::EnvelopeProxy<A>>::handle::h3c01ba466e9c0c13
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/address/envelope.rs:55:16
[INFO] [stdout]   24:     0x5d7bb67f1446 - actix::mailbox::Mailbox<A>::poll::h4357aef5cbe3fa47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/mailbox.rs:83:25
[INFO] [stdout]   25:     0x5d7bb67f6414 - <actix::context_impl::ContextFut<A,C> as core::future::future::Future>::poll::h211fcd265aeb8b9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-0.13.5/src/context_impl.rs:398:26
[INFO] [stdout]   26:     0x5d7bb67c6fd4 - tokio::runtime::task::core::Core<T,S>::poll::{{closure}}::hb50abd00829ae413
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:331:24
[INFO] [stdout]   27:     0x5d7bb67c5a4d - tokio::loom::std::unsafe_cell::UnsafeCell<T>::with_mut::h984a440242a95706
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   28:     0x5d7bb67c5a4d - tokio::runtime::task::core::Core<T,S>::poll::hc56c313c4876dbca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/core.rs:320:30
[INFO] [stdout]   29:     0x5d7bb689d69a - tokio::runtime::task::harness::poll_future::{{closure}}::hf04523c11a9e769f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:499:30
[INFO] [stdout]   30:     0x5d7bb67d3b00 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h72542daef0063832
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x5d7bb67f9aa4 - std::panicking::catch_unwind::do_call::h3da9b460f9fd78ab
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x5d7bb67f799b - __rust_try
[INFO] [stdout]   33:     0x5d7bb67eb4a6 - std::panicking::catch_unwind::h033f9f22fdb70069
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x5d7bb67eb4a6 - std::panic::catch_unwind::hde9b5743b481638c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d7bb689b42f - tokio::runtime::task::harness::poll_future::hc3c852c060495c76
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:487:18
[INFO] [stdout]   36:     0x5d7bb689dd01 - tokio::runtime::task::harness::Harness<T,S>::poll_inner::h105465b1e0a2702d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:209:27
[INFO] [stdout]   37:     0x5d7bb68a28f3 - tokio::runtime::task::harness::Harness<T,S>::poll::h415e896f89eecdf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/harness.rs:154:20
[INFO] [stdout]   38:     0x5d7bb68bd05b - tokio::runtime::task::raw::poll::h1330e5ac4bfaaeb6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   39:     0x5d7bb6a18837 - tokio::runtime::task::raw::RawTask::poll::h178b1c12d514e9cc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   40:     0x5d7bb6a19072 - tokio::runtime::task::LocalNotified<S>::run::h47b6083f7174e67c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/task/mod.rs:435:13
[INFO] [stdout]   41:     0x5d7bb69e3dab - tokio::task::local::LocalSet::tick::{{closure}}::h2b7af357b17f8568
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:68
[INFO] [stdout]   42:     0x5d7bb69e3ceb - tokio::runtime::coop::with_budget::h4f3d9dae1478c084
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   43:     0x5d7bb69e3ceb - tokio::runtime::coop::budget::hddb79093486aa7af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   44:     0x5d7bb69e3ceb - tokio::task::local::LocalSet::tick::h1b6c3faed80df3e2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:739:31
[INFO] [stdout]   45:     0x5d7bb6828984 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h2a6e528eb73e5b4f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1045:29
[INFO] [stdout]   46:     0x5d7bb681f710 - tokio::task::local::LocalSet::with::{{closure}}::h83c110171a948ba5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   47:     0x5d7bb67b4c95 - std::thread::local::LocalKey<T>::try_with::he2fe9b3941b2e218
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   48:     0x5d7bb67a4fce - std::thread::local::LocalKey<T>::with::hadc0f3527bd0b5bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   49:     0x5d7bb681ecf6 - tokio::task::local::LocalSet::with::h9a01ce07c981c6bd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   50:     0x5d7bb6828136 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hbf0ffef931e3820f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   51:     0x5d7bb6821d0d - tokio::task::local::LocalSet::run_until::{{closure}}::hacf6c0a584e8814b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   52:     0x5d7bb682754d - <core::pin::Pin<P> as core::future::future::Future>::poll::h687fe4dd9940509e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x5d7bb67a2f4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h632ef3089d672f62
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   54:     0x5d7bb67a1bdb - tokio::runtime::coop::with_budget::h81ed9850ee157327
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   55:     0x5d7bb67a1bdb - tokio::runtime::coop::budget::hdf0787e30df82b9c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   56:     0x5d7bb67a1bdb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9f77229b13e86f94
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   57:     0x5d7bb6782330 - tokio::runtime::scheduler::current_thread::Context::enter::hf21ae4d48e1d4427
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   58:     0x5d7bb678faf0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h061316dac90518af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   59:     0x5d7bb678e3d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hd0cccbefac2a2255
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   60:     0x5d7bb688d61b - tokio::runtime::context::scoped::Scoped<T>::set::hb64d4809b91ce6c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   61:     0x5d7bb686fcf9 - tokio::runtime::context::set_scheduler::{{closure}}::haddd0f4faa4a6e32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   62:     0x5d7bb67a94a2 - std::thread::local::LocalKey<T>::try_with::h2fc9c7fc6619a9ec
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   63:     0x5d7bb67a357e - std::thread::local::LocalKey<T>::with::h1aa3b189b7daee5c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   64:     0x5d7bb686f76d - tokio::runtime::context::set_scheduler::h9864e3fbe7bed055
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   65:     0x5d7bb678b560 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h99160cabe9fe05fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   66:     0x5d7bb678e493 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0a5194624cfc64c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   67:     0x5d7bb67710a3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h46a2ace3b49ca7f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   68:     0x5d7bb6837140 - tokio::runtime::context::runtime::enter_runtime::h0d397a57ea50b911
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   69:     0x5d7bb676fd96 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hbd015dda973e9063
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   70:     0x5d7bb685c60c - tokio::runtime::runtime::Runtime::block_on_inner::habbf2091266d5a1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   71:     0x5d7bb685db8c - tokio::runtime::runtime::Runtime::block_on::h54c43a950344000e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   72:     0x5d7bb681fbc3 - tokio::task::local::LocalSet::block_on::h1d815363f381d677
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   73:     0x5d7bb68cf19a - actix_rt::runtime::Runtime::block_on::h0b3b93645781978e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   74:     0x5d7bb685f7ca - actix_rt::system::SystemRunner::block_on::h5998edcec2435226
[INFO] [stderr] error: test failed, to rerun pass `--bin catalystdb`
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   75:     0x5d7bb68dc116 - catalystdb::dbs::ops::get::test::get_field_alias_test::hf9b434639a6ac44b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:206:5
[INFO] [stdout]   76:     0x5d7bb68dc0c7 - catalystdb::dbs::ops::get::test::get_field_alias_test::{{closure}}::h207a5233b7e8327d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:207:36
[INFO] [stdout]   77:     0x5d7bb68ac096 - core::ops::function::FnOnce::call_once::h9ef5d19d0fdc6be8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   78:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   79:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   80:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   81:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   82:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   83:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   84:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   85:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   86:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   87:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   88:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   89:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   90:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   91:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   92:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   93:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   95:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   96:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   97:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   98:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   99:     0x73b99f2d7a34 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'dbs::ops::get::test::get_field_alias_test' panicked at src/dbs/ops/get.rs:228:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: MailboxError(Mailbox has closed)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d7bb6a90982 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d7bb6a90982 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d7bb6a90982 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d7bb6ab6ec3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d7bb6ab6ec3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d7bb6a8d7e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d7bb6a8d7e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d7bb6a907d2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d7bb6a91ef9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d7bb6a91d2e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5d7bb691c054 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5d7bb691c054 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d7bb6a928ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5d7bb6a928ce - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5d7bb6a9269a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5d7bb6a90e79 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5d7bb6a9232d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5d7bb6ab51c0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5d7bb6ab5686 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5d7bb68dcf95 - core::result::Result<T,E>::unwrap::h80a1c158355e2bba
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5d7bb68dcf95 - catalystdb::dbs::ops::get::test::get_field_alias_test::{{closure}}::hb0a44b7f538bb36e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:228:14
[INFO] [stdout]   22:     0x5d7bb682892f - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::{{closure}}::h2a6e528eb73e5b4f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1041:44
[INFO] [stdout]   23:     0x5d7bb681f710 - tokio::task::local::LocalSet::with::{{closure}}::h83c110171a948ba5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:793:13
[INFO] [stdout]   24:     0x5d7bb67b4c95 - std::thread::local::LocalKey<T>::try_with::he2fe9b3941b2e218
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   25:     0x5d7bb67a4fce - std::thread::local::LocalKey<T>::with::hadc0f3527bd0b5bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   26:     0x5d7bb681ecf6 - tokio::task::local::LocalSet::with::h9a01ce07c981c6bd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:791:17
[INFO] [stdout]   27:     0x5d7bb6828136 - <tokio::task::local::RunUntil<T> as core::future::future::Future>::poll::hbf0ffef931e3820f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:1031:22
[INFO] [stdout]   28:     0x5d7bb6821d0d - tokio::task::local::LocalSet::run_until::{{closure}}::hacf6c0a584e8814b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:689:19
[INFO] [stdout]   29:     0x5d7bb682754d - <core::pin::Pin<P> as core::future::future::Future>::poll::h687fe4dd9940509e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
[INFO] [stdout]   30:     0x5d7bb67a2f4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h632ef3089d672f62
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:73
[INFO] [stdout]   31:     0x5d7bb67a1bdb - tokio::runtime::coop::with_budget::h81ed9850ee157327
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   32:     0x5d7bb67a1bdb - tokio::runtime::coop::budget::hdf0787e30df82b9c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   33:     0x5d7bb67a1bdb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h9f77229b13e86f94
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:729:25
[INFO] [stdout]   34:     0x5d7bb6782330 - tokio::runtime::scheduler::current_thread::Context::enter::hf21ae4d48e1d4427
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:428:19
[INFO] [stdout]   35:     0x5d7bb678faf0 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h061316dac90518af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:728:44
[INFO] [stdout]   36:     0x5d7bb678e3d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hd0cccbefac2a2255
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:68
[INFO] [stdout]   37:     0x5d7bb688d61b - tokio::runtime::context::scoped::Scoped<T>::set::hb64d4809b91ce6c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   38:     0x5d7bb686fcf9 - tokio::runtime::context::set_scheduler::{{closure}}::haddd0f4faa4a6e32
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:38
[INFO] [stdout]   39:     0x5d7bb67a94a2 - std::thread::local::LocalKey<T>::try_with::h2fc9c7fc6619a9ec
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   40:     0x5d7bb67a357e - std::thread::local::LocalKey<T>::with::h1aa3b189b7daee5c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   41:     0x5d7bb686f76d - tokio::runtime::context::set_scheduler::h9864e3fbe7bed055
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context.rs:180:17
[INFO] [stdout]   42:     0x5d7bb678b560 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h99160cabe9fe05fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:807:27
[INFO] [stdout]   43:     0x5d7bb678e493 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h0a5194624cfc64c4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:716:24
[INFO] [stdout]   44:     0x5d7bb67710a3 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h46a2ace3b49ca7f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:196:33
[INFO] [stdout]   45:     0x5d7bb6837140 - tokio::runtime::context::runtime::enter_runtime::h0d397a57ea50b911
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   46:     0x5d7bb676fd96 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hbd015dda973e9063
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/scheduler/current_thread/mod.rs:184:9
[INFO] [stdout]   47:     0x5d7bb685c60c - tokio::runtime::runtime::Runtime::block_on_inner::habbf2091266d5a1b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   48:     0x5d7bb685db8c - tokio::runtime::runtime::Runtime::block_on::h54c43a950344000e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   49:     0x5d7bb681fbc3 - tokio::task::local::LocalSet::block_on::h1d815363f381d677
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.0/src/task/local.rs:646:12
[INFO] [stdout]   50:     0x5d7bb68cf19a - actix_rt::runtime::Runtime::block_on::h0b3b93645781978e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/runtime.rs:138:20
[INFO] [stdout]   51:     0x5d7bb685f7ca - actix_rt::system::SystemRunner::block_on::h5998edcec2435226
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.10.0/src/system.rs:244:17
[INFO] [stdout]   52:     0x5d7bb68dc116 - catalystdb::dbs::ops::get::test::get_field_alias_test::hf9b434639a6ac44b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:206:5
[INFO] [stdout]   53:     0x5d7bb68dc0c7 - catalystdb::dbs::ops::get::test::get_field_alias_test::{{closure}}::h207a5233b7e8327d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/dbs/ops/get.rs:207:36
[INFO] [stdout]   54:     0x5d7bb68ac096 - core::ops::function::FnOnce::call_once::h9ef5d19d0fdc6be8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   55:     0x5d7bb69218bb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   56:     0x5d7bb69218bb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   57:     0x5d7bb69209f5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   58:     0x5d7bb69209f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   59:     0x5d7bb69209f5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   60:     0x5d7bb69209f5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   61:     0x5d7bb69209f5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5d7bb69209f5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   63:     0x5d7bb69209f5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   64:     0x5d7bb68e45f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   65:     0x5d7bb68e45f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   66:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   67:     0x5d7bb68e7fca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   68:     0x5d7bb68e7fca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   69:     0x5d7bb68e7fca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   70:     0x5d7bb68e7fca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x5d7bb68e7fca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   72:     0x5d7bb68e7fca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   73:     0x5d7bb6a9594f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   74:     0x5d7bb6a9594f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   75:     0x73b99f24aaa4 - <unknown>
[INFO] [stdout]   76:     0x73b99f2d7a34 - clone
[INFO] [stdout]   77:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     dbs::graph::test::test_graph_table_fail
[INFO] [stdout]     dbs::ops::get::test::get_field_alias_test
[INFO] [stdout]     dbs::ops::get::test::get_field_test
[INFO] [stdout]     dbs::ops::get::test::get_wildcard_alias_test
[INFO] [stdout]     dbs::ops::get::test::get_wildcard_filter_false_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f6115ce9e3a80b81bc75c059a6abdc9c679fb48907d6fd8ab535e40a0534a822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6115ce9e3a80b81bc75c059a6abdc9c679fb48907d6fd8ab535e40a0534a822", kill_on_drop: false }`
[INFO] [stdout] f6115ce9e3a80b81bc75c059a6abdc9c679fb48907d6fd8ab535e40a0534a822
