[INFO] fetching crate gdsl 0.2.1... [INFO] testing gdsl-0.2.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate gdsl 0.2.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate gdsl 0.2.1 [INFO] finished tweaking crates.io crate gdsl 0.2.1 [INFO] tweaked toml for crates.io crate gdsl 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gdsl 0.2.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gdsl 0.2.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c477e156a5796c553378d1cb44f204026e04bf9cbbc601dac11c2b17eca9b8a [INFO] running `Command { std: "docker" "start" "-a" "8c477e156a5796c553378d1cb44f204026e04bf9cbbc601dac11c2b17eca9b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c477e156a5796c553378d1cb44f204026e04bf9cbbc601dac11c2b17eca9b8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c477e156a5796c553378d1cb44f204026e04bf9cbbc601dac11c2b17eca9b8a", kill_on_drop: false }` [INFO] [stdout] 8c477e156a5796c553378d1cb44f204026e04bf9cbbc601dac11c2b17eca9b8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d4ab9ef2832138084810f4871e22e60e7cfb6147796a659a131abddc2278c61 [INFO] running `Command { std: "docker" "start" "-a" "5d4ab9ef2832138084810f4871e22e60e7cfb6147796a659a131abddc2278c61", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling serde v1.0.169 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling syn v2.0.24 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling gdsl v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:561:21 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn preorder(&self) -> Order { [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] 561 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:588:22 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn postorder(&self) -> Order { [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] 588 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:620:16 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn dfs(&self) -> Dfs { [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] 620 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:653:16 [INFO] [stdout] | [INFO] [stdout] 653 | pub fn bfs(&self) -> Bfs { [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] 653 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:685:16 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn pfs(&self) -> Pfs [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] 685 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:710:21 [INFO] [stdout] | [INFO] [stdout] 710 | pub fn iter_out(&self) -> IterOut { [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] 710 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:736:20 [INFO] [stdout] | [INFO] [stdout] 736 | pub fn iter_in(&self) -> IterIn { [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] 736 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_outbound(&self, idx: usize) -> 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] 59 | pub fn get_outbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_inbound(&self, idx: usize) -> 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] 63 | pub fn get_inbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn find_outbound(&self, node: &K) -> 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] 67 | pub fn find_outbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn find_inbound(&self, node: &K) -> 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] 76 | pub fn find_inbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn preorder(&self) -> Order { [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] 527 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:554:22 [INFO] [stdout] | [INFO] [stdout] 554 | pub fn postorder(&self) -> Order { [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] 554 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:586:16 [INFO] [stdout] | [INFO] [stdout] 586 | pub fn dfs(&self) -> Dfs { [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] 586 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:619:16 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn bfs(&self) -> Bfs { [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] 619 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:651:16 [INFO] [stdout] | [INFO] [stdout] 651 | pub fn pfs(&self) -> Pfs [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] 651 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:676:21 [INFO] [stdout] | [INFO] [stdout] 676 | pub fn iter_out(&self) -> IterOut { [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] 676 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:702:20 [INFO] [stdout] | [INFO] [stdout] 702 | pub fn iter_in(&self) -> IterIn { [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] 702 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn order(&self) -> Order { [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] 407 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn dfs(&self) -> Dfs { [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] 413 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn bfs(&self) -> Bfs { [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] 419 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn pfs(&self) -> Pfs [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] 426 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn iter(&self) -> NodeIterator { [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] 434 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:391:18 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn order(&self) -> Order { [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] 391 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:397:16 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn dfs(&self) -> Dfs { [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] 397 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:403:16 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn bfs(&self) -> Bfs { [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] 403 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn pfs(&self) -> Pfs [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] 410 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn iter(&self) -> NodeIterator { [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] 418 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s [INFO] running `Command { std: "docker" "inspect" "5d4ab9ef2832138084810f4871e22e60e7cfb6147796a659a131abddc2278c61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d4ab9ef2832138084810f4871e22e60e7cfb6147796a659a131abddc2278c61", kill_on_drop: false }` [INFO] [stdout] 5d4ab9ef2832138084810f4871e22e60e7cfb6147796a659a131abddc2278c61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32b8eeca771383a1169233d87647a4346c09c686d9405f3c5eb4566ee67cbc6a [INFO] running `Command { std: "docker" "start" "-a" "32b8eeca771383a1169233d87647a4346c09c686d9405f3c5eb4566ee67cbc6a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling serde v1.0.169 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling serde_derive v1.0.169 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling os_str_bytes v6.5.1 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling itoa v1.0.8 [INFO] [stderr] Compiling regex-syntax v0.7.3 [INFO] [stderr] Compiling ryu v1.0.14 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling regex-automata v0.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling petgraph v0.6.3 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling gdsl v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:561:21 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn preorder(&self) -> Order { [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] 561 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:588:22 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn postorder(&self) -> Order { [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] 588 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:620:16 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn dfs(&self) -> Dfs { [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] 620 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:653:16 [INFO] [stdout] | [INFO] [stdout] 653 | pub fn bfs(&self) -> Bfs { [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] 653 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:685:16 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn pfs(&self) -> Pfs [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] 685 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:710:21 [INFO] [stdout] | [INFO] [stdout] 710 | pub fn iter_out(&self) -> IterOut { [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] 710 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:736:20 [INFO] [stdout] | [INFO] [stdout] 736 | pub fn iter_in(&self) -> IterIn { [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] 736 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_outbound(&self, idx: usize) -> 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] 59 | pub fn get_outbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_inbound(&self, idx: usize) -> 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] 63 | pub fn get_inbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn find_outbound(&self, node: &K) -> 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] 67 | pub fn find_outbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn find_inbound(&self, node: &K) -> 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] 76 | pub fn find_inbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn preorder(&self) -> Order { [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] 527 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:554:22 [INFO] [stdout] | [INFO] [stdout] 554 | pub fn postorder(&self) -> Order { [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] 554 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:586:16 [INFO] [stdout] | [INFO] [stdout] 586 | pub fn dfs(&self) -> Dfs { [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] 586 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:619:16 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn bfs(&self) -> Bfs { [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] 619 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:651:16 [INFO] [stdout] | [INFO] [stdout] 651 | pub fn pfs(&self) -> Pfs [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] 651 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:676:21 [INFO] [stdout] | [INFO] [stdout] 676 | pub fn iter_out(&self) -> IterOut { [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] 676 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:702:20 [INFO] [stdout] | [INFO] [stdout] 702 | pub fn iter_in(&self) -> IterIn { [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] 702 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn order(&self) -> Order { [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] 407 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn dfs(&self) -> Dfs { [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] 413 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn bfs(&self) -> Bfs { [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] 419 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn pfs(&self) -> Pfs [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] 426 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn iter(&self) -> NodeIterator { [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] 434 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:391:18 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn order(&self) -> Order { [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] 391 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:397:16 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn dfs(&self) -> Dfs { [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] 397 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:403:16 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn bfs(&self) -> Bfs { [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] 403 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn pfs(&self) -> Pfs [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] 410 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn iter(&self) -> NodeIterator { [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] 418 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:561:21 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn preorder(&self) -> Order { [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] 561 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:588:22 [INFO] [stdout] | [INFO] [stdout] 588 | pub fn postorder(&self) -> Order { [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] 588 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:620:16 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn dfs(&self) -> Dfs { [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] 620 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:653:16 [INFO] [stdout] | [INFO] [stdout] 653 | pub fn bfs(&self) -> Bfs { [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] 653 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:685:16 [INFO] [stdout] | [INFO] [stdout] 685 | pub fn pfs(&self) -> Pfs [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] 685 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:710:21 [INFO] [stdout] | [INFO] [stdout] 710 | pub fn iter_out(&self) -> IterOut { [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] 710 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/mod.rs:736:20 [INFO] [stdout] | [INFO] [stdout] 736 | pub fn iter_in(&self) -> IterIn { [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] 736 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:59:25 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn get_outbound(&self, idx: usize) -> 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] 59 | pub fn get_outbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn get_inbound(&self, idx: usize) -> 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] 63 | pub fn get_inbound(&self, idx: usize) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn find_outbound(&self, node: &K) -> 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] 67 | pub fn find_outbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/adjacent.rs:76:25 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn find_inbound(&self, node: &K) -> 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] 76 | pub fn find_inbound(&self, node: &K) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:527:21 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn preorder(&self) -> Order { [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] 527 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:554:22 [INFO] [stdout] | [INFO] [stdout] 554 | pub fn postorder(&self) -> Order { [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] 554 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:586:16 [INFO] [stdout] | [INFO] [stdout] 586 | pub fn dfs(&self) -> Dfs { [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] 586 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:619:16 [INFO] [stdout] | [INFO] [stdout] 619 | pub fn bfs(&self) -> Bfs { [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] 619 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:651:16 [INFO] [stdout] | [INFO] [stdout] 651 | pub fn pfs(&self) -> Pfs [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] 651 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:676:21 [INFO] [stdout] | [INFO] [stdout] 676 | pub fn iter_out(&self) -> IterOut { [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] 676 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/mod.rs:702:20 [INFO] [stdout] | [INFO] [stdout] 702 | pub fn iter_in(&self) -> IterIn { [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] 702 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_digraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn order(&self) -> Order { [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] 407 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:413:16 [INFO] [stdout] | [INFO] [stdout] 413 | pub fn dfs(&self) -> Dfs { [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] 413 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:419:16 [INFO] [stdout] | [INFO] [stdout] 419 | pub fn bfs(&self) -> Bfs { [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] 419 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:426:16 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn pfs(&self) -> Pfs [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] 426 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/mod.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | pub fn iter(&self) -> NodeIterator { [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] 434 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sync_ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:391:18 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn order(&self) -> Order { [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] 391 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:397:16 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn dfs(&self) -> Dfs { [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] 397 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:403:16 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn bfs(&self) -> Bfs { [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] 403 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:410:16 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn pfs(&self) -> Pfs [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] 410 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/mod.rs:418:17 [INFO] [stdout] | [INFO] [stdout] 418 | pub fn iter(&self) -> NodeIterator { [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] 418 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ungraph/node/algo/path.rs:66:23 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 55.90s [INFO] running `Command { std: "docker" "inspect" "32b8eeca771383a1169233d87647a4346c09c686d9405f3c5eb4566ee67cbc6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32b8eeca771383a1169233d87647a4346c09c686d9405f3c5eb4566ee67cbc6a", kill_on_drop: false }` [INFO] [stdout] 32b8eeca771383a1169233d87647a4346c09c686d9405f3c5eb4566ee67cbc6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dbc5d527ff8bdec8d9a1064be7d9e4a9046adf34d3122042eb082b645b465e82 [INFO] running `Command { std: "docker" "start" "-a" "dbc5d527ff8bdec8d9a1064be7d9e4a9046adf34d3122042eb082b645b465e82", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:561:21 [INFO] [stderr] | [INFO] [stderr] 561 | pub fn preorder(&self) -> Order { [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] 561 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:588:22 [INFO] [stderr] | [INFO] [stderr] 588 | pub fn postorder(&self) -> Order { [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] 588 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:620:16 [INFO] [stderr] | [INFO] [stderr] 620 | pub fn dfs(&self) -> Dfs { [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] 620 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:653:16 [INFO] [stderr] | [INFO] [stderr] 653 | pub fn bfs(&self) -> Bfs { [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] 653 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:685:16 [INFO] [stderr] | [INFO] [stderr] 685 | pub fn pfs(&self) -> Pfs [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] 685 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:710:21 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn iter_out(&self) -> IterOut { [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] 710 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/mod.rs:736:20 [INFO] [stderr] | [INFO] [stderr] 736 | pub fn iter_in(&self) -> IterIn { [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] 736 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/adjacent.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn get_outbound(&self, idx: usize) -> 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] 59 | pub fn get_outbound(&self, idx: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/adjacent.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_inbound(&self, idx: usize) -> 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] 63 | pub fn get_inbound(&self, idx: usize) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/adjacent.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn find_outbound(&self, node: &K) -> 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] 67 | pub fn find_outbound(&self, node: &K) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/adjacent.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | pub fn find_inbound(&self, node: &K) -> 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] 76 | pub fn find_inbound(&self, node: &K) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/algo/path.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/digraph/node/algo/path.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:527:21 [INFO] [stderr] | [INFO] [stderr] 527 | pub fn preorder(&self) -> Order { [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] 527 | pub fn preorder(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:554:22 [INFO] [stderr] | [INFO] [stderr] 554 | pub fn postorder(&self) -> Order { [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] 554 | pub fn postorder(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:586:16 [INFO] [stderr] | [INFO] [stderr] 586 | pub fn dfs(&self) -> Dfs { [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] 586 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:619:16 [INFO] [stderr] | [INFO] [stderr] 619 | pub fn bfs(&self) -> Bfs { [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] 619 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:651:16 [INFO] [stderr] | [INFO] [stderr] 651 | pub fn pfs(&self) -> Pfs [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] 651 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:676:21 [INFO] [stderr] | [INFO] [stderr] 676 | pub fn iter_out(&self) -> IterOut { [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] 676 | pub fn iter_out(&self) -> IterOut<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/mod.rs:702:20 [INFO] [stderr] | [INFO] [stderr] 702 | pub fn iter_in(&self) -> IterIn { [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] 702 | pub fn iter_in(&self) -> IterIn<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/algo/path.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_digraph/node/algo/path.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/mod.rs:407:18 [INFO] [stderr] | [INFO] [stderr] 407 | pub fn order(&self) -> Order { [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] 407 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/mod.rs:413:16 [INFO] [stderr] | [INFO] [stderr] 413 | pub fn dfs(&self) -> Dfs { [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] 413 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/mod.rs:419:16 [INFO] [stderr] | [INFO] [stderr] 419 | pub fn bfs(&self) -> Bfs { [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] 419 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/mod.rs:426:16 [INFO] [stderr] | [INFO] [stderr] 426 | pub fn pfs(&self) -> Pfs [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] 426 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/mod.rs:434:17 [INFO] [stderr] | [INFO] [stderr] 434 | pub fn iter(&self) -> NodeIterator { [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] 434 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/algo/path.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sync_ungraph/node/algo/path.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/mod.rs:391:18 [INFO] [stderr] | [INFO] [stderr] 391 | pub fn order(&self) -> Order { [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] 391 | pub fn order(&self) -> Order<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/mod.rs:397:16 [INFO] [stderr] | [INFO] [stderr] 397 | pub fn dfs(&self) -> Dfs { [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] 397 | pub fn dfs(&self) -> Dfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/mod.rs:403:16 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn bfs(&self) -> Bfs { [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] 403 | pub fn bfs(&self) -> Bfs<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/mod.rs:410:16 [INFO] [stderr] | [INFO] [stderr] 410 | pub fn pfs(&self) -> Pfs [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] 410 | pub fn pfs(&self) -> Pfs<'_, K, N, E> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/mod.rs:418:17 [INFO] [stderr] | [INFO] [stderr] 418 | pub fn iter(&self) -> NodeIterator { [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] 418 | pub fn iter(&self) -> NodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/algo/path.rs:59:23 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn iter_nodes(&self) -> PathNodeIterator { [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] 59 | pub fn iter_nodes(&self) -> PathNodeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ungraph/node/algo/path.rs:66:23 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | pub fn iter_edges(&self) -> PathEdgeIterator<'_, K, N, E> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `gdsl` (lib) generated 36 warnings (run `cargo fix --lib -p gdsl` to apply 36 suggestions) [INFO] [stderr] warning: `gdsl` (lib test) generated 36 warnings (36 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gdsl-1e5e98e7bc329b2e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/digraph_tests.rs (/opt/rustwide/target/debug/deps/digraph_tests-911cc350a44181b4) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test doc_header_digraph ... ok [INFO] [stdout] test ut_digraph ... ok [INFO] [stdout] test ttt ... ok [INFO] [stdout] test ut_digraph_bfs ... ok [INFO] [stdout] test ut_digraph_bfs_cycle_2 ... ok [INFO] [stdout] test ut_digraph_bfs_find_1 ... ok [INFO] [stdout] test ut_digraph_bfs_cycle_1 ... ok [INFO] [stdout] test ut_digraph_dfs_cycle_1 ... ok [INFO] [stdout] test ut_digraph_connect ... ok [INFO] [stdout] test ut_digraph_deref_node ... ok [INFO] [stdout] test ut_digraph_dfs_cycle_2 ... ok [INFO] [stdout] test ut_digraph_dfs_find_1 ... ok [INFO] [stdout] test ut_digraph_dijkstra ... ok [INFO] [stdout] test ut_digraph_disconnect ... ok [INFO] [stdout] test ut_digraph_new ... ok [INFO] [stdout] test ut_digraph_manual_bfs ... ok [INFO] [stdout] test ut_digraph_order ... ok [INFO] [stdout] test ut_digraph_isolate ... ok [INFO] [stdout] test ut_digraph_scc ... ok [INFO] [stdout] test ut_digraph_sizes ... ok [INFO] [stdout] test ut_serde_json ... ok [INFO] [stdout] test ut_serde_cbor ... ok [INFO] [stdout] test ut_serde_cbor_big ... ok [INFO] [stdout] test ut_digraph_try_connect ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-9b329e8670434652) [INFO] [stdout] [INFO] [stderr] Running tests/ungraph_tests.rs (/opt/rustwide/target/debug/deps/ungraph_tests-661f0841ace91fbf) [INFO] [stdout] running 40 tests [INFO] [stdout] test digraph_tests::doc_header_digraph ... ok [INFO] [stdout] test digraph_tests::ut_digraph_bfs ... ok [INFO] [stdout] test digraph_tests::ut_digraph_connect ... ok [INFO] [stdout] test digraph_tests::ut_digraph_deref_node ... ok [INFO] [stdout] test digraph_tests::ttt ... ok [INFO] [stdout] test digraph_tests::ut_digraph_dfs_cycle_1 ... ok [INFO] [stdout] test digraph_tests::ut_digraph ... ok [INFO] [stdout] test digraph_tests::ut_digraph_bfs_cycle_2 ... ok [INFO] [stdout] test digraph_tests::ut_digraph_bfs_find_1 ... ok [INFO] [stdout] test digraph_tests::ut_digraph_dfs_cycle_2 ... ok [INFO] [stdout] test digraph_tests::ut_digraph_isolate ... ok [INFO] [stdout] test digraph_tests::ut_digraph_new ... ok [INFO] [stdout] test digraph_tests::ut_digraph_manual_bfs ... ok [INFO] [stdout] test digraph_tests::ut_digraph_sizes ... ok [INFO] [stdout] test digraph_tests::ut_digraph_try_connect ... ok [INFO] [stdout] test digraph_tests::ut_digraph_scc ... ok [INFO] [stdout] test digraph_tests::ut_digraph_dijkstra ... ok [INFO] [stdout] test digraph_tests::ut_digraph_dfs_find_1 ... ok [INFO] [stdout] test digraph_tests::ut_digraph_order ... ok [INFO] [stdout] test digraph_tests::ut_digraph_disconnect ... ok [INFO] [stdout] test digraph_tests::ut_digraph_bfs_cycle_1 ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_bfs ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_bfs_cycle_2 ... ok [INFO] [stdout] test digraph_tests::ut_serde_json ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_bfs_find_1 ... ok [INFO] [stdout] test digraph_tests::ut_serde_cbor ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_bfs_cycle_1 ... ok [INFO] [stdout] test digraph_tests::ut_serde_cbor_big ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_connect ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_dfs_cycle_1 ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_disconnect ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_isolate ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_manual_bfs ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_dfs_cycle_2 ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_sizes ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_new ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_try_connect ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_dijkstra ... ok [INFO] [stdout] test ungraph_tests::ut_ungraph_dfs_find_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test ut_ungraph_bfs_cycle_1 ... ok [INFO] [stdout] test ut_ungraph_bfs_cycle_2 ... ok [INFO] [stdout] test ut_ungraph_bfs ... ok [INFO] [stdout] test ut_ungraph ... ok [INFO] [stdout] test ut_ungraph_bfs_find_1 ... ok [INFO] [stdout] test ut_ungraph_dfs_cycle_1 ... ok [INFO] [stdout] test ut_ungraph_dfs_cycle_2 ... ok [INFO] [stdout] test ut_ungraph_dijkstra ... ok [INFO] [stdout] test ut_ungraph_manual_bfs ... ok [INFO] [stdout] test ut_ungraph_connect ... ok [INFO] [stdout] test ut_ungraph_new ... ok [INFO] [stdout] test ut_ungraph_disconnect ... ok [INFO] [stdout] test ut_ungraph_isolate ... ok [INFO] [stderr] Doc-tests gdsl [INFO] [stdout] test ut_ungraph_dfs_find_1 ... ok [INFO] [stdout] test ut_ungraph_sizes ... ok [INFO] [stdout] test ut_ungraph_try_connect ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 118 tests [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::contains (line 108) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::get (line 145) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::iter (line 332) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::len (line 125) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::is_empty (line 166) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph (line 13) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::insert (line 181) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::leaves (line 276) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::roots (line 247) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::orphans (line 304) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::new (line 78) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::to_vec (line 226) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::scc (line 354) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node (line 142) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::connect (line 277) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::with_capacity (line 93) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node (line 18) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::bfs (line 630) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::in_degree (line 255) ... ok [INFO] [stdout] test src/digraph/mod.rs - digraph::Graph::remove (line 204) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::find_inbound (line 518) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::is_connected (line 472) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::find_outbound (line 492) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::disconnect (line 338) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::is_root (line 410) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::is_leaf (line 430) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::dfs (line 597) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::isolate (line 371) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::is_orphan (line 450) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::key (line 203) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::iter_in (line 721) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::out_degree (line 234) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::value (line 218) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::iter_out (line 696) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::new (line 185) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::postorder (line 571) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::preorder (line 544) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::try_connect (line 307) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph (line 13) ... ok [INFO] [stdout] test src/digraph/node/mod.rs - digraph::node::Node::pfs (line 663) ... ok [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::is_empty (line 151) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::get (line 130) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::contains (line 93) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::iter (line 317) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::insert (line 166) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::new (line 78) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::leaves (line 261) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::len (line 110) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::orphans (line 289) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::connect (line 231) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::remove (line 189) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::roots (line 232) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::to_vec (line 211) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node (line 18) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node (line 98) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::bfs (line 596) ... ok [INFO] [stdout] test src/sync_digraph/mod.rs - sync_digraph::Graph::scc (line 339) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::find_inbound (line 484) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::disconnect (line 294) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::find_outbound (line 458) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::in_degree (line 209) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::is_connected (line 438) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::is_leaf (line 396) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::is_orphan (line 416) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::isolate (line 327) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::dfs (line 563) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::new (line 139) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::is_root (line 376) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::key (line 157) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::iter_out (line 662) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::pfs (line 629) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::iter_in (line 687) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::value (line 172) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::try_connect (line 263) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::contains (line 50) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::out_degree (line 188) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::get (line 87) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::preorder (line 510) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::insert (line 123) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::is_empty (line 108) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::len (line 67) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::new (line 35) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node (line 18) ... ok [INFO] [stdout] test src/sync_digraph/node/mod.rs - sync_digraph::node::Node::postorder (line 537) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::remove (line 146) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::iter (line 217) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::orphans (line 189) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::new (line 178) ... ok [INFO] [stdout] test src/sync_ungraph/mod.rs - sync_ungraph::Graph::to_vec (line 168) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::connect (line 250) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::key (line 196) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node (line 135) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::disconnect (line 313) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::degree (line 227) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::contains (line 50) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::value (line 211) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::isolate (line 337) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::iter (line 217) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::new (line 35) ... ok [INFO] [stdout] test src/sync_ungraph/node/mod.rs - sync_ungraph::node::Node::try_connect (line 282) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::is_empty (line 108) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::get (line 87) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::insert (line 123) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::len (line 67) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::remove (line 146) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::disconnect (line 310) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node (line 136) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node (line 18) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::orphans (line 189) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::connect (line 249) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::key (line 195) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::isolate (line 334) ... ok [INFO] [stdout] test src/ungraph/mod.rs - ungraph::Graph::to_vec (line 168) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::degree (line 226) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::new (line 177) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::try_connect (line 279) ... ok [INFO] [stdout] test src/ungraph/node/mod.rs - ungraph::node::Node::value (line 210) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 118 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dbc5d527ff8bdec8d9a1064be7d9e4a9046adf34d3122042eb082b645b465e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbc5d527ff8bdec8d9a1064be7d9e4a9046adf34d3122042eb082b645b465e82", kill_on_drop: false }` [INFO] [stdout] dbc5d527ff8bdec8d9a1064be7d9e4a9046adf34d3122042eb082b645b465e82