[INFO] cloning repository Addisonbean/Ishido [INFO] running `"git" "clone" "--bare" "git://github.com/Addisonbean/Ishido.git" "work/cache/sources/gh/Addisonbean/Ishido"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Addisonbean/Ishido'... [INFO] running `"git" "clone" "work/cache/sources/gh/Addisonbean/Ishido" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Addisonbean/Ishido"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Addisonbean/Ishido'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Addisonbean/Ishido" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Addisonbean/Ishido"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Addisonbean/Ishido'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 21db9a6c84fe91e04333f00082336f6d175a2e88 [INFO] sha for GitHub repo Addisonbean/Ishido: 21db9a6c84fe91e04333f00082336f6d175a2e88 [INFO] validating manifest of Addisonbean/Ishido on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Addisonbean/Ishido on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Addisonbean/Ishido [INFO] finished frobbing Addisonbean/Ishido [INFO] frobbed toml for Addisonbean/Ishido written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Addisonbean/Ishido/Cargo.toml [INFO] started frobbing Addisonbean/Ishido [INFO] finished frobbing Addisonbean/Ishido [INFO] frobbed toml for Addisonbean/Ishido written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Addisonbean/Ishido/Cargo.toml [INFO] crate Addisonbean/Ishido already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Addisonbean/Ishido against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-7/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Addisonbean/Ishido:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 84a654a7ee63f3b67759718a1478d35271f743e06d7aa623027010f101ebe06e [INFO] running `"docker" "start" "-a" "84a654a7ee63f3b67759718a1478d35271f743e06d7aa623027010f101ebe06e"` [INFO] [stderr] Checking permutohedron v0.2.4 [INFO] [stderr] Checking num-rational v0.1.40 [INFO] [stderr] Checking num v0.1.41 [INFO] [stderr] Checking cursive v0.7.5 [INFO] [stderr] Checking ishido v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/board.rs:205:21 [INFO] [stderr] | [INFO] [stderr] 205 | / self.place_stone() [INFO] [stderr] 206 | | .map(|game_over| self.game_over = game_over); [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/board.rs:205:21 [INFO] [stderr] | [INFO] [stderr] 205 | / self.place_stone() [INFO] [stderr] 206 | | .map(|game_over| self.game_over = game_over); [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.42s [INFO] running `"docker" "inspect" "84a654a7ee63f3b67759718a1478d35271f743e06d7aa623027010f101ebe06e"` [INFO] running `"docker" "rm" "-f" "84a654a7ee63f3b67759718a1478d35271f743e06d7aa623027010f101ebe06e"` [INFO] [stdout] 84a654a7ee63f3b67759718a1478d35271f743e06d7aa623027010f101ebe06e