[INFO] cloning repository https://github.com/ijagberg/clichess [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ijagberg/clichess" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fijagberg%2Fclichess"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fijagberg%2Fclichess'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c453e7cd01e3424b8ba7c6a7a376817ba3665599 [INFO] checking ijagberg/clichess against master#f9fdf642bab2bfcabe1829a4c82aaf055330661b for pr-73102 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fijagberg%2Fclichess" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ijagberg/clichess on toolchain f9fdf642bab2bfcabe1829a4c82aaf055330661b [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ijagberg/clichess [INFO] removed path dependency game from git repo https://github.com/ijagberg/clichess [INFO] finished tweaking git repo https://github.com/ijagberg/clichess [INFO] tweaked toml for git repo https://github.com/ijagberg/clichess written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ijagberg/clichess already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (game) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (game) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+f9fdf642bab2bfcabe1829a4c82aaf055330661b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e400270d7846ce993d67697ca712469f793045c4b769bb28c255458f5459b0ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e400270d7846ce993d67697ca712469f793045c4b769bb28c255458f5459b0ad"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (game) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking game v0.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Checking structopt v0.3.14 [INFO] [stderr] Checking clichess v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `game::ChessBoard`, `game::ChessIndex`, `game::Color` [INFO] [stderr] --> src/modes/local.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use game::{ChessBoard, ChessIndex, Color}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ no `Color` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `ChessIndex` in the root [INFO] [stderr] | no `ChessBoard` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChessIndex` [INFO] [stderr] --> src/main.rs:35:31 [INFO] [stderr] | [INFO] [stderr] 35 | let chess_index = ChessIndex::from((file, rank)); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ChessIndex` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `game::ChessBoard`, `game::ChessIndex`, `game::Color` [INFO] [stderr] --> src/modes/local.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | use game::{ChessBoard, ChessIndex, Color}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ ^^^^^ no `Color` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `ChessIndex` in the root [INFO] [stderr] | no `ChessBoard` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChessIndex` [INFO] [stderr] --> src/main.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | let chess_index = ChessIndex::from((file, rank)); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ChessIndex` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ChessBoard` in this scope [INFO] [stderr] --> src/main.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | fn print_whites_perspective(board: &ChessBoard) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ChessBoard` in this scope [INFO] [stderr] --> src/main.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | fn print_blacks_perspective(board: &ChessBoard) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `game::*` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use game::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChessIndex` [INFO] [stderr] --> src/main.rs:35:31 [INFO] [stderr] | [INFO] [stderr] 35 | let chess_index = ChessIndex::from((file, rank)); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ChessIndex` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChessIndex` [INFO] [stderr] --> src/main.rs:53:31 [INFO] [stderr] | [INFO] [stderr] 53 | let chess_index = ChessIndex::from((file, rank)); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `ChessIndex` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ChessBoard` in this scope [INFO] [stderr] --> src/main.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | fn print_whites_perspective(board: &ChessBoard) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ChessBoard` in this scope [INFO] [stderr] --> src/main.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | fn print_blacks_perspective(board: &ChessBoard) { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `game::*` [INFO] [stderr] --> src/main.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use game::*; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `clichess`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e400270d7846ce993d67697ca712469f793045c4b769bb28c255458f5459b0ad"` [INFO] running `"docker" "rm" "-f" "e400270d7846ce993d67697ca712469f793045c4b769bb28c255458f5459b0ad"` [INFO] [stdout] e400270d7846ce993d67697ca712469f793045c4b769bb28c255458f5459b0ad