[INFO] fetching crate quarkrs 0.1.1...
[INFO] building quarkrs-0.1.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate quarkrs 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate quarkrs 0.1.1
[INFO] finished tweaking crates.io crate quarkrs 0.1.1
[INFO] tweaked toml for crates.io crate quarkrs 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate quarkrs 0.1.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c6657a84d08dca56abad1b0b0815a7fa28382634dad92da4e2f5d5c3ed015c16
[INFO] running `Command { std: "docker" "start" "-a" "c6657a84d08dca56abad1b0b0815a7fa28382634dad92da4e2f5d5c3ed015c16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6657a84d08dca56abad1b0b0815a7fa28382634dad92da4e2f5d5c3ed015c16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6657a84d08dca56abad1b0b0815a7fa28382634dad92da4e2f5d5c3ed015c16", kill_on_drop: false }`
[INFO] [stdout] c6657a84d08dca56abad1b0b0815a7fa28382634dad92da4e2f5d5c3ed015c16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1908e9ff2954934184de5cf7304ed1330725b82eccfa3c9266e28e864802999
[INFO] running `Command { std: "docker" "start" "-a" "f1908e9ff2954934184de5cf7304ed1330725b82eccfa3c9266e28e864802999", kill_on_drop: false }`
[INFO] [stderr]    Compiling quarkrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/structures/graph.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent`
[INFO] [stdout]   --> src/structures/graph.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_a`
[INFO] [stdout]   --> src/structures/graph.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_b`
[INFO] [stdout]   --> src/structures/graph.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/structures/graph.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_from`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/structures/graph.rs:51:45
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                             ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:53:28
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn contains(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn remove(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> src/structures/graph.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new`
[INFO] [stdout]   --> src/structures/graph.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value` and `arcs` are never read
[INFO] [stdout]  --> src/structures/graph.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct GraphNode<T> {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 4 |     value: T,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 5 |     arcs: Vec<ThreadData<GraphNode<T>>>
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `new_struct`, `add_arc`, and `get_node` are never used
[INFO] [stdout]   --> src/structures/graph.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<T> GraphNode<T> {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new(val: T) -> GraphNode<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn new_struct(val: T) -> ThreadData<GraphNode<T>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn add_arc(&mut self, val: T) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry` is never read
[INFO] [stdout]   --> src/structures/graph.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UnweightedGraph<T> {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 30 |     entry: ThreadData<GraphNode<T>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_subtree` is never used
[INFO] [stdout]   --> src/structures/tree.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl<T> TreeNode<T> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn add_subtree(&mut self, tree: TreeNode<T>) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/structures/linked_list.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | / impl<T> ListNode<T> 
[INFO] [stdout] 10 | |     where T: Debug {
[INFO] [stdout]    | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 35 |       fn to_string(&self) -> String {format!("{:?}", self.value)}
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "f1908e9ff2954934184de5cf7304ed1330725b82eccfa3c9266e28e864802999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1908e9ff2954934184de5cf7304ed1330725b82eccfa3c9266e28e864802999", kill_on_drop: false }`
[INFO] [stdout] f1908e9ff2954934184de5cf7304ed1330725b82eccfa3c9266e28e864802999
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32e17239a0767e1fcbf3c482d3567aa4a234f477edca6fb912f727f041b8b669
[INFO] running `Command { std: "docker" "start" "-a" "32e17239a0767e1fcbf3c482d3567aa4a234f477edca6fb912f727f041b8b669", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/structures/graph.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent`
[INFO] [stdout]   --> src/structures/graph.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_a`
[INFO] [stdout]   --> src/structures/graph.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_b`
[INFO] [stdout]   --> src/structures/graph.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/structures/graph.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_from`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/structures/graph.rs:51:45
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                             ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:53:28
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn contains(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn remove(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> src/structures/graph.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new`
[INFO] [stdout]   --> src/structures/graph.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value` and `arcs` are never read
[INFO] [stdout]  --> src/structures/graph.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct GraphNode<T> {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 4 |     value: T,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 5 |     arcs: Vec<ThreadData<GraphNode<T>>>
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `new_struct`, `add_arc`, and `get_node` are never used
[INFO] [stdout]   --> src/structures/graph.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<T> GraphNode<T> {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new(val: T) -> GraphNode<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn new_struct(val: T) -> ThreadData<GraphNode<T>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn add_arc(&mut self, val: T) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quarkrs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `entry` is never read
[INFO] [stdout]   --> src/structures/graph.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UnweightedGraph<T> {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 30 |     entry: ThreadData<GraphNode<T>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_subtree` is never used
[INFO] [stdout]   --> src/structures/tree.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl<T> TreeNode<T> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn add_subtree(&mut self, tree: TreeNode<T>) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/structures/linked_list.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | / impl<T> ListNode<T> 
[INFO] [stdout] 10 | |     where T: Debug {
[INFO] [stdout]    | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 35 |       fn to_string(&self) -> String {format!("{:?}", self.value)}
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/structures/graph.rs:24:28
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                              ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `parent`
[INFO] [stdout]   --> src/structures/graph.rs:47:40
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn insert(&mut self, value: T, parent: T) {todo!()}
[INFO] [stdout]    |                                        ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_a`
[INFO] [stdout]   --> src/structures/graph.rs:49:38
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `link_b`
[INFO] [stdout]   --> src/structures/graph.rs:49:49
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn add_undirected_arc(&self, link_a: T, link_b: T) {todo!()}
[INFO] [stdout]    |                                                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_link_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `from`
[INFO] [stdout]   --> src/structures/graph.rs:51:36
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_from`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/structures/graph.rs:51:45
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn add_directed_arc(&self, from: T, to: T) {todo!()}
[INFO] [stdout]    |                                             ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:53:28
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn contains(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]   --> src/structures/graph.rs:55:26
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn remove(&self, value: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> src/structures/graph.rs:57:26
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                          ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `new`
[INFO] [stdout]   --> src/structures/graph.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn update(&self, old: T, new: T) -> bool {todo!()}
[INFO] [stdout]    |                                  ^^^ help: if this is intentional, prefix it with an underscore: `_new`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value` and `arcs` are never read
[INFO] [stdout]  --> src/structures/graph.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct GraphNode<T> {
[INFO] [stdout]   |        --------- fields in this struct
[INFO] [stdout] 4 |     value: T,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 5 |     arcs: Vec<ThreadData<GraphNode<T>>>
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `new_struct`, `add_arc`, and `get_node` are never used
[INFO] [stdout]   --> src/structures/graph.rs:9:12
[INFO] [stdout]    |
[INFO] [stdout]  8 | impl<T> GraphNode<T> {
[INFO] [stdout]    | -------------------- associated items in this implementation
[INFO] [stdout]  9 |     pub fn new(val: T) -> GraphNode<T> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn new_struct(val: T) -> ThreadData<GraphNode<T>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn add_arc(&mut self, val: T) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn get_node(&self, val: T){todo!()}
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry` is never read
[INFO] [stdout]   --> src/structures/graph.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct UnweightedGraph<T> {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 30 |     entry: ThreadData<GraphNode<T>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_subtree` is never used
[INFO] [stdout]   --> src/structures/tree.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl<T> TreeNode<T> {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 28 |     fn add_subtree(&mut self, tree: TreeNode<T>) {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_string` is never used
[INFO] [stdout]   --> src/structures/linked_list.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | / impl<T> ListNode<T> 
[INFO] [stdout] 10 | |     where T: Debug {
[INFO] [stdout]    | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 35 |       fn to_string(&self) -> String {format!("{:?}", self.value)}
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "32e17239a0767e1fcbf3c482d3567aa4a234f477edca6fb912f727f041b8b669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32e17239a0767e1fcbf3c482d3567aa4a234f477edca6fb912f727f041b8b669", kill_on_drop: false }`
[INFO] [stdout] 32e17239a0767e1fcbf3c482d3567aa4a234f477edca6fb912f727f041b8b669
