[INFO] updating cached repository https://github.com/ruduran/game-of-life [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] 0c7360e0a6cbcea8572bfc5835c30908a367c14b [INFO] testing ruduran/game-of-life against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruduran%2Fgame-of-life" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ruduran/game-of-life on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ruduran/game-of-life [INFO] finished tweaking git repo https://github.com/ruduran/game-of-life [INFO] tweaked toml for git repo https://github.com/ruduran/game-of-life written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/ruduran/game-of-life already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] e96b5d65ba99d052eaf9bda2e8ae82a41bdebb0b9c6085eab0b633353257838e [INFO] running `"docker" "start" "-a" "e96b5d65ba99d052eaf9bda2e8ae82a41bdebb0b9c6085eab0b633353257838e"` [INFO] [stderr] Compiling argparse v0.2.1 [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling game_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/grid.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | serde_json::to_writer_pretty(file, &g); [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 5.65s [INFO] running `"docker" "inspect" "e96b5d65ba99d052eaf9bda2e8ae82a41bdebb0b9c6085eab0b633353257838e"` [INFO] running `"docker" "rm" "-f" "e96b5d65ba99d052eaf9bda2e8ae82a41bdebb0b9c6085eab0b633353257838e"` [INFO] [stdout] e96b5d65ba99d052eaf9bda2e8ae82a41bdebb0b9c6085eab0b633353257838e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f74c46ba354bd5bc65bb721f4e028be73011c5f291ac11c3c759b904d1c68e7c [INFO] running `"docker" "start" "-a" "f74c46ba354bd5bc65bb721f4e028be73011c5f291ac11c3c759b904d1c68e7c"` [INFO] [stderr] Compiling game_of_life v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/grid.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | serde_json::to_writer_pretty(file, &g); [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 0.72s [INFO] running `"docker" "inspect" "f74c46ba354bd5bc65bb721f4e028be73011c5f291ac11c3c759b904d1c68e7c"` [INFO] running `"docker" "rm" "-f" "f74c46ba354bd5bc65bb721f4e028be73011c5f291ac11c3c759b904d1c68e7c"` [INFO] [stdout] f74c46ba354bd5bc65bb721f4e028be73011c5f291ac11c3c759b904d1c68e7c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 8761c9a585e84eae0a7ac87df6e4973cde997b7c4dd4a1f2cacb8b2cf6c36915 [INFO] running `"docker" "start" "-a" "8761c9a585e84eae0a7ac87df6e4973cde997b7c4dd4a1f2cacb8b2cf6c36915"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/game_of_life-d19c29c261a80d2a [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" "8761c9a585e84eae0a7ac87df6e4973cde997b7c4dd4a1f2cacb8b2cf6c36915"` [INFO] running `"docker" "rm" "-f" "8761c9a585e84eae0a7ac87df6e4973cde997b7c4dd4a1f2cacb8b2cf6c36915"` [INFO] [stdout] 8761c9a585e84eae0a7ac87df6e4973cde997b7c4dd4a1f2cacb8b2cf6c36915