[INFO] updating cached repository nlordell/aoc-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nlordell/aoc-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nlordell/aoc-rs" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/nlordell/aoc-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/nlordell/aoc-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nlordell/aoc-rs" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cf6170cd0c22089aec528177d7e03496cd380568 [INFO] sha for GitHub repo nlordell/aoc-rs: cf6170cd0c22089aec528177d7e03496cd380568 [INFO] validating manifest of nlordell/aoc-rs on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nlordell/aoc-rs on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nlordell/aoc-rs [INFO] finished frobbing nlordell/aoc-rs [INFO] frobbed toml for nlordell/aoc-rs written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/nlordell/aoc-rs/Cargo.toml [INFO] started frobbing nlordell/aoc-rs [INFO] finished frobbing nlordell/aoc-rs [INFO] frobbed toml for nlordell/aoc-rs written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs/Cargo.toml [INFO] crate nlordell/aoc-rs has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nlordell/aoc-rs against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] c4800cad3f48ffbeb661bc4cdea55bc43ff5760eccac2ded24733bc9087f8a65 [INFO] running `"docker" "start" "-a" "c4800cad3f48ffbeb661bc4cdea55bc43ff5760eccac2ded24733bc9087f8a65"` [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling libm v0.1.2 [INFO] [stderr] Compiling approx v0.3.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling generic-array v0.11.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.12 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day15.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn puzzle1(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day15.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn puzzle2(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day16.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn puzzle1(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day16.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn puzzle2(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `"docker" "inspect" "c4800cad3f48ffbeb661bc4cdea55bc43ff5760eccac2ded24733bc9087f8a65"` [INFO] running `"docker" "rm" "-f" "c4800cad3f48ffbeb661bc4cdea55bc43ff5760eccac2ded24733bc9087f8a65"` [INFO] [stdout] c4800cad3f48ffbeb661bc4cdea55bc43ff5760eccac2ded24733bc9087f8a65 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 003b477eae744a93765d7a0c8fed5a4fc1b7c5901c1e1524c8c71e702b6f4577 [INFO] running `"docker" "start" "-a" "003b477eae744a93765d7a0c8fed5a4fc1b7c5901c1e1524c8c71e702b6f4577"` [INFO] [stderr] Compiling aoc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day15.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn puzzle1(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day15.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn puzzle2(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day16.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn puzzle1(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/year2018/day16.rs:5:16 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn puzzle2(input: &str) -> i64 { [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.71s [INFO] running `"docker" "inspect" "003b477eae744a93765d7a0c8fed5a4fc1b7c5901c1e1524c8c71e702b6f4577"` [INFO] running `"docker" "rm" "-f" "003b477eae744a93765d7a0c8fed5a4fc1b7c5901c1e1524c8c71e702b6f4577"` [INFO] [stdout] 003b477eae744a93765d7a0c8fed5a4fc1b7c5901c1e1524c8c71e702b6f4577 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/nlordell/aoc-rs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 9a5bd6c09cc4668021f84ef637c9d8d6911418db33cba0f6a8e9e46bd3e4e357 [INFO] running `"docker" "start" "-a" "9a5bd6c09cc4668021f84ef637c9d8d6911418db33cba0f6a8e9e46bd3e4e357"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/aoc-f9bb540e34dfbc01 [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test year2018::day01::tests::puzzle1 ... ok [INFO] [stdout] test client::tests::test_client ... ok [INFO] [stdout] test year2018::day01::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day02::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day05::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day02::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day05::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day06::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day06::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day08::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day08::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day03::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day03::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day11::tests::get_power_level ... ok [INFO] [stdout] test year2018::day07::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day11::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day07::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day04::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day13::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day13::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day04::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day14::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day15::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day15::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day16::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day16::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day14::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day10::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day09::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day10::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day17::tests::puzzle1 ... ok [INFO] [stdout] test year2018::day17::tests::puzzle2 ... ok [INFO] [stdout] test year2018::day12::tests::puzzle ... ok [INFO] [stdout] test year2018::day11::tests::puzzle1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9a5bd6c09cc4668021f84ef637c9d8d6911418db33cba0f6a8e9e46bd3e4e357"` [INFO] running `"docker" "rm" "-f" "9a5bd6c09cc4668021f84ef637c9d8d6911418db33cba0f6a8e9e46bd3e4e357"` [INFO] [stdout] 9a5bd6c09cc4668021f84ef637c9d8d6911418db33cba0f6a8e9e46bd3e4e357