[INFO] fetching crate yagraphc 0.1.2... [INFO] testing yagraphc-0.1.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate yagraphc 0.1.2 into /workspace/builds/worker-6-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate yagraphc 0.1.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83ce955d32d298d87c59437516cf698ad336b3182be0305d6a41db56d7030ea0 [INFO] running `Command { std: "docker" "start" "-a" "83ce955d32d298d87c59437516cf698ad336b3182be0305d6a41db56d7030ea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83ce955d32d298d87c59437516cf698ad336b3182be0305d6a41db56d7030ea0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83ce955d32d298d87c59437516cf698ad336b3182be0305d6a41db56d7030ea0", kill_on_drop: false }` [INFO] [stdout] 83ce955d32d298d87c59437516cf698ad336b3182be0305d6a41db56d7030ea0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 714281d5a3d155c7301ca3de2ec639ec52e72443c8162c316c2ec8a3ee490e5f [INFO] running `Command { std: "docker" "start" "-a" "714281d5a3d155c7301ca3de2ec639ec52e72443c8162c316c2ec8a3ee490e5f", 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.67s [INFO] running `Command { std: "docker" "inspect" "714281d5a3d155c7301ca3de2ec639ec52e72443c8162c316c2ec8a3ee490e5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "714281d5a3d155c7301ca3de2ec639ec52e72443c8162c316c2ec8a3ee490e5f", kill_on_drop: false }` [INFO] [stdout] 714281d5a3d155c7301ca3de2ec639ec52e72443c8162c316c2ec8a3ee490e5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a5414b687b2cd06616c4faa43f11e797130a56710ba63ca929ad87c87304909 [INFO] running `Command { std: "docker" "start" "-a" "0a5414b687b2cd06616c4faa43f11e797130a56710ba63ca929ad87c87304909", 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] [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.98s [INFO] running `Command { std: "docker" "inspect" "0a5414b687b2cd06616c4faa43f11e797130a56710ba63ca929ad87c87304909", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a5414b687b2cd06616c4faa43f11e797130a56710ba63ca929ad87c87304909", kill_on_drop: false }` [INFO] [stdout] 0a5414b687b2cd06616c4faa43f11e797130a56710ba63ca929ad87c87304909 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a8bb10419d42a579e12ac2aff293df435d245e769c477c20312ac56d71f8285 [INFO] running `Command { std: "docker" "start" "-a" "3a8bb10419d42a579e12ac2aff293df435d245e769c477c20312ac56d71f8285", 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.13s [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_bfs2 ... ok [INFO] [stdout] test graph::tests::test_a_star ... ok [INFO] [stdout] test graph::tests::test_a_star_with_path ... ok [INFO] [stdout] test graph::tests::digraph_maintenance ... ok [INFO] [stdout] test graph::tests::test_dfs ... ok [INFO] [stdout] test graph::tests::test_connected_components ... ok [INFO] [stdout] test graph::tests::test_cycles2 ... ok [INFO] [stdout] test graph::tests::test_derives ... ok [INFO] [stdout] test graph::tests::test_dijkstra ... ok [INFO] [stdout] test graph::tests::test_dijkstra_directed ... ok [INFO] [stdout] test graph::tests::test_dfs_post_order ... ok [INFO] [stdout] test graph::tests::test_dijkstra_str ... ok [INFO] [stdout] test graph::tests::test_edmonds_karp ... ok [INFO] [stdout] test graph::tests::test_connected_components2 ... ok [INFO] [stdout] test graph::tests::test_edmonds_karp_directed ... ok [INFO] [stdout] test graph::tests::test_find_path ... ok [INFO] [stdout] test graph::traits::tests::test_queue_entry ... ok [INFO] [stdout] test graph::tests::ungraph_maintenance ... ok [INFO] [stdout] test tests::test_prelude ... ok [INFO] [stdout] test graph::tests::test_find_path_filter_edges ... ok [INFO] [stdout] test graph::tests::test_bidir_find_path ... ok [INFO] [stdout] test graph::tests::test_cycles ... ok [INFO] [stdout] test graph::traits::tests::test_error ... ok [INFO] [stdout] test graph::tests::test_bfs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests yagraphc [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::connected_components (line 514) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraph::connected_components (line 229) ... ok [INFO] [stdout] test src/graph.rs - graph::DiGraphVecEdges::edmonds_karp (line 1094) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraph::all_edges (line 113) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::all_edges (line 393) ... ok [INFO] [stdout] test src/graph.rs - graph::UnGraphVecEdges::basic_cycles (line 322) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::dijkstra_with_path (line 804) ... 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.rs - graph::UnGraph::basic_cycles (line 42) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::ArithmeticallyWeightedGraph::a_star_with_path (line 963) ... 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::ArithmeticallyWeightedGraph::dijkstra (line 731) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::bfs (line 322) ... ok [INFO] [stdout] test src/graph/traits.rs - graph::traits::Traversable::edges (line 238) ... 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::dfs (line 360) ... ok [INFO] [stdout] test src/lib.rs - (line 13) ... 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_filter_edges (line 504) ... 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::find_path (line 433) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3a8bb10419d42a579e12ac2aff293df435d245e769c477c20312ac56d71f8285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a8bb10419d42a579e12ac2aff293df435d245e769c477c20312ac56d71f8285", kill_on_drop: false }` [INFO] [stdout] 3a8bb10419d42a579e12ac2aff293df435d245e769c477c20312ac56d71f8285