Oct 14 19:36:33.935 INFO testing gobanos/adventofcode-2016 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:36:33.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:34.208 INFO blam! 5e8ba7d18b7db3aea5905d0731ae15af9243685c718f6a478a9db264893678ef Oct 14 19:36:34.210 INFO running `"docker" "start" "-a" "5e8ba7d18b7db3aea5905d0731ae15af9243685c718f6a478a9db264893678ef"` Oct 14 19:36:35.163 INFO kablam! usermod: no changes Oct 14 19:36:35.287 INFO kablam! Compiling gcc v0.3.39 Oct 14 19:36:35.291 INFO kablam! Compiling memchr v0.1.11 Oct 14 19:36:35.295 INFO kablam! Compiling thread-id v2.0.0 Oct 14 19:36:35.967 INFO kablam! Compiling thread_local v0.2.7 Oct 14 19:36:36.235 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 19:36:38.103 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 19:36:39.135 INFO kablam! Compiling regex v0.1.80 Oct 14 19:36:52.387 INFO kablam! Compiling adventofcode-2016 v0.1.0 (/source) Oct 14 19:36:53.251 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:36:53.251 INFO kablam! --> src/day8/problem2.rs:48:5 Oct 14 19:36:53.251 INFO kablam! | Oct 14 19:36:53.251 INFO kablam! 48 | fn nb_pixel_on(&self) -> usize { Oct 14 19:36:53.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:36:53.251 INFO kablam! | Oct 14 19:36:53.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:36:53.251 INFO kablam! Oct 14 19:36:55.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.21s Oct 14 19:36:55.408 INFO kablam! su: No module specific data is present Oct 14 19:36:56.119 INFO running `"docker" "rm" "-f" "5e8ba7d18b7db3aea5905d0731ae15af9243685c718f6a478a9db264893678ef"` Oct 14 19:36:56.413 INFO blam! 5e8ba7d18b7db3aea5905d0731ae15af9243685c718f6a478a9db264893678ef Oct 14 19:36:56.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:56.795 INFO blam! 28cd821169c5cab2fafa16266e2bd2c9f0be0d97f16f35ce6c5f525eac7616c0 Oct 14 19:36:56.796 INFO running `"docker" "start" "-a" "28cd821169c5cab2fafa16266e2bd2c9f0be0d97f16f35ce6c5f525eac7616c0"` Oct 14 19:36:57.936 INFO kablam! usermod: no changes Oct 14 19:36:58.059 INFO kablam! Compiling adventofcode-2016 v0.1.0 (/source) Oct 14 19:36:59.283 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:36:59.283 INFO kablam! --> src/day8/problem1.rs:45:13 Oct 14 19:36:59.283 INFO kablam! | Oct 14 19:36:59.283 INFO kablam! 45 | fn nb_pixel_on(&self) -> usize { Oct 14 19:36:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:36:59.283 INFO kablam! ... Oct 14 19:36:59.283 INFO kablam! 163 | make_sized_screen!(TestScreen, width: 7, height: 3); Oct 14 19:36:59.283 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 14 19:36:59.283 INFO kablam! | Oct 14 19:36:59.283 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:36:59.283 INFO kablam! Oct 14 19:36:59.283 INFO kablam! warning: method is never used: `nb_pixel_on` Oct 14 19:36:59.283 INFO kablam! --> src/day8/problem2.rs:48:5 Oct 14 19:36:59.283 INFO kablam! | Oct 14 19:36:59.283 INFO kablam! 48 | fn nb_pixel_on(&self) -> usize { Oct 14 19:36:59.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:36:59.283 INFO kablam! Oct 14 19:37:02.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.52s Oct 14 19:37:02.495 INFO kablam! su: No module specific data is present Oct 14 19:37:02.850 INFO running `"docker" "rm" "-f" "28cd821169c5cab2fafa16266e2bd2c9f0be0d97f16f35ce6c5f525eac7616c0"` Oct 14 19:37:02.959 INFO blam! 28cd821169c5cab2fafa16266e2bd2c9f0be0d97f16f35ce6c5f525eac7616c0 Oct 14 19:37:02.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:03.283 INFO blam! c327830a0e64a936ba72dbb905565aa7c70af99e89db36513906ba4e31e79511 Oct 14 19:37:03.295 INFO running `"docker" "start" "-a" "c327830a0e64a936ba72dbb905565aa7c70af99e89db36513906ba4e31e79511"` Oct 14 19:37:04.246 INFO kablam! usermod: no changes Oct 14 19:37:04.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 19:37:04.343 INFO kablam! Running /target/debug/deps/adventofcode_2016-2ace24fa2cc76822 Oct 14 19:37:04.343 INFO blam! Oct 14 19:37:04.343 INFO blam! running 43 tests Oct 14 19:37:04.346 INFO blam! test day1::problem1::parsed_sample2 ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem1::test::sample2 ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem1::parsed_sample1 ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem1::test::sample1 ... ok Oct 14 19:37:04.346 INFO blam! test day2::problem2::test::sample ... ok Oct 14 19:37:04.346 INFO blam! test day2::problem2::parsed_sample ... ok Oct 14 19:37:04.346 INFO blam! test day3::problem1::parsed_sample ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem2::parsed_sample ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem2::test::sample ... ok Oct 14 19:37:04.346 INFO blam! test day2::problem1::test::sample ... ok Oct 14 19:37:04.346 INFO blam! test day1::problem1::test::sample3 ... ok Oct 14 19:37:04.346 INFO blam! test day2::problem1::parsed_sample ... ok Oct 14 19:37:04.346 INFO blam! test day3::problem2::parsed_sample ... ok Oct 14 19:37:04.346 INFO blam! test day3::problem2::parsed_valid ... ok Oct 14 19:37:04.346 INFO blam! test day3::problem2::test::sample ... ok Oct 14 19:37:04.351 INFO blam! test day4::problem1::parsed_sample1 ... ok Oct 14 19:37:04.351 INFO blam! test day1::problem1::parsed_sample3 ... ok Oct 14 19:37:04.351 INFO blam! test day3::problem1::test::valid ... ok Oct 14 19:37:04.351 INFO blam! test day3::problem1::parsed_valid ... ok Oct 14 19:37:04.351 INFO blam! test day4::problem1::parsed_sample2 ... ok Oct 14 19:37:04.351 INFO blam! test day4::problem1::parsed_sample3 ... ok Oct 14 19:37:04.351 INFO blam! test day3::problem1::test::sample ... ok Oct 14 19:37:04.351 INFO blam! test day4::problem1::parsed_sample4 ... ok Oct 14 19:37:04.354 INFO blam! test day4::problem2::parsed_sample3 ... ok Oct 14 19:37:04.363 INFO blam! test day4::problem2::parsed_sample2 ... ok Oct 14 19:37:04.363 INFO blam! test day4::problem2::parsed_sample1 ... ok Oct 14 19:37:04.387 INFO blam! test day4::problem2::parsed_sample4 ... ok Oct 14 19:37:04.407 INFO blam! test day4::problem2::decrypt ... ok Oct 14 19:37:04.411 INFO blam! test day7::problem1::parsed_sample2 ... ok Oct 14 19:37:04.411 INFO blam! test day6::problem1::sample ... ok Oct 14 19:37:04.415 INFO blam! test day4::problem1::test::sample ... ok Oct 14 19:37:04.423 INFO blam! test day6::problem2::sample ... ok Oct 14 19:37:04.423 INFO blam! test day7::problem1::parsed_sample1 ... ok Oct 14 19:37:04.431 INFO blam! test day7::problem2::test::sample ... ok Oct 14 19:37:04.431 INFO blam! test day7::problem1::sample1 ... ok Oct 14 19:37:04.431 INFO blam! test day7::problem1::test::sample ... ok Oct 14 19:37:04.431 INFO blam! test day7::problem2::aba ... ok Oct 14 19:37:04.432 INFO blam! test day7::problem2::sample1 ... ok Oct 14 19:37:04.451 INFO blam! test day7::problem2::word_aba ... ok Oct 14 19:37:04.483 INFO blam! test day8::problem1::test::sample ... ok Oct 14 19:38:01.039 INFO blam! test day5::problem1::sample ... ok Oct 14 19:38:04.359 INFO blam! test day5::problem1::test::sample ... test day5::problem1::test::sample has been running for over 60 seconds Oct 14 19:38:04.359 INFO blam! test day5::problem2::test::sample ... test day5::problem2::test::sample has been running for over 60 seconds Oct 14 19:38:28.771 INFO blam! test day5::problem1::test::sample ... ok Oct 14 19:39:01.825 INFO blam! test day5::problem2::test::sample ... ok Oct 14 19:39:01.825 INFO blam! Oct 14 19:39:01.825 INFO blam! test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:39:01.825 INFO blam! Oct 14 19:39:01.831 INFO kablam! su: No module specific data is present Oct 14 19:39:02.533 INFO running `"docker" "rm" "-f" "c327830a0e64a936ba72dbb905565aa7c70af99e89db36513906ba4e31e79511"` Oct 14 19:39:02.748 INFO blam! c327830a0e64a936ba72dbb905565aa7c70af99e89db36513906ba4e31e79511