[INFO] fetching crate r-graph 0.1.5... [INFO] checking r-graph-0.1.5 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] extracting crate r-graph 0.1.5 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate r-graph 0.1.5 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate r-graph 0.1.5 [INFO] finished tweaking crates.io crate r-graph 0.1.5 [INFO] tweaked toml for crates.io crate r-graph 0.1.5 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b00d217d4fe40a04ce2b7195d954749deeef911130a5442fa81b792de0ada694 [INFO] running `Command { std: "docker" "start" "-a" "b00d217d4fe40a04ce2b7195d954749deeef911130a5442fa81b792de0ada694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b00d217d4fe40a04ce2b7195d954749deeef911130a5442fa81b792de0ada694", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b00d217d4fe40a04ce2b7195d954749deeef911130a5442fa81b792de0ada694", kill_on_drop: false }` [INFO] [stdout] b00d217d4fe40a04ce2b7195d954749deeef911130a5442fa81b792de0ada694 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e18f52444e9413cacb9aef7572211af09b05918f00e0bb65c2fc893078557ccb [INFO] running `Command { std: "docker" "start" "-a" "e18f52444e9413cacb9aef7572211af09b05918f00e0bb65c2fc893078557ccb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.134 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking r-graph v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AddEdge`, `Undirected` [INFO] [stdout] --> src/extended/clique.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dev::orientation::{AddEdge, Orientation, Undirected}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddVertex`, `GetVertex`, `Vertices` [INFO] [stdout] --> src/extended/clique.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::dev::{AddVertex, GetVertex, Neighbours, Vertices, orientation}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubGraph` [INFO] [stdout] --> src/extended/clique.rs:5:41 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::wrapper::sub::{intersection, SubGraph}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dev::transform::transformers::VertexKey` [INFO] [stdout] --> src/extended/clique.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::dev::transform::transformers::VertexKey; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Orientation` [INFO] [stdout] --> src/wrapper/sub.rs:1:40 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dev::orientation::{AddEdge, Orientation}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddEdge`, `Undirected` [INFO] [stdout] --> src/extended/clique.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dev::orientation::{AddEdge, Orientation, Undirected}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddVertex`, `GetVertex`, `Vertices` [INFO] [stdout] --> src/extended/clique.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::dev::{AddVertex, GetVertex, Neighbours, Vertices, orientation}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SubGraph` [INFO] [stdout] --> src/extended/clique.rs:5:41 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::wrapper::sub::{intersection, SubGraph}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::dev::transform::transformers::VertexKey` [INFO] [stdout] --> src/extended/clique.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::dev::transform::transformers::VertexKey; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Orientation` [INFO] [stdout] --> src/wrapper/sub.rs:1:40 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dev::orientation::{AddEdge, Orientation}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Vertex` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 338 | impl<'a, Func, VertexKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex: 'a, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 342 | VertexKey2: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 342 | VertexKey2: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 338 | impl<'a, Func, VertexKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge: 'a> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Vertex2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 391 | impl<'a, Func, Vertex2: 'a, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 395 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Vertex` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 439 | impl<'a, Func, EdgeKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex: 'a, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 443 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 443 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 439 | impl<'a, Func, EdgeKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge: 'a> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 506 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 502 | impl<'a, Func, Edge2: 'a, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stderr] error: could not compile `r-graph` due to 13 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0309]: the parameter type `Vertex` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 338 | impl<'a, Func, VertexKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex: 'a, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:384:13 [INFO] [stdout] | [INFO] [stdout] 384 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 342 | VertexKey2: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 342 | VertexKey2: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:385:13 [INFO] [stdout] | [INFO] [stdout] 385 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 338 | impl<'a, Func, VertexKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge: 'a> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Vertex2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 391 | impl<'a, Func, Vertex2: 'a, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:432:13 [INFO] [stdout] | [INFO] [stdout] 432 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 395 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Vertex` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `Vertex` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 439 | impl<'a, Func, EdgeKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex: 'a, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | vertices, [INFO] [stdout] | ^^^^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 443 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 443 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:496:13 [INFO] [stdout] | [INFO] [stdout] 496 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 439 | impl<'a, Func, EdgeKey2, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge: 'a> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `VertexKey` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `VertexKey` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 506 | VertexKey: Eq + Hash + 'a, [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0309]: the parameter type `Edge2` may not live long enough [INFO] [stdout] --> src/dev/simple.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | edges, [INFO] [stdout] | ^^^^^ ...so that the type `Edge2` will meet its required lifetime bounds [INFO] [stdout] | [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 502 | impl<'a, Func, Edge2: 'a, VertexIntoIter, EdgeIntoIter, VertexKey, Vertex, EdgeKey, Edge> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0309`. [INFO] [stdout] [INFO] [stderr] error: could not compile `r-graph` due to 13 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e18f52444e9413cacb9aef7572211af09b05918f00e0bb65c2fc893078557ccb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e18f52444e9413cacb9aef7572211af09b05918f00e0bb65c2fc893078557ccb", kill_on_drop: false }` [INFO] [stdout] e18f52444e9413cacb9aef7572211af09b05918f00e0bb65c2fc893078557ccb