[INFO] updating cached repository https://github.com/RazerM/advent-of-code-2016 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 160ad94ebcbab00b8207bd40b67a1b0977a8c985 [INFO] testing RazerM/advent-of-code-2016 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FRazerM%2Fadvent-of-code-2016" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RazerM/advent-of-code-2016 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RazerM/advent-of-code-2016 [INFO] finished tweaking git repo https://github.com/RazerM/advent-of-code-2016 [INFO] tweaked toml for git repo https://github.com/RazerM/advent-of-code-2016 written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/RazerM/advent-of-code-2016 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 615e0664f5a4b8652942daf3b3a4d8fd63b5d6e988ec9dd8f3e07c610110b940 [INFO] running `"docker" "start" "-a" "615e0664f5a4b8652942daf3b3a4d8fd63b5d6e988ec9dd8f3e07c610110b940"` [INFO] [stderr] Compiling ndarray v0.12.0 [INFO] [stderr] Compiling permutohedron v0.2.4 [INFO] [stderr] Compiling iterslide v1.0.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling itertools v0.7.9 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling advent_of_code_2016 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day10.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | bots.entry(n).or_insert_with(Vec::new).push(*min);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [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: `#[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 25.11s [INFO] running `"docker" "inspect" "615e0664f5a4b8652942daf3b3a4d8fd63b5d6e988ec9dd8f3e07c610110b940"` [INFO] running `"docker" "rm" "-f" "615e0664f5a4b8652942daf3b3a4d8fd63b5d6e988ec9dd8f3e07c610110b940"` [INFO] [stdout] 615e0664f5a4b8652942daf3b3a4d8fd63b5d6e988ec9dd8f3e07c610110b940 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9f0b9c8c3001645e4d7840a47071be8796c6046e34f1e1d6a7cdfc83b9324c04 [INFO] running `"docker" "start" "-a" "9f0b9c8c3001645e4d7840a47071be8796c6046e34f1e1d6a7cdfc83b9324c04"` [INFO] [stderr] Compiling advent_of_code_2016 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day10.rs:111:71 [INFO] [stderr] | [INFO] [stderr] 111 | bots.entry(n).or_insert_with(Vec::new).push(*min);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [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: `#[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 3.48s [INFO] running `"docker" "inspect" "9f0b9c8c3001645e4d7840a47071be8796c6046e34f1e1d6a7cdfc83b9324c04"` [INFO] running `"docker" "rm" "-f" "9f0b9c8c3001645e4d7840a47071be8796c6046e34f1e1d6a7cdfc83b9324c04"` [INFO] [stdout] 9f0b9c8c3001645e4d7840a47071be8796c6046e34f1e1d6a7cdfc83b9324c04 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 33176f77dfb305908a116be72f6dccb50871bfad73face71623ab975b14eeaa5 [INFO] running `"docker" "start" "-a" "33176f77dfb305908a116be72f6dccb50871bfad73face71623ab975b14eeaa5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/aoc-727b50b4c8afd98b [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test day15::tests::test_example ... ok [INFO] [stdout] test day16::tests::test_example ... ok [INFO] [stdout] test day13::tests::test_example ... ok [INFO] [stdout] test day18::tests::test_example ... ok [INFO] [stdout] test day7::tests::ip7_supports_ssl ... ok [INFO] [stdout] test day7::tests::ip7_supports_tls ... 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 [INFO] [stdout] test day14::tests::test_example ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "33176f77dfb305908a116be72f6dccb50871bfad73face71623ab975b14eeaa5"` [INFO] running `"docker" "rm" "-f" "33176f77dfb305908a116be72f6dccb50871bfad73face71623ab975b14eeaa5"` [INFO] [stdout] 33176f77dfb305908a116be72f6dccb50871bfad73face71623ab975b14eeaa5