[INFO] updating cached repository exoticorn/aoc18 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/exoticorn/aoc18 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/aoc18" "work/ex/beta-1.37-6/sources/1.36.0/gh/exoticorn/aoc18"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/exoticorn/aoc18'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/exoticorn/aoc18" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/exoticorn/aoc18"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 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 exoticorn/aoc18 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 exoticorn/aoc18 [INFO] finished frobbing exoticorn/aoc18 [INFO] frobbed toml for exoticorn/aoc18 written to work/ex/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing exoticorn/aoc18 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 16d352332ece0ade5dad84d6d89412b4f5fa13472e809451057ccc6502b823bc [INFO] running `"docker" "start" "-a" "16d352332ece0ade5dad84d6d89412b4f5fa13472e809451057ccc6502b823bc"` [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling failure v0.1.3 [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] Finished dev [unoptimized + debuginfo] target(s) in 41.42s [INFO] running `"docker" "inspect" "16d352332ece0ade5dad84d6d89412b4f5fa13472e809451057ccc6502b823bc"` [INFO] running `"docker" "rm" "-f" "16d352332ece0ade5dad84d6d89412b4f5fa13472e809451057ccc6502b823bc"` [INFO] [stdout] 16d352332ece0ade5dad84d6d89412b4f5fa13472e809451057ccc6502b823bc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 57459cf4014959407a8abe3c065d2f3ddda545faef360b9d2ebb8fb83caf0183 [INFO] running `"docker" "start" "-a" "57459cf4014959407a8abe3c065d2f3ddda545faef360b9d2ebb8fb83caf0183"` [INFO] [stderr] Compiling aoc18 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.03s [INFO] running `"docker" "inspect" "57459cf4014959407a8abe3c065d2f3ddda545faef360b9d2ebb8fb83caf0183"` [INFO] running `"docker" "rm" "-f" "57459cf4014959407a8abe3c065d2f3ddda545faef360b9d2ebb8fb83caf0183"` [INFO] [stdout] 57459cf4014959407a8abe3c065d2f3ddda545faef360b9d2ebb8fb83caf0183 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] d8e8b202987f152a8224ad95b7eac63b4f7ca7c4c4d94e30d370a10fb0306fe6 [INFO] running `"docker" "start" "-a" "d8e8b202987f152a8224ad95b7eac63b4f7ca7c4c4d94e30d370a10fb0306fe6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/aoc18-4b31bbdc069e5da4 [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test days::day20::test ... ok [INFO] [stdout] test days::day22::test ... ok [INFO] [stdout] test days::day14::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::day18::test ... ok [INFO] [stdout] test days::day25::test::part1 ... ok [INFO] [stdout] test days::day5::test::part1 ... ok [INFO] [stdout] test days::day6::test::example ... ok [INFO] [stdout] test days::day15::test::case1 ... ok [INFO] [stdout] test days::day4::test::sleepy_guards ... ok [INFO] [stdout] test days::day17::test ... ok [INFO] [stdout] test days::day15::test::case0 ... ok [INFO] [stdout] test days::day8::test ... ok [INFO] [stdout] test days::day7::test::test ... 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" "d8e8b202987f152a8224ad95b7eac63b4f7ca7c4c4d94e30d370a10fb0306fe6"` [INFO] running `"docker" "rm" "-f" "d8e8b202987f152a8224ad95b7eac63b4f7ca7c4c4d94e30d370a10fb0306fe6"` [INFO] [stdout] d8e8b202987f152a8224ad95b7eac63b4f7ca7c4c4d94e30d370a10fb0306fe6