[INFO] cloning repository https://github.com/ishehadeh/blokus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ishehadeh/blokus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fishehadeh%2Fblokus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fishehadeh%2Fblokus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a380a0b05cf52d36ada0384323325eef1a274fc0 [INFO] checking ishehadeh/blokus against try#099e089ab723e6ee96175f3496051098c60a4cd4 for pr-140208 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fishehadeh%2Fblokus" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ishehadeh/blokus on toolchain 099e089ab723e6ee96175f3496051098c60a4cd4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ishehadeh/blokus [INFO] finished tweaking git repo https://github.com/ishehadeh/blokus [INFO] tweaked toml for git repo https://github.com/ishehadeh/blokus written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ishehadeh/blokus already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "fetch" "--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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0584aa056e23a8ae819818cde616559a5334cc7dd2465822b2e7c3174841c27 [INFO] running `Command { std: "docker" "start" "-a" "b0584aa056e23a8ae819818cde616559a5334cc7dd2465822b2e7c3174841c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0584aa056e23a8ae819818cde616559a5334cc7dd2465822b2e7c3174841c27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0584aa056e23a8ae819818cde616559a5334cc7dd2465822b2e7c3174841c27", kill_on_drop: false }` [INFO] [stdout] b0584aa056e23a8ae819818cde616559a5334cc7dd2465822b2e7c3174841c27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f88e29a59c70ebffa1b4c3bcc6c099eea64c0f212ba21a84577a8da37ab0f784 [INFO] running `Command { std: "docker" "start" "-a" "f88e29a59c70ebffa1b4c3bcc6c099eea64c0f212ba21a84577a8da37ab0f784", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling enumflags2_derive v0.7.11 [INFO] [stderr] Checking enumflags2 v0.7.11 [INFO] [stderr] Checking blokus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_items` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_const_items)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #113521 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_items` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(generic_const_items)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #113521 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[(); Self::CORNER_COUNT] well-formed` [INFO] [stdout] --> src/ruleset.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / const CORNERS: [Coordinates; Self::CORNER_COUNT] = { [INFO] [stdout] 32 | | let mut corner_coordinates = [Coordinates::zero(); Self::CORNER_COUNT]; [INFO] [stdout] 33 | | let mut piece_i = 0; [INFO] [stdout] 34 | | while piece_i < Self::PIECES.len() { [INFO] [stdout] ... | [INFO] [stdout] 44 | | corner_coordinates [INFO] [stdout] 45 | | } where [(); Self::CORNER_COUNT]:; [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `BlokusPieceSet::CORNERS` [INFO] [stdout] --> src/ruleset.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 31 | const CORNERS: [Coordinates; Self::CORNER_COUNT] = { [INFO] [stdout] | ------- required by a bound in this associated constant [INFO] [stdout] ... [INFO] [stdout] 45 | } where [(); Self::CORNER_COUNT]:; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BlokusPieceSet::CORNERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[(); Self::CORNER_COUNT] well-formed` [INFO] [stdout] --> src/ruleset.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / const CORNERS: [Coordinates; Self::CORNER_COUNT] = { [INFO] [stdout] 32 | | let mut corner_coordinates = [Coordinates::zero(); Self::CORNER_COUNT]; [INFO] [stdout] 33 | | let mut piece_i = 0; [INFO] [stdout] 34 | | while piece_i < Self::PIECES.len() { [INFO] [stdout] ... | [INFO] [stdout] 44 | | corner_coordinates [INFO] [stdout] 45 | | } where [(); Self::CORNER_COUNT]:; [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `BlokusPieceSet::CORNERS` [INFO] [stdout] --> src/ruleset.rs:45:13 [INFO] [stdout] | [INFO] [stdout] 31 | const CORNERS: [Coordinates; Self::CORNER_COUNT] = { [INFO] [stdout] | ------- required by a bound in this associated constant [INFO] [stdout] ... [INFO] [stdout] 45 | } where [(); Self::CORNER_COUNT]:; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `BlokusPieceSet::CORNERS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blokus` (lib test) due to 1 previous error; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `blokus` (lib) due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f88e29a59c70ebffa1b4c3bcc6c099eea64c0f212ba21a84577a8da37ab0f784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f88e29a59c70ebffa1b4c3bcc6c099eea64c0f212ba21a84577a8da37ab0f784", kill_on_drop: false }` [INFO] [stdout] f88e29a59c70ebffa1b4c3bcc6c099eea64c0f212ba21a84577a8da37ab0f784