[INFO] cloning repository RazerM/advent-of-code-2016 [INFO] running `"git" "clone" "--bare" "git://github.com/RazerM/advent-of-code-2016.git" "work/cache/sources/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/RazerM/advent-of-code-2016'... [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RazerM/advent-of-code-2016'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 160ad94ebcbab00b8207bd40b67a1b0977a8c985 [INFO] sha for GitHub repo RazerM/advent-of-code-2016: 160ad94ebcbab00b8207bd40b67a1b0977a8c985 [INFO] validating manifest of RazerM/advent-of-code-2016 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 RazerM/advent-of-code-2016 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 RazerM/advent-of-code-2016 [INFO] finished frobbing RazerM/advent-of-code-2016 [INFO] frobbed toml for RazerM/advent-of-code-2016 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RazerM/advent-of-code-2016/Cargo.toml [INFO] started frobbing RazerM/advent-of-code-2016 [INFO] finished frobbing RazerM/advent-of-code-2016 [INFO] frobbed toml for RazerM/advent-of-code-2016 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016/Cargo.toml [INFO] crate RazerM/advent-of-code-2016 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing RazerM/advent-of-code-2016 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016:/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] 3261025e93e3fef1f70628fbea0403a3ca60af8390d6f11a8a997a8f224da5c1 [INFO] running `"docker" "start" "-a" "3261025e93e3fef1f70628fbea0403a3ca60af8390d6f11a8a997a8f224da5c1"` [INFO] [stderr] Compiling ndarray v0.12.0 [INFO] [stderr] Compiling permutohedron v0.2.4 [INFO] [stderr] Compiling iterslide v1.0.0 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling itertools v0.7.9 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling advent_of_code_2016 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.39s [INFO] running `"docker" "inspect" "3261025e93e3fef1f70628fbea0403a3ca60af8390d6f11a8a997a8f224da5c1"` [INFO] running `"docker" "rm" "-f" "3261025e93e3fef1f70628fbea0403a3ca60af8390d6f11a8a997a8f224da5c1"` [INFO] [stdout] 3261025e93e3fef1f70628fbea0403a3ca60af8390d6f11a8a997a8f224da5c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016:/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] 342cd13b340cbe698af7da4c323309bb5d764e247aa155842fd7e835ddcc9f9e [INFO] running `"docker" "start" "-a" "342cd13b340cbe698af7da4c323309bb5d764e247aa155842fd7e835ddcc9f9e"` [INFO] [stderr] Compiling advent_of_code_2016 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.73s [INFO] running `"docker" "inspect" "342cd13b340cbe698af7da4c323309bb5d764e247aa155842fd7e835ddcc9f9e"` [INFO] running `"docker" "rm" "-f" "342cd13b340cbe698af7da4c323309bb5d764e247aa155842fd7e835ddcc9f9e"` [INFO] [stdout] 342cd13b340cbe698af7da4c323309bb5d764e247aa155842fd7e835ddcc9f9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RazerM/advent-of-code-2016:/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] 07784de1ba90212b0ecc235c3d53752c08aa13e3d195631e966fd8d8b08bdc9b [INFO] running `"docker" "start" "-a" "07784de1ba90212b0ecc235c3d53752c08aa13e3d195631e966fd8d8b08bdc9b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/aoc-37182b74f3e2b1d1 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test day16::tests::test_example ... ok [INFO] [stdout] test day15::tests::test_example ... ok [INFO] [stdout] test day13::tests::test_example ... ok [INFO] [stdout] test day7::tests::ip7_supports_tls ... ok [INFO] [stdout] test day7::tests::ip7_supports_ssl ... ok [INFO] [stdout] test day18::tests::test_example ... ok [INFO] [stdout] test parsers::tests::test_int32 ... ok [INFO] [stdout] test day9::tests::test_expansion ... ok [INFO] [stdout] test day11::tests::example ... ok [INFO] [stdout] test day17::tests::example1 ... ok [INFO] [stdout] test day17::tests::example2 ... ok [INFO] [stdout] test day17::tests::example3 ... ok [INFO] [stdout] test day14::tests::test_example ... test day14::tests::test_example has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `"docker" "inspect" "07784de1ba90212b0ecc235c3d53752c08aa13e3d195631e966fd8d8b08bdc9b"` [INFO] running `"docker" "rm" "-f" "07784de1ba90212b0ecc235c3d53752c08aa13e3d195631e966fd8d8b08bdc9b"` [INFO] [stdout] 07784de1ba90212b0ecc235c3d53752c08aa13e3d195631e966fd8d8b08bdc9b