[INFO] updating cached repository https://github.com/waddlepon/digital-turk [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 812a0796efa4d5e5759d35f1c2ac0897397ff2c7 [INFO] testing waddlepon/digital-turk against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaddlepon%2Fdigital-turk" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/waddlepon/digital-turk on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/waddlepon/digital-turk [INFO] finished tweaking git repo https://github.com/waddlepon/digital-turk [INFO] tweaked toml for git repo https://github.com/waddlepon/digital-turk written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/waddlepon/digital-turk already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9996868e77e0b5c6253ecb95d11def3d607d5fac94a0ec91824598bd77e9e880 [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" "9996868e77e0b5c6253ecb95d11def3d607d5fac94a0ec91824598bd77e9e880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9996868e77e0b5c6253ecb95d11def3d607d5fac94a0ec91824598bd77e9e880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9996868e77e0b5c6253ecb95d11def3d607d5fac94a0ec91824598bd77e9e880", kill_on_drop: false }` [INFO] [stdout] 9996868e77e0b5c6253ecb95d11def3d607d5fac94a0ec91824598bd77e9e880 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26c0611c170bfe64ecbfcec31a078ddda7e9a32ef36b452a76fd6ce2510a0fe4 [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" "26c0611c170bfe64ecbfcec31a078ddda7e9a32ef36b452a76fd6ce2510a0fe4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling digital-turk v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `WHITE_PAWN_MOVES` in this scope [INFO] [stdout] --> src/board.rs:301:13 [INFO] [stdout] | [INFO] [stdout] 301 | WHITE_PAWN_MOVES[square] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 1 | use magic::WHITE_PAWN_MOVES; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BLACK_PAWN_MOVES` in this scope [INFO] [stdout] --> src/board.rs:303:13 [INFO] [stdout] | [INFO] [stdout] 303 | BLACK_PAWN_MOVES[square] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this constant [INFO] [stdout] | [INFO] [stdout] 1 | use magic::BLACK_PAWN_MOVES; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `to_move` in this scope [INFO] [stdout] --> src/board.rs:321:54 [INFO] [stdout] | [INFO] [stdout] 321 | let attackers = Board::attackers(self, king, to_move); [INFO] [stdout] | ^^^^^^^ help: you might have meant to use the available field: `self.to_move` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stdout] --> src/board.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/board.rs:321:48 [INFO] [stdout] | [INFO] [stdout] 321 | let attackers = Board::attackers(self, king, to_move); [INFO] [stdout] | ^^^^ expected `usize`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `u32` to `usize` and panic if the converted value wouldn't fit [INFO] [stdout] | [INFO] [stdout] 321 | let attackers = Board::attackers(self, king.try_into().unwrap(), to_move); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/board.rs:330:54 [INFO] [stdout] | [INFO] [stdout] 330 | let piece_type = self.bitboards.piece_at(attacker_square).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `usize`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `u32` to `usize` and panic if the converted value wouldn't fit [INFO] [stdout] | [INFO] [stdout] 330 | let piece_type = self.bitboards.piece_at(attacker_square.try_into().unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/board.rs:340:55 [INFO] [stdout] | [INFO] [stdout] 340 | let blockers = Board::attackers(self, i, not_moving); [INFO] [stdout] | ^ expected `usize`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `u32` to `usize` and panic if the converted value wouldn't fit [INFO] [stdout] | [INFO] [stdout] 340 | let blockers = Board::attackers(self, i.try_into().unwrap(), not_moving); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/board.rs:343:74 [INFO] [stdout] | [INFO] [stdout] 343 | moves.append(&mut Board::encode_quiet_captures(self, s, (1 << i) as u64)); [INFO] [stdout] | ^ expected `u8`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `u32` to `u8` and panic if the converted value wouldn't fit [INFO] [stdout] | [INFO] [stdout] 343 | moves.append(&mut Board::encode_quiet_captures(self, s.try_into().unwrap(), (1 << i) as u64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> src/board.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `digital-turk`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "26c0611c170bfe64ecbfcec31a078ddda7e9a32ef36b452a76fd6ce2510a0fe4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26c0611c170bfe64ecbfcec31a078ddda7e9a32ef36b452a76fd6ce2510a0fe4", kill_on_drop: false }` [INFO] [stdout] 26c0611c170bfe64ecbfcec31a078ddda7e9a32ef36b452a76fd6ce2510a0fe4