[INFO] fetching crate yagraphc 0.1.2... [INFO] testing yagraphc-0.1.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate yagraphc 0.1.2 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate yagraphc 0.1.2 [INFO] finished tweaking crates.io crate yagraphc 0.1.2 [INFO] tweaked toml for crates.io crate yagraphc 0.1.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate yagraphc 0.1.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fae7ce140d559faf3ee7a467c810e80a1f5809791ee61504cd93e886d101a114 [INFO] running `Command { std: "docker" "start" "-a" "fae7ce140d559faf3ee7a467c810e80a1f5809791ee61504cd93e886d101a114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fae7ce140d559faf3ee7a467c810e80a1f5809791ee61504cd93e886d101a114", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fae7ce140d559faf3ee7a467c810e80a1f5809791ee61504cd93e886d101a114", kill_on_drop: false }` [INFO] [stdout] fae7ce140d559faf3ee7a467c810e80a1f5809791ee61504cd93e886d101a114 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f70237e8659ac576f9c03d1a87cabb74daf210e1888c1b469c6da7d32eb91fc [INFO] running `Command { std: "docker" "start" "-a" "2f70237e8659ac576f9c03d1a87cabb74daf210e1888c1b469c6da7d32eb91fc", kill_on_drop: false }` [INFO] [stderr] Compiling yagraphc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:205:14 [INFO] [stdout] | [INFO] [stdout] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:504:17 [INFO] [stdout] | [INFO] [stdout] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:763:17 [INFO] [stdout] | [INFO] [stdout] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1034:14 [INFO] [stdout] | [INFO] [stdout] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1057:17 [INFO] [stdout] | [INFO] [stdout] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:259:14 [INFO] [stdout] | [INFO] [stdout] 259 | fn edges(&self, n: &T) -> EdgeIterType; [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] 259 | fn edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:294:17 [INFO] [stdout] | [INFO] [stdout] 294 | fn in_edges(&self, n: &T) -> EdgeIterType; [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] 294 | fn in_edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:314:14 [INFO] [stdout] | [INFO] [stdout] 314 | fn nodes(&self) -> NodeIter; [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] 314 | fn nodes(&self) -> NodeIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:338:12 [INFO] [stdout] | [INFO] [stdout] 338 | fn bfs(&self, from: T) -> BfsIter [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] 338 | fn bfs(&self, from: T) -> BfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:377:12 [INFO] [stdout] | [INFO] [stdout] 377 | fn dfs(&self, from: T) -> DfsIter [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] 377 | fn dfs(&self, from: T) -> DfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "2f70237e8659ac576f9c03d1a87cabb74daf210e1888c1b469c6da7d32eb91fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f70237e8659ac576f9c03d1a87cabb74daf210e1888c1b469c6da7d32eb91fc", kill_on_drop: false }` [INFO] [stdout] 2f70237e8659ac576f9c03d1a87cabb74daf210e1888c1b469c6da7d32eb91fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 498162103a9b2ecd5ffd50f2426c8d8eaa11ac88846476b6c203197f4f74f6e9 [INFO] running `Command { std: "docker" "start" "-a" "498162103a9b2ecd5ffd50f2426c8d8eaa11ac88846476b6c203197f4f74f6e9", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:205:14 [INFO] [stdout] | [INFO] [stdout] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:504:17 [INFO] [stdout] | [INFO] [stdout] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:763:17 [INFO] [stdout] | [INFO] [stdout] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1034:14 [INFO] [stdout] | [INFO] [stdout] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1057:17 [INFO] [stdout] | [INFO] [stdout] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:259:14 [INFO] [stdout] | [INFO] [stdout] 259 | fn edges(&self, n: &T) -> EdgeIterType; [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] 259 | fn edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:294:17 [INFO] [stdout] | [INFO] [stdout] 294 | fn in_edges(&self, n: &T) -> EdgeIterType; [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] 294 | fn in_edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:314:14 [INFO] [stdout] | [INFO] [stdout] 314 | fn nodes(&self) -> NodeIter; [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] 314 | fn nodes(&self) -> NodeIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:338:12 [INFO] [stdout] | [INFO] [stdout] 338 | fn bfs(&self, from: T) -> BfsIter [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] 338 | fn bfs(&self, from: T) -> BfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:377:12 [INFO] [stdout] | [INFO] [stdout] 377 | fn dfs(&self, from: T) -> DfsIter [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] 377 | fn dfs(&self, from: T) -> DfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yagraphc v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:205:14 [INFO] [stdout] | [INFO] [stdout] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:219:17 [INFO] [stdout] | [INFO] [stdout] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:490:14 [INFO] [stdout] | [INFO] [stdout] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:504:17 [INFO] [stdout] | [INFO] [stdout] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:740:14 [INFO] [stdout] | [INFO] [stdout] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:763:17 [INFO] [stdout] | [INFO] [stdout] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1034:14 [INFO] [stdout] | [INFO] [stdout] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph.rs:1057:17 [INFO] [stdout] | [INFO] [stdout] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:259:14 [INFO] [stdout] | [INFO] [stdout] 259 | fn edges(&self, n: &T) -> EdgeIterType; [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] 259 | fn edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:294:17 [INFO] [stdout] | [INFO] [stdout] 294 | fn in_edges(&self, n: &T) -> EdgeIterType; [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] 294 | fn in_edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:314:14 [INFO] [stdout] | [INFO] [stdout] 314 | fn nodes(&self) -> NodeIter; [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] 314 | fn nodes(&self) -> NodeIter<'_, T>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:338:12 [INFO] [stdout] | [INFO] [stdout] 338 | fn bfs(&self, from: T) -> BfsIter [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] 338 | fn bfs(&self, from: T) -> BfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/graph/traits.rs:377:12 [INFO] [stdout] | [INFO] [stdout] 377 | fn dfs(&self, from: T) -> DfsIter [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] 377 | fn dfs(&self, from: T) -> DfsIter<'_, T, W> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "498162103a9b2ecd5ffd50f2426c8d8eaa11ac88846476b6c203197f4f74f6e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "498162103a9b2ecd5ffd50f2426c8d8eaa11ac88846476b6c203197f4f74f6e9", kill_on_drop: false }` [INFO] [stdout] 498162103a9b2ecd5ffd50f2426c8d8eaa11ac88846476b6c203197f4f74f6e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5892f2d32e2f02c261017145662fd515ae08001009bbccd32ca2c74ea65ca8b1 [INFO] running `Command { std: "docker" "start" "-a" "5892f2d32e2f02c261017145662fd515ae08001009bbccd32ca2c74ea65ca8b1", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:205:14 [INFO] [stderr] | [INFO] [stderr] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 205 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:219:17 [INFO] [stderr] | [INFO] [stderr] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 219 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:490:14 [INFO] [stderr] | [INFO] [stderr] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 490 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:504:17 [INFO] [stderr] | [INFO] [stderr] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 504 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:740:14 [INFO] [stderr] | [INFO] [stderr] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 740 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:763:17 [INFO] [stderr] | [INFO] [stderr] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 763 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:1034:14 [INFO] [stderr] | [INFO] [stderr] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType { [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] 1034 | fn edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph.rs:1057:17 [INFO] [stderr] | [INFO] [stderr] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType { [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] 1057 | fn in_edges(&self, n: &T) -> traits::EdgeIterType<'_, T, W> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph/traits.rs:259:14 [INFO] [stderr] | [INFO] [stderr] 259 | fn edges(&self, n: &T) -> EdgeIterType; [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] 259 | fn edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph/traits.rs:294:17 [INFO] [stderr] | [INFO] [stderr] 294 | fn in_edges(&self, n: &T) -> EdgeIterType; [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] 294 | fn in_edges(&self, n: &T) -> EdgeIterType<'_, T, W>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph/traits.rs:314:14 [INFO] [stderr] | [INFO] [stderr] 314 | fn nodes(&self) -> NodeIter; [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] 314 | fn nodes(&self) -> NodeIter<'_, T>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph/traits.rs:338:12 [INFO] [stderr] | [INFO] [stderr] 338 | fn bfs(&self, from: T) -> BfsIter [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] 338 | fn bfs(&self, from: T) -> BfsIter<'_, T, W> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/graph/traits.rs:377:12 [INFO] [stderr] | [INFO] [stderr] 377 | fn dfs(&self, from: T) -> DfsIter [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] 377 | fn dfs(&self, from: T) -> DfsIter<'_, T, W> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `yagraphc` (lib) generated 13 warnings (run `cargo fix --lib -p yagraphc` to apply 13 suggestions) [INFO] [stderr] warning: `yagraphc` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yagraphc-bf5b61aee4347788) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test graph::tests::test_a_star ... ok [INFO] [stdout] test graph::tests::digraph_maintenance ... ok [INFO] [stdout] test graph::tests::test_a_star_with_path ... ok [INFO] [stdout] test graph::tests::test_bfs ... ok [INFO] [stdout] test graph::tests::test_bfs2 ... ok [INFO] [stdout] test graph::tests::test_bidir_find_path ... ok [INFO] [stdout] test graph::tests::test_cycles ... ok [INFO] [stdout] test graph::tests::test_connected_components ... ok [INFO] [stdout] test graph::tests::test_derives ... ok [INFO] [stdout] test graph::tests::test_cycles2 ... ok [INFO] [stdout] test graph::tests::test_connected_components2 ... ok [INFO] [stdout] test graph::tests::test_dijkstra ... ok [INFO] [stdout] test graph::tests::test_dijkstra_str ... ok [INFO] [stdout] test graph::tests::test_edmonds_karp_directed ... ok [INFO] [stdout] test graph::tests::test_find_path_filter_edges ... ok [INFO] [stdout] test graph::tests::ungraph_maintenance ... ok [INFO] [stdout] test graph::traits::tests::test_error ... ok [INFO] [stdout] test graph::traits::tests::test_queue_entry ... ok [INFO] [stdout] test tests::test_prelude ... ok [INFO] [stdout] test graph::tests::test_dfs ... ok [INFO] [stdout] test graph::tests::test_dfs_post_order ... ok [INFO] [stderr] Doc-tests yagraphc [INFO] [stdout] test graph::tests::test_dijkstra_directed ... ok [INFO] [stdout] test graph::tests::test_find_path ... ok [INFO] [stdout] test graph::tests::test_edmonds_karp ... 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] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/graph.rs - graph::UnGraph::all_edges (line 113) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::basic_cycles (line 322) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraph::basic_cycles (line 42) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::connected_components (line 514) ... ok [INFO] [stdout] test src/graph.rs - graph::DiGraph::edmonds_karp (line 800) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::a_star (line 891) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::a_star_with_path (line 963) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraph::connected_components (line 229) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::all_edges (line 393) ... ok [INFO] [stdout] test src/graph.rs - graph::DiGraphVecEdges::edmonds_karp (line 1094) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::dijkstra_with_path (line 804) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::edges (line 238) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::dijkstra (line 731) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::dfs (line 360) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::connected_components (line 580) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::dfs_post_order (line 402) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::bfs (line 322) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::edmonds_karp (line 1056) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::nodes (line 299) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::in_edges (line 271) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::find_path (line 433) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::find_path_filter_edges (line 504) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.79s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5892f2d32e2f02c261017145662fd515ae08001009bbccd32ca2c74ea65ca8b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5892f2d32e2f02c261017145662fd515ae08001009bbccd32ca2c74ea65ca8b1", kill_on_drop: false }` [INFO] [stdout] 5892f2d32e2f02c261017145662fd515ae08001009bbccd32ca2c74ea65ca8b1