[INFO] fetching crate gomoku-core 0.1.1... [INFO] checking gomoku-core-0.1.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate gomoku-core 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate gomoku-core 0.1.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gomoku-core 0.1.1 [INFO] finished tweaking crates.io crate gomoku-core 0.1.1 [INFO] tweaked toml for crates.io crate gomoku-core 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91232be4bc139fb51ce7d17b3067f8f6f9a2354e777d4b02185a8e480be37622 [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" "91232be4bc139fb51ce7d17b3067f8f6f9a2354e777d4b02185a8e480be37622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91232be4bc139fb51ce7d17b3067f8f6f9a2354e777d4b02185a8e480be37622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91232be4bc139fb51ce7d17b3067f8f6f9a2354e777d4b02185a8e480be37622", kill_on_drop: false }` [INFO] [stdout] 91232be4bc139fb51ce7d17b3067f8f6f9a2354e777d4b02185a8e480be37622 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b55d814685cbdac39ebbd4f636958d200d13d7a42bf483de2f77ace9e52140fe [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" "b55d814685cbdac39ebbd4f636958d200d13d7a42bf483de2f77ace9e52140fe", kill_on_drop: false }` [INFO] [stderr] Checking gomoku-core v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/alignments.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0...y - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0..y - 1).rev() { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0..=y - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/alignments.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0...x - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0..x - 1).rev() { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0..=x - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/alignments.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0...y - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0..y - 1).rev() { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 40 | for y in (0..=y - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/alignments.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0...x - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0..x - 1).rev() { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 86 | for x in (0..=x - 1).rev() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw..x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw..=x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back..y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back..=y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:137:28 [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back..x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back..=x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:137:53 [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back..y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back..=y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw..x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw..=x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:87:59 [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back..y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 87 | for (x, y) in (x - forw...x + back).rev().zip(y - back..=y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:137:28 [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back..x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back..=x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/functions/captures_on_alignement.rs:137:53 [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back...y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back..y + forw) { [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 137 | for (x, y) in (x - back...x + forw).zip(y - back..=y + forw) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gomoku-core` [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] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b55d814685cbdac39ebbd4f636958d200d13d7a42bf483de2f77ace9e52140fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b55d814685cbdac39ebbd4f636958d200d13d7a42bf483de2f77ace9e52140fe", kill_on_drop: false }` [INFO] [stdout] b55d814685cbdac39ebbd4f636958d200d13d7a42bf483de2f77ace9e52140fe