[INFO] updating cached repository https://github.com/R4con/graphical_a_star
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 0d6e101a523a344ed1ecfbd49e6f1f189a785281
[INFO] checking R4con/graphical_a_star against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FR4con%2Fgraphical_a_star" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/R4con/graphical_a_star on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/R4con/graphical_a_star
[INFO] finished tweaking git repo https://github.com/R4con/graphical_a_star
[INFO] tweaked toml for git repo https://github.com/R4con/graphical_a_star written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/R4con/graphical_a_star already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9c4f88b801ed7126a18e098ac3a9d947f143d99ac261f28729243c6d97750a95
[INFO] running `"docker" "start" "-a" "9c4f88b801ed7126a18e098ac3a9d947f143d99ac261f28729243c6d97750a95"`
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]    Compiling gl_generator v0.10.0
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]     Checking png v0.15.0
[INFO] [stderr]     Checking x11-dl v2.18.4
[INFO] [stderr]     Checking tiff v0.3.1
[INFO] [stderr]     Checking rusttype v0.8.1
[INFO] [stderr]     Checking rayon-core v1.6.0
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking piston2d-graphics v0.35.0
[INFO] [stderr]    Compiling gl v0.11.0
[INFO] [stderr]     Checking rayon v1.2.0
[INFO] [stderr]     Checking glutin_glx_sys v0.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.102
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]     Checking jpeg-decoder v0.1.16
[INFO] [stderr]     Checking wayland-client v0.21.13
[INFO] [stderr]     Checking image v0.22.3
[INFO] [stderr]     Checking wayland-protocols v0.21.13
[INFO] [stderr]     Checking piston2d-opengl_graphics v0.69.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking pistoncore-input v0.28.0
[INFO] [stderr]     Checking winit v0.19.5
[INFO] [stderr]     Checking pistoncore-window v0.44.0
[INFO] [stderr]     Checking pistoncore-event_loop v0.49.0
[INFO] [stderr]     Checking glutin v0.21.1
[INFO] [stderr]     Checking piston v0.49.0
[INFO] [stderr]     Checking pistoncore-glutin_window v0.63.0
[INFO] [stderr]     Checking graphical_a_star v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0415]: identifier `closed_list` is bound more than once in this parameter list
[INFO] [stderr]   --> src/main.rs:79:203
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                           ^^^^^^^^^^^ used as parameter more than once
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope
[INFO] [stderr]   --> src/main.rs:79:176
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::hash_map::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Node` in this scope
[INFO] [stderr]   --> src/main.rs:79:196
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                    ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use crate::a_star::Node;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<'a, Node> App<'a> {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope
[INFO] [stderr]   --> src/main.rs:79:221
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                                             ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::hash_map::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Node` in this scope
[INFO] [stderr]   --> src/main.rs:79:241
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                                                                 ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use crate::a_star::Node;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<'a, Node> App<'a> {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0415]: identifier `closed_list` is bound more than once in this parameter list
[INFO] [stderr]   --> src/main.rs:79:203
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                           ^^^^^^^^^^^ used as parameter more than once
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope
[INFO] [stderr]   --> src/main.rs:79:176
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::hash_map::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Node` in this scope
[INFO] [stderr]   --> src/main.rs:79:196
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                    ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use crate::a_star::Node;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<'a, Node> App<'a> {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HashMap` in this scope
[INFO] [stderr]   --> src/main.rs:79:221
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                                             ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 7  | use std::collections::hash_map::HashMap;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Node` in this scope
[INFO] [stderr]   --> src/main.rs:79:241
[INFO] [stderr]    |
[INFO] [stderr] 79 |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]    |                                                                                                                                                                                                                                                 ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 7  | use crate::a_star::Node;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl<'a, Node> App<'a> {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:82:22
[INFO] [stderr]    |
[INFO] [stderr] 82 |         final_path = a_star::Node::get_path(&start_node, &target_node, &closed_list);
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&a_star::Node`, found struct `std::vec::Vec`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&a_star::Node`
[INFO] [stderr]                  found struct `std::vec::Vec<(i32, i32)>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `process_recalc` found for struct `App<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:149:21
[INFO] [stderr]     |
[INFO] [stderr] 15  | pub struct App<'a> {    //? Variables used in App go here
[INFO] [stderr]     | ------------------ method `process_recalc` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 149 |                 app.process_recalc(&mut closed_list, &mut final_path, &start_node, &target_node, NEW_MAP, &mut open_list, &closed_list);
[INFO] [stderr]     |                 ----^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |   |
[INFO] [stderr]     |                 |   this is an associated function, not a method
[INFO] [stderr]     |                 help: use associated function syntax instead: `App::<'_>::process_recalc`
[INFO] [stderr]     |
[INFO] [stderr]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stderr] note: the candidate is defined in an impl for the type `App<'_>`
[INFO] [stderr]    --> src/main.rs:79:5
[INFO] [stderr]     |
[INFO] [stderr] 79  |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0415, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `graphical_a_star`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/main.rs:82:22
[INFO] [stderr]    |
[INFO] [stderr] 82 |         final_path = a_star::Node::get_path(&start_node, &target_node, &closed_list);
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&a_star::Node`, found struct `std::vec::Vec`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected reference `&a_star::Node`
[INFO] [stderr]                  found struct `std::vec::Vec<(i32, i32)>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `process_recalc` found for struct `App<'_>` in the current scope
[INFO] [stderr]    --> src/main.rs:149:21
[INFO] [stderr]     |
[INFO] [stderr] 15  | pub struct App<'a> {    //? Variables used in App go here
[INFO] [stderr]     | ------------------ method `process_recalc` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 149 |                 app.process_recalc(&mut closed_list, &mut final_path, &start_node, &target_node, NEW_MAP, &mut open_list, &closed_list);
[INFO] [stderr]     |                 ----^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |   |
[INFO] [stderr]     |                 |   this is an associated function, not a method
[INFO] [stderr]     |                 help: use associated function syntax instead: `App::<'_>::process_recalc`
[INFO] [stderr]     |
[INFO] [stderr]     = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
[INFO] [stderr] note: the candidate is defined in an impl for the type `App<'_>`
[INFO] [stderr]    --> src/main.rs:79:5
[INFO] [stderr]     |
[INFO] [stderr] 79  |     fn process_recalc(closed_list: &a_star::Node, final_path: &a_star::Node, start_node: &a_star::Node, target_node: &a_star::Node, NEW_MAP: &mut[&mut[bool]], open_list: &mut HashMap<(i32, i32), Node>, closed_list: &mut HashMap<(i32, i32), Node>) {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0412, E0415, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `graphical_a_star`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "9c4f88b801ed7126a18e098ac3a9d947f143d99ac261f28729243c6d97750a95"`
[INFO] running `"docker" "rm" "-f" "9c4f88b801ed7126a18e098ac3a9d947f143d99ac261f28729243c6d97750a95"`
[INFO] [stdout] 9c4f88b801ed7126a18e098ac3a9d947f143d99ac261f28729243c6d97750a95
