[INFO] cloning repository https://github.com/slup/number_walker_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/slup/number_walker_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslup%2Fnumber_walker_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslup%2Fnumber_walker_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 79a2d98c1c041d3ffc7bfe4abb2d986b27c5ec8f [INFO] testing slup/number_walker_rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslup%2Fnumber_walker_rust" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slup/number_walker_rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/slup/number_walker_rust [INFO] finished tweaking git repo https://github.com/slup/number_walker_rust [INFO] tweaked toml for git repo https://github.com/slup/number_walker_rust written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/slup/number_walker_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c41cdf4a27f0bf3c0a0efe0f3ec8f5276f3fd7e2cbd00fb3dc9eff4c6b41e4c1 [INFO] running `Command { std: "docker" "start" "-a" "c41cdf4a27f0bf3c0a0efe0f3ec8f5276f3fd7e2cbd00fb3dc9eff4c6b41e4c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c41cdf4a27f0bf3c0a0efe0f3ec8f5276f3fd7e2cbd00fb3dc9eff4c6b41e4c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c41cdf4a27f0bf3c0a0efe0f3ec8f5276f3fd7e2cbd00fb3dc9eff4c6b41e4c1", kill_on_drop: false }` [INFO] [stdout] c41cdf4a27f0bf3c0a0efe0f3ec8f5276f3fd7e2cbd00fb3dc9eff4c6b41e4c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 308260c6f8da1afe5156e2ba5fb881a1f683856ca3239c64593003f40c0c045f [INFO] running `Command { std: "docker" "start" "-a" "308260c6f8da1afe5156e2ba5fb881a1f683856ca3239c64593003f40c0c045f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling number_walker v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:5:40 [INFO] [stdout] | [INFO] [stdout] 5 | let start = solver::Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:5:46 [INFO] [stdout] | [INFO] [stdout] 5 | let start = solver::Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:5:55 [INFO] [stdout] | [INFO] [stdout] 5 | let start = solver::Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:6:39 [INFO] [stdout] | [INFO] [stdout] 6 | let goal = solver::Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:6:45 [INFO] [stdout] | [INFO] [stdout] 6 | let goal = solver::Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:6:54 [INFO] [stdout] | [INFO] [stdout] 6 | let goal = solver::Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:96:45 [INFO] [stdout] | [INFO] [stdout] 96 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:97:35 [INFO] [stdout] | [INFO] [stdout] 97 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:97:44 [INFO] [stdout] | [INFO] [stdout] 97 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:104:36 [INFO] [stdout] | [INFO] [stdout] 104 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:104:45 [INFO] [stdout] | [INFO] [stdout] 104 | let start = Coordinate {x: 1i, y:1i, val: 22i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:105:29 [INFO] [stdout] | [INFO] [stdout] 105 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:105:35 [INFO] [stdout] | [INFO] [stdout] 105 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:105:44 [INFO] [stdout] | [INFO] [stdout] 105 | let goal = Coordinate {x: 2i, y:1i, val: 1i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | let start = Coordinate {x: 1i, y:1i, val: 65i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:112:36 [INFO] [stdout] | [INFO] [stdout] 112 | let start = Coordinate {x: 1i, y:1i, val: 65i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:112:45 [INFO] [stdout] | [INFO] [stdout] 112 | let start = Coordinate {x: 1i, y:1i, val: 65i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:113:29 [INFO] [stdout] | [INFO] [stdout] 113 | let goal = Coordinate {x: 2i, y:1i, val: 160i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | let goal = Coordinate {x: 2i, y:1i, val: 160i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | let goal = Coordinate {x: 2i, y:1i, val: 160i}; [INFO] [stdout] | ^^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:120:30 [INFO] [stdout] | [INFO] [stdout] 120 | let start = Coordinate {x: 1i, y:1i, val: 40i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:120:36 [INFO] [stdout] | [INFO] [stdout] 120 | let start = Coordinate {x: 1i, y:1i, val: 40i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:120:45 [INFO] [stdout] | [INFO] [stdout] 120 | let start = Coordinate {x: 1i, y:1i, val: 40i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 121 | let goal = Coordinate {x: 2i, y:1i, val: 98i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:121:35 [INFO] [stdout] | [INFO] [stdout] 121 | let goal = Coordinate {x: 2i, y:1i, val: 98i}; [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/solver/mod.rs:121:44 [INFO] [stdout] | [INFO] [stdout] 121 | let goal = Coordinate {x: 2i, y:1i, val: 98i}; [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:7:52 [INFO] [stdout] | [INFO] [stdout] 7 | println!("{}", solver::solve(start, goal, vec![25i, 3i])); [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:7:57 [INFO] [stdout] | [INFO] [stdout] 7 | println!("{}", solver::solve(start, goal, vec![25i, 3i])); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 8 | println!("{}", solver::solve(start, goal, vec![127i, 103i])); [INFO] [stdout] | ^^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/main.rs:8:58 [INFO] [stdout] | [INFO] [stdout] 8 | println!("{}", solver::solve(start, goal, vec![127i, 103i])); [INFO] [stdout] | ^^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub x: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub y: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:6:11 [INFO] [stdout] | [INFO] [stdout] 6 | pub val: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub left: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | pub right: int, [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | pub result: Option, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 26 | pub result: Option, [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 22 | pub struct Operation { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:39:64 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn solve(start: Coordinate, goal: Coordinate, values: Vec) -> bool { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 39 | pub fn solve(start: Coordinate, goal: Coordinate, values: Vec) -> bool { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 39 | pub fn solve(start: Coordinate, goal: Coordinate, values: Vec) -> bool { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | fn _solve(start: int, goal: int, values: Vec) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | fn _solve(start: int, goal: int, values: Vec) -> bool { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | fn _solve(start: int, goal: int, values: Vec) -> bool { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 43 | fn _solve(start: int, goal: int, values: Vec) -> bool { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 43 | fn _solve(start: int, goal: int, values: Vec) -> bool { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | fn get_operations_vec(start: int, value: int) -> Vec> { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:82:42 [INFO] [stdout] | [INFO] [stdout] 82 | fn get_operations_vec(start: int, value: int) -> Vec> { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/solver/mod.rs:82:61 [INFO] [stdout] | [INFO] [stdout] 82 | fn get_operations_vec(start: int, value: int) -> Vec> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 82 | fn get_operations_vec(start: int, value: int) -> Vec> { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 82 | fn get_operations_vec(start: int, value: int) -> Vec> { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/solver/mod.rs:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | new_values.push_all(values.as_slice()); [INFO] [stdout] | ^^^^^^^^ method not found in `Vec<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `number_walker` due to 49 previous errors [INFO] running `Command { std: "docker" "inspect" "308260c6f8da1afe5156e2ba5fb881a1f683856ca3239c64593003f40c0c045f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "308260c6f8da1afe5156e2ba5fb881a1f683856ca3239c64593003f40c0c045f", kill_on_drop: false }` [INFO] [stdout] 308260c6f8da1afe5156e2ba5fb881a1f683856ca3239c64593003f40c0c045f