[INFO] updating cached repository https://github.com/nicmr/zerg_wars [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8cd57d655df0d4b89e172a312d075ac9f93b885f [INFO] checking nicmr/zerg_wars against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicmr%2Fzerg_wars" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nicmr/zerg_wars on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nicmr/zerg_wars [INFO] finished tweaking git repo https://github.com/nicmr/zerg_wars [INFO] tweaked toml for git repo https://github.com/nicmr/zerg_wars written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/nicmr/zerg_wars already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4cbb9041d34c8c832fe962b7ae5106f469e1ce496458253408ed3edd5800e541 [INFO] running `"docker" "start" "-a" "4cbb9041d34c8c832fe962b7ae5106f469e1ce496458253408ed3edd5800e541"` [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking tokio-codec v0.1.0 [INFO] [stderr] Checking h2 v0.1.12 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Checking rodio v0.7.0 [INFO] [stderr] Checking gfx_glyph v0.10.2 [INFO] [stderr] Checking tokio-reactor v0.1.5 [INFO] [stderr] Checking gfx_window_sdl v0.8.0 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Checking tokio-threadpool v0.1.6 [INFO] [stderr] Checking tokio-udp v0.1.2 [INFO] [stderr] Checking tokio-uds v0.2.1 [INFO] [stderr] Checking tokio-tcp v0.1.1 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking tokio-fs v0.1.3 [INFO] [stderr] Checking tokio v0.1.8 [INFO] [stderr] Checking hyper v0.12.10 [INFO] [stderr] Checking ggez v0.4.4 [INFO] [stderr] Checking hyper-tls v0.3.0 [INFO] [stderr] Checking reqwest v0.9.0 [INFO] [stderr] Checking zerg_warz v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> src/player.rs:86:48 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `ctx` in this scope [INFO] [stderr] --> src/player.rs:86:48 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `side` on type `&player::Player` [INFO] [stderr] --> src/player.rs:86:58 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `side` on type `&player::Player` [INFO] [stderr] --> src/player.rs:86:58 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/player.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gameobject::GameChar`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `gameobject::GameChar` [INFO] [stderr] found type `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/player.rs:86:33 [INFO] [stderr] | [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `gameobject::GameChar`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `gameobject::GameChar` [INFO] [stderr] found type `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/player.rs:86:17 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn build_decision(&self, opponent: &Player){ [INFO] [stderr] | - expected `()` because of default return type [INFO] [stderr] ... [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` [INFO] [stderr] | | [INFO] [stderr] | expected (), found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `()` [INFO] [stderr] found type `std::result::Result<(), ggez::GameError>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `zerg_warz`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/player.rs:86:17 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn build_decision(&self, opponent: &Player){ [INFO] [stderr] | - expected `()` because of default return type [INFO] [stderr] ... [INFO] [stderr] 86 | self.build_unit(GameChar::ling(ctx, self.side)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: try adding a semicolon: `;` [INFO] [stderr] | | [INFO] [stderr] | expected (), found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `()` [INFO] [stderr] found type `std::result::Result<(), ggez::GameError>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `zerg_warz`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4cbb9041d34c8c832fe962b7ae5106f469e1ce496458253408ed3edd5800e541"` [INFO] running `"docker" "rm" "-f" "4cbb9041d34c8c832fe962b7ae5106f469e1ce496458253408ed3edd5800e541"` [INFO] [stdout] 4cbb9041d34c8c832fe962b7ae5106f469e1ce496458253408ed3edd5800e541