[INFO] cloning repository scjudd/advent-of-code-2018 [INFO] running `"git" "clone" "--bare" "git://github.com/scjudd/advent-of-code-2018.git" "work/cache/sources/gh/scjudd/advent-of-code-2018"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/scjudd/advent-of-code-2018'... [INFO] running `"git" "clone" "work/cache/sources/gh/scjudd/advent-of-code-2018" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scjudd/advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scjudd/advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/scjudd/advent-of-code-2018" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 28ca2ce5bec27938ad6acf6b189c7b51f373ef08 [INFO] sha for GitHub repo scjudd/advent-of-code-2018: 28ca2ce5bec27938ad6acf6b189c7b51f373ef08 [INFO] validating manifest of scjudd/advent-of-code-2018 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of scjudd/advent-of-code-2018 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing scjudd/advent-of-code-2018 [INFO] finished frobbing scjudd/advent-of-code-2018 [INFO] frobbed toml for scjudd/advent-of-code-2018 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/scjudd/advent-of-code-2018/Cargo.toml [INFO] started frobbing scjudd/advent-of-code-2018 [INFO] finished frobbing scjudd/advent-of-code-2018 [INFO] frobbed toml for scjudd/advent-of-code-2018 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/advent-of-code-2018/Cargo.toml [INFO] crate scjudd/advent-of-code-2018 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing scjudd/advent-of-code-2018 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/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=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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e3ea1d61124fa234984c155d72a839e1d958a36b29b118d4e1e94629d2ae6496 [INFO] running `"docker" "start" "-a" "e3ea1d61124fa234984c155d72a839e1d958a36b29b118d4e1e94629d2ae6496"` [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling advent v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | 4...25 => eprintln!("not yet solved!"), [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] Finished dev [unoptimized + debuginfo] target(s) in 12.15s [INFO] running `"docker" "inspect" "e3ea1d61124fa234984c155d72a839e1d958a36b29b118d4e1e94629d2ae6496"` [INFO] running `"docker" "rm" "-f" "e3ea1d61124fa234984c155d72a839e1d958a36b29b118d4e1e94629d2ae6496"` [INFO] [stdout] e3ea1d61124fa234984c155d72a839e1d958a36b29b118d4e1e94629d2ae6496 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/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=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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 594d7ecd30e85c6baae7053772b2c8118c174ccb2c8157a79b6dcb565f0f672a [INFO] running `"docker" "start" "-a" "594d7ecd30e85c6baae7053772b2c8118c174ccb2c8157a79b6dcb565f0f672a"` [INFO] [stderr] Compiling advent v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | 4...25 => eprintln!("not yet solved!"), [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] Finished dev [unoptimized + debuginfo] target(s) in 3.48s [INFO] running `"docker" "inspect" "594d7ecd30e85c6baae7053772b2c8118c174ccb2c8157a79b6dcb565f0f672a"` [INFO] running `"docker" "rm" "-f" "594d7ecd30e85c6baae7053772b2c8118c174ccb2c8157a79b6dcb565f0f672a"` [INFO] [stdout] 594d7ecd30e85c6baae7053772b2c8118c174ccb2c8157a79b6dcb565f0f672a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/scjudd/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=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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 7b30ca2a145e05758ecaab309672f5f8df8df18c9763ce104c8096c58cee319c [INFO] running `"docker" "start" "-a" "7b30ca2a145e05758ecaab309672f5f8df8df18c9763ce104c8096c58cee319c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/advent-a2f2f2a66be64cf4 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test day3::tests::test_part2_logic ... ok [INFO] [stdout] test day3::tests::test_part1_logic ... ok [INFO] [stdout] test day2::tests::test_part2_logic ... ok [INFO] [stdout] test day1::tests::test_part2_logic ... ok [INFO] [stdout] test day1::tests::test_part1_logic ... ok [INFO] [stdout] test day2::tests::test_part1_logic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "7b30ca2a145e05758ecaab309672f5f8df8df18c9763ce104c8096c58cee319c"` [INFO] running `"docker" "rm" "-f" "7b30ca2a145e05758ecaab309672f5f8df8df18c9763ce104c8096c58cee319c"` [INFO] [stdout] 7b30ca2a145e05758ecaab309672f5f8df8df18c9763ce104c8096c58cee319c