[INFO] updating cached repository cfiet/rust-advent-of-code-2018 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cfiet/rust-advent-of-code-2018 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cfiet/rust-advent-of-code-2018" "work/ex/beta-1.37-6/sources/1.36.0/gh/cfiet/rust-advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cfiet/rust-advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cfiet/rust-advent-of-code-2018" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 395b460f2409c48cf7fd4cfc82d8568624da24e8 [INFO] sha for GitHub repo cfiet/rust-advent-of-code-2018: 395b460f2409c48cf7fd4cfc82d8568624da24e8 [INFO] validating manifest of cfiet/rust-advent-of-code-2018 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cfiet/rust-advent-of-code-2018 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cfiet/rust-advent-of-code-2018 [INFO] finished frobbing cfiet/rust-advent-of-code-2018 [INFO] frobbed toml for cfiet/rust-advent-of-code-2018 written to work/ex/beta-1.37-6/sources/1.36.0/gh/cfiet/rust-advent-of-code-2018/Cargo.toml [INFO] started frobbing cfiet/rust-advent-of-code-2018 [INFO] finished frobbing cfiet/rust-advent-of-code-2018 [INFO] frobbed toml for cfiet/rust-advent-of-code-2018 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018/Cargo.toml [INFO] crate cfiet/rust-advent-of-code-2018 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cfiet/rust-advent-of-code-2018 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018:/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-07-23" "build" "--frozen"` [INFO] [stdout] 999b864fb514c4493e503f668e2dc0371224e539b70da66d8575d00b9d69a160 [INFO] running `"docker" "start" "-a" "999b864fb514c4493e503f668e2dc0371224e539b70da66d8575d00b9d69a160"` [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling rust-advent-of-code-2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::cmp::Eq` [INFO] [stderr] --> src/day9.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::cmp::Eq; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.12s [INFO] running `"docker" "inspect" "999b864fb514c4493e503f668e2dc0371224e539b70da66d8575d00b9d69a160"` [INFO] running `"docker" "rm" "-f" "999b864fb514c4493e503f668e2dc0371224e539b70da66d8575d00b9d69a160"` [INFO] [stdout] 999b864fb514c4493e503f668e2dc0371224e539b70da66d8575d00b9d69a160 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] e5aea1db6225b4f2906d2a51b0c3f37ae4c3f03efbef274e2612271496a64a25 [INFO] running `"docker" "start" "-a" "e5aea1db6225b4f2906d2a51b0c3f37ae4c3f03efbef274e2612271496a64a25"` [INFO] [stderr] Compiling rust-advent-of-code-2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::cmp::Eq` [INFO] [stderr] --> src/day9.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::cmp::Eq; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.11s [INFO] running `"docker" "inspect" "e5aea1db6225b4f2906d2a51b0c3f37ae4c3f03efbef274e2612271496a64a25"` [INFO] running `"docker" "rm" "-f" "e5aea1db6225b4f2906d2a51b0c3f37ae4c3f03efbef274e2612271496a64a25"` [INFO] [stdout] e5aea1db6225b4f2906d2a51b0c3f37ae4c3f03efbef274e2612271496a64a25 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cfiet/rust-advent-of-code-2018:/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-07-23" "test" "--frozen"` [INFO] [stdout] 07eb8756a523637c0bb7e5a80ba550fadf71d01f41d185cc7569169be952b545 [INFO] running `"docker" "start" "-a" "07eb8756a523637c0bb7e5a80ba550fadf71d01f41d185cc7569169be952b545"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_advent_of_code_2018-e8eb79dcdb2198bb [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test day2::test::are_close_returns_false_when_strings_are_different_length ... ok [INFO] [stdout] test day2::test::are_close_returns_false_if_strings_are_same ... ok [INFO] [stdout] test day2::test::are_close_returns_true_if_strings_have_no_more_then_one_different_character ... ok [INFO] [stdout] test day2::test::are_close_returns_false_when_strings_have_more_then_one_different_character ... ok [INFO] [stdout] test day5::test::test_reduce_polymer ... ok [INFO] [stdout] test day3::test::claim_should_parse_correct_input_line ... ok [INFO] [stdout] test day7::test::test_line_parsing ... ok [INFO] [stdout] test day8::test::test_input_parsing ... ok [INFO] [stdout] test day9::test::test_solution_part1 ... ok [INFO] [stdout] test day9::test::test_solution_part2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "07eb8756a523637c0bb7e5a80ba550fadf71d01f41d185cc7569169be952b545"` [INFO] running `"docker" "rm" "-f" "07eb8756a523637c0bb7e5a80ba550fadf71d01f41d185cc7569169be952b545"` [INFO] [stdout] 07eb8756a523637c0bb7e5a80ba550fadf71d01f41d185cc7569169be952b545