[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] building cobaltburn/catalystdb against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcobaltburn%2Fcatalystdb" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cobaltburn/catalystdb on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded reblessive v0.4.2
[INFO] [stderr]   Downloaded actix_derive v0.6.2
[INFO] [stderr]   Downloaded serde-content v0.1.0
[INFO] [stderr]   Downloaded syn v2.0.92
[INFO] [stderr]   Downloaded tokio v1.42.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3b52e39f6683a8e193665e8c94768256f3d6c95e65b03ad396cf870d3055c8c3
[INFO] running `Command { std: "docker" "start" "-a" "3b52e39f6683a8e193665e8c94768256f3d6c95e65b03ad396cf870d3055c8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b52e39f6683a8e193665e8c94768256f3d6c95e65b03ad396cf870d3055c8c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b52e39f6683a8e193665e8c94768256f3d6c95e65b03ad396cf870d3055c8c3", kill_on_drop: false }`
[INFO] [stdout] 3b52e39f6683a8e193665e8c94768256f3d6c95e65b03ad396cf870d3055c8c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0028321c010369651b2d2f751290423b9edb0db92d1b22cc680666515543d164
[INFO] running `Command { std: "docker" "start" "-a" "0028321c010369651b2d2f751290423b9edb0db92d1b22cc680666515543d164", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling cc v1.2.6
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling reblessive v0.4.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling actix-router v0.5.3
[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 tokio v1.42.0
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix_derive v0.6.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.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 icu_properties v1.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling actix-rt v2.10.0
[INFO] [stderr]    Compiling actix-server v2.5.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling actix-codec v0.5.2
[INFO] [stderr]    Compiling actix v0.13.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.134
[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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 2m 09s
[INFO] running `Command { std: "docker" "inspect" "0028321c010369651b2d2f751290423b9edb0db92d1b22cc680666515543d164", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0028321c010369651b2d2f751290423b9edb0db92d1b22cc680666515543d164", kill_on_drop: false }`
[INFO] [stdout] 0028321c010369651b2d2f751290423b9edb0db92d1b22cc680666515543d164
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22b869f4da382ca3c0e75c8f373f423f5c15466930fe7122f0d6718f96226f0d
[INFO] running `Command { std: "docker" "start" "-a" "22b869f4da382ca3c0e75c8f373f423f5c15466930fe7122f0d6718f96226f0d", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 7.24s
[INFO] running `Command { std: "docker" "inspect" "22b869f4da382ca3c0e75c8f373f423f5c15466930fe7122f0d6718f96226f0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22b869f4da382ca3c0e75c8f373f423f5c15466930fe7122f0d6718f96226f0d", kill_on_drop: false }`
[INFO] [stdout] 22b869f4da382ca3c0e75c8f373f423f5c15466930fe7122f0d6718f96226f0d
