[INFO] updating cached repository RazerM/advent-of-code-2016 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/RazerM/advent-of-code-2016 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/beta-1.38-1/sources/1.37.0/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/RazerM/advent-of-code-2016'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RazerM/advent-of-code-2016" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/RazerM/advent-of-code-2016"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 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 RazerM/advent-of-code-2016 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 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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+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 RazerM/advent-of-code-2016 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ef55f977b5fc915ccb10132891d1e9406a26a9590ab69f20a1ed6ea3013332dc [INFO] running `"docker" "start" "-a" "ef55f977b5fc915ccb10132891d1e9406a26a9590ab69f20a1ed6ea3013332dc"` [INFO] [stderr] Compiling ndarray v0.12.0 [INFO] [stderr] Compiling iterslide v1.0.0 [INFO] [stderr] Compiling permutohedron v0.2.4 [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | .author(clap::crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | .author(clap::crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.33s [INFO] running `"docker" "inspect" "ef55f977b5fc915ccb10132891d1e9406a26a9590ab69f20a1ed6ea3013332dc"` [INFO] running `"docker" "rm" "-f" "ef55f977b5fc915ccb10132891d1e9406a26a9590ab69f20a1ed6ea3013332dc"` [INFO] [stdout] ef55f977b5fc915ccb10132891d1e9406a26a9590ab69f20a1ed6ea3013332dc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 408b77d20053d1f63f4fbe6c6ba58ea94c5761de049131b68b01c49dacb8216a [INFO] running `"docker" "start" "-a" "408b77d20053d1f63f4fbe6c6ba58ea94c5761de049131b68b01c49dacb8216a"` [INFO] [stderr] Compiling advent_of_code_2016 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | .author(clap::crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | .author(clap::crate_authors!(", ")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.11s [INFO] running `"docker" "inspect" "408b77d20053d1f63f4fbe6c6ba58ea94c5761de049131b68b01c49dacb8216a"` [INFO] running `"docker" "rm" "-f" "408b77d20053d1f63f4fbe6c6ba58ea94c5761de049131b68b01c49dacb8216a"` [INFO] [stdout] 408b77d20053d1f63f4fbe6c6ba58ea94c5761de049131b68b01c49dacb8216a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] d0f6e2af1256c6f381ae639624b23c4ceda8ab8b239831ddc3421901a2e7454e [INFO] running `"docker" "start" "-a" "d0f6e2af1256c6f381ae639624b23c4ceda8ab8b239831ddc3421901a2e7454e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/aoc-14d634a7a5eb974e [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test day13::tests::test_example ... ok [INFO] [stdout] test day18::tests::test_example ... ok [INFO] [stdout] test day16::tests::test_example ... ok [INFO] [stdout] test day15::tests::test_example ... ok [INFO] [stdout] test day9::tests::test_expansion ... ok [INFO] [stdout] test day7::tests::ip7_supports_tls ... ok [INFO] [stdout] test parsers::tests::test_int32 ... ok [INFO] [stdout] test day7::tests::ip7_supports_ssl ... 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" "d0f6e2af1256c6f381ae639624b23c4ceda8ab8b239831ddc3421901a2e7454e"` [INFO] running `"docker" "rm" "-f" "d0f6e2af1256c6f381ae639624b23c4ceda8ab8b239831ddc3421901a2e7454e"` [INFO] [stdout] d0f6e2af1256c6f381ae639624b23c4ceda8ab8b239831ddc3421901a2e7454e