[INFO] cloning repository https://github.com/Najam-ul-islam/tic-tac-toe [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Najam-ul-islam/tic-tac-toe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNajam-ul-islam%2Ftic-tac-toe", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNajam-ul-islam%2Ftic-tac-toe'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1bbb824352aa0373eede4c675458b48fe8dfeb6 [INFO] testing Najam-ul-islam/tic-tac-toe against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNajam-ul-islam%2Ftic-tac-toe" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Najam-ul-islam/tic-tac-toe on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Najam-ul-islam/tic-tac-toe [INFO] finished tweaking git repo https://github.com/Najam-ul-islam/tic-tac-toe [INFO] tweaked toml for git repo https://github.com/Najam-ul-islam/tic-tac-toe written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Najam-ul-islam/tic-tac-toe already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1bcb737113a9b8631def2cb8b508467fdbe7f9b77b4dfa5d34e67862975cdfb [INFO] running `Command { std: "docker" "start" "-a" "e1bcb737113a9b8631def2cb8b508467fdbe7f9b77b4dfa5d34e67862975cdfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1bcb737113a9b8631def2cb8b508467fdbe7f9b77b4dfa5d34e67862975cdfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bcb737113a9b8631def2cb8b508467fdbe7f9b77b4dfa5d34e67862975cdfb", kill_on_drop: false }` [INFO] [stdout] e1bcb737113a9b8631def2cb8b508467fdbe7f9b77b4dfa5d34e67862975cdfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cce84f5b46d8e9b99b9576005c20c36c1f45ee441ac8a91fa6a66cf668d7d644 [INFO] running `Command { std: "docker" "start" "-a" "cce84f5b46d8e9b99b9576005c20c36c1f45ee441ac8a91fa6a66cf668d7d644", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tic_tac_toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `user_input` [INFO] [stdout] --> src/draw.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod user_input; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `user_input`, create file "src/draw/user_input.rs" or "src/draw/user_input/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `user_input` [INFO] [stdout] --> src/draw.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if user_input::player::player_1 == a00{a.push('X');} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `user_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `user_input` [INFO] [stdout] --> src/draw.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | else if user_input::player::player_1 == a01{a.push('X');} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `user_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `player` in `user_input` [INFO] [stdout] --> src/main.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | user_input::player::player_1(); [INFO] [stdout] | ^^^^^^ could not find `player` in `user_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/draw.rs:24:55 [INFO] [stdout] | [INFO] [stdout] 24 | if user_input::player::player_1 == a00{a.push('X');} [INFO] [stdout] | ^^^ expected array `[&str; 3]`, found `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/draw.rs:25:60 [INFO] [stdout] | [INFO] [stdout] 25 | else if user_input::player::player_1 == a01{a.push('X');} [INFO] [stdout] | ^^^ expected array `[&str; 3]`, found `char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tic_tac_toe` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "cce84f5b46d8e9b99b9576005c20c36c1f45ee441ac8a91fa6a66cf668d7d644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cce84f5b46d8e9b99b9576005c20c36c1f45ee441ac8a91fa6a66cf668d7d644", kill_on_drop: false }` [INFO] [stdout] cce84f5b46d8e9b99b9576005c20c36c1f45ee441ac8a91fa6a66cf668d7d644