[INFO] updating cached repository https://github.com/fouxarn/advent-of-code-2018 [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] ba49d5a138224d319cbef12f395ac1505288893d [INFO] testing fouxarn/advent-of-code-2018 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffouxarn%2Fadvent-of-code-2018" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fouxarn/advent-of-code-2018 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/fouxarn/advent-of-code-2018 [INFO] finished tweaking git repo https://github.com/fouxarn/advent-of-code-2018 [INFO] tweaked toml for git repo https://github.com/fouxarn/advent-of-code-2018 written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/fouxarn/advent-of-code-2018 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 66686e544c61062495de1e93ac49fdc403b427fac6fdb121ff142fad6fc8248e [INFO] running `"docker" "start" "-a" "66686e544c61062495de1e93ac49fdc403b427fac6fdb121ff142fad6fc8248e"` [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day01.rs:9:54 [INFO] [stderr] | [INFO] [stderr] 9 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day02.rs:9:54 [INFO] [stderr] | [INFO] [stderr] 9 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day03.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `"docker" "inspect" "66686e544c61062495de1e93ac49fdc403b427fac6fdb121ff142fad6fc8248e"` [INFO] running `"docker" "rm" "-f" "66686e544c61062495de1e93ac49fdc403b427fac6fdb121ff142fad6fc8248e"` [INFO] [stdout] 66686e544c61062495de1e93ac49fdc403b427fac6fdb121ff142fad6fc8248e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 17829f53e640b85bdfc436b89785bddae2991a1da9d3451eef48252ef2df785a [INFO] running `"docker" "start" "-a" "17829f53e640b85bdfc436b89785bddae2991a1da9d3451eef48252ef2df785a"` [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day01.rs:9:54 [INFO] [stderr] | [INFO] [stderr] 9 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day02.rs:9:54 [INFO] [stderr] | [INFO] [stderr] 9 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day03.rs:8:54 [INFO] [stderr] | [INFO] [stderr] 8 | .expect("something went wrong reading the file");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.62s [INFO] running `"docker" "inspect" "17829f53e640b85bdfc436b89785bddae2991a1da9d3451eef48252ef2df785a"` [INFO] running `"docker" "rm" "-f" "17829f53e640b85bdfc436b89785bddae2991a1da9d3451eef48252ef2df785a"` [INFO] [stdout] 17829f53e640b85bdfc436b89785bddae2991a1da9d3451eef48252ef2df785a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 8b25fe82eea4558b7d0c893438b37ebb6793a8ba3f9620f1f0e9006dceece4bf [INFO] running `"docker" "start" "-a" "8b25fe82eea4558b7d0c893438b37ebb6793a8ba3f9620f1f0e9006dceece4bf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent_of_code_2018-347e0fa76da018ae [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test day02::day02 ... ok [INFO] [stdout] test day01::day01 ... ok [INFO] [stdout] test day03::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8b25fe82eea4558b7d0c893438b37ebb6793a8ba3f9620f1f0e9006dceece4bf"` [INFO] running `"docker" "rm" "-f" "8b25fe82eea4558b7d0c893438b37ebb6793a8ba3f9620f1f0e9006dceece4bf"` [INFO] [stdout] 8b25fe82eea4558b7d0c893438b37ebb6793a8ba3f9620f1f0e9006dceece4bf