[INFO] cloning repository https://github.com/pazzelli/my_chess_ql [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pazzelli/my_chess_ql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpazzelli%2Fmy_chess_ql", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpazzelli%2Fmy_chess_ql'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f8d6c64de807638879026ba681e5dd9e4aaac35 [INFO] testing pazzelli/my_chess_ql against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpazzelli%2Fmy_chess_ql" "/workspace/builds/worker-81/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-81/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pazzelli/my_chess_ql on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pazzelli/my_chess_ql [INFO] finished tweaking git repo https://github.com/pazzelli/my_chess_ql [INFO] tweaked toml for git repo https://github.com/pazzelli/my_chess_ql written to /workspace/builds/worker-81/source/Cargo.toml [INFO] crate git repo https://github.com/pazzelli/my_chess_ql already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42e77cf027807ccd558f5431b749da07e0e65b1bf267204811014846bf81ac70 [INFO] running `Command { std: "docker" "start" "-a" "42e77cf027807ccd558f5431b749da07e0e65b1bf267204811014846bf81ac70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42e77cf027807ccd558f5431b749da07e0e65b1bf267204811014846bf81ac70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42e77cf027807ccd558f5431b749da07e0e65b1bf267204811014846bf81ac70", kill_on_drop: false }` [INFO] [stdout] 42e77cf027807ccd558f5431b749da07e0e65b1bf267204811014846bf81ac70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-81/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 816ee3a716c832495653c97ba0fc190e60a2ebbb00e7b19c25c6c33aee70f068 [INFO] running `Command { std: "docker" "start" "-a" "816ee3a716c832495653c97ba0fc190e60a2ebbb00e7b19c25c6c33aee70f068", kill_on_drop: false }` [INFO] [stderr] Compiling simple-error v0.2.3 [INFO] [stderr] Compiling my_chess_ql v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `enginecontroller` [INFO] [stdout] --> src/engine.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod enginecontroller; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `enginecontroller`, create file "src/engine/enginecontroller.rs" or "src/engine/enginecontroller/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `piece` [INFO] [stdout] --> src/game/pieces.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod piece; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `piece`, create file "src/game/pieces/piece.rs" or "src/game/pieces/piece/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `pawn` [INFO] [stdout] --> src/game/pieces.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod pawn; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `pawn`, create file "src/game/pieces/pawn.rs" or "src/game/pieces/pawn/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `king` [INFO] [stdout] --> src/game/pieces.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub mod king; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `king`, create file "src/game/pieces/king.rs" or "src/game/pieces/king/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `knight` [INFO] [stdout] --> src/game/pieces.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod knight; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `knight`, create file "src/game/pieces/knight.rs" or "src/game/pieces/knight/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `rook` [INFO] [stdout] --> src/game/pieces.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub mod rook; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `rook`, create file "src/game/pieces/rook.rs" or "src/game/pieces/rook/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `bishop` [INFO] [stdout] --> src/game/pieces.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod bishop; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `bishop`, create file "src/game/pieces/bishop.rs" or "src/game/pieces/bishop/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `queen` [INFO] [stdout] --> src/game/pieces.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod queen; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `queen`, create file "src/game/pieces/queen.rs" or "src/game/pieces/queen/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `positionanalyzer` [INFO] [stdout] --> src/game/analysis.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod positionanalyzer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `positionanalyzer`, create file "src/game/analysis/positionanalyzer.rs" or "src/game/analysis/positionanalyzer/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `kingattackrayanalyzer` [INFO] [stdout] --> src/game/analysis.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod kingattackrayanalyzer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `kingattackrayanalyzer`, create file "src/game/analysis/kingattackrayanalyzer.rs" or "src/game/analysis/kingattackrayanalyzer/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `gamemove` [INFO] [stdout] --> src/game.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod gamemove; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `gamemove`, create file "src/game/gamemove.rs" or "src/game/gamemove/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `gamemovelist` [INFO] [stdout] --> src/game.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub mod gamemovelist; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `gamemovelist`, create file "src/game/gamemovelist.rs" or "src/game/gamemovelist/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `position` [INFO] [stdout] --> src/game.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `position`, create file "src/game/position.rs" or "src/game/position/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `positionhelper` [INFO] [stdout] --> src/game.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod positionhelper; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `positionhelper`, create file "src/game/positionhelper.rs" or "src/game/positionhelper/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `legalmoveshelper` [INFO] [stdout] --> src/test.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod legalmoveshelper; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `legalmoveshelper`, create file "src/test/legalmoveshelper.rs" or "src/test/legalmoveshelper/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::game::positionhelper::PositionHelper` [INFO] [stdout] --> src/constants.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::positionhelper::PositionHelper; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `PositionHelper` in `game::positionhelper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EngineController` [INFO] [stdout] --> src/interfaces/uci.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | engine: EngineController::init_engine() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `EngineController` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EngineController` in this scope [INFO] [stdout] --> src/interfaces/uci.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | engine: EngineController [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `my_chess_ql` due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "816ee3a716c832495653c97ba0fc190e60a2ebbb00e7b19c25c6c33aee70f068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "816ee3a716c832495653c97ba0fc190e60a2ebbb00e7b19c25c6c33aee70f068", kill_on_drop: false }` [INFO] [stdout] 816ee3a716c832495653c97ba0fc190e60a2ebbb00e7b19c25c6c33aee70f068