[INFO] cloning repository https://github.com/tomassedovic/dose-response [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomassedovic/dose-response" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomassedovic%2Fdose-response", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomassedovic%2Fdose-response'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c114892093cf4de1ee8a7c0ce2c109fa4101816 [INFO] checking tomassedovic/dose-response against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomassedovic%2Fdose-response" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tomassedovic/dose-response on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7/source/.cargo/config [INFO] started tweaking git repo https://github.com/tomassedovic/dose-response [INFO] finished tweaking git repo https://github.com/tomassedovic/dose-response [INFO] tweaked toml for git repo https://github.com/tomassedovic/dose-response written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tomassedovic/dose-response already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b97faf92586a9c347834d9752f1eb5cf05df51f3dfb56c625b3d2135bd68864 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8b97faf92586a9c347834d9752f1eb5cf05df51f3dfb56c625b3d2135bd68864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b97faf92586a9c347834d9752f1eb5cf05df51f3dfb56c625b3d2135bd68864", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b97faf92586a9c347834d9752f1eb5cf05df51f3dfb56c625b3d2135bd68864", kill_on_drop: false }` [INFO] [stdout] 8b97faf92586a9c347834d9752f1eb5cf05df51f3dfb56c625b3d2135bd68864 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84326fa74c706eddc351a6f0c433797c027f9dd8ae0f8bc94ef9eb4a96742c8d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "84326fa74c706eddc351a6f0c433797c027f9dd8ae0f8bc94ef9eb4a96742c8d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.4.1 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Checking instant v0.1.6 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Checking ttf-parser v0.6.1 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.2 [INFO] [stderr] Checking ascii v0.9.1 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking oorandom v11.0.1 [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking stb_truetype v0.2.4 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling inflate v0.4.3 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking gif v0.10.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling ahash v0.6.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking raw-window-handle v0.3.1 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling ordered-float v1.0.1 [INFO] [stderr] Compiling approx v0.3.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Compiling rusttype v0.7.3 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking egui v0.4.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Checking simplelog v0.5.3 [INFO] [stderr] Checking backtrace v0.3.11 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking log-panics v2.0.0 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking toml_edit v0.2.0 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.22.1 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Checking serde_json v1.0.33 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking glutin v0.24.0 [INFO] [stderr] Compiling dose-response v2.0.0-dev (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rand` [INFO] [stdout] --> src/pathfinding.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | let mut rng = rand::IsaacRng::new_from_u64(0); [INFO] [stdout] | ^^^^ use of undeclared crate or module `rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/render.rs:309:6 [INFO] [stdout] | [INFO] [stdout] 309 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/render.rs:309:6 [INFO] [stdout] | [INFO] [stdout] 309 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:283:26 [INFO] [stdout] | [INFO] [stdout] 283 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 284 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 285 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 286 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 287 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 288 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:310:26 [INFO] [stdout] | [INFO] [stdout] 310 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 311 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 312 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 313 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 314 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 315 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:332:26 [INFO] [stdout] | [INFO] [stdout] 332 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 333 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 334 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 335 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 336 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 337 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:358:26 [INFO] [stdout] | [INFO] [stdout] 358 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 359 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 360 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 361 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 362 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 363 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:384:26 [INFO] [stdout] | [INFO] [stdout] 384 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 385 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 386 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 387 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 388 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 389 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:404:26 [INFO] [stdout] | [INFO] [stdout] 404 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 405 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 406 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 407 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 408 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 409 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied [INFO] [stdout] --> src/pathfinding.rs:435:26 [INFO] [stdout] | [INFO] [stdout] 435 | let path: Path = Path::find( [INFO] [stdout] | ^^^^^^^^^^ expected 6 arguments [INFO] [stdout] 436 | board.start, [INFO] [stdout] | ----------- [INFO] [stdout] 437 | board.destination, [INFO] [stdout] | ----------------- [INFO] [stdout] 438 | &mut board.world, [INFO] [stdout] | ---------------- [INFO] [stdout] 439 | Blocker::WALL, [INFO] [stdout] | ------------- [INFO] [stdout] 440 | Point::new(0, 0), [INFO] [stdout] | ---------------- supplied 5 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/pathfinding.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn find( [INFO] [stdout] | ^^^^ [INFO] [stdout] 16 | from: Point, [INFO] [stdout] | ----------- [INFO] [stdout] 17 | to: Point, [INFO] [stdout] | --------- [INFO] [stdout] 18 | world: &mut World, [INFO] [stdout] | ----------------- [INFO] [stdout] 19 | blockers: blocker::Blocker, [INFO] [stdout] | -------------------------- [INFO] [stdout] 20 | player_position: Point, [INFO] [stdout] | ---------------------- [INFO] [stdout] 21 | calculation_limit: i32, [INFO] [stdout] | ---------------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dose-response` [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] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "84326fa74c706eddc351a6f0c433797c027f9dd8ae0f8bc94ef9eb4a96742c8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84326fa74c706eddc351a6f0c433797c027f9dd8ae0f8bc94ef9eb4a96742c8d", kill_on_drop: false }` [INFO] [stdout] 84326fa74c706eddc351a6f0c433797c027f9dd8ae0f8bc94ef9eb4a96742c8d