[INFO] fetching crate shess 0.1.12... [INFO] testing shess-0.1.12 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate shess 0.1.12 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate shess 0.1.12 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 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-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] ee108511353bf97fbac96b91101a0237dbffebd252192bd354f16246522529c0 [INFO] running `Command { std: "docker" "start" "-a" "ee108511353bf97fbac96b91101a0237dbffebd252192bd354f16246522529c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee108511353bf97fbac96b91101a0237dbffebd252192bd354f16246522529c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee108511353bf97fbac96b91101a0237dbffebd252192bd354f16246522529c0", kill_on_drop: false }` [INFO] [stdout] ee108511353bf97fbac96b91101a0237dbffebd252192bd354f16246522529c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 8d17813ea1a744881a168e15285c54ba7425d5669e420f586f9dad43da393f6b [INFO] running `Command { std: "docker" "start" "-a" "8d17813ea1a744881a168e15285c54ba7425d5669e420f586f9dad43da393f6b", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling fructose v0.3.9 [INFO] [stderr] Compiling glucose v0.2.3 [INFO] [stderr] Compiling 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[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | pub next_move: Option<(i32, Point)>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:20:66 [INFO] [stdout] | [INFO] [stdout] 20 | Piece::new(0, id as i32, PieceType::Pawn.into(), Point::from([1, pos])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:24:76 [INFO] [stdout] | [INFO] [stdout] 24 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Rook.into(), Point::from([0, 0])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:27:76 [INFO] [stdout] | [INFO] [stdout] 27 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Rook.into(), Point::from([0, 7])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:30:78 [INFO] [stdout] | [INFO] [stdout] 30 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Knight.into(), Point::from([0, 1])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:32:78 [INFO] [stdout] | [INFO] [stdout] 32 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Knight.into(), Point::from([0, 6])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:35:78 [INFO] [stdout] | [INFO] [stdout] 35 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Bishop.into(), Point::from([0, 2])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:37:78 [INFO] [stdout] | [INFO] [stdout] 37 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Bishop.into(), Point::from([0, 5])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:40:77 [INFO] [stdout] | [INFO] [stdout] 40 | self.pieces[id] = Piece::new(0, id as i32, PieceType::Queen.into(), Point::from([0, 3])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:42:76 [INFO] [stdout] | [INFO] [stdout] 42 | self.pieces[id] = Piece::new(0, id as i32, PieceType::King.into(), Point::from([0, 4])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:47:66 [INFO] [stdout] | [INFO] [stdout] 47 | Piece::new(1, id as i32, PieceType::Pawn.into(), Point::from([6, pos])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:51:76 [INFO] [stdout] | [INFO] [stdout] 51 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Rook.into(), Point::from([7, 0])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:54:76 [INFO] [stdout] | [INFO] [stdout] 54 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Rook.into(), Point::from([7, 7])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:57:78 [INFO] [stdout] | [INFO] [stdout] 57 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Knight.into(), Point::from([7, 1])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:59:78 [INFO] [stdout] | [INFO] [stdout] 59 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Knight.into(), Point::from([7, 6])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:62:78 [INFO] [stdout] | [INFO] [stdout] 62 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Bishop.into(), Point::from([7, 2])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:64:78 [INFO] [stdout] | [INFO] [stdout] 64 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Bishop.into(), Point::from([7, 5])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:67:77 [INFO] [stdout] | [INFO] [stdout] 67 | self.pieces[id] = Piece::new(1, id as i32, PieceType::Queen.into(), Point::from([7, 4])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:69:76 [INFO] [stdout] | [INFO] [stdout] 69 | self.pieces[id] = Piece::new(1, id as i32, PieceType::King.into(), Point::from([7, 3])); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:112:31 [INFO] [stdout] | [INFO] [stdout] 112 | fn find_piece(&self, pos: Point) -> Option<(i32, i32, i32)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:120:35 [INFO] [stdout] | [INFO] [stdout] 120 | fn check_bounds(&self, point: Point) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:127:39 [INFO] [stdout] | [INFO] [stdout] 127 | fn check_unoccupied(&self, point: Point) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:134:47 [INFO] [stdout] | [INFO] [stdout] 134 | fn check_valid_move(pt: PieceType, start: Point, end: Point) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:134:67 [INFO] [stdout] | [INFO] [stdout] 134 | fn check_valid_move(pt: PieceType, start: Point, end: Point) -> bool { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:138:19 [INFO] [stdout] | [INFO] [stdout] 138 | let mag = Point::from([vec[0] as f32, vec[1] as f32]).norm() as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:182:49 [INFO] [stdout] | [INFO] [stdout] 182 | fn convert_input_to_move(input: String) -> (Point, Point) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/defaults/normal.rs:182:64 [INFO] [stdout] | [INFO] [stdout] 182 | fn convert_input_to_move(input: String) -> (Point, Point) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:190:21 [INFO] [stdout] | [INFO] [stdout] 190 | let start = Point::from(split.get(0).unwrap().to_string()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | let end = Point::from(split.get(1).unwrap().to_string()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point` [INFO] [stdout] --> src/defaults/normal.rs:226:31 [INFO] [stdout] | [INFO] [stdout] 226 | board: Board::new(Point::from([0, 0]), [8, 8]), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | pub from: Option>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | pub to: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | pub pos: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | pos: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:46:52 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn new(player: i32, id: i32, ty: i32, pos: Point) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | pos: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | start: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Point` in this scope [INFO] [stdout] --> src/lib.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn new(start: Point, size: [i32; DIMS]) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use glucose::algebra::linear::Point; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/lib.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Default, Copy, Clone)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 42 | pos: Point, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [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 41 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shess` due to 42 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "8d17813ea1a744881a168e15285c54ba7425d5669e420f586f9dad43da393f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d17813ea1a744881a168e15285c54ba7425d5669e420f586f9dad43da393f6b", kill_on_drop: false }` [INFO] [stdout] 8d17813ea1a744881a168e15285c54ba7425d5669e420f586f9dad43da393f6b