[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 master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMordragT%2Fgrph" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-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-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MordragT/grph on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 421748e730f0aab3ba26106947b2d7859a3bfe4f461dae40310499c3f164e5fc
[INFO] running `Command { std: "docker" "start" "-a" "421748e730f0aab3ba26106947b2d7859a3bfe4f461dae40310499c3f164e5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "421748e730f0aab3ba26106947b2d7859a3bfe4f461dae40310499c3f164e5fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "421748e730f0aab3ba26106947b2d7859a3bfe4f461dae40310499c3f164e5fc", kill_on_drop: false }`
[INFO] [stdout] 421748e730f0aab3ba26106947b2d7859a3bfe4f461dae40310499c3f164e5fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c84545bd44c478da0df095c7089a8719d254ee48d65f532690b7a25ba47efb2
[INFO] running `Command { std: "docker" "start" "-a" "4c84545bd44c478da0df095c7089a8719d254ee48d65f532690b7a25ba47efb2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling no-std-compat v0.2.0
[INFO] [stderr]    Compiling more-asserts v0.3.1
[INFO] [stderr]    Compiling stable-vec v0.4.0
[INFO] [stderr]    Compiling orx-priority-queue v1.7.0
[INFO] [stderr]    Compiling permute v0.2.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling priq v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling grax-core v0.1.0 (/opt/rustwide/workdir/grax-core)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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)]` 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)]` 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)]` 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 variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:39
[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)]` 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)]` 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: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout] 98  |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 99  |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.24s
[INFO] running `Command { std: "docker" "inspect" "4c84545bd44c478da0df095c7089a8719d254ee48d65f532690b7a25ba47efb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c84545bd44c478da0df095c7089a8719d254ee48d65f532690b7a25ba47efb2", kill_on_drop: false }`
[INFO] [stdout] 4c84545bd44c478da0df095c7089a8719d254ee48d65f532690b7a25ba47efb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0614d4a1afd5b0d9c6509cbd7a6423683569436fdff32d96d2cacb127b3840a
[INFO] running `Command { std: "docker" "start" "-a" "b0614d4a1afd5b0d9c6509cbd7a6423683569436fdff32d96d2cacb127b3840a", 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 linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling plotters-backend v0.3.5
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling ciborium-ll v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling plotters-svg v0.3.5
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling plotters v0.3.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling grax-core v0.1.0 (/opt/rustwide/workdir/grax-core)
[INFO] [stderr]    Compiling ciborium v0.2.1
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn root(&self) -> NodeRef<'_, Self::Key, Self::NodeWeight>;
[INFO] [stdout]    |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-core/src/collections.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 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)]` 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)]` 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 variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:39
[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)]` 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)]` 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: 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)]` 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: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout] 98  |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 99  |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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)]` 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 tinytemplate v1.2.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)]` 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 criterion v0.5.1
[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)]` 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)]` 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: unused variable: `visit`
[INFO] [stdout]    --> grax-impl/src/nodes/stable.rs:142:39
[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: 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)]` 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: 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: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stdout]     |
[INFO] [stdout] 98  |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 99  |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stdout]     |
[INFO] [stdout] 299 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stdout] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stdout] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stdout] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stdout]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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 1m 14s
[INFO] running `Command { std: "docker" "inspect" "b0614d4a1afd5b0d9c6509cbd7a6423683569436fdff32d96d2cacb127b3840a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0614d4a1afd5b0d9c6509cbd7a6423683569436fdff32d96d2cacb127b3840a", kill_on_drop: false }`
[INFO] [stdout] b0614d4a1afd5b0d9c6509cbd7a6423683569436fdff32d96d2cacb127b3840a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f8957f50938946e2fbec055765f447d3c941fe00a7b7be975dbe31fb8a68818
[INFO] running `Command { std: "docker" "start" "-a" "2f8957f50938946e2fbec055765f447d3c941fe00a7b7be975dbe31fb8a68818", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-core/src/collections.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 110 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 111 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>>;
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 111 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>>;
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-core/src/collections.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 155 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 156 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 156 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>>;
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_`
[INFO] [stderr]    |             |
[INFO] [stderr]    |             this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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
[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)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `visit`
[INFO] [stderr]    --> grax-impl/src/nodes/stable.rs:142:39
[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)]` 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)]` 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: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/edges/adj.rs:98:9
[INFO] [stderr]     |
[INFO] [stderr] 98  |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 99  |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 100 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 100 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/edges/csr.rs:195:13
[INFO] [stderr]     |
[INFO] [stderr] 195 |     fn edge(&self, edge_id: EdgeId<Self::Key>) -> Option<EdgeRef<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/edges/csr.rs:227:9
[INFO] [stderr]     |
[INFO] [stderr] 227 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 228 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 229 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 229 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> grax-impl/src/edges/fixed.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 71 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 72 |     ) -> Option<grax_core::prelude::EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ) -> Option<grax_core::prelude::EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> grax-impl/src/edges/hash.rs:78:9
[INFO] [stderr]    |
[INFO] [stderr] 78 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 79 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 80 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 80 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/edges/mat.rs:107:9
[INFO] [stderr]     |
[INFO] [stderr] 107 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 108 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 109 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 109 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> grax-impl/src/nodes/fixed.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 67 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 68 |     ) -> Option<grax_core::prelude::NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 -------------------------------------------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 68 |     ) -> Option<grax_core::prelude::NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> grax-impl/src/nodes/stable.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 70 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 71 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 71 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]    |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> grax-impl/src/nodes/unstable.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 71 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 72 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 72 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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]     |             ^^^^^ this lifetime flows to the output      ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:299:9
[INFO] [stderr]     |
[INFO] [stderr] 299 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 300 |         node_id: NodeId<Self::Key>,
[INFO] [stderr] 301 |     ) -> Option<NodeMut<Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 301 |     ) -> Option<NodeMut<'_, Self::Key, Self::NodeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> grax-impl/src/graph/graph.rs:310:9
[INFO] [stderr]     |
[INFO] [stderr] 310 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ this lifetime flows to the output
[INFO] [stderr] 311 |         edge_id: EdgeId<Self::Key>,
[INFO] [stderr] 312 |     ) -> Option<EdgeMut<Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                 ------------------------------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 312 |     ) -> Option<EdgeMut<'_, Self::Key, Self::EdgeWeight>> {
[INFO] [stderr]     |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `grax-impl` (lib) generated 24 warnings (run `cargo fix --lib -p grax-impl` to apply 2 suggestions)
[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)]` 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)]` 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-algorithms` (lib) generated 5 warnings (run `cargo fix --lib -p grax-algorithms` to apply 1 suggestion)
[INFO] [stderr] warning: `grax-algorithms` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: `grax-core` (lib test) generated 5 warnings (5 duplicates)
[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)]` 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:39
[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-impl` (lib test) generated 28 warnings (23 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax-cae18b354ad045ed)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 154 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_algorithms-96270d1fa47cf469)
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_g_1_2_di_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_1_di_csr_graph ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_2_di_csr_graph ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_3_di_adj_list ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_3_di_csr_graph ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph1_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph1_csr_mat ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph2_adj_list ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_1_di_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph3_adj_list ... ok
[INFO] [stdout] test algorithms::bellman_ford::test::bellman_ford_wege_2_di_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_bipartite_test ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph2_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_1_adj_list ... ok
[INFO] [stdout] test algorithms::bfs::test::bfs_scc_graph3_csr_mat ... 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_undi_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_3_adj_list ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_4_adj_list ... 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_1_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_3_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::cycle_canceling::test::cycle_canceling_kostenminimal_gross_3_adj_list ... ok
[INFO] [stdout] test algorithms::branch_bound::test::branch_bound_rec_k_10_adj_list ... 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::dfs::test::dfs_scc_graph2_adj_list ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph2_csr_mat ... 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_branching ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_cycle ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_scc_graph3_csr_mat ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_empty ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_linear ... ok
[INFO] [stdout] test algorithms::dfs::test::dfs_sort_with_cycle_cycle ... ok
[INFO] [stdout] test algorithms::dijkstra::test::dijkstra_g_1_2_undi_adj_list ... 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::dijkstra::test::dijkstra_g_1_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::double_tree::test::double_tree_k_10e_adj_list ... 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_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::branch_bound::test::branch_bound_k_10_adj_list ... 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_12e_dense_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss2_csr_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss2_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_fluss_adj_list ... 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::edmonds_karp::test::edmonds_karp_fluss_dense_mat ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_csr_mat ... 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::cycle_canceling::test::cycle_canceling_kostenminimal_gross_1_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_1_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_2_csr_mat ... ok
[INFO] [stdout] test algorithms::cycle_canceling::test::cycle_canceling_kostenminimal_gross_2_adj_list ... ok
[INFO] [stdout] test algorithms::edmonds_karp::test::edmonds_karp_g_1_2_dense_mat ... 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::kruskal::test::kruskal_graph_10_20_hash_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_20_dense_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_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::kruskal::test::kruskal_graph_1_2_dense_mat ... ok
[INFO] [stdout] test algorithms::nearest_neighbor::test::nearest_neighbor_k_12e_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_hash_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_adj_list ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_200_hash_graph ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_10_20_dense_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_200_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_100_200_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_2_adj_list ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_2_csr_mat ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_1_20_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::prim::test::prim_graph_10_200_csr_mat ... 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_dense_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_1_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_2_csr_mat ... 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 algorithms::prim::test::prim_graph_100_200_csr_mat ... ok
[INFO] [stdout] test algorithms::kruskal::test::kruskal_graph_1_200_adj_list ... ok
[INFO] [stdout] test test::read_digraph_10_20_adj_list ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_3_csr_mat ... ok
[INFO] [stdout] test algorithms::ssp::test::ssp_kostenminimal_gross_3_adj_list ... 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::prim::test::prim_graph_1_200_adj_list ... ok
[INFO] [stdout] test test::read_graph_10_20_adj_list ... ok
[INFO] [stdout] test test::read_digraph_10_200_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 test::read_kostenminimal1_adj_list ... ok
[INFO] [stdout] test test::read_graph_1_2_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_digraph_1_200_adj_list ... ok
[INFO] [stdout] test test::read_graph_100_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 test::read_weightless_graph_gross_adj_graph ... ok
[INFO] [stdout] test algorithms::prim::test::prim_graph_10_20_dense_mat ... ok
[INFO] [stdout] test algorithms::brute_force::test::brute_force_k_10_adj_list ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 154 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.98s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_core-68565def30750a0d)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grax_impl-c69ec6de4d114c7a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test edges::adj::test::adj_edge_storage_adjacent ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_get ... 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_count ... ok
[INFO] [stdout] test edges::adj::test::adj_edge_storage_clear ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_capacity ... ok
[INFO] [stdout] test edges::csr::test::csr_edge_storage_clear ... 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::csr::test::csr_edge_storage_count ... 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_remove ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_clear ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_clear ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_count ... ok
[INFO] [stdout] test edges::mat::test::dense_edge_storage_get ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_get ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_index_adjacent ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_index ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::adj_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_clear ... 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::dense_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_insert_and_contains ... ok
[INFO] [stdout] test graph::graph::test::csr_graph_iter_adjacent ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_create_with_nodes ... ok
[INFO] [stdout] test graph::graph::test::dense_graph_get ... 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 graph::graph::test::dense_graph_insert_and_contains ... 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_index_adjacent ... 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::hash_graph_clear ... ok
[INFO] [stdout] test graph::graph::test::hash_graph_get ... 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] [stdout] test edges::csr::test::csr_edge_storage_get ... ok
[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' panicked at grax-impl/src/edges/test.rs:19:5:
[INFO] [stdout] assertion failed: cap >= 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b06662ed812 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b06662ed812 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b06662ed812 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b06662ed812 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b0666313593 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b0666313593 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5b06662ea753 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b06662ea753 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b06662ed662 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b06662eed7c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5b06662eebd2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5b06662ad734 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5b06662ad734 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b06662ef75b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5b06662ef75b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5b06662ef4f6 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5b06662edd09 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5b06662ef1bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5b0666311690 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b06663116fc - core::panicking::panic::hd2a569f4f37f7e10
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5b06662738b0 - grax_impl::edges::test::edge_storage_capacity::h0f27c00a96bd1433
[INFO] [stdout]   21:     0x5b06662738b0 - grax_impl::edges::mat::test::dense_edge_storage_capacity::h966d94c13a8b5deb
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:292:9
[INFO] [stdout]   22:     0x5b06662738b0 - grax_impl::edges::mat::test::dense_edge_storage_capacity::{{closure}}::h2d6d3bc606d0a274
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:291:37
[INFO] [stdout]   23:     0x5b06662738b0 - core::ops::function::FnOnce::call_once::h26c81432067be39b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b06662b2e6b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b06662b2e6b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5b06662b20ae - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5b06662b20ae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5b06662b20ae - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5b06662b20ae - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5b06662b20ae - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b06662b20ae - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5b06662b20ae - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5b0666275c54 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5b0666275c54 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5b06662795fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5b06662795fa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5b06662795fa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5b06662795fa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5b06662795fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5b06662f27b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7dc620c59aa4 - <unknown>
[INFO] [stdout]   46:     0x7dc620ce6a34 - clone
[INFO] [stdout]   47:                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' panicked at grax-impl/src/edges/test.rs:19:5:
[INFO] [stdout] assertion failed: cap >= 10
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b06662ed812 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b06662ed812 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b06662ed812 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b06662ed812 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b0666313593 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b0666313593 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5b06662ea753 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b06662ea753 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b06662ed662 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b06662eed7c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5b06662eebd2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5b06662ad734 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5b06662ad734 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b06662ef75b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5b06662ef75b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5b06662ef4f6 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5b06662edd09 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5b06662ef1bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5b0666311690 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b06663116fc - core::panicking::panic::hd2a569f4f37f7e10
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5b06662738b0 - grax_impl::edges::test::edge_storage_capacity::h0f27c00a96bd1433
[INFO] [stdout]   21:     0x5b06662738b0 - grax_impl::edges::mat::test::dense_edge_storage_capacity::h966d94c13a8b5deb
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:292:9
[INFO] [stdout]   22:     0x5b06662738b0 - grax_impl::edges::mat::test::dense_edge_storage_capacity::{{closure}}::h2d6d3bc606d0a274
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/edges/mat.rs:291:37
[INFO] [stdout]   23:     0x5b06662738b0 - core::ops::function::FnOnce::call_once::h26c81432067be39b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b06662b2e6b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5b06662b2e6b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5b06662b20ae - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5b06662b20ae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5b06662b20ae - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5b06662b20ae - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5b06662b20ae - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b06662b20ae - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5b06662b20ae - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5b0666275c54 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5b0666275c54 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5b06662795fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5b06662795fa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5b06662795fa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5b06662795fa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5b06662795fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5b06662f27b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7dc620c59aa4 - <unknown>
[INFO] [stdout]   46:     0x7dc620ce6a34 - clone
[INFO] [stdout]   47:                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' 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:     0x5b06662ed812 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b06662ed812 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b06662ed812 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b06662ed812 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b0666313593 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b0666313593 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5b06662ea753 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b06662ea753 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b06662ed662 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b06662eed7c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5b06662eebd2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5b06662ad734 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5b06662ad734 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b06662ef75b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5b06662ef75b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5b06662ef52a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5b06662edd09 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5b06662ef1bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5b0666311690 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b06662c12a0 - more_asserts::inner::assert_failed_impl::h85a5a4fd2d87e49b
[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:     0x5b06662c11cb - more_asserts::inner::assert_failed_nomsg_impl::h3d92bc0bffba802b
[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:     0x5b066626f0fa - more_asserts::__private::assert_failed_nomsg::h6019d92e981fe6be
[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:     0x5b0666262cec - grax_impl::graph::test::graph_create_with_capacity::hf511214f9a8b2c3e
[INFO] [stdout]   23:     0x5b0666273939 - grax_impl::graph::graph::test::adj_graph_create_with_capacity::h96168157c55c06d8
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:711:9
[INFO] [stdout]   24:     0x5b0666273939 - grax_impl::graph::graph::test::adj_graph_create_with_capacity::{{closure}}::h68a916d655c11126
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:710:44
[INFO] [stdout]   25:     0x5b0666273939 - core::ops::function::FnOnce::call_once::h32d5ca4aa25c2d4b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5b06662b2e6b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5b06662b2e6b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5b06662b20ae - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5b06662b20ae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5b06662b20ae - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5b06662b20ae - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5b06662b20ae - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5b06662b20ae - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5b06662b20ae - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5b0666275c54 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5b0666275c54 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   37:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5b06662795fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5b06662795fa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5b06662795fa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x5b06662795fa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5b06662795fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x5b06662f27b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   47:     0x7dc620c59aa4 - <unknown>
[INFO] [stdout]   48:     0x7dc620ce6a34 - clone
[INFO] [stdout]   49:                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' 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:     0x5b06662ed812 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b06662ed812 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b06662ed812 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5b06662ed812 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5b0666313593 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5b0666313593 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5b06662ea753 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b06662ea753 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5b06662ed662 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5b06662eed7c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5b06662eebd2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5b06662ad734 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5b06662ad734 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b06662ef75b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5b06662ef75b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5b06662ef52a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5b06662edd09 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5b06662ef1bd - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5b0666311690 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5b06662c12a0 - more_asserts::inner::assert_failed_impl::h85a5a4fd2d87e49b
[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:     0x5b06662c11cb - more_asserts::inner::assert_failed_nomsg_impl::h3d92bc0bffba802b
[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:     0x5b066626f0fa - more_asserts::__private::assert_failed_nomsg::h6019d92e981fe6be
[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:     0x5b0666273ce2 - grax_impl::graph::test::graph_create_with_capacity::h8acba6a2c399fd4f
[INFO] [stdout]   23:     0x5b0666273ce2 - grax_impl::graph::graph::test::dense_graph_create_with_capacity::h732c5ecffcccb998
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:795:9
[INFO] [stdout]   24:     0x5b0666273ce2 - grax_impl::graph::graph::test::dense_graph_create_with_capacity::{{closure}}::h55d6ed90ab311484
[INFO] [stdout]                                at /opt/rustwide/workdir/grax-impl/src/graph/graph.rs:794:46
[INFO] [stdout]   25:     0x5b0666273ce2 - core::ops::function::FnOnce::call_once::h9cce7b9041abde60
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5b06662b2e6b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5b06662b2e6b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5b06662b20ae - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5b06662b20ae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5b06662b20ae - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5b06662b20ae - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5b06662b20ae - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5b06662b20ae - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5b06662b20ae - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5b0666275c54 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5b0666275c54 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   37:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5b06662795fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5b06662795fa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5b06662795fa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x5b06662795fa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5b06662795fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5b06662795fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5b06662f27b7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x5b06662f27b7 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   47:     0x7dc620c59aa4 - <unknown>
[INFO] [stdout]   48:     0x7dc620ce6a34 - clone
[INFO] [stdout]   49:                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] 
[INFO] [stdout] test result: FAILED. 52 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p grax-impl --lib`
[INFO] running `Command { std: "docker" "inspect" "2f8957f50938946e2fbec055765f447d3c941fe00a7b7be975dbe31fb8a68818", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f8957f50938946e2fbec055765f447d3c941fe00a7b7be975dbe31fb8a68818", kill_on_drop: false }`
[INFO] [stdout] 2f8957f50938946e2fbec055765f447d3c941fe00a7b7be975dbe31fb8a68818
