[INFO] cloning repository https://github.com/HaagManuel/Contraction-Hierarchy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HaagManuel/Contraction-Hierarchy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaagManuel%2FContraction-Hierarchy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaagManuel%2FContraction-Hierarchy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7798980ebe6268c91ed53ff3a43ba63d9fd177d1
[INFO] testing HaagManuel/Contraction-Hierarchy against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHaagManuel%2FContraction-Hierarchy" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HaagManuel/Contraction-Hierarchy
[INFO] finished tweaking git repo https://github.com/HaagManuel/Contraction-Hierarchy
[INFO] tweaked toml for git repo https://github.com/HaagManuel/Contraction-Hierarchy written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HaagManuel/Contraction-Hierarchy on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HaagManuel/Contraction-Hierarchy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded os_str_bytes v6.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e2983b52fc23c732fb0aca8218efa25d0f8a93d4bcddcee595fbe269ce5c6563
[INFO] running `Command { std: "docker" "start" "-a" "e2983b52fc23c732fb0aca8218efa25d0f8a93d4bcddcee595fbe269ce5c6563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e2983b52fc23c732fb0aca8218efa25d0f8a93d4bcddcee595fbe269ce5c6563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2983b52fc23c732fb0aca8218efa25d0f8a93d4bcddcee595fbe269ce5c6563", kill_on_drop: false }`
[INFO] [stdout] e2983b52fc23c732fb0aca8218efa25d0f8a93d4bcddcee595fbe269ce5c6563
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fa99c2f03f2080bb8419a416aa2031afaa6e608d81631ee5746af47450213b1
[INFO] running `Command { std: "docker" "start" "-a" "4fa99c2f03f2080bb8419a416aa2031afaa6e608d81631ee5746af47450213b1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling os_str_bytes v6.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling stud-rust-base v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dijkstra.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential {
[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] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<Edge>;
[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] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<Edge>;
[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] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn iter_edges(&self) -> std::slice::Iter<Edge>;
[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] 38 |     fn iter_edges(&self) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<Edge>;
[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] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {self.graph[node as usize].iter()}
[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] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {self.graph[node as usize].iter()}
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[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] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {
[INFO] [stdout]    |                       ^^^^^                   -------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {
[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] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
[INFO] running `Command { std: "docker" "inspect" "4fa99c2f03f2080bb8419a416aa2031afaa6e608d81631ee5746af47450213b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fa99c2f03f2080bb8419a416aa2031afaa6e608d81631ee5746af47450213b1", kill_on_drop: false }`
[INFO] [stdout] 4fa99c2f03f2080bb8419a416aa2031afaa6e608d81631ee5746af47450213b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b49dcc9b4b3599c2b1eef92983021f9fab97530f3d2d5583e5f088d442d54c52
[INFO] running `Command { std: "docker" "start" "-a" "b49dcc9b4b3599c2b1eef92983021f9fab97530f3d2d5583e5f088d442d54c52", kill_on_drop: false }`
[INFO] [stderr]    Compiling stud-rust-base v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dijkstra.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential {
[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] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<Edge>;
[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] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<Edge>;
[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] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn iter_edges(&self) -> std::slice::Iter<Edge>;
[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] 38 |     fn iter_edges(&self) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<Edge>;
[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] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {self.graph[node as usize].iter()}
[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] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {self.graph[node as usize].iter()}
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[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] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {
[INFO] [stdout]    |                       ^^^^^                   -------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {
[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] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dijkstra.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential {
[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] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<Edge>;
[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] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<Edge>;
[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] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn iter_edges(&self) -> std::slice::Iter<Edge>;
[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] 38 |     fn iter_edges(&self) -> std::slice::Iter<'_, Edge>;
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/definitions.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<Edge>;
[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] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<'_, Edge>;
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {self.graph[node as usize].iter()}
[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] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {self.graph[node as usize].iter()}
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_list.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[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] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:63:23
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {
[INFO] [stdout]    |                       ^^^^^                   -------------------------------------- the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/adjacency_array.rs:68:27
[INFO] [stdout]    |
[INFO] [stdout] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {
[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] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.29s
[INFO] running `Command { std: "docker" "inspect" "b49dcc9b4b3599c2b1eef92983021f9fab97530f3d2d5583e5f088d442d54c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b49dcc9b4b3599c2b1eef92983021f9fab97530f3d2d5583e5f088d442d54c52", kill_on_drop: false }`
[INFO] [stdout] b49dcc9b4b3599c2b1eef92983021f9fab97530f3d2d5583e5f088d442d54c52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8f979b64d6264e38caa7ad0349ef66870d04c8db6fa1f0041e9caeb28a094833
[INFO] running `Command { std: "docker" "start" "-a" "8f979b64d6264e38caa7ad0349ef66870d04c8db6fa1f0041e9caeb28a094833", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/dijkstra.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential {
[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] 25 |     pub fn new(_coords: &Vec<(Coordinate, Coordinate)>) -> L2Potential<'_> {
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/definitions.rs:31:23
[INFO] [stderr]    |
[INFO] [stderr] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<Edge>;
[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] 31 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, Edge>;
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/definitions.rs:32:27
[INFO] [stderr]    |
[INFO] [stderr] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<Edge>;
[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] 32 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, Edge>;
[INFO] [stderr]    |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/definitions.rs:38:19
[INFO] [stderr]    |
[INFO] [stderr] 38 |     fn iter_edges(&self) -> std::slice::Iter<Edge>;
[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] 38 |     fn iter_edges(&self) -> std::slice::Iter<'_, Edge>;
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/definitions.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<Edge>;
[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] 39 |     fn mut_iter_edges(&mut self) -> std::slice::IterMut<'_, Edge>;
[INFO] [stderr]    |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/adjacency_list.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {self.graph[node as usize].iter()}
[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] 39 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {self.graph[node as usize].iter()}
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/adjacency_list.rs:40:27
[INFO] [stderr]    |
[INFO] [stderr] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[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] 40 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {self.graph[node as usize].iter_mut()}
[INFO] [stderr]    |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/adjacency_array.rs:63:23
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<DirectedWeightedEdge> {
[INFO] [stderr]    |                       ^^^^^                   -------------------------------------- the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn incident_edges(&self, node: NodeId) -> std::slice::Iter<'_, DirectedWeightedEdge> {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/graph/adjacency_array.rs:68:27
[INFO] [stderr]    |
[INFO] [stderr] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<DirectedWeightedEdge> {
[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] 68 |     fn mut_incident_edges(&mut self, node: NodeId) -> std::slice::IterMut<'_, DirectedWeightedEdge> {
[INFO] [stderr]    |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `stud-rust-base` (lib) generated 9 warnings
[INFO] [stderr] warning: `stud-rust-base` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stud_rust_base-86201294bb4b45d6)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test graph::edge_list::tests::test_loop_multiedges ... ok
[INFO] [stdout] test ch::contraction::tests::test_graph_from_slide ... ok
[INFO] [stdout] test graph::edge_list::tests::test_reverse ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/compare_vector.rs (/opt/rustwide/target/debug/deps/compare_vector-e28c3f4140b0309e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/compute_distances.rs (/opt/rustwide/target/debug/deps/compute_distances-a2af012a6f963822)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/decode_vector.rs (/opt/rustwide/target/debug/deps/decode_vector-2ccdb1a4150b47a0)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/bin/encode_vector.rs (/opt/rustwide/target/debug/deps/encode_vector-47250b98e5055a11)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/example.rs (/opt/rustwide/target/debug/deps/example-53ccb0ee723b67b6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-39cbf5f7e9726eba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/random_tests.rs (/opt/rustwide/target/debug/deps/random_tests-0ea7db31e5e60c5b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests stud_rust_base
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/io.rs - io (line 8) - compile ... ok
[INFO] [stdout] test src/datastructure/index_heap.rs - datastructure::index_heap (line 13) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/datastructure/index_heap.rs - datastructure::index_heap (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rust_road_router`
[INFO] [stdout]  --> src/datastructure/index_heap.rs:14:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rust_road_router::datastr::index_heap::{Indexing, IndexdMinHeap};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `rust_road_router`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `rust_road_router`, use `cargo add rust_road_router` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/datastructure/index_heap.rs - datastructure::index_heap (line 13)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8f979b64d6264e38caa7ad0349ef66870d04c8db6fa1f0041e9caeb28a094833", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f979b64d6264e38caa7ad0349ef66870d04c8db6fa1f0041e9caeb28a094833", kill_on_drop: false }`
[INFO] [stdout] 8f979b64d6264e38caa7ad0349ef66870d04c8db6fa1f0041e9caeb28a094833
