[INFO] fetching crate petgraph 0.8.2... [INFO] testing petgraph-0.8.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate petgraph 0.8.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate petgraph 0.8.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate petgraph 0.8.2 [INFO] tweaked toml for crates.io crate petgraph 0.8.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate petgraph 0.8.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate petgraph 0.8.2 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a40b2022f7bd6cc6d8e4756f53df0d242d404cb7b462bd241be8a34cdfeedf5d [INFO] running `Command { std: "docker" "start" "-a" "a40b2022f7bd6cc6d8e4756f53df0d242d404cb7b462bd241be8a34cdfeedf5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a40b2022f7bd6cc6d8e4756f53df0d242d404cb7b462bd241be8a34cdfeedf5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a40b2022f7bd6cc6d8e4756f53df0d242d404cb7b462bd241be8a34cdfeedf5d", kill_on_drop: false }` [INFO] [stdout] a40b2022f7bd6cc6d8e4756f53df0d242d404cb7b462bd241be8a34cdfeedf5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2928cf5918a512b9b93c91581cc8f81a6a72122f83270ad7c8f6dcac40293bd7 [INFO] running `Command { std: "docker" "start" "-a" "2928cf5918a512b9b93c91581cc8f81a6a72122f83270ad7c8f6dcac40293bd7", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling petgraph v0.8.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:314:25 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:512:47 [INFO] [stdout] | [INFO] [stdout] 512 | ((successor_index, edge), from): ((usize, &WSuc), Ix), [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 513 | ) -> EdgeReference { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 513 | ) -> EdgeReference<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:520:54 [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/csr.rs:451:18 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:894:22 [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:917:31 [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:941:33 [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:959:18 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:974:27 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:994:9 [INFO] [stdout] | [INFO] [stdout] 994 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 997 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 997 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1090:22 [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1121:29 [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1131:25 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1148:28 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1158:25 [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1167:29 [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1698:12 [INFO] [stdout] | [INFO] [stdout] 1698 | edges: &mut [Edge], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1701 | ) -> EdgesWalkerMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1701 | ) -> EdgesWalkerMut<'_, E, Ix> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:579:25 [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:649:9 [INFO] [stdout] | [INFO] [stdout] 649 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 652 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 652 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:713:22 [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:732:31 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:755:33 [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:773:18 [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:788:27 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:812:22 [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:458:22 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:478:31 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:498:18 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:518:27 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:553:26 [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter_format.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:630:22 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:645:18 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:728:9 [INFO] [stdout] | [INFO] [stdout] 728 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 731 | ) -> Neighbors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | ) -> Neighbors<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:750:27 [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:1158:17 [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s [INFO] running `Command { std: "docker" "inspect" "2928cf5918a512b9b93c91581cc8f81a6a72122f83270ad7c8f6dcac40293bd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2928cf5918a512b9b93c91581cc8f81a6a72122f83270ad7c8f6dcac40293bd7", kill_on_drop: false }` [INFO] [stdout] 2928cf5918a512b9b93c91581cc8f81a6a72122f83270ad7c8f6dcac40293bd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adbcc1bf66911721821d7544e0bca8fd0fa4aa25af36e1f7f9a16701800cd053 [INFO] running `Command { std: "docker" "start" "-a" "adbcc1bf66911721821d7544e0bca8fd0fa4aa25af36e1f7f9a16701800cd053", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rawslice v0.1.1 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling odds v0.4.0 [INFO] [stderr] Compiling defmac v0.2.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:314:25 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:512:47 [INFO] [stdout] | [INFO] [stdout] 512 | ((successor_index, edge), from): ((usize, &WSuc), Ix), [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 513 | ) -> EdgeReference { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 513 | ) -> EdgeReference<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:520:54 [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/csr.rs:451:18 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:894:22 [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:917:31 [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:941:33 [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:959:18 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:974:27 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:994:9 [INFO] [stdout] | [INFO] [stdout] 994 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 997 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 997 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1090:22 [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1121:29 [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1131:25 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1148:28 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1158:25 [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1167:29 [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1698:12 [INFO] [stdout] | [INFO] [stdout] 1698 | edges: &mut [Edge], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1701 | ) -> EdgesWalkerMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1701 | ) -> EdgesWalkerMut<'_, E, Ix> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:579:25 [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:649:9 [INFO] [stdout] | [INFO] [stdout] 649 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 652 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 652 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:713:22 [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:732:31 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:755:33 [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:773:18 [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:788:27 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:812:22 [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:458:22 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:478:31 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:498:18 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:518:27 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:553:26 [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter_format.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:630:22 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:645:18 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:728:9 [INFO] [stdout] | [INFO] [stdout] 728 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 731 | ) -> Neighbors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | ) -> Neighbors<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:750:27 [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:1158:17 [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling petgraph v0.8.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:314:25 [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 314 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:512:47 [INFO] [stdout] | [INFO] [stdout] 512 | ((successor_index, edge), from): ((usize, &WSuc), Ix), [INFO] [stdout] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 513 | ) -> EdgeReference { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 513 | ) -> EdgeReference<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/adj.rs:520:54 [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:73:23 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/algo/dominators.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/csr.rs:451:18 [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 451 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:894:22 [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:917:31 [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:941:33 [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:959:18 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 959 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:974:27 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:994:9 [INFO] [stdout] | [INFO] [stdout] 994 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 997 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 997 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1090:22 [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1090 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1121:29 [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1131:25 [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1131 | pub fn node_weights(&self) -> NodeWeights<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1148:28 [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1148 | pub fn edge_references(&self) -> EdgeReferences<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1158:25 [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | pub fn edge_weights(&self) -> EdgeWeights<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1167:29 [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/mod.rs:1698:12 [INFO] [stdout] | [INFO] [stdout] 1698 | edges: &mut [Edge], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 1701 | ) -> EdgesWalkerMut [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1701 | ) -> EdgesWalkerMut<'_, E, Ix> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:579:25 [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 579 | pub fn node_indices(&self) -> NodeIndices<'_, N, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 636 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:649:9 [INFO] [stdout] | [INFO] [stdout] 649 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 652 | ) -> EdgesConnecting { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 652 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:713:22 [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:732:31 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:755:33 [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:773:18 [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 773 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:788:27 [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph_impl/stable_graph/mod.rs:812:22 [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 812 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:458:22 [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 458 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:478:31 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:498:18 [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 498 | pub fn edges(&self, a: N) -> Edges<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:518:27 [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected<'_, N, E, Ty, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:542:22 [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 542 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graphmap.rs:553:26 [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter_format.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn format(self, separator: &str) -> Format<'_, Self> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:630:22 [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:645:18 [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 645 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, Ty, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:728:9 [INFO] [stdout] | [INFO] [stdout] 728 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 731 | ) -> Neighbors { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 731 | ) -> Neighbors<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:750:27 [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges<'_, Directed, Null, Ix> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matrix_graph.rs:1158:17 [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1158 | fn iter_ids(&self) -> IdIterator<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.34s [INFO] running `Command { std: "docker" "inspect" "adbcc1bf66911721821d7544e0bca8fd0fa4aa25af36e1f7f9a16701800cd053", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adbcc1bf66911721821d7544e0bca8fd0fa4aa25af36e1f7f9a16701800cd053", kill_on_drop: false }` [INFO] [stdout] adbcc1bf66911721821d7544e0bca8fd0fa4aa25af36e1f7f9a16701800cd053 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 78456baf6854b887bb45d866ae228d286be634fb848c919301bec8033bb766fc [INFO] running `Command { std: "docker" "start" "-a" "78456baf6854b887bb45d866ae228d286be634fb848c919301bec8033bb766fc", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/adj.rs:314:25 [INFO] [stderr] | [INFO] [stderr] 314 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 314 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/adj.rs:512:47 [INFO] [stderr] | [INFO] [stderr] 512 | ((successor_index, edge), from): ((usize, &WSuc), Ix), [INFO] [stderr] | ^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 513 | ) -> EdgeReference { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 513 | ) -> EdgeReference<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/adj.rs:520:54 [INFO] [stderr] | [INFO] [stderr] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 520 | fn proj2((row_index, row): (usize, &Vec>)) -> SomeIter<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/algo/dominators.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 57 | pub fn strict_dominators(&self, node: N) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/algo/dominators.rs:73:23 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 73 | pub fn dominators(&self, node: N) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/algo/dominators.rs:86:37 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 86 | pub fn immediately_dominated_by(&self, node: N) -> DominatedByIter<'_, N> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/csr.rs:451:18 [INFO] [stderr] | [INFO] [stderr] 451 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 451 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:894:22 [INFO] [stderr] | [INFO] [stderr] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 894 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:917:31 [INFO] [stderr] | [INFO] [stderr] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 917 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:941:33 [INFO] [stderr] | [INFO] [stderr] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 941 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:959:18 [INFO] [stderr] | [INFO] [stderr] 959 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 959 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:974:27 [INFO] [stderr] | [INFO] [stderr] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 974 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:994:9 [INFO] [stderr] | [INFO] [stderr] 994 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 997 | ) -> EdgesConnecting { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 997 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1090:22 [INFO] [stderr] | [INFO] [stderr] 1090 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1090 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1121:29 [INFO] [stderr] | [INFO] [stderr] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1121 | pub fn node_weights_mut(&mut self) -> NodeWeightsMut<'_, N, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1131:25 [INFO] [stderr] | [INFO] [stderr] 1131 | pub fn node_weights(&self) -> NodeWeights { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1131 | pub fn node_weights(&self) -> NodeWeights<'_, N, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1148:28 [INFO] [stderr] | [INFO] [stderr] 1148 | pub fn edge_references(&self) -> EdgeReferences { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1148 | pub fn edge_references(&self) -> EdgeReferences<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1158:25 [INFO] [stderr] | [INFO] [stderr] 1158 | pub fn edge_weights(&self) -> EdgeWeights { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1158 | pub fn edge_weights(&self) -> EdgeWeights<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1167:29 [INFO] [stderr] | [INFO] [stderr] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1167 | pub fn edge_weights_mut(&mut self) -> EdgeWeightsMut<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/mod.rs:1698:12 [INFO] [stderr] | [INFO] [stderr] 1698 | edges: &mut [Edge], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 1701 | ) -> EdgesWalkerMut [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1701 | ) -> EdgesWalkerMut<'_, E, Ix> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:579:25 [INFO] [stderr] | [INFO] [stderr] 579 | pub fn node_indices(&self) -> NodeIndices { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 579 | pub fn node_indices(&self) -> NodeIndices<'_, N, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:636:25 [INFO] [stderr] | [INFO] [stderr] 636 | pub fn edge_indices(&self) -> EdgeIndices { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 636 | pub fn edge_indices(&self) -> EdgeIndices<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:649:9 [INFO] [stderr] | [INFO] [stderr] 649 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 652 | ) -> EdgesConnecting { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 652 | ) -> EdgesConnecting<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:713:22 [INFO] [stderr] | [INFO] [stderr] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 713 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:732:31 [INFO] [stderr] | [INFO] [stderr] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 732 | pub fn neighbors_directed(&self, a: NodeIndex, dir: Direction) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:755:33 [INFO] [stderr] | [INFO] [stderr] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 755 | pub fn neighbors_undirected(&self, a: NodeIndex) -> Neighbors<'_, E, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:773:18 [INFO] [stderr] | [INFO] [stderr] 773 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 773 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:788:27 [INFO] [stderr] | [INFO] [stderr] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 788 | pub fn edges_directed(&self, a: NodeIndex, dir: Direction) -> Edges<'_, E, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph_impl/stable_graph/mod.rs:812:22 [INFO] [stderr] | [INFO] [stderr] 812 | pub fn externals(&self, dir: Direction) -> Externals { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 812 | pub fn externals(&self, dir: Direction) -> Externals<'_, N, Ty, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:458:22 [INFO] [stderr] | [INFO] [stderr] 458 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 458 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:478:31 [INFO] [stderr] | [INFO] [stderr] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 478 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:498:18 [INFO] [stderr] | [INFO] [stderr] 498 | pub fn edges(&self, a: N) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 498 | pub fn edges(&self, a: N) -> Edges<'_, N, E, Ty, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:518:27 [INFO] [stderr] | [INFO] [stderr] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 518 | pub fn edges_directed(&self, a: N, dir: Direction) -> EdgesDirected<'_, N, E, Ty, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:542:22 [INFO] [stderr] | [INFO] [stderr] 542 | pub fn all_edges(&self) -> AllEdges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 542 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graphmap.rs:553:26 [INFO] [stderr] | [INFO] [stderr] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 553 | pub fn all_edges_mut(&mut self) -> AllEdgesMut<'_, N, E, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iter_format.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | fn format(self, separator: &str) -> Format [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 47 | fn format(self, separator: &str) -> Format<'_, Self> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix_graph.rs:630:22 [INFO] [stderr] | [INFO] [stderr] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 630 | pub fn neighbors(&self, a: NodeIndex) -> Neighbors<'_, Ty, Null, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix_graph.rs:645:18 [INFO] [stderr] | [INFO] [stderr] 645 | pub fn edges(&self, a: NodeIndex) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 645 | pub fn edges(&self, a: NodeIndex) -> Edges<'_, Ty, Null, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix_graph.rs:728:9 [INFO] [stderr] | [INFO] [stderr] 728 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 731 | ) -> Neighbors { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 731 | ) -> Neighbors<'_, Directed, Null, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix_graph.rs:750:27 [INFO] [stderr] | [INFO] [stderr] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 750 | pub fn edges_directed(&self, a: NodeIndex, d: Direction) -> Edges<'_, Directed, Null, Ix> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matrix_graph.rs:1158:17 [INFO] [stderr] | [INFO] [stderr] 1158 | fn iter_ids(&self) -> IdIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1158 | fn iter_ids(&self) -> IdIterator<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `petgraph` (lib) generated 41 warnings (run `cargo fix --lib -p petgraph` to apply 41 suggestions) [INFO] [stderr] warning: `petgraph` (lib test) generated 41 warnings (41 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/petgraph-fa03cddc18152a18) [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test acyclic::tests::test_acyclic_graph ... ok [INFO] [stdout] test acyclic::tests::test_acyclic_graph_add_remove ... ok [INFO] [stdout] test acyclic::tests::test_multiedge_allowed ... ok [INFO] [stdout] test algo::bridges::tests::test_bridges ... ok [INFO] [stdout] test algo::simple_paths::test::test_one_simple_path ... ok [INFO] [stdout] test algo::tred::test_easy_tred ... ok [INFO] [stdout] test algo::steiner_tree::test::test_remove_non_terminal_nodes ... ok [INFO] [stdout] test algo::dominators::tests::test_iter_dominators ... ok [INFO] [stdout] test algo::steiner_tree::test::test_subgraph_from_metric_closure ... ok [INFO] [stdout] test algo::simple_paths::test::test_all_simple_paths ... ok [INFO] [stdout] test algo::simple_paths::test::test_no_simple_paths ... ok [INFO] [stdout] test algo::steiner_tree::test::test_compute_metric_closure ... ok [INFO] [stdout] test csr::tests::csr1 ... ok [INFO] [stdout] test csr::tests::csr_dfs ... ok [INFO] [stdout] test csr::tests::test_add_node ... ok [INFO] [stdout] test csr::tests::test_add_node_with_existing_edges ... ok [INFO] [stdout] test csr::tests::csr_from ... ok [INFO] [stdout] test csr::tests::csr_tarjan ... ok [INFO] [stdout] test csr::tests::csr_undirected ... ok [INFO] [stdout] test csr::tests::test_edge_references ... ok [INFO] [stdout] test csr::tests::test_find_neg_cycle1 ... ok [INFO] [stdout] test csr::tests::test_find_neg_cycle4 ... ok [INFO] [stdout] test csr::tests::test_node_references ... ok [INFO] [stdout] test dot::test::test_edgenolable_option ... ok [INFO] [stdout] test dot::test::test_escape ... ok [INFO] [stdout] test dot::test::test_nodeindexlable_option ... ok [INFO] [stdout] test csr::tests::test_find_neg_cycle2 ... ok [INFO] [stdout] test dot::test::test_edgeindexlable_option ... ok [INFO] [stdout] test dot::test::test_nodenolable_option ... ok [INFO] [stdout] test csr::tests::test_bellman_ford ... ok [INFO] [stdout] test csr::tests::test_bellman_ford_neg_cycle ... ok [INFO] [stdout] test csr::tests::test_find_neg_cycle3 ... ok [INFO] [stdout] test dot::test::test_rankdir_bt_option ... ok [INFO] [stdout] test dot::test::test_rankdir_tb_option ... ok [INFO] [stdout] test dot::test::test_rankdir_rl_option ... ok [INFO] [stdout] test dot::test::test_with_attr_getters ... ok [INFO] [stdout] test graph_impl::stable_graph::extend_with_edges ... ok [INFO] [stdout] test graph_impl::stable_graph::dfs ... ok [INFO] [stdout] test graph_impl::stable_graph::stable_graph ... ok [INFO] [stdout] test matrix_graph::tests::test_add_edge ... ok [INFO] [stdout] test graph_impl::stable_graph::test_reverse ... ok [INFO] [stdout] test graph_impl::stable_graph::test_retain_nodes ... ok [INFO] [stdout] test matrix_graph::tests::test_add_edge_with_extension ... ok [INFO] [stdout] test matrix_graph::tests::test_add_edge_with_weights_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_add_or_update_edge ... ok [INFO] [stdout] test matrix_graph::tests::test_clear ... ok [INFO] [stdout] test matrix_graph::tests::test_clear_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_default ... ok [INFO] [stdout] test matrix_graph::tests::test_edge_references ... ok [INFO] [stdout] test matrix_graph::tests::test_edges_directed ... ok [INFO] [stdout] test matrix_graph::tests::test_edge_references_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_edges_of_absent_node_is_empty_iterator ... ok [INFO] [stdout] test matrix_graph::tests::test_has_edge ... ok [INFO] [stdout] test matrix_graph::tests::test_edges_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_id_storage ... ok [INFO] [stdout] test matrix_graph::tests::test_add_edge_with_weights ... ok [INFO] [stdout] test matrix_graph::tests::test_neighbors_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_neighbors ... ok [INFO] [stdout] test matrix_graph::tests::test_neighbors_of_absent_node_is_empty_iterator ... ok [INFO] [stdout] test matrix_graph::tests::test_new ... ok [INFO] [stdout] test matrix_graph::tests::test_node_identifiers ... ok [INFO] [stdout] test matrix_graph::tests::test_node_indexing ... ok [INFO] [stdout] test matrix_graph::tests::test_not_zero ... ok [INFO] [stdout] test matrix_graph::tests::test_not_zero_float ... ok [INFO] [stdout] test matrix_graph::tests::test_remove_edge ... ok [INFO] [stdout] test matrix_graph::tests::test_kosaraju_scc_with_removed_node ... ok [INFO] [stdout] test matrix_graph::tests::test_matrix_resize ... ok [INFO] [stdout] test matrix_graph::tests::test_remove_node_and_edges ... ok [INFO] [stdout] test matrix_graph::tests::test_remove_node ... ok [INFO] [stdout] test matrix_graph::tests::test_tarjan_scc_with_removed_node ... ok [INFO] [stdout] test matrix_graph::tests::test_remove_node_and_edges_undirected ... ok [INFO] [stdout] test matrix_graph::tests::test_try_update_edge ... ok [INFO] [stdout] test dot::test::test_rankdir_lr_option ... ok [INFO] [stdout] test visit::undirected_adaptor::tests::test_is_reachable ... ok [INFO] [stdout] test matrix_graph::tests::test_try_add_node ... ok [INFO] [stdout] test visit::undirected_adaptor::tests::test_neighbors_count ... ok [INFO] [stdout] test matrix_graph::tests::test_with_capacity ... ok [INFO] [stdout] test csr::tests::csr_from_error_2 - should panic ... ok [INFO] [stdout] test csr::tests::csr_from_error_1 - should panic ... ok [INFO] [stdout] test matrix_graph::tests::test_not_zero_asserted - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/adjacency_matrix.rs (/opt/rustwide/target/debug/deps/adjacency_matrix-dab8a02637dd7f69) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_adjacency_matrix_for_adj_list ... ok [INFO] [stdout] test test_adjacency_matrix_for_csr_directed ... ok [INFO] [stdout] test test_adjacency_matrix_for_graph_directed ... ok [INFO] [stdout] test test_adjacency_matrix_for_csr_undirected ... ok [INFO] [stdout] test test_adjacency_matrix_for_graph_map_directed ... ok [INFO] [stdout] test test_adjacency_matrix_for_matrix_graph_directed ... ok [INFO] [stdout] test test_adjacency_matrix_for_matrix_graph_undirected ... ok [INFO] [stdout] test test_adjacency_matrix_for_graph_map_undirected ... ok [INFO] [stdout] test test_adjacency_matrix_for_stable_graph_directed ... ok [INFO] [stdout] test test_adjacency_matrix_for_stable_graph_undirected ... ok [INFO] [stdout] test test_adjacency_matrix_for_graph_undirected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/articulation_points.rs (/opt/rustwide/target/debug/deps/articulation_points-0da3e64f7314be0a) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test art_clique ... ok [INFO] [stdout] test art_disconnected_graph ... ok [INFO] [stdout] test art_3x3_grid ... ok [INFO] [stdout] test art_linear_chain ... ok [INFO] [stdout] test art_simple1 ... ok [INFO] [stdout] test art_star_graph ... ok [INFO] [stdout] test art_simple2 ... ok [INFO] [stdout] test art_two_connected_components ... ok [INFO] [stdout] test art_single_node ... ok [INFO] [stderr] Running tests/coloring.rs (/opt/rustwide/target/debug/deps/coloring-8ecc211c3329a8a6) [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test dsatur_coloring_cycle6 ... ok [INFO] [stdout] test dsatur_coloring_bipartite ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/floyd_warshall.rs (/opt/rustwide/target/debug/deps/floyd_warshall-0a9afeb9e81df68c) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test floyd_warshall_negative_cycle ... ok [INFO] [stderr] Running tests/ford_fulkerson.rs (/opt/rustwide/target/debug/deps/ford_fulkerson-b179c5da15719ad1) [INFO] [stdout] test floyd_warshall_multiple_edges ... ok [INFO] [stdout] test floyd_warshall_weighted ... ok [INFO] [stdout] test floyd_warshall_uniform_weight ... ok [INFO] [stdout] test floyd_warshall_weighted_undirected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_ford_fulkerson_stable_graphs ... ok [INFO] [stdout] test test_ford_fulkerson ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/graph.rs (/opt/rustwide/target/debug/deps/graph-5f19ddea9fda9001) [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test bfs ... ok [INFO] [stdout] test bipartite ... ok [INFO] [stdout] test connected_comp ... ok [INFO] [stdout] test dfs_visit ... ok [INFO] [stdout] test cyclic ... ok [INFO] [stdout] test dfs_order ... ok [INFO] [stdout] test condensation ... ok [INFO] [stdout] test dot ... ok [INFO] [stdout] test filtered ... ok [INFO] [stdout] test dijk ... ok [INFO] [stdout] test filtered_edge_reverse ... ok [INFO] [stdout] test filtered_post_order ... ok [INFO] [stdout] test is_cyclic_directed ... ok [INFO] [stdout] test degree_sequence ... ok [INFO] [stdout] test dfs ... ok [INFO] [stdout] test from_edges ... ok [INFO] [stdout] test index_twice_mut ... ok [INFO] [stdout] test filter_elements ... ok [INFO] [stdout] test iter_multi_edges ... ok [INFO] [stdout] test iter_multi_undirected_edges ... ok [INFO] [stdout] test map_filter_map ... ok [INFO] [stdout] test multi ... ok [INFO] [stdout] test selfloop ... ok [INFO] [stdout] test tarjan_scc ... ok [INFO] [stdout] test test_astar_admissible_inconsistent ... ok [INFO] [stdout] test retain ... ok [INFO] [stdout] test neighbor_order ... ok [INFO] [stdout] test neighbors_selfloops ... ok [INFO] [stdout] test test_astar_manhattan_heuristic ... ok [INFO] [stdout] test test_astar_null_heuristic ... ok [INFO] [stdout] test test_astar_runtime_optimal ... ok [INFO] [stdout] test scc ... ok [INFO] [stdout] test test_dominators_simple_fast ... ok [INFO] [stdout] test test_has_path ... ok [INFO] [stdout] test test_toposort_eq ... ok [INFO] [stdout] test test_try_add_edge ... ok [INFO] [stdout] test test_try_add_node ... ok [INFO] [stdout] test test_weight_iterators ... ok [INFO] [stdout] test toposort_generic ... ok [INFO] [stdout] test try_update_edge ... ok [INFO] [stdout] test test_edge_filtered_iterators_directed ... ok [INFO] [stdout] test test_edge_iterators_directed ... ok [INFO] [stdout] test test_toposort ... ok [INFO] [stdout] test test_node_filtered_iterators_directed ... ok [INFO] [stdout] test u8_index ... ok [INFO] [stdout] test usize_index ... ok [INFO] [stdout] test test_edge_iterators_undir ... ok [INFO] [stdout] test update_edge ... ok [INFO] [stdout] test walk_edges ... ok [INFO] [stdout] test without ... ok [INFO] [stdout] test undirected ... ok [INFO] [stdout] test test_edge_filtered ... ok [INFO] [stdout] test oob_index - should panic ... ok [INFO] [stdout] test u8_index_overflow - should panic ... ok [INFO] [stdout] test u8_index_overflow_edges - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/graph6.rs (/opt/rustwide/target/debug/deps/graph6-6b4cf3b88c05cfb7) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test generic_graph6_encoder_test_cases ... ok [INFO] [stdout] test graph6_generic_decoder_test_cases ... ok [INFO] [stdout] test graph6_for_matrix_graph_test_cases ... ok [INFO] [stdout] test graph6_for_graph_test_cases ... ok [INFO] [stdout] test graph6_for_csr_test_cases ... ok [INFO] [stdout] test graph6_for_stable_graph_test_cases ... ok [INFO] [stdout] test graph6_for_graph_map_test_cases ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running tests/graphmap.rs (/opt/rustwide/target/debug/deps/graphmap-b7b90c1dc3fcc1f5) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test edges_directed ... ok [INFO] [stdout] test from_edges ... ok [INFO] [stdout] test graphmap_directed ... ok [INFO] [stdout] test edge_iterator ... ok [INFO] [stdout] test dfs ... ok [INFO] [stdout] test remov ... ok [INFO] [stdout] test remove_node ... ok [INFO] [stdout] test scc ... ok [INFO] [stdout] test self_loops_can_be_removed ... ok [INFO] [stdout] test test_alternative_hasher ... ok [INFO] [stdout] test simple ... ok [INFO] [stdout] test neighbors_incoming_includes_self_loops ... ok [INFO] [stdout] test remove_directed ... ok [INFO] [stdout] test test_all_edges_mut ... ok [INFO] [stdout] test test_into_graph ... ok [INFO] [stdout] test test_from_graph ... ok [INFO] [stdout] test undirected_neighbors_includes_self_loops ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/iso.rs (/opt/rustwide/target/debug/deps/iso-9da4ef48a89392cb) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test coxeter_di_iso ... ok [INFO] [stdout] test g12_undir_iso ... ok [INFO] [stdout] test full_iso ... ok [INFO] [stdout] test coxeter_undi_iso ... ok [INFO] [stdout] test g14_dir_not_iso ... ok [INFO] [stdout] test g14_undir_not_iso ... ok [INFO] [stdout] test iso1 ... ok [INFO] [stdout] test g3_not_iso ... ok [INFO] [stdout] test iso2 ... ok [INFO] [stdout] test g8_not_iso ... ok [INFO] [stdout] test iso_matching ... ok [INFO] [stdout] test petersen_iso ... ok [INFO] [stdout] test petersen_undir_iso ... ok [INFO] [stdout] test s12_not_iso ... ok [INFO] [stdout] test iso_100n_100e ... ok [INFO] [stdout] test iso_subgraph ... ok [INFO] [stdout] test iso_multigraph_failure - should panic ... ok [INFO] [stdout] test praust_undir_no_iso ... ok [INFO] [stdout] test praust_dir_no_iso ... ok [INFO] [stdout] test iso_large ... ok [INFO] [stdout] test iter_subgraph ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] [stderr] Running tests/johnson.rs (/opt/rustwide/target/debug/deps/johnson-dc66ea6c993bd9a5) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test johnson_multiple_edges ... ok [INFO] [stdout] test johnson_uniform_weight ... ok [INFO] [stdout] test johnson_weighted ... ok [INFO] [stdout] test johnson_weighted_undirected ... ok [INFO] [stdout] test johnson_negative_cycle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stderr] Running tests/k_shortest_path.rs (/opt/rustwide/target/debug/deps/k_shortest_path-a780453795c5abf9) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test second_shortest_path ... ok [INFO] [stderr] Running tests/list.rs (/opt/rustwide/target/debug/deps/list-8ef670b37d6e03ec) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test dot ... ok [INFO] [stdout] test iterators_undir ... ok [INFO] [stdout] test node_bound ... ok [INFO] [stdout] test node_indices ... ok [INFO] [stdout] test test_edge_references ... ok [INFO] [stdout] test test_edge_iterators ... ok [INFO] [stdout] test test_edges_directed ... ok [INFO] [stdout] test test_node_references ... ok [INFO] [stdout] test test_tarjan_scc ... ok [INFO] [stdout] test add_edge_oob_2 - should panic ... ok [INFO] [stderr] Running tests/matching.rs (/opt/rustwide/target/debug/deps/matching-4db32c5c288bf006) [INFO] [stdout] test add_edge_vacant - should panic ... ok [INFO] [stdout] test add_edge_oob - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test greedy_disjoint ... ok [INFO] [stdout] test greedy_empty ... ok [INFO] [stdout] test maximum_empty ... ok [INFO] [stdout] test maximum_in_stable_graph ... ok [INFO] [stdout] test maximum_disjoint ... ok [INFO] [stdout] test is_perfect_in_stable_graph ... ok [INFO] [stdout] test maximum_odd_path ... ok [INFO] [stdout] test greedy_odd_path ... ok [INFO] [stdout] test greedy_star ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/maximal_cliques.rs (/opt/rustwide/target/debug/deps/maximal_cliques-cc6f305f7477ca6a) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_maximal_cliques_directed ... ok [INFO] [stdout] test test_maximal_cliques_directed_sparse_graph ... ok [INFO] [stdout] test test_maximal_cliques_directed_ref_sparse_graph ... ok [INFO] [stdout] test test_maximal_cliques_undirected_ref_sparse_graph ... ok [INFO] [stdout] test test_maximal_cliques_empty_graph ... ok [INFO] [stdout] test test_maximal_cliques_ref_directed ... ok [INFO] [stdout] test test_maximal_cliques_ref_empty_graph ... ok [INFO] [stdout] test test_maximal_cliques_undirected_sparse_graph ... ok [INFO] [stdout] test test_maximal_cliques_ref_undirected ... ok [INFO] [stdout] test test_maximal_cliques_undirected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/min_spanning_tree.rs (/opt/rustwide/target/debug/deps/min_spanning_tree-ec2c511800aab63d) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test mst_kruskal ... ok [INFO] [stdout] test mst_prim_trivial_graph ... ok [INFO] [stdout] test mst_prim ... ok [INFO] [stdout] test mst_prim_empty_graph ... ok [INFO] [stdout] test mst_prim_graph_without_edges ... ok [INFO] [stdout] test mst_prim_test_cases ... ok [INFO] [stdout] test mst_kruskal_test_cases ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/operator.rs (/opt/rustwide/target/debug/deps/operator-40daf73f1bf9338b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_complement ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/page_rank.rs (/opt/rustwide/target/debug/deps/page_rank-6a49fb06ac1fb39d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/quickcheck.rs (/opt/rustwide/target/debug/deps/quickcheck-16168377368be5d4) [INFO] [stderr] Running tests/spfa.rs (/opt/rustwide/target/debug/deps/spfa-c1d03f3cbfcf78f3) [INFO] [stdout] test test_page_rank ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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 5 tests [INFO] [stdout] test spfa_negative_cycle ... ok [INFO] [stdout] test spfa_multiple_edges ... ok [INFO] [stdout] test spfa_weighted_undirected ... ok [INFO] [stdout] test spfa_uniform_weight ... ok [INFO] [stdout] test spfa_weighted ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/stable_graph.rs (/opt/rustwide/target/debug/deps/stable_graph-27d58c44315870ff) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test clear_edges ... ok [INFO] [stdout] test dot ... ok [INFO] [stdout] test edge_bound ... ok [INFO] [stdout] test iter_multi_edges ... ok [INFO] [stdout] test from ... ok [INFO] [stdout] test from_min_spanning_tree ... ok [INFO] [stdout] test iter_multi_undirected_edges ... ok [INFO] [stdout] test iterators_undir ... ok [INFO] [stdout] test test_edge_references ... ok [INFO] [stdout] test test_edge_iterators_undir ... ok [INFO] [stdout] test test_edge_iterators_directed ... ok [INFO] [stdout] test test_edges_undirected ... ok [INFO] [stdout] test test_node_references ... ok [INFO] [stdout] test test_tarjan_scc ... ok [INFO] [stdout] test weights_mut_iterator ... ok [INFO] [stdout] test test_scc ... ok [INFO] [stdout] test node_bound ... ok [INFO] [stdout] test node_indices ... ok [INFO] [stdout] test test_edges_directed ... ok [INFO] [stdout] test add_edge_oob - should panic ... ok [INFO] [stdout] test add_edge_vacant - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Running tests/steiner_trees.rs (/opt/rustwide/target/debug/deps/steiner_trees-481f3bb6781e420e) [INFO] [stdout] test test::example_kous_paper ... ok [INFO] [stdout] test test::b01_vienna_test ... ok [INFO] [stderr] Running tests/unionfind.rs (/opt/rustwide/target/debug/deps/unionfind-66c95694925442f6) [INFO] [stdout] test test::b07_vienna_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test uf_test_with_checked_equiv ... ok [INFO] [stdout] test uf_test_checked ... ok [INFO] [stdout] test uf_test_out_of_bounds ... ok [INFO] [stdout] test uf_test_with_equiv ... ok [INFO] [stdout] test labeling ... ok [INFO] [stdout] test uf_incremental ... ok [INFO] [stdout] test uf_u8 ... ok [INFO] [stdout] test uf_u8_checked ... ok [INFO] [stdout] test uf_rand ... ok [INFO] [stdout] test uf_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests petgraph [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test src/algo/articulation_points.rs - algo::articulation_points::articulation_points (line 28) ... ok [INFO] [stdout] test src/algo/bellman_ford.rs - algo::bellman_ford::bellman_ford (line 41) ... ok [INFO] [stdout] test src/algo/astar.rs - algo::astar::astar (line 45) ... ok [INFO] [stdout] test src/algo/bellman_ford.rs - algo::bellman_ford::find_negative_cycle (line 150) ... ok [INFO] [stdout] test src/algo/dijkstra.rs - algo::dijkstra::dijkstra (line 40) ... ok [INFO] [stdout] test src/algo/bridges.rs - algo::bridges::bridges (line 25) ... ok [INFO] [stdout] test src/algo/johnson.rs - algo::johnson::johnson (line 46) ... ok [INFO] [stdout] test src/algo/coloring.rs - algo::coloring::dsatur_coloring (line 32) ... ok [INFO] [stdout] test src/algo/feedback_arc_set.rs - algo::feedback_arc_set::greedy_feedback_arc_set (line 38) ... ok [INFO] [stdout] test src/algo/ford_fulkerson.rs - algo::ford_fulkerson::ford_fulkerson (line 137) ... ok [INFO] [stdout] test src/algo/floyd_warshall.rs - algo::floyd_warshall::floyd_warshall (line 34) ... ok [INFO] [stdout] test src/algo/floyd_warshall.rs - algo::floyd_warshall::floyd_warshall_path (line 141) ... ok [INFO] [stdout] test src/algo/maximal_cliques.rs - algo::maximal_cliques::maximal_cliques (line 91) ... ok [INFO] [stdout] test src/algo/matching.rs - algo::matching::maximum_matching (line 346) ... ok [INFO] [stdout] test src/algo/mod.rs - algo::condensation (line 645) ... ok [INFO] [stdout] test src/algo/k_shortest_path.rs - algo::k_shortest_path::k_shortest_path (line 36) ... ok [INFO] [stdout] test src/algo/min_spanning_tree.rs - algo::min_spanning_tree::min_spanning_tree_prim (line 215) ... ok [INFO] [stdout] test src/algo/min_spanning_tree.rs - algo::min_spanning_tree::min_spanning_tree (line 43) ... ok [INFO] [stdout] test src/algo/mod.rs - algo::condensation (line 687) ... ok [INFO] [stdout] test src/algo/mod.rs - algo::connected_components (line 88) ... ok [INFO] [stdout] test src/algo/tred.rs - algo::tred::dag_to_toposorted_adjacency_list (line 48) ... ok [INFO] [stdout] test src/algo/spfa.rs - algo::spfa::spfa (line 36) ... ok [INFO] [stdout] test src/algo/simple_paths.rs - algo::simple_paths::all_simple_paths (line 42) ... ok [INFO] [stdout] test src/csr.rs - csr::Csr::from_sorted_edges (line 176) ... ok [INFO] [stdout] test src/algo/page_rank.rs - algo::page_rank::page_rank (line 33) ... ok [INFO] [stdout] test src/graph_impl/mod.rs - graph_impl::Graph::index_twice_mut (line 1227) ... ok [INFO] [stdout] test src/graph_impl/mod.rs - graph_impl::Graph::from_edges (line 1420) ... ok [INFO] [stdout] test src/graph_impl/mod.rs - graph_impl::Graph::node_indices (line 1104) ... ok [INFO] [stdout] test src/csr.rs - csr::Csr::with_nodes (line 132) ... ok [INFO] [stdout] test src/graph_impl/mod.rs - graph_impl::WalkNeighbors (line 2075) ... ok [INFO] [stdout] test src/graph_impl/mod.rs - graph_impl::Graph (line 343) ... ok [INFO] [stdout] test src/algo/steiner_tree.rs - algo::steiner_tree::steiner_tree (line 152) ... ok [INFO] [stdout] test src/dot/mod.rs - dot::Dot (line 17) ... ok [INFO] [stdout] test src/graph_impl/stable_graph/mod.rs - graph_impl::stable_graph::StableGraph::from_edges (line 911) ... ok [INFO] [stdout] test src/lib.rs - (line 177) ... ok [INFO] [stdout] test src/graph_impl/stable_graph/mod.rs - graph_impl::stable_graph::WalkNeighbors (line 1707) ... ok [INFO] [stdout] test src/graphmap.rs - graphmap::GraphMap::add_edge (line 338) ... ok [INFO] [stdout] test src/lib.rs - (line 236) ... ok [INFO] [stdout] test src/graphmap.rs - graphmap::GraphMap::remove_edge (line 401) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/lib.rs - (line 357) ... ok [INFO] [stdout] test src/operator.rs - operator::complement (line 18) ... ok [INFO] [stdout] test src/prelude.rs - prelude (line 3) ... ok [INFO] [stdout] test src/lib.rs - (line 318) ... ok [INFO] [stdout] test src/graphmap.rs - graphmap::GraphMap::from_edges (line 257) ... ok [INFO] [stdout] test src/matrix_graph.rs - matrix_graph::MatrixGraph::from_edges (line 657) ... ok [INFO] [stdout] test src/lib.rs - (line 287) ... ok [INFO] [stdout] test src/unionfind.rs - unionfind::UnionFind::capacity (line 248) ... ok [INFO] [stdout] test src/unionfind.rs - unionfind::UnionFind::shrink_to (line 397) ... ok [INFO] [stdout] test src/unionfind.rs - unionfind::UnionFind::reserve (line 272) ... ok [INFO] [stdout] test src/unionfind.rs - unionfind::UnionFind::shrink_to_fit (line 369) ... ok [INFO] [stdout] test src/unionfind.rs - unionfind::UnionFind::reserve_exact (line 304) ... ok [INFO] [stdout] test src/visit/dfsvisit.rs - visit::dfsvisit::depth_first_search (line 202) ... ok [INFO] [stdout] test src/visit/traversal.rs - visit::traversal::Bfs (line 237) ... ok [INFO] [stdout] test src/visit/traversal.rs - visit::traversal::Dfs (line 21) ... ok [INFO] [stdout] test src/visit/dfsvisit.rs - visit::dfsvisit::depth_first_search (line 163) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "78456baf6854b887bb45d866ae228d286be634fb848c919301bec8033bb766fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78456baf6854b887bb45d866ae228d286be634fb848c919301bec8033bb766fc", kill_on_drop: false }` [INFO] [stdout] 78456baf6854b887bb45d866ae228d286be634fb848c919301bec8033bb766fc