[INFO] fetching crate safe-graph 0.1.6... [INFO] testing safe-graph-0.1.6 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate safe-graph 0.1.6 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate safe-graph 0.1.6 [INFO] finished tweaking crates.io crate safe-graph 0.1.6 [INFO] tweaked toml for crates.io crate safe-graph 0.1.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate safe-graph 0.1.6 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding indexmap v1.9.3 (available: v2.11.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88b1ac99be9b756dbfafdc8b8434521b18b0d31e83d59939aeb3e1759e41cc07 [INFO] running `Command { std: "docker" "start" "-a" "88b1ac99be9b756dbfafdc8b8434521b18b0d31e83d59939aeb3e1759e41cc07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88b1ac99be9b756dbfafdc8b8434521b18b0d31e83d59939aeb3e1759e41cc07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b1ac99be9b756dbfafdc8b8434521b18b0d31e83d59939aeb3e1759e41cc07", kill_on_drop: false }` [INFO] [stdout] 88b1ac99be9b756dbfafdc8b8434521b18b0d31e83d59939aeb3e1759e41cc07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ee8f39db4c2e9f1c315ed3f7232849f9a8d73c4a2afb29fa46fce041c74416a [INFO] running `Command { std: "docker" "start" "-a" "0ee8f39db4c2e9f1c315ed3f7232849f9a8d73c4a2afb29fa46fce041c74416a", kill_on_drop: false }` [INFO] [stderr] Compiling safe-graph v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn nodes(&self) -> Nodes { [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] 223 | pub fn nodes(&self) -> Nodes<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:234:22 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:289:22 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "0ee8f39db4c2e9f1c315ed3f7232849f9a8d73c4a2afb29fa46fce041c74416a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ee8f39db4c2e9f1c315ed3f7232849f9a8d73c4a2afb29fa46fce041c74416a", kill_on_drop: false }` [INFO] [stdout] 0ee8f39db4c2e9f1c315ed3f7232849f9a8d73c4a2afb29fa46fce041c74416a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8963768535fc5d8ecc94384709f8399c5722844be0b8d27dfa01e347b608b673 [INFO] running `Command { std: "docker" "start" "-a" "8963768535fc5d8ecc94384709f8399c5722844be0b8d27dfa01e347b608b673", kill_on_drop: false }` [INFO] [stderr] Compiling safe-graph v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn nodes(&self) -> Nodes { [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] 223 | pub fn nodes(&self) -> Nodes<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:234:22 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:289:22 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn nodes(&self) -> Nodes { [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] 223 | pub fn nodes(&self) -> Nodes<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:234:22 [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 234 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:253:31 [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 270 | pub fn edges(&self, from: N) -> Edges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:289:22 [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 289 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `Command { std: "docker" "inspect" "8963768535fc5d8ecc94384709f8399c5722844be0b8d27dfa01e347b608b673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8963768535fc5d8ecc94384709f8399c5722844be0b8d27dfa01e347b608b673", kill_on_drop: false }` [INFO] [stdout] 8963768535fc5d8ecc94384709f8399c5722844be0b8d27dfa01e347b608b673 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 28f5305669c3e0cc1586ea4e585242d4df22849aa6a19669c35a5338e4f05f55 [INFO] running `Command { std: "docker" "start" "-a" "28f5305669c3e0cc1586ea4e585242d4df22849aa6a19669c35a5338e4f05f55", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:223:18 [INFO] [stderr] | [INFO] [stderr] 223 | pub fn nodes(&self) -> Nodes { [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] 223 | pub fn nodes(&self) -> Nodes<'_, N> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:234:22 [INFO] [stderr] | [INFO] [stderr] 234 | pub fn neighbors(&self, a: N) -> Neighbors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 234 | pub fn neighbors(&self, a: N) -> Neighbors<'_, N, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:253:31 [INFO] [stderr] | [INFO] [stderr] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 253 | pub fn neighbors_directed(&self, a: N, dir: Direction) -> NeighborsDirected<'_, N, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:270:18 [INFO] [stderr] | [INFO] [stderr] 270 | pub fn edges(&self, from: N) -> Edges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 270 | pub fn edges(&self, from: N) -> Edges<'_, N, E, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:289:22 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn all_edges(&self) -> AllEdges { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 289 | pub fn all_edges(&self) -> AllEdges<'_, N, E, Ty> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `safe-graph` (lib) generated 5 warnings (run `cargo fix --lib -p safe-graph` to apply 5 suggestions) [INFO] [stderr] warning: `safe-graph` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/safe_graph-dfa99789e1ef26e8) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test edge::tests::all_edges_count ... ok [INFO] [stdout] test edge::tests::all_edges_last ... ok [INFO] [stdout] test edge::tests::all_edges_new ... ok [INFO] [stdout] test edge::tests::all_edges_next ... ok [INFO] [stdout] test edge::tests::all_edges_nth ... ok [INFO] [stdout] test edge::tests::all_edges_next_back ... ok [INFO] [stdout] test edge::tests::all_edges_size_hint ... ok [INFO] [stdout] test edge::tests::compact_direction_from ... ok [INFO] [stdout] test edge::tests::compact_direction_partial_equal_with_direction ... ok [INFO] [stdout] test edge::tests::direction_clone ... ok [INFO] [stdout] test edge::tests::direction_opposite ... ok [INFO] [stdout] test edge::tests::edge_type_is_directed ... ok [INFO] [stdout] test edge::tests::direction_index ... ok [INFO] [stdout] test edge::tests::edges_new ... ok [INFO] [stdout] test edge::tests::edges_next ... ok [INFO] [stdout] test graph::tests::add_edge ... ok [INFO] [stdout] test edge::tests::into_weighted_edge ... ok [INFO] [stdout] test graph::tests::add_edge_with_nodes_as_tuples ... ok [INFO] [stdout] test graph::tests::add_node ... ok [INFO] [stdout] test graph::tests::add_node_as_tuple ... ok [INFO] [stdout] test graph::tests::check_nodes_and_edges ... ok [INFO] [stdout] test graph::tests::clear ... ok [INFO] [stdout] test graph::tests::contains_edge ... ok [INFO] [stdout] test graph::tests::contains_node ... ok [INFO] [stdout] test graph::tests::add_node_as_tuple_twide ... ok [INFO] [stdout] test graph::tests::edge_key ... ok [INFO] [stdout] test graph::tests::neighbors ... ok [INFO] [stdout] test graph::tests::capacity ... ok [INFO] [stdout] test graph::tests::all_edges ... ok [INFO] [stdout] test graph::tests::edge_count ... ok [INFO] [stdout] test graph::tests::fmt ... ok [INFO] [stdout] test graph::tests::new ... ok [INFO] [stdout] test graph::tests::edge_weight_with_nodes_as_tuples ... ok [INFO] [stdout] test graph::tests::new_with_tuple_as_node ... ok [INFO] [stdout] test graph::tests::edge_weight ... ok [INFO] [stdout] test graph::tests::node_count ... ok [INFO] [stdout] test graph::tests::nodes ... ok [INFO] [stdout] test graph::tests::is_directed_true ... ok [INFO] [stdout] test graph::tests::from_edges ... ok [INFO] [stdout] test graph::tests::edge_weight_mut ... ok [INFO] [stdout] test graph::tests::with_capacity ... ok [INFO] [stdout] test graph::tests::edges ... ok [INFO] [stdout] test node::tests::new ... ok [INFO] [stdout] test graph::tests::neighbors_directed ... ok [INFO] [stdout] test graph::tests::is_directed_false ... ok [INFO] [stdout] test node::tests::next ... ok [INFO] [stdout] test node::tests::size_hint ... ok [INFO] [stdout] test traverse::tests::neighbors_directed_new ... ok [INFO] [stdout] test traverse::tests::neighbors_directed_next ... ok [INFO] [stdout] test traverse::tests::neighbors_new ... ok [INFO] [stdout] test traverse::tests::neighbors_next ... ok [INFO] [stdout] test edge::tests::edges_next_unreachable - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests safe_graph [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/graph.rs - graph::Graph::new (line 76) ... ok [INFO] [stdout] test src/edge.rs - edge::AllEdges<'a,N,E,Ty>::size_hint (line 114) ... ok [INFO] [stdout] test src/graph.rs - graph::Graph::from_edges (line 124) ... ok [INFO] [stdout] test src/graph.rs - graph::Graph::add_edge (line 182) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.73s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28f5305669c3e0cc1586ea4e585242d4df22849aa6a19669c35a5338e4f05f55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28f5305669c3e0cc1586ea4e585242d4df22849aa6a19669c35a5338e4f05f55", kill_on_drop: false }` [INFO] [stdout] 28f5305669c3e0cc1586ea4e585242d4df22849aa6a19669c35a5338e4f05f55