[INFO] fetching crate graph-types 0.0.13... [INFO] testing graph-types-0.0.13 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate graph-types 0.0.13 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate graph-types 0.0.13 [INFO] finished tweaking crates.io crate graph-types 0.0.13 [INFO] tweaked toml for crates.io crate graph-types 0.0.13 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate graph-types 0.0.13 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] [stderr] Adding wolfram_wxf v0.6.6 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wolfram_wxf v0.6.6 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3cfe356ce49e3e95305c099d91b6803d8c8beb51f7281215a10bb9ef3720726 [INFO] running `Command { std: "docker" "start" "-a" "d3cfe356ce49e3e95305c099d91b6803d8c8beb51f7281215a10bb9ef3720726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3cfe356ce49e3e95305c099d91b6803d8c8beb51f7281215a10bb9ef3720726", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3cfe356ce49e3e95305c099d91b6803d8c8beb51f7281215a10bb9ef3720726", kill_on_drop: false }` [INFO] [stdout] d3cfe356ce49e3e95305c099d91b6803d8c8beb51f7281215a10bb9ef3720726 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bd7b908351c60dfc1b54cd64ebb1ba19c41bbe758f815b312ac4b793f5f7dba [INFO] running `Command { std: "docker" "start" "-a" "9bd7b908351c60dfc1b54cd64ebb1ba19c41bbe758f815b312ac4b793f5f7dba", kill_on_drop: false }` [INFO] [stderr] Compiling graph-types v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `datasize` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(feature = "datasize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `wolfram_wxf` [INFO] [stdout] = help: consider adding `datasize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/storages/vector.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn mut_entry<'i, Q: Into>(&'i mut self, query: Q) -> Result, GraphError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `dict`, `node_default`, and `edge_default` are never read [INFO] [stdout] --> src/storages/btree_default.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DictDefault { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 12 | dict: DictStorage, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | node_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 14 | edge_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DictDefault` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `edges` is never read [INFO] [stdout] --> src/storages/vector.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct ListStorage { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 16 | nodes: Vec, [INFO] [stdout] 17 | edges: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ListStorage` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NodeNeighborFilter` is never used [INFO] [stdout] --> src/vertexes/mod.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum NodeNeighborFilter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `indexer` is never read [INFO] [stdout] --> src/vertexes/get_iter.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct NodesVisitor<'i, G> [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | indexer: Box>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod errors; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod iterators; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub mod placeholder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod storages; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/edges/typed_edges/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn new(from: usize, goto: usize) -> IndeterminateEdge { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | pub const fn is_one_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub const fn is_two_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/entries/mod.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait EntryEngine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | type EntryRef<'i>: Deref [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | type EntryMut<'i>: DerefMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | fn get_node_data<'i>(&'i self, node: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | fn try_node_data<'i>(&'i self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | fn mut_node_data<'i>(&'i mut self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | fn set_node_data<'i>(&'i mut self, node: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | fn get_edge_data<'i>(&'i self, edge: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | fn try_edge_data<'i>(&'i self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | fn mut_edge_data<'i>(&'i mut self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | fn set_edge_data<'i>(&'i mut self, edge: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a variant [INFO] [stdout] --> src/entries/query/query_dynamic.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | NodeID(usize), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | NotFound { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | NotSupported { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/graphs/mod.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_bridge(&self, edge: EdgeID) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/iterators/bridge_range.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct BridgeRange<'i, G> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/storages/btree_default.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(node: T, edge: T) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] running `Command { std: "docker" "inspect" "9bd7b908351c60dfc1b54cd64ebb1ba19c41bbe758f815b312ac4b793f5f7dba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd7b908351c60dfc1b54cd64ebb1ba19c41bbe758f815b312ac4b793f5f7dba", kill_on_drop: false }` [INFO] [stdout] 9bd7b908351c60dfc1b54cd64ebb1ba19c41bbe758f815b312ac4b793f5f7dba [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93a58b84e415f21201fc1528b285b192d75e591a1cca5d331fc0fd604f520e42 [INFO] running `Command { std: "docker" "start" "-a" "93a58b84e415f21201fc1528b285b192d75e591a1cca5d331fc0fd604f520e42", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `datasize` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(feature = "datasize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `wolfram_wxf` [INFO] [stdout] = help: consider adding `datasize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/storages/vector.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn mut_entry<'i, Q: Into>(&'i mut self, query: Q) -> Result, GraphError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `dict`, `node_default`, and `edge_default` are never read [INFO] [stdout] --> src/storages/btree_default.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DictDefault { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 12 | dict: DictStorage, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | node_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 14 | edge_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DictDefault` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `edges` is never read [INFO] [stdout] --> src/storages/vector.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct ListStorage { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 16 | nodes: Vec, [INFO] [stdout] 17 | edges: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ListStorage` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NodeNeighborFilter` is never used [INFO] [stdout] --> src/vertexes/mod.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum NodeNeighborFilter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `indexer` is never read [INFO] [stdout] --> src/vertexes/get_iter.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct NodesVisitor<'i, G> [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | indexer: Box>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod errors; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod iterators; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub mod placeholder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod storages; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/edges/typed_edges/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn new(from: usize, goto: usize) -> IndeterminateEdge { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | pub const fn is_one_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub const fn is_two_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/entries/mod.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait EntryEngine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | type EntryRef<'i>: Deref [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | type EntryMut<'i>: DerefMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | fn get_node_data<'i>(&'i self, node: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | fn try_node_data<'i>(&'i self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | fn mut_node_data<'i>(&'i mut self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | fn set_node_data<'i>(&'i mut self, node: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | fn get_edge_data<'i>(&'i self, edge: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | fn try_edge_data<'i>(&'i self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | fn mut_edge_data<'i>(&'i mut self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | fn set_edge_data<'i>(&'i mut self, edge: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a variant [INFO] [stdout] --> src/entries/query/query_dynamic.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | NodeID(usize), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | NotFound { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | NotSupported { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/graphs/mod.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_bridge(&self, edge: EdgeID) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/iterators/bridge_range.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct BridgeRange<'i, G> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/storages/btree_default.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(node: T, edge: T) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling graph-types v0.0.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `datasize` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:3:7 [INFO] [stdout] | [INFO] [stdout] 3 | #[cfg(feature = "datasize")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `serde`, and `wolfram_wxf` [INFO] [stdout] = help: consider adding `datasize` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/storages/vector.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | fn mut_entry<'i, Q: Into>(&'i mut self, query: Q) -> Result, GraphError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `dict`, `node_default`, and `edge_default` are never read [INFO] [stdout] --> src/storages/btree_default.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct DictDefault { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 12 | dict: DictStorage, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | node_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 14 | edge_default: T, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DictDefault` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `edges` is never read [INFO] [stdout] --> src/storages/vector.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct ListStorage { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 16 | nodes: Vec, [INFO] [stdout] 17 | edges: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ListStorage` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `NodeNeighborFilter` is never used [INFO] [stdout] --> src/vertexes/mod.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | pub enum NodeNeighborFilter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `indexer` is never read [INFO] [stdout] --> src/vertexes/get_iter.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct NodesVisitor<'i, G> [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 17 | indexer: Box>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod errors; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod iterators; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub mod placeholder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a module [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod storages; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/edges/typed_edges/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub const fn new(from: usize, goto: usize) -> IndeterminateEdge { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | pub const fn is_one_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | pub const fn is_two_way(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/entries/mod.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | pub trait EntryEngine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | type EntryRef<'i>: Deref [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated type [INFO] [stdout] --> src/entries/mod.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | type EntryMut<'i>: DerefMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | fn get_node_data<'i>(&'i self, node: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | fn try_node_data<'i>(&'i self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:146:5 [INFO] [stdout] | [INFO] [stdout] 146 | fn mut_node_data<'i>(&'i mut self, node: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | fn set_node_data<'i>(&'i mut self, node: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | fn get_edge_data<'i>(&'i self, edge: usize) -> V { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | fn try_edge_data<'i>(&'i self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | fn mut_edge_data<'i>(&'i mut self, edge: usize) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/entries/mod.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | fn set_edge_data<'i>(&'i mut self, edge: usize, data: V) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a variant [INFO] [stdout] --> src/entries/query/query_dynamic.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | NodeID(usize), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | NotFound { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/errors/mod.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | NotSupported { query: Query }, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/graphs/mod.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | fn get_bridge(&self, edge: EdgeID) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/iterators/bridge_range.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct BridgeRange<'i, G> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/storages/btree_default.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn new(node: T, edge: T) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.61s [INFO] running `Command { std: "docker" "inspect" "93a58b84e415f21201fc1528b285b192d75e591a1cca5d331fc0fd604f520e42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93a58b84e415f21201fc1528b285b192d75e591a1cca5d331fc0fd604f520e42", kill_on_drop: false }` [INFO] [stdout] 93a58b84e415f21201fc1528b285b192d75e591a1cca5d331fc0fd604f520e42 [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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c0f7f0e3214b02354693f303616e17675782430d7de8d780a026efc5d016f1b4 [INFO] running `Command { std: "docker" "start" "-a" "c0f7f0e3214b02354693f303616e17675782430d7de8d780a026efc5d016f1b4", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `datasize` [INFO] [stderr] --> src/edges/typed_edges/mod.rs:3:7 [INFO] [stderr] | [INFO] [stderr] 3 | #[cfg(feature = "datasize")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `serde`, and `wolfram_wxf` [INFO] [stderr] = help: consider adding `datasize` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `query` [INFO] [stderr] --> src/storages/vector.rs:55:52 [INFO] [stderr] | [INFO] [stderr] 55 | fn mut_entry<'i, Q: Into>(&'i mut self, query: Q) -> Result, GraphError> { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `dict`, `node_default`, and `edge_default` are never read [INFO] [stderr] --> src/storages/btree_default.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct DictDefault { [INFO] [stderr] | ----------- fields in this struct [INFO] [stderr] 12 | dict: DictStorage, [INFO] [stderr] | ^^^^ [INFO] [stderr] 13 | node_default: T, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] 14 | edge_default: T, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `DictDefault` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `edges` is never read [INFO] [stderr] --> src/storages/vector.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 15 | pub struct ListStorage { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 16 | nodes: Vec, [INFO] [stderr] 17 | edges: Vec, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ListStorage` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: enum `NodeNeighborFilter` is never used [INFO] [stderr] --> src/vertexes/mod.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | pub enum NodeNeighborFilter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `indexer` is never read [INFO] [stderr] --> src/vertexes/get_iter.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct NodesVisitor<'i, G> [INFO] [stderr] | ------------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 17 | indexer: Box>, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a module [INFO] [stderr] --> src/lib.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub mod errors; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a module [INFO] [stderr] --> src/lib.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | pub mod iterators; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a module [INFO] [stderr] --> src/lib.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | pub mod placeholder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a module [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | pub mod storages; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for an associated function [INFO] [stderr] --> src/edges/typed_edges/mod.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub const fn new(from: usize, goto: usize) -> IndeterminateEdge { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub const fn is_one_way(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | pub const fn is_two_way(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a trait [INFO] [stderr] --> src/entries/mod.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | pub trait EntryEngine { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for an associated type [INFO] [stderr] --> src/entries/mod.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | type EntryRef<'i>: Deref [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for an associated type [INFO] [stderr] --> src/entries/mod.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | type EntryMut<'i>: DerefMut [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:140:5 [INFO] [stderr] | [INFO] [stderr] 140 | fn get_node_data<'i>(&'i self, node: usize) -> V { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | fn try_node_data<'i>(&'i self, node: usize) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | fn mut_node_data<'i>(&'i mut self, node: usize) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | fn set_node_data<'i>(&'i mut self, node: usize, data: V) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:152:5 [INFO] [stderr] | [INFO] [stderr] 152 | fn get_edge_data<'i>(&'i self, edge: usize) -> V { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | fn try_edge_data<'i>(&'i self, edge: usize) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | fn mut_edge_data<'i>(&'i mut self, edge: usize) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/entries/mod.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | fn set_edge_data<'i>(&'i mut self, edge: usize, data: V) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a variant [INFO] [stderr] --> src/entries/query/query_dynamic.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | NodeID(usize), [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a struct field [INFO] [stderr] --> src/errors/mod.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | NotFound { query: Query }, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a struct field [INFO] [stderr] --> src/errors/mod.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | NotSupported { query: Query }, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a method [INFO] [stderr] --> src/graphs/mod.rs:193:5 [INFO] [stderr] | [INFO] [stderr] 193 | fn get_bridge(&self, edge: EdgeID) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a struct [INFO] [stderr] --> src/iterators/bridge_range.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct BridgeRange<'i, G> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for an associated function [INFO] [stderr] --> src/storages/btree_default.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | pub fn new(node: T, edge: T) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `graph-types` (lib) generated 30 warnings [INFO] [stderr] warning: `graph-types` (lib test) generated 30 warnings (30 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/graph_types-085d455db349b0d5) [INFO] [stderr] Doc-tests graph_types [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 98 tests [INFO] [stdout] test src/edges/mod.rs - edges::Edge::lhs (line 38) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge::max_index (line 54) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge (line 22) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::EdgeDirection (line 91) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge::rhs (line 46) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge::min_index (line 66) ... FAILED [INFO] [stdout] test src/edges/typed_edges/mod.rs - edges::typed_edges::DirectedEdge (line 57) ... FAILED [INFO] [stdout] test src/edges/typed_edges/mod.rs - edges::typed_edges::IndeterminateEdge (line 19) ... FAILED [INFO] [stdout] test src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::DirectedEdge::new (line 16) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge::delta_index (line 79) ... FAILED [INFO] [stdout] test src/edges/mod.rs - edges::Edge::direction (line 30) ... FAILED [INFO] [stdout] test src/edges/typed_edges/mod.rs - edges::typed_edges::UndirectedEdge (line 74) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphEntry (line 14) ... FAILED [INFO] [stdout] test src/edges/actions.rs - edges::actions::EdgeInsertID (line 9) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::EntryEngine::try_entry (line 116) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::EntryEngine::get_entry (line 108) ... FAILED [INFO] [stdout] test src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::UndirectedEdge::as_range (line 41) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::EntryEngine::set_entry (line 132) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphEntry::Edge (line 40) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::EntryEngine::mut_entry (line 124) ... FAILED [INFO] [stdout] test src/entries/query/query_edge.rs - entries::query::query_edge::EdgeQuery (line 11) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphEntry::Node (line 28) ... FAILED [INFO] [stdout] test src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query (line 11) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphKind (line 53) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphKind::Directed (line 69) ... FAILED [INFO] [stdout] test src/entries/mod.rs - entries::GraphKind::Undirected (line 81) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::custom (line 163) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::not_support (line 194) ... FAILED [INFO] [stdout] test src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query::as_entry (line 36) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::edge_out_of_range (line 245) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError (line 24) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::node_out_of_range (line 231) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError (line 31) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind::IO (line 99) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind::NotFound (line 57) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::not_found (line 180) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind (line 46) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind::Custom (line 116) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind::NotSupported (line 70) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine (line 16) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphErrorKind::OutOfRange (line 82) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_incoming (line 125) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_nodes (line 74) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphError::with_io_path (line 208) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_neighbors (line 98) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_bridges (line 207) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_outgoing (line 110) ... FAILED [INFO] [stdout] test src/errors/mod.rs - errors::GraphResult (line 13) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::all_edges (line 170) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::count_degree (line 140) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::insert_edge (line 305) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::count_edges (line 180) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::get_node (line 62) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::count_nodes (line 84) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::create_node (line 239) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::graph_kind (line 52) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::get_edge (line 161) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::GraphEngine::get_bridges (line 198) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::remove_edge (line 335) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::insert_node (line 227) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph (line 7) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::insert_edge_with_nodes (line 321) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::get_node_name (line 49) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::get_edge_name (line 91) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::NameMut (line 35) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::NameRef (line 21) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::mut_edge_name (line 105) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::remove_node (line 259) ... FAILED [INFO] [stdout] test src/graphs/mod.rs - graphs::MutableGraph::remove_node_with_edges (line 273) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph (line 7) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightRef (line 21) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightMut (line 35) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::mut_node_name (line 63) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::set_edge_name (line 119) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_edge_weight (line 119) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_edge_weight (line 91) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_node_weight (line 49) ... FAILED [INFO] [stdout] test src/storages/btree.rs - storages::btree::DictStorage::mut_data (line 43) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_node_weight (line 77) ... FAILED [INFO] [stdout] test src/storages/btree.rs - storages::btree::DictStorage::get_data (line 28) ... FAILED [INFO] [stdout] test src/graphs/named.rs - graphs::named::NamedGraph::set_node_name (line 77) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_edge_weight (line 105) ... FAILED [INFO] [stdout] test src/storages/btree_default.rs - storages::btree_default::DictDefault (line 7) ... FAILED [INFO] [stdout] test src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_node_weight (line 63) ... FAILED [INFO] [stdout] test src/storages/btree.rs - storages::btree::DictStorage::set_data (line 58) ... FAILED [INFO] [stdout] test src/storages/btree.rs - storages::btree::DictStorage (line 8) ... FAILED [INFO] [stdout] test src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::new (line 59) ... FAILED [INFO] [stdout] test src/storages/vector.rs - storages::vector::ListStorage (line 11) ... FAILED [INFO] [stdout] test src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::slice (line 102) ... FAILED [INFO] [stdout] test src/vertexes/mod.rs - vertexes::Node::name (line 88) ... FAILED [INFO] [stdout] test src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor<'i,G>::new (line 93) ... FAILED [INFO] [stdout] test src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor (line 16) ... FAILED [INFO] [stdout] test src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor (line 16) ... FAILED [INFO] [stdout] test src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::range (line 72) ... FAILED [INFO] [stdout] test src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor (line 7) ... FAILED [INFO] [stdout] test src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor<'i,G>::new (line 92) ... FAILED [INFO] [stdout] test src/vertexes/mod.rs - vertexes::Node (line 70) ... FAILED [INFO] [stdout] test src/vertexes/mod.rs - vertexes::Node::index (line 80) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::lhs (line 38) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::max_index (line 54) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{Edge, UndirectedEdge}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge (line 22) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::EdgeDirection (line 91) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::rhs (line 46) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::min_index (line 66) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{Edge, UndirectedEdge}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/typed_edges/mod.rs - edges::typed_edges::DirectedEdge (line 57) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/typed_edges/mod.rs - edges::typed_edges::IndeterminateEdge (line 19) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::DirectedEdge::new (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/typed_edges/constructors.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::delta_index (line 79) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{Edge, UndirectedEdge}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/mod.rs - edges::Edge::direction (line 30) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::DirectedEdge; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/typed_edges/mod.rs - edges::typed_edges::UndirectedEdge (line 74) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/typed_edges/mod.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphEntry (line 14) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/actions.rs - edges::actions::EdgeInsertID (line 9) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/actions.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::EntryEngine::try_entry (line 116) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::EntryEngine::get_entry (line 108) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::UndirectedEdge::as_range (line 41) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/edges/typed_edges/constructors.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::UndirectedEdge; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::EntryEngine::set_entry (line 132) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphEntry::Edge (line 40) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::EntryEngine::mut_entry (line 124) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/query/query_edge.rs - entries::query::query_edge::EdgeQuery (line 11) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/query/query_edge.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphEntry::Node (line 28) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query (line 11) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/query/query_dynamic.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphKind (line 53) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CycleGraph, GraphEngine, GraphKind}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CycleGraph, GraphEngine, GraphKind}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphKind::Directed (line 69) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/mod.rs - entries::GraphKind::Undirected (line 81) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/mod.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::custom (line 163) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::not_support (line 194) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query::as_entry (line 36) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/entries/query/query_dynamic.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::edge_out_of_range (line 245) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError (line 24) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphError; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::node_out_of_range (line 231) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError (line 31) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphError; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind::IO (line 99) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind::NotFound (line 57) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::not_found (line 180) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind (line 46) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind::Custom (line 116) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind::NotSupported (line 70) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphErrorKind::OutOfRange (line 82) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_incoming (line 125) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_nodes (line 74) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphError::with_io_path (line 208) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphError, Query}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_neighbors (line 98) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_bridges (line 207) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_outgoing (line 110) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::UnGraphAND, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/errors/mod.rs - errors::GraphResult (line 13) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/errors/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphResult; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::all_edges (line 170) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:171:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::count_degree (line 140) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:141:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::insert_edge (line 305) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::count_edges (line 180) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 4 | use graph_theory::graph_engines::{CycleGraph, StarGraph, CompleteGraph}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::get_node (line 62) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::count_nodes (line 84) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::create_node (line 239) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::graph_kind (line 52) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::get_edge (line 161) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::GraphEngine::get_bridges (line 198) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CompleteGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::remove_edge (line 335) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:336:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::insert_node (line 227) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph (line 7) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::insert_edge_with_nodes (line 321) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::get_node_name (line 49) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::get_edge_name (line 91) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::NameMut (line 35) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::NameRef (line 21) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::mut_edge_name (line 105) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::remove_node (line 259) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:260:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/mod.rs - graphs::MutableGraph::remove_node_with_edges (line 273) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/mod.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::AdjacencyNodeDict, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph (line 7) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightRef (line 21) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightMut (line 35) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::mut_node_name (line 63) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::set_edge_name (line 119) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_edge_weight (line 119) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_edge_weight (line 91) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_node_weight (line 49) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/btree.rs - storages::btree::DictStorage::mut_data (line 43) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/btree.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_node_weight (line 77) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/btree.rs - storages::btree::DictStorage::get_data (line 28) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/btree.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/named.rs - graphs::named::NamedGraph::set_node_name (line 77) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/named.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_edge_weight (line 105) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/btree_default.rs - storages::btree_default::DictDefault (line 7) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/btree_default.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_node_weight (line 63) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/graphs/weighted.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/btree.rs - storages::btree::DictStorage::set_data (line 58) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/btree.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/btree.rs - storages::btree::DictStorage (line 8) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/btree.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::new (line 59) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/get_iter.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/storages/vector.rs - storages::vector::ListStorage (line 11) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/storages/vector.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::slice (line 102) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/get_iter.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{CompleteGraph, NodesVisitor}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/mod.rs - vertexes::Node::name (line 88) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/mod.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor<'i,G>::new (line 93) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/node_range_visitor.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/node_slice_visitor.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor (line 16) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/node_range_visitor.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::range (line 72) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/get_iter.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{CompleteGraph, NodesVisitor}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor (line 7) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] --> src/vertexes/get_iter.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CycleGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/get_iter.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::{graph_engines::CycleGraph, GraphEngine}; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor<'i,G>::new (line 92) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/node_slice_visitor.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/mod.rs - vertexes::Node (line 70) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/mod.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vertexes/mod.rs - vertexes::Node::index (line 80) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `graph_theory` [INFO] [stdout] --> src/vertexes/mod.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 3 | use graph_theory::GraphEngine; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `graph_theory` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `graph_theory`, use `cargo add graph_theory` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/edges/actions.rs - edges::actions::EdgeInsertID (line 9) [INFO] [stdout] src/edges/mod.rs - edges::Edge (line 22) [INFO] [stdout] src/edges/mod.rs - edges::Edge::delta_index (line 79) [INFO] [stdout] src/edges/mod.rs - edges::Edge::direction (line 30) [INFO] [stdout] src/edges/mod.rs - edges::Edge::lhs (line 38) [INFO] [stdout] src/edges/mod.rs - edges::Edge::max_index (line 54) [INFO] [stdout] src/edges/mod.rs - edges::Edge::min_index (line 66) [INFO] [stdout] src/edges/mod.rs - edges::Edge::rhs (line 46) [INFO] [stdout] src/edges/mod.rs - edges::EdgeDirection (line 91) [INFO] [stdout] src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::DirectedEdge::new (line 16) [INFO] [stdout] src/edges/typed_edges/constructors.rs - edges::typed_edges::constructors::UndirectedEdge::as_range (line 41) [INFO] [stdout] src/edges/typed_edges/mod.rs - edges::typed_edges::DirectedEdge (line 57) [INFO] [stdout] src/edges/typed_edges/mod.rs - edges::typed_edges::IndeterminateEdge (line 19) [INFO] [stdout] src/edges/typed_edges/mod.rs - edges::typed_edges::UndirectedEdge (line 74) [INFO] [stdout] src/entries/mod.rs - entries::EntryEngine::get_entry (line 108) [INFO] [stdout] src/entries/mod.rs - entries::EntryEngine::mut_entry (line 124) [INFO] [stdout] src/entries/mod.rs - entries::EntryEngine::set_entry (line 132) [INFO] [stdout] src/entries/mod.rs - entries::EntryEngine::try_entry (line 116) [INFO] [stdout] src/entries/mod.rs - entries::GraphEntry (line 14) [INFO] [stdout] src/entries/mod.rs - entries::GraphEntry::Edge (line 40) [INFO] [stdout] src/entries/mod.rs - entries::GraphEntry::Node (line 28) [INFO] [stdout] src/entries/mod.rs - entries::GraphKind (line 53) [INFO] [stdout] src/entries/mod.rs - entries::GraphKind::Directed (line 69) [INFO] [stdout] src/entries/mod.rs - entries::GraphKind::Undirected (line 81) [INFO] [stdout] src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query (line 11) [INFO] [stdout] src/entries/query/query_dynamic.rs - entries::query::query_dynamic::Query::as_entry (line 36) [INFO] [stdout] src/entries/query/query_edge.rs - entries::query::query_edge::EdgeQuery (line 11) [INFO] [stdout] src/errors/mod.rs - errors::GraphError (line 24) [INFO] [stdout] src/errors/mod.rs - errors::GraphError (line 31) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::custom (line 163) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::edge_out_of_range (line 245) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::node_out_of_range (line 231) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::not_found (line 180) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::not_support (line 194) [INFO] [stdout] src/errors/mod.rs - errors::GraphError::with_io_path (line 208) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind (line 46) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind::Custom (line 116) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind::IO (line 99) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind::NotFound (line 57) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind::NotSupported (line 70) [INFO] [stdout] src/errors/mod.rs - errors::GraphErrorKind::OutOfRange (line 82) [INFO] [stdout] src/errors/mod.rs - errors::GraphResult (line 13) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine (line 16) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_bridges (line 207) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_edges (line 170) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_incoming (line 125) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_neighbors (line 98) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_nodes (line 74) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::all_outgoing (line 110) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::count_degree (line 140) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::count_edges (line 180) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::count_nodes (line 84) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::get_bridges (line 198) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::get_edge (line 161) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::get_node (line 62) [INFO] [stdout] src/graphs/mod.rs - graphs::GraphEngine::graph_kind (line 52) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::create_node (line 239) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::insert_edge (line 305) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::insert_edge_with_nodes (line 321) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::insert_node (line 227) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::remove_edge (line 335) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::remove_node (line 259) [INFO] [stdout] src/graphs/mod.rs - graphs::MutableGraph::remove_node_with_edges (line 273) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph (line 7) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::NameMut (line 35) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::NameRef (line 21) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::get_edge_name (line 91) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::get_node_name (line 49) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::mut_edge_name (line 105) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::mut_node_name (line 63) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::set_edge_name (line 119) [INFO] [stdout] src/graphs/named.rs - graphs::named::NamedGraph::set_node_name (line 77) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph (line 7) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightMut (line 35) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::WeightRef (line 21) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_edge_weight (line 91) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::get_node_weight (line 49) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_edge_weight (line 105) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::mut_node_weight (line 63) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_edge_weight (line 119) [INFO] [stdout] src/graphs/weighted.rs - graphs::weighted::WeightedGraph::set_node_weight (line 77) [INFO] [stdout] src/storages/btree.rs - storages::btree::DictStorage (line 8) [INFO] [stdout] src/storages/btree.rs - storages::btree::DictStorage::get_data (line 28) [INFO] [stdout] src/storages/btree.rs - storages::btree::DictStorage::mut_data (line 43) [INFO] [stdout] src/storages/btree.rs - storages::btree::DictStorage::set_data (line 58) [INFO] [stdout] src/storages/btree_default.rs - storages::btree_default::DictDefault (line 7) [INFO] [stdout] src/storages/vector.rs - storages::vector::ListStorage (line 11) [INFO] [stdout] src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor (line 7) [INFO] [stdout] src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::new (line 59) [INFO] [stdout] src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::range (line 72) [INFO] [stdout] src/vertexes/get_iter.rs - vertexes::get_iter::NodesVisitor<'i,G>::slice (line 102) [INFO] [stdout] src/vertexes/mod.rs - vertexes::Node (line 70) [INFO] [stdout] src/vertexes/mod.rs - vertexes::Node::index (line 80) [INFO] [stdout] src/vertexes/mod.rs - vertexes::Node::name (line 88) [INFO] [stdout] src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor (line 16) [INFO] [stdout] src/vertexes/node_range_visitor.rs - vertexes::node_range_visitor::NodeRangeVisitor<'i,G>::new (line 93) [INFO] [stdout] src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor (line 16) [INFO] [stdout] src/vertexes/node_slice_visitor.rs - vertexes::node_slice_visitor::NodeSliceVisitor<'i,G>::new (line 92) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 98 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.11s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "c0f7f0e3214b02354693f303616e17675782430d7de8d780a026efc5d016f1b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0f7f0e3214b02354693f303616e17675782430d7de8d780a026efc5d016f1b4", kill_on_drop: false }` [INFO] [stdout] c0f7f0e3214b02354693f303616e17675782430d7de8d780a026efc5d016f1b4