[INFO] fetching crate shess 0.1.12... [INFO] checking shess-0.1.12 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate shess 0.1.12 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate shess 0.1.12 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate shess 0.1.12 [INFO] finished tweaking crates.io crate shess 0.1.12 [INFO] tweaked toml for crates.io crate shess 0.1.12 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fructose v0.3.9 [INFO] [stderr] Downloaded glucose v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85cd02b7a6893fea653ac6ab878a117b99718bbb2f5ce0a9dca1412f537d98fc [INFO] running `Command { std: "docker" "start" "-a" "85cd02b7a6893fea653ac6ab878a117b99718bbb2f5ce0a9dca1412f537d98fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85cd02b7a6893fea653ac6ab878a117b99718bbb2f5ce0a9dca1412f537d98fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85cd02b7a6893fea653ac6ab878a117b99718bbb2f5ce0a9dca1412f537d98fc", kill_on_drop: false }` [INFO] [stdout] 85cd02b7a6893fea653ac6ab878a117b99718bbb2f5ce0a9dca1412f537d98fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d94ffcc53226427995513de30f4ac5713aaa65ba46999f38804081afea256bb8 [INFO] running `Command { std: "docker" "start" "-a" "d94ffcc53226427995513de30f4ac5713aaa65ba46999f38804081afea256bb8", kill_on_drop: false }` [INFO] [stderr] Checking fructose v0.3.9 [INFO] [stderr] Checking glucose v0.2.3 [INFO] [stderr] Checking shess v0.1.12 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `linear` in `glucose` [INFO] [stdout] --> src/lib.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::linear::vec::Point; [INFO] [stdout] | ^^^^^^ could not find `linear` in `glucose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `linear` in `glucose` [INFO] [stdout] --> src/defaults/normal.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use glucose::linear::vec::Point; [INFO] [stdout] | ^^^^^^ could not find `linear` in `glucose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `linear` in `glucose` [INFO] [stdout] --> src/lib.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::linear::vec::Point; [INFO] [stdout] | ^^^^^^ could not find `linear` in `glucose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `linear` in `glucose` [INFO] [stdout] --> src/defaults/normal.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use glucose::linear::vec::Point; [INFO] [stdout] | ^^^^^^ could not find `linear` in `glucose` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | let maybe_kill = self.pieces.iter().position(|piece| piece.pos == end && player_id != piece.player); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:101:38 [INFO] [stdout] | [INFO] [stdout] 101 | let maybe_kill = self.pieces.iter().position(|piece| piece.pos == end && player_id != piece.player); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `remove` exists for struct `Vec>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/defaults/normal.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | self.pieces.remove(kill); [INFO] [stdout] | ^^^^^^ method cannot be called on `Vec>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Piece { [INFO] [stdout] | -------------------------------- doesn't satisfy `Piece<2>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Piece<2>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `remove` exists for struct `Vec>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/defaults/normal.rs:104:25 [INFO] [stdout] | [INFO] [stdout] 104 | self.pieces.remove(kill); [INFO] [stdout] | ^^^^^^ method cannot be called on `Vec>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub struct Piece { [INFO] [stdout] | -------------------------------- doesn't satisfy `Piece<2>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Piece<2>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:113:39 [INFO] [stdout] | [INFO] [stdout] 113 | let maybe_piece = self.pieces.iter().find(|piece| piece.pos == pos); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:113:39 [INFO] [stdout] | [INFO] [stdout] 113 | let maybe_piece = self.pieces.iter().find(|piece| piece.pos == pos); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 128 | / self.pieces [INFO] [stdout] 129 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec>` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 128 | / self.pieces [INFO] [stdout] 129 | | .iter() [INFO] [stdout] | | -^^^^ method not found in `Vec>` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_mut` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 161 | let piece = self [INFO] [stdout] | _____________________________- [INFO] [stdout] 162 | | .pieces [INFO] [stdout] 163 | | .iter_mut() [INFO] [stdout] | | -^^^^^^^^ method not found in `Vec>` [INFO] [stdout] | |_____________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_mut` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:163:22 [INFO] [stdout] | [INFO] [stdout] 161 | let piece = self [INFO] [stdout] | _____________________________- [INFO] [stdout] 162 | | .pieces [INFO] [stdout] 163 | | .iter_mut() [INFO] [stdout] | | -^^^^^^^^ method not found in `Vec>` [INFO] [stdout] | |_____________________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `push` exists for struct `Vec>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/defaults/normal.rs:252:26 [INFO] [stdout] | [INFO] [stdout] 252 | self.cache.cache.push(mo); [INFO] [stdout] | ^^^^ method cannot be called on `Vec>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Move { [INFO] [stdout] | ------------------------------- doesn't satisfy `Move<2>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Move<2>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `&Vec>` is not an iterator [INFO] [stdout] --> src/defaults/normal.rs:257:22 [INFO] [stdout] | [INFO] [stdout] 257 | for piece in &self.pieces { [INFO] [stdout] | ^^^^^^^^^^^^ `&Vec>` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `IntoIterator` is not implemented for `&Vec>` [INFO] [stdout] = help: the following other types implement trait `IntoIterator`: [INFO] [stdout] &'a Vec [INFO] [stdout] &'a mut Vec [INFO] [stdout] Vec [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `push` exists for struct `Vec>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/defaults/normal.rs:252:26 [INFO] [stdout] | [INFO] [stdout] 252 | self.cache.cache.push(mo); [INFO] [stdout] | ^^^^ method cannot be called on `Vec>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Move { [INFO] [stdout] | ------------------------------- doesn't satisfy `Move<2>: Sized` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `{type error}: Sized` [INFO] [stdout] which is required by `Move<2>: Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `&Vec>` is not an iterator [INFO] [stdout] --> src/defaults/normal.rs:257:22 [INFO] [stdout] | [INFO] [stdout] 257 | for piece in &self.pieces { [INFO] [stdout] | ^^^^^^^^^^^^ `&Vec>` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `IntoIterator` is not implemented for `&Vec>` [INFO] [stdout] = help: the following other types implement trait `IntoIterator`: [INFO] [stdout] &'a Vec [INFO] [stdout] &'a mut Vec [INFO] [stdout] Vec [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | for mov in board.0.iter() { [INFO] [stdout] | ^^^^ method not found in `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/defaults/normal.rs:291:28 [INFO] [stdout] | [INFO] [stdout] 291 | for mov in board.0.iter() { [INFO] [stdout] | ^^^^ method not found in `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fructose::algebra::linear::vector::NormedSpace` [INFO] [stdout] --> src/defaults/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fructose::algebra::linear::vector::NormedSpace; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fructose::algebra::linear::vector::NormedSpace` [INFO] [stdout] --> src/defaults/normal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use fructose::algebra::linear::vector::NormedSpace; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shess` (lib) due to 11 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `shess` (lib test) due to 11 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "d94ffcc53226427995513de30f4ac5713aaa65ba46999f38804081afea256bb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d94ffcc53226427995513de30f4ac5713aaa65ba46999f38804081afea256bb8", kill_on_drop: false }` [INFO] [stdout] d94ffcc53226427995513de30f4ac5713aaa65ba46999f38804081afea256bb8