[INFO] updating cached repository 0xA8D/minesweep.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/0xA8D/minesweep.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/0xA8D/minesweep.rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/0xA8D/minesweep.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/0xA8D/minesweep.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0xA8D/minesweep.rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 45462bb13369e7192adcf714a333e9dddf1dc909 [INFO] sha for GitHub repo 0xA8D/minesweep.rs: 45462bb13369e7192adcf714a333e9dddf1dc909 [INFO] validating manifest of 0xA8D/minesweep.rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 0xA8D/minesweep.rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 0xA8D/minesweep.rs [INFO] finished frobbing 0xA8D/minesweep.rs [INFO] frobbed toml for 0xA8D/minesweep.rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/0xA8D/minesweep.rs/Cargo.toml [INFO] started frobbing 0xA8D/minesweep.rs [INFO] finished frobbing 0xA8D/minesweep.rs [INFO] frobbed toml for 0xA8D/minesweep.rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs/Cargo.toml [INFO] crate 0xA8D/minesweep.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/0xA8D/minesweep.rs/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing 0xA8D/minesweep.rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] b76813f81af40d6ee5e789427f965bb1f2fbf632a24aa1598c49924eea06b9ac [INFO] running `"docker" "start" "-a" "b76813f81af40d6ee5e789427f965bb1f2fbf632a24aa1598c49924eea06b9ac"` [INFO] [stderr] Compiling minesweep v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | 0...9 => write!(f, " "), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:182:18 [INFO] [stderr] | [INFO] [stderr] 182 | 0...9 => write!(f, " {} ", i), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | write!(f, " "); [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] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "b76813f81af40d6ee5e789427f965bb1f2fbf632a24aa1598c49924eea06b9ac"` [INFO] running `"docker" "rm" "-f" "b76813f81af40d6ee5e789427f965bb1f2fbf632a24aa1598c49924eea06b9ac"` [INFO] [stdout] b76813f81af40d6ee5e789427f965bb1f2fbf632a24aa1598c49924eea06b9ac [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] c0a0dedb0ca4ec88cd7da713a8883ddd864474af418053c0ba2598385ea6e8f3 [INFO] running `"docker" "start" "-a" "c0a0dedb0ca4ec88cd7da713a8883ddd864474af418053c0ba2598385ea6e8f3"` [INFO] [stderr] Compiling minesweep v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | 0...9 => write!(f, " "), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:182:18 [INFO] [stderr] | [INFO] [stderr] 182 | 0...9 => write!(f, " {} ", i), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:166:9 [INFO] [stderr] | [INFO] [stderr] 166 | write!(f, " "); [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] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "c0a0dedb0ca4ec88cd7da713a8883ddd864474af418053c0ba2598385ea6e8f3"` [INFO] running `"docker" "rm" "-f" "c0a0dedb0ca4ec88cd7da713a8883ddd864474af418053c0ba2598385ea6e8f3"` [INFO] [stdout] c0a0dedb0ca4ec88cd7da713a8883ddd864474af418053c0ba2598385ea6e8f3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/0xA8D/minesweep.rs:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 853cd6929337ae5731b06d2cec71cb9bdb8716a2f2b11c6313d0aa6f79c68e28 [INFO] running `"docker" "start" "-a" "853cd6929337ae5731b06d2cec71cb9bdb8716a2f2b11c6313d0aa6f79c68e28"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/minesweep-883e674dff17bac2 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "853cd6929337ae5731b06d2cec71cb9bdb8716a2f2b11c6313d0aa6f79c68e28"` [INFO] running `"docker" "rm" "-f" "853cd6929337ae5731b06d2cec71cb9bdb8716a2f2b11c6313d0aa6f79c68e28"` [INFO] [stdout] 853cd6929337ae5731b06d2cec71cb9bdb8716a2f2b11c6313d0aa6f79c68e28