[INFO] cloning repository https://github.com/MordragT/grph
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MordragT/grph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMordragT%2Fgrph", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMordragT%2Fgrph'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fe265fc9a28b62adb301d57a7ded8c358bc1545
[INFO] testing MordragT/grph against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMordragT%2Fgrph" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MordragT/grph
[INFO] finished tweaking git repo https://github.com/MordragT/grph
[INFO] tweaked toml for git repo https://github.com/MordragT/grph written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MordragT/grph on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MordragT/grph already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f45bc1c57afaba21df06e238ce39b95b852772cd01a70d4227aa4dd758e7579c
[INFO] running `Command { std: "docker" "start" "-a" "f45bc1c57afaba21df06e238ce39b95b852772cd01a70d4227aa4dd758e7579c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f45bc1c57afaba21df06e238ce39b95b852772cd01a70d4227aa4dd758e7579c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45bc1c57afaba21df06e238ce39b95b852772cd01a70d4227aa4dd758e7579c", kill_on_drop: false }`
[INFO] [stdout] f45bc1c57afaba21df06e238ce39b95b852772cd01a70d4227aa4dd758e7579c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fe9b22738b3a5d4c6a0ea3fa690a7710c6ce8dacfbaf799fa93ade16ede6061
[INFO] running `Command { std: "docker" "start" "-a" "8fe9b22738b3a5d4c6a0ea3fa690a7710c6ce8dacfbaf799fa93ade16ede6061", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling more-asserts v0.3.1
[INFO] [stderr]    Compiling no-std-compat v0.2.0
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling orx-priority-queue v1.7.0
[INFO] [stderr]    Compiling permute v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling stable-vec v0.4.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling priq v0.2.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling grax-core v0.1.0 (/opt/rustwide/workdir/grax-core)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/collections.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/graph.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<'_, Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling grax-algorithms v0.1.0 (/opt/rustwide/workdir/grax-algorithms)
[INFO] [stderr]    Compiling grax-impl v0.1.0 (/opt/rustwide/workdir/grax-impl)
[INFO] [stdout] warning: unused import: `vec::Drain`
[INFO] [stdout]  --> grax-impl/src/edges/csr.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     vec::Drain,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BitAnd` and `Not`
[INFO] [stdout]  --> grax-algorithms/src/algorithms/cdcl.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{BitAnd, Not};
[INFO] [stdout]   |                ^^^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> grax-algorithms/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ----^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/unstable.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn retain_nodes<F>(&mut self, visit: F)
[INFO] [stdout]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/adj.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout]  99 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:195:13
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/mat.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Candidate` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait Candidate: Ord {}
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Requirement` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait Requirement {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Term` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait Term {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling grax v0.1.0 (/opt/rustwide/workdir/grax)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.35s
[INFO] running `Command { std: "docker" "inspect" "8fe9b22738b3a5d4c6a0ea3fa690a7710c6ce8dacfbaf799fa93ade16ede6061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fe9b22738b3a5d4c6a0ea3fa690a7710c6ce8dacfbaf799fa93ade16ede6061", kill_on_drop: false }`
[INFO] [stdout] 8fe9b22738b3a5d4c6a0ea3fa690a7710c6ce8dacfbaf799fa93ade16ede6061
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8089621463ed7acff9f3191d798b0a6e3ec8462f74bab1cf7c586afc9c3d92cb
[INFO] running `Command { std: "docker" "start" "-a" "8089621463ed7acff9f3191d798b0a6e3ec8462f74bab1cf7c586afc9c3d92cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling rustix v0.38.26
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling grax-core v0.1.0 (/opt/rustwide/workdir/grax-core)
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/collections.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/graph.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<'_, Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/collections.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:128:13
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-core/src/graph.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |             |
[INFO] [stdout]    |             the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<'_, Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling grax-impl v0.1.0 (/opt/rustwide/workdir/grax-impl)
[INFO] [stderr]    Compiling grax-algorithms v0.1.0 (/opt/rustwide/workdir/grax-algorithms)
[INFO] [stdout] warning: unused imports: `BitAnd` and `Not`
[INFO] [stdout]  --> grax-algorithms/src/algorithms/cdcl.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{BitAnd, Not};
[INFO] [stdout]   |                ^^^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> grax-algorithms/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::Drain`
[INFO] [stdout]  --> grax-impl/src/edges/csr.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     vec::Drain,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Candidate` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait Candidate: Ord {}
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Requirement` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait Requirement {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Term` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait Term {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ----^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/unstable.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn retain_nodes<F>(&mut self, visit: F)
[INFO] [stdout]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/adj.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout]  99 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:195:13
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/mat.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling grax v0.1.0 (/opt/rustwide/workdir/grax)
[INFO] [stdout] warning: unused imports: `BitAnd` and `Not`
[INFO] [stdout]  --> grax-algorithms/src/algorithms/cdcl.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::{BitAnd, Not};
[INFO] [stdout]   |                ^^^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> grax-algorithms/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: trait `Candidate` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait Candidate: Ord {}
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Requirement` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait Requirement {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Term` is never used
[INFO] [stdout]   --> grax-algorithms/src/algorithms/cdcl.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub trait Term {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec::Drain`
[INFO] [stdout]  --> grax-impl/src/edges/csr.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     vec::Drain,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `zero_one`
[INFO] [stdout]   --> grax-impl/src/edges/test.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let zero_one = assert_eq!(
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_zero_one`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `two`
[INFO] [stdout]    --> grax-impl/src/edges/test.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     let two = id(2);
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ----^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stdout]     |                                   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/unstable.rs:144:35
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn retain_nodes<F>(&mut self, visit: F)
[INFO] [stdout]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `one_two`
[INFO] [stdout]   --> grax-impl/src/graph/test.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let one_two = graph.insert_edge(one, two, 2.0);
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_one_two`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `two_three`
[INFO] [stdout]   --> grax-impl/src/graph/test.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let two_three = graph.insert_edge(two, three, 3.0);
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_two_three`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/adj.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout]  99 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:195:13
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/edges/mat.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:262:13
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.03s
[INFO] running `Command { std: "docker" "inspect" "8089621463ed7acff9f3191d798b0a6e3ec8462f74bab1cf7c586afc9c3d92cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8089621463ed7acff9f3191d798b0a6e3ec8462f74bab1cf7c586afc9c3d92cb", kill_on_drop: false }`
[INFO] [stdout] 8089621463ed7acff9f3191d798b0a6e3ec8462f74bab1cf7c586afc9c3d92cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ae5072b30fcb7fa96496a6ca7e140ab48be45ba8f0f58f866b0b72c2037b04ec
[INFO] running `Command { std: "docker" "start" "-a" "ae5072b30fcb7fa96496a6ca7e140ab48be45ba8f0f58f866b0b72c2037b04ec", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-core/src/collections.rs:86:13
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>>;
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-core/src/collections.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-core/src/collections.rs:128:13
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-core/src/collections.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-core/src/graph.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn root(&self) -> NodeRef<Self::Key, Self::NodeWeight>;
[INFO] [stderr]    |             ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |             |
[INFO] [stderr]    |             the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 66 |     fn root(&self) -> NodeRef<'_, Self::Key, Self::NodeWeight>;
[INFO] [stderr]    |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `grax-core` (lib) generated 5 warnings (run `cargo fix --lib -p grax-core` to apply 5 suggestions)
[INFO] [stderr] warning: `grax-core` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: unused import: `vec::Drain`
[INFO] [stderr]  --> grax-impl/src/edges/csr.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     vec::Drain,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stderr]     |                                   ----^^^^^
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `visit`
[INFO] [stderr]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stderr]     |                                   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `visit`
[INFO] [stderr]    --> grax-impl/src/nodes/unstable.rs:144:35
[INFO] [stderr]     |
[INFO] [stderr] 144 |     fn retain_nodes<F>(&mut self, visit: F)
[INFO] [stderr]     |                                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/adj.rs:67:13
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 67 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stderr]     |
[INFO] [stderr]  98 |         &mut self,
[INFO] [stdout] 
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] running 0 tests
[INFO] [stderr]  99 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 
[INFO] [stderr] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] running 154 tests
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_2_di_adj_list ... ok
[INFO] [stderr]     |
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_3_di_adj_list ... ok
[INFO] [stderr] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_1_di_csr_graph ... ok
[INFO] [stderr]     |                         +++
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_1_di_adj_list ... ok
[INFO] [stderr] 
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph1_csr_mat ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_g_1_2_di_adj_list ... ok
[INFO] [stderr]    --> grax-impl/src/edges/csr.rs:195:13
[INFO] [stdout] test algorithms::bfs::test::bfs_bipartite_test ... ok
[INFO] [stderr]     |
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph1_adj_list ... ok
[INFO] [stderr] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/fixed.rs:59:13
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/hash.rs:56:13
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/edges/mat.rs:85:13
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/fixed.rs:57:13
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/stable.rs:60:13
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/unstable.rs:61:13
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 61 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:262:13
[INFO] [stderr]     |
[INFO] [stderr] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 262 |     fn node(&self, node_id: NodeId<Self::Key>) -> Option<NodeRef<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:277:13
[INFO] [stderr]     |
[INFO] [stderr] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |             ^^^^^ the lifetime is elided here            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 277 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stderr]     |
[INFO] [stderr] 299 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stderr]     |
[INFO] [stderr] 310 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 312 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `BitAnd` and `Not`
[INFO] [stderr]  --> grax-algorithms/src/algorithms/cdcl.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::{BitAnd, Not};
[INFO] [stderr]   |                ^^^^^^  ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> grax-algorithms/src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(let_chains)]
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Candidate` is never used
[INFO] [stderr]   --> grax-algorithms/src/algorithms/cdcl.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub trait Candidate: Ord {}
[INFO] [stderr]    |           ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Requirement` is never used
[INFO] [stderr]   --> grax-algorithms/src/algorithms/cdcl.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub trait Requirement {
[INFO] [stderr]    |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Term` is never used
[INFO] [stderr]   --> grax-algorithms/src/algorithms/cdcl.rs:30:11
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait Term {
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `grax-impl` (lib) generated 24 warnings (run `cargo fix --lib -p grax-impl` to apply 24 suggestions)
[INFO] [stderr] warning: `grax-algorithms` (lib) generated 5 warnings (run `cargo fix --lib -p grax-algorithms` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `zero_one`
[INFO] [stderr]   --> grax-impl/src/edges/test.rs:93:9
[INFO] [stderr]    |
[INFO] [stderr] 93 |     let zero_one = assert_eq!(
[INFO] [stderr]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_zero_one`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `two`
[INFO] [stderr]    --> grax-impl/src/edges/test.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     let two = id(2);
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_two`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `visit`
[INFO] [stderr]    --> grax-impl/src/nodes/stable.rs:142:35
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn retain_nodes<F>(&mut self, mut visit: F)
[INFO] [stderr]     |                                   ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_visit`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `one_two`
[INFO] [stderr]   --> grax-impl/src/graph/test.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |     let one_two = graph.insert_edge(one, two, 2.0);
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_one_two`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `two_three`
[INFO] [stderr]   --> grax-impl/src/graph/test.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     let two_three = graph.insert_edge(two, three, 3.0);
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_two_three`
[INFO] [stderr] 
[INFO] [stderr] warning: `grax-algorithms` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `grax-impl` (lib test) generated 28 warnings (23 duplicates) (run `cargo fix --lib -p grax-impl --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax-2409ea5799ee7c1e)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_algorithms-ecf254b1caa950d9)
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_2_di_csr_graph ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_2_adj_list ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_g_1_2_di_csr_graph ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_g_1_2_undi_adj_list ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_3_di_csr_graph ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_2_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_1_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_3_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_3_csr_mat ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph3_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph2_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_1_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_4_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_4_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph2_csr_mat ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph1_adj_list ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph1_csr_mat ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_g_1_2_undi_csr_graph ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph3_csr_mat ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_branching ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_cycle ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph2_adj_list ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_linear ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph3_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_3_csr_mat ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_with_cycle_cycle ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_empty ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_wege_1_di_adj_list ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_wege_2_di_adj_list ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10_adj_list ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10_csr_graph ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10_dense_mat ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph2_csr_mat ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10e_adj_list ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10e_dense_mat ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12_adj_list ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12_csr_graph ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12_dense_mat ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12e_adj_list ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12e_csr_graph ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_10e_csr_graph ... ok
[INFO] [stdout] test algorithms::double_tree::test::double_tree_k_12e_dense_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss2_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss2_csr_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss2_dense_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss_csr_mat ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph3_csr_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss_dense_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss_adj_list ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_g_1_2_di_adj_list ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss2_adj_list ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss2_csr_mat ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss2_dense_mat ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss_adj_list ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss_csr_mat ... ok
[INFO] [stdout] test algorithms::ford_fulkerson::test::ford_fulkerson_fluss_dense_mat ... ok
[INFO] [stdout] test algorithms::kahn::test::kahn_branching ... ok
[INFO] [stdout] test algorithms::kahn::test::kahn_cycle ... ok
[INFO] [stdout] test algorithms::kahn::test::kahn_empty ... ok
[INFO] [stdout] test algorithms::kahn::test::kahn_linear ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_g_1_2_undi_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_adj_list ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_wege_3_di_adj_list - should panic ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_3_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_csr_mat ... ok
[INFO] [stdout] test algorithms::branch_bound::test::branch_bound_rec_k_10e_adj_list ... ok
[INFO] [stdout] test algorithms::branch_bound::test::branch_bound_k_10e_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_20_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::branch_bound::test::branch_bound_rec_k_10_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_20_hash_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_adj_list ... ok
[INFO] [stdout] test algorithms::branch_bound::test::branch_bound_k_10_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_csr_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_dense_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_2_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_2_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_hash_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_2_hash_graph ... ok
[INFO] [stdout] test algorithms::nearest_neighbor::test::nearest_neighbor_k_10_adj_list ... ok
[INFO] [stdout] test algorithms::nearest_neighbor::test::nearest_neighbor_k_10e_adj_list ... ok
[INFO] [stdout] test algorithms::nearest_neighbor::test::nearest_neighbor_k_12_adj_list ... ok
[INFO] [stdout] test algorithms::nearest_neighbor::test::nearest_neighbor_k_12e_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_dense_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_2_dense_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_200_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_dense_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_hash_graph ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_2_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_2_dense_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_1_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_1_csr_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_2_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_2_csr_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_3_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_3_csr_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_4_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_4_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_2_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_200_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_dense_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_hash_graph ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_200_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_1_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_100_200_adj_list ... ok
[INFO] [stdout] test test::read_digraph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_100_200_csr_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_2_csr_mat ... ok
[INFO] [stdout] test test::read_digraph_1_2_adj_list ... ok
[INFO] [stdout] test test::read_digraph_1_20_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_2_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_1_csr_mat ... ok
[INFO] [stdout] test test::read_graph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_1_adj_list ... ok
[INFO] [stdout] test test::read_graph_1_2_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal1_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal2_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal3_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal4_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal_gross1_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal_gross2_adj_list ... ok
[INFO] [stdout] test test::read_kostenminimal_gross3_adj_list ... ok
[INFO] [stdout] test test::read_graph_1_20_adj_list ... ok
[INFO] [stdout] test test::read_digraph_100_200_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_1_csr_mat ... ok
[INFO] [stdout] test test::read_digraph_1_200_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_2_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_2_csr_mat ... ok
[INFO] [stdout] test test::read_graph_100_200_adj_list ... ok
[INFO] [stdout] test test::read_digraph_10_200_adj_list ... ok
[INFO] [stdout] test test::read_graph_10_200_adj_list ... ok
[INFO] [stdout] test test::read_graph_1_200_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_3_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_3_csr_mat ... ok
[INFO] [stdout] test test::read_weightless_graph_gross_adj_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_20_dense_mat ... ok
[INFO] [stdout] test algorithms::brute_force::test::brute_force_k_10_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_dense_mat ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 154 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 31.74s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_core-75023970d654a64b)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_impl-a264bfd172417132)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test edges::csr::test::csr_edge_storage_count ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_clear ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_count ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_adjacent ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_remove ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_adjacent ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_get ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_clear ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_capacity ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_get ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_remove ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_adjacent ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_capacity ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_clear ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_count ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_get ... ok
[INFO] [stdout] test edges::hash::test::hash_edge_storage_remove ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_adjacent ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_clear ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_get ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_count ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_remove ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_get ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_index ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_index_adjacent ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_create_with_capacity ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_get ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_index ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_index_adjacent ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_create_with_capacity ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_index ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_get ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_get ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_index ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_index_adjacent ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_capacity ... FAILED
[INFO] [stdout] test edges::mat::test::dense_edge_storage_capacity ... FAILED
[INFO] [stdout] test graph::graph::test::adj_graph_create_with_capacity ... FAILED
[INFO] [stdout] test graph::graph::test::dense_graph_create_with_capacity ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p grax-impl --lib`
[INFO] [stdout] test graph::graph::test::hash_graph_index_adjacent ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- edges::adj::test::adj_edge_storage_capacity stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'edges::adj::test::adj_edge_storage_capacity' (198) panicked at grax-impl/src/edges/test.rs:19:5:
[INFO] [stdout] assertion failed: cap >= 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d91e2f5cc2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d91e2f5cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d91e30689f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d91e30689f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d91e2c33e3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d91e2c33e3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d91e2cf262 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d91e2d3def - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d91e2d3c81 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d91e26fe5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d91e26fe5e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d91e2d44af - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d91e2d44af - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d91e2d4226 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x63d91e2cf399 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d91e2b7b9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d91e30e3c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d91e30e39c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x63d91e2478d9 - grax_impl::edges::test::edge_storage_capacity::h01ee6b17970becf8
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/test.rs:19:5
[INFO] [stdout]   21:     0x63d91e231496 - grax_impl::edges::adj::test::adj_edge_storage_capacity::hdad400a0b2c6b1a1
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/adj.rs:306:9
[INFO] [stdout]   22:     0x63d91e2314b7 - grax_impl::edges::adj::test::adj_edge_storage_capacity::{{closure}}::hb122c0accf599a6e
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/adj.rs:305:35
[INFO] [stdout]   23:     0x63d91e227dc6 - core::ops::function::FnOnce::call_once::he5ce37e3dbe9a6a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63d91e26fc5b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d91e26fc5b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x63d91e283cbd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x63d91e283cbd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x63d91e283cbd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x63d91e283cbd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x63d91e283cbd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63d91e283cbd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x63d91e283cbd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x63d91e25d204 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x63d91e25d204 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x63d91e260a5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x63d91e260a5a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x63d91e260a5a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x63d91e260a5a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x63d91e260a5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63d91e2ca79f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x63d91e2ca79f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7deb39db9aa4 - <unknown>
[INFO] [stdout]   45:     0x7deb39e46a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- edges::mat::test::dense_edge_storage_capacity stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'edges::mat::test::dense_edge_storage_capacity' (216) panicked at grax-impl/src/edges/test.rs:19:5:
[INFO] [stdout] assertion failed: cap >= 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d91e2f5cc2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d91e2f5cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d91e30689f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d91e30689f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d91e2c33e3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d91e2c33e3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d91e2cf262 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d91e2d3def - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d91e2d3c81 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d91e26fe5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d91e26fe5e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d91e2d44af - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d91e2d44af - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d91e2d4226 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x63d91e2cf399 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d91e2b7b9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d91e30e3c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d91e30e39c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x63d91e247ad9 - grax_impl::edges::test::edge_storage_capacity::h443d869472b619a7
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/test.rs:19:5
[INFO] [stdout]   21:     0x63d91e21f536 - grax_impl::edges::mat::test::dense_edge_storage_capacity::h9dda2a496d70e6a9
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:292:9
[INFO] [stdout]   22:     0x63d91e21f557 - grax_impl::edges::mat::test::dense_edge_storage_capacity::{{closure}}::hf122354d2c0b760d
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:291:37
[INFO] [stdout]   23:     0x63d91e227476 - core::ops::function::FnOnce::call_once::h6f4924bf995154b7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63d91e26fc5b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d91e26fc5b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x63d91e283cbd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x63d91e283cbd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x63d91e283cbd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x63d91e283cbd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x63d91e283cbd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63d91e283cbd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x63d91e283cbd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x63d91e25d204 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x63d91e25d204 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x63d91e260a5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x63d91e260a5a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x63d91e260a5a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x63d91e260a5a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x63d91e260a5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63d91e2ca79f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x63d91e2ca79f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7deb39db9aa4 - <unknown>
[INFO] [stdout]   45:     0x7deb39e46a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- graph::graph::test::adj_graph_create_with_capacity stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'graph::graph::test::adj_graph_create_with_capacity' (222) panicked at grax-impl/src/graph/test.rs:18:5:
[INFO] [stdout] assertion failed: `(left >= right)`
[INFO] [stdout]   left: `10`,
[INFO] [stdout]  right: `20`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d91e2f5cc2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d91e2f5cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d91e30689f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d91e30689f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d91e2c33e3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d91e2c33e3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d91e2cf262 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d91e2d3def - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d91e2d3c81 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d91e26fe5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d91e26fe5e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d91e2d44af - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d91e2d44af - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d91e2d425a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63d91e2cf399 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d91e2b7b9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d91e30e3c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d91e2b7723 - more_asserts::inner::assert_failed_impl::h6d58e9cad12eaf43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/inner.rs:60:9
[INFO] [stdout]   20:     0x63d91e2b776b - more_asserts::inner::assert_failed_nomsg_impl::hfc086c81ac2d4790
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/inner.rs:25:5
[INFO] [stdout]   21:     0x63d91e23bd8d - more_asserts::__private::assert_failed_nomsg::h4ce101007187d0c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/lib.rs:76:9
[INFO] [stdout]   22:     0x63d91e224539 - grax_impl::graph::test::graph_create_with_capacity::h0a7cec219e75d431
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/test.rs:18:5
[INFO] [stdout]   23:     0x63d91e225726 - grax_impl::graph::graph::test::adj_graph_create_with_capacity::h60e980f88a468a01
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:711:9
[INFO] [stdout]   24:     0x63d91e225747 - grax_impl::graph::graph::test::adj_graph_create_with_capacity::{{closure}}::hcf28bddcfeabb4c2
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:710:44
[INFO] [stdout]   25:     0x63d91e227866 - core::ops::function::FnOnce::call_once::haf99319822a2a451
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x63d91e26fc5b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x63d91e26fc5b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x63d91e283cbd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x63d91e283cbd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x63d91e283cbd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x63d91e283cbd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x63d91e283cbd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x63d91e283cbd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x63d91e283cbd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x63d91e25d204 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x63d91e25d204 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x63d91e260a5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x63d91e260a5a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x63d91e260a5a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x63d91e260a5a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x63d91e260a5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x63d91e2ca79f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x63d91e2ca79f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x7deb39db9aa4 - <unknown>
[INFO] [stdout]   47:     0x7deb39e46a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- graph::graph::test::dense_graph_create_with_capacity stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'graph::graph::test::dense_graph_create_with_capacity' (238) panicked at grax-impl/src/graph/test.rs:18:5:
[INFO] [stdout] assertion failed: `(left >= right)`
[INFO] [stdout]   left: `8`,
[INFO] [stdout]  right: `20`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d91e2f5cc2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d91e2f5cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d91e30689f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d91e30689f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d91e2c33e3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d91e2c33e3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d91e2cf262 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d91e2d3def - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d91e2d3c81 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d91e26fe5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d91e26fe5e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d91e2d44af - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d91e2d44af - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d91e2d425a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63d91e2cf399 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d91e2b7b9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d91e30e3c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d91e2b7723 - more_asserts::inner::assert_failed_impl::h6d58e9cad12eaf43
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/inner.rs:60:9
[INFO] [stdout]   20:     0x63d91e2b776b - more_asserts::inner::assert_failed_nomsg_impl::hfc086c81ac2d4790
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/inner.rs:25:5
[INFO] [stdout]   21:     0x63d91e23bd8d - more_asserts::__private::assert_failed_nomsg::h4ce101007187d0c5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/more-asserts-0.3.1/src/lib.rs:76:9
[INFO] [stdout]   22:     0x63d91e224699 - grax_impl::graph::test::graph_create_with_capacity::h59a9ef5ddb4619eb
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/test.rs:18:5
[INFO] [stdout]   23:     0x63d91e225866 - grax_impl::graph::graph::test::dense_graph_create_with_capacity::h4d68f855d4d26571
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:795:9
[INFO] [stdout]   24:     0x63d91e225887 - grax_impl::graph::graph::test::dense_graph_create_with_capacity::{{closure}}::hafd18409213a3d95
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:794:46
[INFO] [stdout]   25:     0x63d91e227926 - core::ops::function::FnOnce::call_once::hb285e03a1246d26f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x63d91e26fc5b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x63d91e26fc5b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x63d91e283cbd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x63d91e283cbd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x63d91e283cbd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x63d91e283cbd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x63d91e283cbd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x63d91e283cbd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x63d91e283cbd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x63d91e25d204 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x63d91e25d204 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x63d91e260a5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x63d91e260a5a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x63d91e260a5a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x63d91e260a5a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x63d91e260a5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x63d91e2ca79f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x63d91e2ca79f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x7deb39db9aa4 - <unknown>
[INFO] [stdout]   47:     0x7deb39e46a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- graph::graph::test::hash_graph_index_adjacent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'graph::graph::test::hash_graph_index_adjacent' (250) panicked at grax-impl/src/graph/test.rs:115:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [NodeId(2), NodeId(1)]
[INFO] [stdout]  right: [NodeId(1), NodeId(2)]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d91e2f5cc2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d91e2f5cc2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x63d91e2f5cc2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x63d91e30689f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x63d91e30689f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x63d91e2c33e3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63d91e2c33e3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x63d91e2cf262 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x63d91e2d3def - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x63d91e2d3c81 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x63d91e26fe5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x63d91e26fe5e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d91e2d44af - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x63d91e2d44af - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x63d91e2d425a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x63d91e2cf399 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x63d91e2b7b9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x63d91e30e3c0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d91e30e1c3 - core::panicking::assert_failed_inner::h865658b89c1b891d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x63d91e241888 - core::panicking::assert_failed::hf61bf0be64d7c71b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x63d91e222bf6 - grax_impl::graph::test::graph_index_adjacent::hcd4f40cdccbb09bb
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/test.rs:115:5
[INFO] [stdout]   22:     0x63d91e225526 - grax_impl::graph::graph::test::hash_graph_index_adjacent::hdbfd128f749cd9ef
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:778:9
[INFO] [stdout]   23:     0x63d91e225547 - grax_impl::graph::graph::test::hash_graph_index_adjacent::{{closure}}::ha4689d3acb044907
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:777:39
[INFO] [stdout]   24:     0x63d91e227136 - core::ops::function::FnOnce::call_once::h440e88afa1979439
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d91e26fc5b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x63d91e26fc5b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x63d91e283cbd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x63d91e283cbd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x63d91e283cbd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x63d91e283cbd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x63d91e283cbd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x63d91e283cbd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x63d91e283cbd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x63d91e25d204 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x63d91e25d204 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x63d91e260a5a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x63d91e260a5a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x63d91e260a5a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x63d91e260a5a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x63d91e260a5a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x63d91e260a5a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x63d91e2ca79f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x63d91e2ca79f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x7deb39db9aa4 - <unknown>
[INFO] [stdout]   46:     0x7deb39e46a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     edges::adj::test::adj_edge_storage_capacity
[INFO] [stdout]     edges::mat::test::dense_edge_storage_capacity
[INFO] [stdout]     graph::graph::test::adj_graph_create_with_capacity
[INFO] [stdout]     graph::graph::test::dense_graph_create_with_capacity
[INFO] [stdout]     graph::graph::test::hash_graph_index_adjacent
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 51 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ae5072b30fcb7fa96496a6ca7e140ab48be45ba8f0f58f866b0b72c2037b04ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae5072b30fcb7fa96496a6ca7e140ab48be45ba8f0f58f866b0b72c2037b04ec", kill_on_drop: false }`
[INFO] [stdout] ae5072b30fcb7fa96496a6ca7e140ab48be45ba8f0f58f866b0b72c2037b04ec
