[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] documenting slup/number_walker_rust against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslup%2Fnumber_walker_rust" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slup/number_walker_rust on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/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-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 61bbb679db3235a414ecab238f55638468259f92a7855acb9e19d551e12d0ffc [INFO] running `Command { std: "docker" "start" "-a" "61bbb679db3235a414ecab238f55638468259f92a7855acb9e19d551e12d0ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61bbb679db3235a414ecab238f55638468259f92a7855acb9e19d551e12d0ffc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61bbb679db3235a414ecab238f55638468259f92a7855acb9e19d551e12d0ffc", kill_on_drop: false }` [INFO] [stdout] 61bbb679db3235a414ecab238f55638468259f92a7855acb9e19d551e12d0ffc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7913398a6e65d5b181e66201fb982b3d02ac3198becbb87a38a6b16da49df149 [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" "7913398a6e65d5b181e66201fb982b3d02ac3198becbb87a38a6b16da49df149", kill_on_drop: false }` [INFO] [stderr] Documenting number_walker v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for integer 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 integral types (`u32`, `isize`, 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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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] 22 | pub struct Operation { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 26 | pub result: Option, [INFO] [stdout] | ^^^ not found in this scope [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: you might be missing a type parameter: `` [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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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: you might be missing a type parameter: `` [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] | ^^^ not found in this scope [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] | ^^^ not found in this scope [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: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `number_walker`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name number_walker src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "7913398a6e65d5b181e66201fb982b3d02ac3198becbb87a38a6b16da49df149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7913398a6e65d5b181e66201fb982b3d02ac3198becbb87a38a6b16da49df149", kill_on_drop: false }` [INFO] [stdout] 7913398a6e65d5b181e66201fb982b3d02ac3198becbb87a38a6b16da49df149