[INFO] updating cached repository akatechis/adventofcode2015 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/akatechis/adventofcode2015 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/akatechis/adventofcode2015" "work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/akatechis/adventofcode2015" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/akatechis/adventofcode2015"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/akatechis/adventofcode2015'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 19876328193c7af687dd807438e3ee3b4929711d [INFO] sha for GitHub repo akatechis/adventofcode2015: 19876328193c7af687dd807438e3ee3b4929711d [INFO] validating manifest of akatechis/adventofcode2015 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of akatechis/adventofcode2015 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing akatechis/adventofcode2015 [INFO] finished frobbing akatechis/adventofcode2015 [INFO] frobbed toml for akatechis/adventofcode2015 written to work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015/Cargo.toml [INFO] started frobbing akatechis/adventofcode2015 [INFO] finished frobbing akatechis/adventofcode2015 [INFO] frobbed toml for akatechis/adventofcode2015 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/akatechis/adventofcode2015/Cargo.toml [INFO] crate akatechis/adventofcode2015 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing akatechis/adventofcode2015 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015:/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.37.0" "build" "--frozen"` [INFO] [stdout] 1e0149efe0b68cf1c571735ec8a9ca23e20f7cf4c7944997428cbccbd3e7ec29 [INFO] running `"docker" "start" "-a" "1e0149efe0b68cf1c571735ec8a9ca23e20f7cf4c7944997428cbccbd3e7ec29"` [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.82s [INFO] running `"docker" "inspect" "1e0149efe0b68cf1c571735ec8a9ca23e20f7cf4c7944997428cbccbd3e7ec29"` [INFO] running `"docker" "rm" "-f" "1e0149efe0b68cf1c571735ec8a9ca23e20f7cf4c7944997428cbccbd3e7ec29"` [INFO] [stdout] 1e0149efe0b68cf1c571735ec8a9ca23e20f7cf4c7944997428cbccbd3e7ec29 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0a3415bda04d1c9cbdd1d3768a015a64a3d8c8dea8116e723df43e5a52f144d4 [INFO] running `"docker" "start" "-a" "0a3415bda04d1c9cbdd1d3768a015a64a3d8c8dea8116e723df43e5a52f144d4"` [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "0a3415bda04d1c9cbdd1d3768a015a64a3d8c8dea8116e723df43e5a52f144d4"` [INFO] running `"docker" "rm" "-f" "0a3415bda04d1c9cbdd1d3768a015a64a3d8c8dea8116e723df43e5a52f144d4"` [INFO] [stdout] 0a3415bda04d1c9cbdd1d3768a015a64a3d8c8dea8116e723df43e5a52f144d4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/akatechis/adventofcode2015:/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.37.0" "test" "--frozen"` [INFO] [stdout] 6f485ac75d4832ae1e02485b39e69b8fc012022dc8d27f5cb246e62c9be698cf [INFO] running `"docker" "start" "-a" "6f485ac75d4832ae1e02485b39e69b8fc012022dc8d27f5cb246e62c9be698cf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/adventofcode2015-313b7b0993c6b41f [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test day_six::test::test_parsing_turn_on_works_correctly ... ok [INFO] [stdout] test day_six::test::test_soft_light_grid ... ok [INFO] [stdout] test day_six::test::test_binary_light_grid ... ok [INFO] [stdout] test day_six::test::test_parsing_toggle_works_correctly ... ok [INFO] [stdout] test day_six::test::test_parsing_turn_off_works_correctly ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6f485ac75d4832ae1e02485b39e69b8fc012022dc8d27f5cb246e62c9be698cf"` [INFO] running `"docker" "rm" "-f" "6f485ac75d4832ae1e02485b39e69b8fc012022dc8d27f5cb246e62c9be698cf"` [INFO] [stdout] 6f485ac75d4832ae1e02485b39e69b8fc012022dc8d27f5cb246e62c9be698cf