Oct 14 19:36:34.721 INFO testing gobanos/adventofcode-2016 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:36:34.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:36:35.214 INFO blam! 9fbda82a79e76850bdcc5455f028fb49858fdaa24a14b4378644ea38db499fe7 Oct 14 19:36:35.223 INFO running `"docker" "start" "-a" "9fbda82a79e76850bdcc5455f028fb49858fdaa24a14b4378644ea38db499fe7"` Oct 14 19:36:36.271 INFO kablam! usermod: no changes Oct 14 19:36:36.368 INFO kablam! Compiling gcc v0.3.39 Oct 14 19:36:36.368 INFO kablam! Compiling rustc-serialize v0.3.21 Oct 14 19:36:38.959 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 19:36:52.987 INFO kablam! Compiling adventofcode-2016 v0.1.0 (/source) Oct 14 19:36:53.939 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:36:53.939 INFO kablam! --> src/day8/problem2.rs:48:5 Oct 14 19:36:53.940 INFO kablam! | Oct 14 19:36:53.940 INFO kablam! 48 | fn nb_pixel_on(&self) -> usize { Oct 14 19:36:53.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:36:53.941 INFO kablam! | Oct 14 19:36:53.941 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:36:53.941 INFO kablam! Oct 14 19:36:56.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.00s Oct 14 19:36:56.306 INFO kablam! su: No module specific data is present Oct 14 19:36:56.985 INFO running `"docker" "rm" "-f" "9fbda82a79e76850bdcc5455f028fb49858fdaa24a14b4378644ea38db499fe7"` Oct 14 19:36:57.175 INFO blam! 9fbda82a79e76850bdcc5455f028fb49858fdaa24a14b4378644ea38db499fe7 Oct 14 19:36:57.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:36:57.619 INFO blam! 536e4714e316993af21dea7f23fd387a078747a6346f6c821891574521c008ff Oct 14 19:36:57.624 INFO running `"docker" "start" "-a" "536e4714e316993af21dea7f23fd387a078747a6346f6c821891574521c008ff"` Oct 14 19:36:58.625 INFO kablam! usermod: no changes Oct 14 19:36:58.716 INFO kablam! Compiling adventofcode-2016 v0.1.0 (/source) Oct 14 19:37:00.079 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:37:00.079 INFO kablam! --> src/day8/problem1.rs:45:13 Oct 14 19:37:00.079 INFO kablam! | Oct 14 19:37:00.079 INFO kablam! 45 | fn nb_pixel_on(&self) -> usize { Oct 14 19:37:00.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:37:00.079 INFO kablam! ... Oct 14 19:37:00.079 INFO kablam! 163 | make_sized_screen!(TestScreen, width: 7, height: 3); Oct 14 19:37:00.079 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 14 19:37:00.079 INFO kablam! | Oct 14 19:37:00.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:37:00.079 INFO kablam! Oct 14 19:37:00.079 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:37:00.079 INFO kablam! --> src/day8/problem2.rs:48:5 Oct 14 19:37:00.079 INFO kablam! | Oct 14 19:37:00.079 INFO kablam! 48 | fn nb_pixel_on(&self) -> usize { Oct 14 19:37:00.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:37:00.079 INFO kablam! Oct 14 19:37:02.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.26s Oct 14 19:37:02.911 INFO kablam! su: No module specific data is present Oct 14 19:37:03.371 INFO running `"docker" "rm" "-f" "536e4714e316993af21dea7f23fd387a078747a6346f6c821891574521c008ff"` Oct 14 19:37:03.598 INFO blam! 536e4714e316993af21dea7f23fd387a078747a6346f6c821891574521c008ff Oct 14 19:37:03.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:37:04.011 INFO blam! 16ef8231fc5def7f36ed80c50e063cf4d174706decdfddcdce7e05ecfc6b955f Oct 14 19:37:04.014 INFO running `"docker" "start" "-a" "16ef8231fc5def7f36ed80c50e063cf4d174706decdfddcdce7e05ecfc6b955f"` Oct 14 19:37:05.697 INFO kablam! usermod: no changes Oct 14 19:37:05.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 19:37:05.791 INFO kablam! Running /target/debug/deps/adventofcode_2016-d58baea531e324b6 Oct 14 19:37:05.793 INFO blam! Oct 14 19:37:05.796 INFO blam! running 43 tests Oct 14 19:37:05.796 INFO blam! test day1::problem2::test::sample ... ok Oct 14 19:37:05.796 INFO blam! test day1::problem2::parsed_sample ... ok Oct 14 19:37:05.796 INFO blam! test day1::problem1::test::sample3 ... ok Oct 14 19:37:05.796 INFO blam! test day1::problem1::test::sample2 ... ok Oct 14 19:37:05.796 INFO blam! test day1::problem1::parsed_sample2 ... ok Oct 14 19:37:05.796 INFO blam! test day2::problem1::test::sample ... ok Oct 14 19:37:05.796 INFO blam! test day1::problem1::parsed_sample1 ... ok Oct 14 19:37:05.796 INFO blam! test day2::problem2::parsed_sample ... ok Oct 14 19:37:05.796 INFO blam! test day2::problem2::test::sample ... ok Oct 14 19:37:05.796 INFO blam! test day3::problem1::parsed_sample ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem1::parsed_valid ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem1::test::sample ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem1::test::valid ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem2::parsed_sample ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem2::parsed_valid ... ok Oct 14 19:37:05.797 INFO blam! test day4::problem1::parsed_sample1 ... ok Oct 14 19:37:05.797 INFO blam! test day4::problem1::parsed_sample2 ... ok Oct 14 19:37:05.797 INFO blam! test day3::problem2::test::sample ... ok Oct 14 19:37:05.797 INFO blam! test day4::problem1::parsed_sample3 ... ok Oct 14 19:37:05.797 INFO blam! test day2::problem1::parsed_sample ... ok Oct 14 19:37:05.797 INFO blam! test day1::problem1::test::sample1 ... ok Oct 14 19:37:05.797 INFO blam! test day1::problem1::parsed_sample3 ... ok Oct 14 19:37:05.797 INFO blam! test day4::problem1::parsed_sample4 ... ok Oct 14 19:37:05.807 INFO blam! test day4::problem2::parsed_sample3 ... ok Oct 14 19:37:05.807 INFO blam! test day4::problem2::parsed_sample4 ... ok Oct 14 19:37:05.808 INFO blam! test day4::problem2::parsed_sample1 ... ok Oct 14 19:37:05.808 INFO blam! test day4::problem2::parsed_sample2 ... ok Oct 14 19:37:05.809 INFO blam! test day4::problem2::decrypt ... ok Oct 14 19:37:05.809 INFO blam! test day4::problem1::test::sample ... ok Oct 14 19:37:05.809 INFO blam! test day7::problem1::sample1 ... ok Oct 14 19:37:05.823 INFO blam! test day7::problem1::test::sample ... ok Oct 14 19:37:05.823 INFO blam! test day7::problem2::aba ... ok Oct 14 19:37:05.823 INFO blam! test day6::problem2::sample ... ok Oct 14 19:37:05.824 INFO blam! test day7::problem1::parsed_sample1 ... ok Oct 14 19:37:05.824 INFO blam! test day7::problem1::parsed_sample2 ... ok Oct 14 19:37:05.824 INFO blam! test day7::problem2::sample1 ... ok Oct 14 19:37:05.825 INFO blam! test day6::problem1::sample ... ok Oct 14 19:37:05.848 INFO blam! test day7::problem2::word_aba ... ok Oct 14 19:37:05.848 INFO blam! test day7::problem2::test::sample ... ok Oct 14 19:37:05.907 INFO blam! test day8::problem1::test::sample ... ok Oct 14 19:38:05.807 INFO blam! test day5::problem1::sample ... test day5::problem1::sample has been running for over 60 seconds Oct 14 19:38:05.807 INFO blam! test day5::problem1::test::sample ... test day5::problem1::test::sample has been running for over 60 seconds Oct 14 19:38:05.815 INFO blam! test day5::problem2::test::sample ... test day5::problem2::test::sample has been running for over 60 seconds Oct 14 19:38:07.046 INFO blam! test day5::problem1::sample ... ok Oct 14 19:38:23.378 INFO blam! test day5::problem1::test::sample ... ok Oct 14 19:38:58.535 INFO blam! test day5::problem2::test::sample ... ok Oct 14 19:38:58.535 INFO blam! Oct 14 19:38:58.535 INFO blam! test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:38:58.535 INFO blam! Oct 14 19:38:58.535 INFO kablam! su: No module specific data is present Oct 14 19:38:59.347 INFO running `"docker" "rm" "-f" "16ef8231fc5def7f36ed80c50e063cf4d174706decdfddcdce7e05ecfc6b955f"` Oct 14 19:38:59.671 INFO blam! 16ef8231fc5def7f36ed80c50e063cf4d174706decdfddcdce7e05ecfc6b955f