[INFO] cloning repository exoticorn/aoc18 [INFO] running `"git" "clone" "--bare" "git://github.com/exoticorn/aoc18.git" "work/cache/sources/gh/exoticorn/aoc18"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/exoticorn/aoc18'... [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/aoc18" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/exoticorn/aoc18"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/exoticorn/aoc18'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/aoc18" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/exoticorn/aoc18"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/exoticorn/aoc18'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4f8e2d936025b25bf636826c4885ae82fb261986 [INFO] sha for GitHub repo exoticorn/aoc18: 4f8e2d936025b25bf636826c4885ae82fb261986 [INFO] validating manifest of exoticorn/aoc18 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 exoticorn/aoc18 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 exoticorn/aoc18 [INFO] finished frobbing exoticorn/aoc18 [INFO] frobbed toml for exoticorn/aoc18 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/exoticorn/aoc18/Cargo.toml [INFO] started frobbing exoticorn/aoc18 [INFO] finished frobbing exoticorn/aoc18 [INFO] frobbed toml for exoticorn/aoc18 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/exoticorn/aoc18/Cargo.toml [INFO] crate exoticorn/aoc18 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 exoticorn/aoc18 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/exoticorn/aoc18:/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] b0be9d03417b7cbd8872feaddd6faedb57af77541ebd7ef68a0093e303968050 [INFO] running `"docker" "start" "-a" "b0be9d03417b7cbd8872feaddd6faedb57af77541ebd7ef68a0093e303968050"` [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling clap-verbosity-flag v0.1.0 [INFO] [stderr] Compiling quicli v0.3.1 [INFO] [stderr] Compiling aoc18 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/days/day12.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | fn parse_input(lines: &mut Iterator) -> Result<(Pots, Rules)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/days/day13.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | fn parse_input(lines: &mut Iterator) -> Result<(Map, Vec)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.67s [INFO] running `"docker" "inspect" "b0be9d03417b7cbd8872feaddd6faedb57af77541ebd7ef68a0093e303968050"` [INFO] running `"docker" "rm" "-f" "b0be9d03417b7cbd8872feaddd6faedb57af77541ebd7ef68a0093e303968050"` [INFO] [stdout] b0be9d03417b7cbd8872feaddd6faedb57af77541ebd7ef68a0093e303968050 [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/exoticorn/aoc18:/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] e4678ac947ebd62b79f601f765e6c46daa24895949867fa7d53396f4e0e820f5 [INFO] running `"docker" "start" "-a" "e4678ac947ebd62b79f601f765e6c46daa24895949867fa7d53396f4e0e820f5"` [INFO] [stderr] Compiling aoc18 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/days/day12.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | fn parse_input(lines: &mut Iterator) -> Result<(Pots, Rules)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/days/day13.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | fn parse_input(lines: &mut Iterator) -> Result<(Map, Vec)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.28s [INFO] running `"docker" "inspect" "e4678ac947ebd62b79f601f765e6c46daa24895949867fa7d53396f4e0e820f5"` [INFO] running `"docker" "rm" "-f" "e4678ac947ebd62b79f601f765e6c46daa24895949867fa7d53396f4e0e820f5"` [INFO] [stdout] e4678ac947ebd62b79f601f765e6c46daa24895949867fa7d53396f4e0e820f5 [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/exoticorn/aoc18:/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] 9134815cf47faff85227b8f93a445fff13d9cc7cad9edf2c1648a9f846a88508 [INFO] running `"docker" "start" "-a" "9134815cf47faff85227b8f93a445fff13d9cc7cad9edf2c1648a9f846a88508"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/aoc18-54e2a3bcd3ab1e28 [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test days::day18::test ... ok [INFO] [stdout] test days::day15::test::case1 ... ok [INFO] [stdout] test days::day15::test::case0 ... ok [INFO] [stdout] test days::day20::test ... ok [INFO] [stdout] test days::day14::test ... ok [INFO] [stdout] test days::day25::test::part1 ... ok [INFO] [stdout] test days::day22::test ... ok [INFO] [stdout] test days::day2::test::counts ... ok [INFO] [stdout] test days::day2::test::dist ... ok [INFO] [stdout] test days::day2::test::rem_com ... ok [INFO] [stdout] test days::day17::test ... ok [INFO] [stdout] test days::day8::test ... ok [INFO] [stdout] test days::day5::test::part1 ... ok [INFO] [stdout] test days::day4::test::sleepy_guards ... ok [INFO] [stdout] test days::day7::test::test ... ok [INFO] [stdout] test days::day6::test::example ... ok [INFO] [stdout] test days::day9::test::part1 ... ok [INFO] [stdout] test days::day24::test ... ok [INFO] [stdout] test days::day11::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9134815cf47faff85227b8f93a445fff13d9cc7cad9edf2c1648a9f846a88508"` [INFO] running `"docker" "rm" "-f" "9134815cf47faff85227b8f93a445fff13d9cc7cad9edf2c1648a9f846a88508"` [INFO] [stdout] 9134815cf47faff85227b8f93a445fff13d9cc7cad9edf2c1648a9f846a88508