Oct 15 04:50:00.380 INFO testing aickin/rust_advent_2017 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:50:00.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:50:00.818 INFO blam! 4ff345e221bad7ff99af71e1c560ac258fb16f0d525d74c6f7ae641ab2d179ac Oct 15 04:50:00.820 INFO running `"docker" "start" "-a" "4ff345e221bad7ff99af71e1c560ac258fb16f0d525d74c6f7ae641ab2d179ac"` Oct 15 04:50:01.586 INFO kablam! usermod: no changes Oct 15 04:50:01.614 INFO kablam! Compiling rust_advent_2017 v0.1.0 (/source) Oct 15 04:50:01.910 INFO kablam! warning: unused import: `std::slice::Iter` Oct 15 04:50:01.910 INFO kablam! --> src/day3.rs:2:6 Oct 15 04:50:01.910 INFO kablam! | Oct 15 04:50:01.910 INFO kablam! 2 | use std::slice::Iter; Oct 15 04:50:01.910 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:50:01.910 INFO kablam! | Oct 15 04:50:01.910 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:50:01.910 INFO kablam! Oct 15 04:50:01.964 INFO kablam! warning: unreachable expression Oct 15 04:50:01.965 INFO kablam! --> src/day2.rs:30:5 Oct 15 04:50:01.965 INFO kablam! | Oct 15 04:50:01.965 INFO kablam! 30 | 0 Oct 15 04:50:01.965 INFO kablam! | ^ Oct 15 04:50:01.965 INFO kablam! | Oct 15 04:50:01.965 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 04:50:01.965 INFO kablam! Oct 15 04:50:02.056 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:02.056 INFO kablam! --> src/day2.rs:6:13 Oct 15 04:50:02.056 INFO kablam! | Oct 15 04:50:02.056 INFO kablam! 6 | .map(|strValue| { strValue.parse::().unwrap() }) Oct 15 04:50:02.056 INFO kablam! | ^^^^^^^^ Oct 15 04:50:02.056 INFO kablam! | Oct 15 04:50:02.056 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:50:02.056 INFO kablam! Oct 15 04:50:02.056 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:02.056 INFO kablam! --> src/day2.rs:10:13 Oct 15 04:50:02.057 INFO kablam! | Oct 15 04:50:02.057 INFO kablam! 10 | .map(|strValue| { strValue.parse::().unwrap() }) Oct 15 04:50:02.057 INFO kablam! | ^^^^^^^^ Oct 15 04:50:02.057 INFO kablam! Oct 15 04:50:02.058 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:02.058 INFO kablam! --> src/day2.rs:19:55 Oct 15 04:50:02.058 INFO kablam! | Oct 15 04:50:02.059 INFO kablam! 19 | let vec : Vec = line.split_whitespace().map(|strValue| { strValue.parse::().unwrap() }).collect(); Oct 15 04:50:02.059 INFO kablam! | ^^^^^^^^ Oct 15 04:50:02.059 INFO kablam! Oct 15 04:50:03.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 15 04:50:03.454 INFO kablam! su: No module specific data is present Oct 15 04:50:03.890 INFO running `"docker" "rm" "-f" "4ff345e221bad7ff99af71e1c560ac258fb16f0d525d74c6f7ae641ab2d179ac"` Oct 15 04:50:04.031 INFO blam! 4ff345e221bad7ff99af71e1c560ac258fb16f0d525d74c6f7ae641ab2d179ac Oct 15 04:50:04.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:50:04.402 INFO blam! 6a259b7ad2e28b50a8edd429ecd068396885ebd0e66c388b4ddc9c2ff6aca922 Oct 15 04:50:04.405 INFO running `"docker" "start" "-a" "6a259b7ad2e28b50a8edd429ecd068396885ebd0e66c388b4ddc9c2ff6aca922"` Oct 15 04:50:04.970 INFO kablam! usermod: no changes Oct 15 04:50:05.023 INFO kablam! Compiling rust_advent_2017 v0.1.0 (/source) Oct 15 04:50:05.415 INFO kablam! warning: unused import: `std::slice::Iter` Oct 15 04:50:05.415 INFO kablam! --> src/day3.rs:2:6 Oct 15 04:50:05.415 INFO kablam! | Oct 15 04:50:05.415 INFO kablam! 2 | use std::slice::Iter; Oct 15 04:50:05.415 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:50:05.415 INFO kablam! | Oct 15 04:50:05.415 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:50:05.415 INFO kablam! Oct 15 04:50:05.476 INFO kablam! warning: unreachable expression Oct 15 04:50:05.476 INFO kablam! --> src/day2.rs:30:5 Oct 15 04:50:05.476 INFO kablam! | Oct 15 04:50:05.476 INFO kablam! 30 | 0 Oct 15 04:50:05.476 INFO kablam! | ^ Oct 15 04:50:05.476 INFO kablam! | Oct 15 04:50:05.476 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 04:50:05.476 INFO kablam! Oct 15 04:50:05.574 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:05.574 INFO kablam! --> src/day2.rs:6:13 Oct 15 04:50:05.574 INFO kablam! | Oct 15 04:50:05.574 INFO kablam! 6 | .map(|strValue| { strValue.parse::().unwrap() }) Oct 15 04:50:05.574 INFO kablam! | ^^^^^^^^ Oct 15 04:50:05.574 INFO kablam! | Oct 15 04:50:05.574 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 04:50:05.574 INFO kablam! Oct 15 04:50:05.574 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:05.574 INFO kablam! --> src/day2.rs:10:13 Oct 15 04:50:05.574 INFO kablam! | Oct 15 04:50:05.574 INFO kablam! 10 | .map(|strValue| { strValue.parse::().unwrap() }) Oct 15 04:50:05.574 INFO kablam! | ^^^^^^^^ Oct 15 04:50:05.574 INFO kablam! Oct 15 04:50:05.574 INFO kablam! warning: variable `strValue` should have a snake case name such as `str_value` Oct 15 04:50:05.574 INFO kablam! --> src/day2.rs:19:55 Oct 15 04:50:05.574 INFO kablam! | Oct 15 04:50:05.574 INFO kablam! 19 | let vec : Vec = line.split_whitespace().map(|strValue| { strValue.parse::().unwrap() }).collect(); Oct 15 04:50:05.574 INFO kablam! | ^^^^^^^^ Oct 15 04:50:05.574 INFO kablam! Oct 15 04:50:06.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 15 04:50:06.023 INFO kablam! su: No module specific data is present Oct 15 04:50:06.450 INFO running `"docker" "rm" "-f" "6a259b7ad2e28b50a8edd429ecd068396885ebd0e66c388b4ddc9c2ff6aca922"` Oct 15 04:50:06.599 INFO blam! 6a259b7ad2e28b50a8edd429ecd068396885ebd0e66c388b4ddc9c2ff6aca922 Oct 15 04:50:06.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:50:07.016 INFO blam! 9cf203042c4c3b0b689c570f8386347f2b46cfe984598d414e1b034e940742bf Oct 15 04:50:07.023 INFO running `"docker" "start" "-a" "9cf203042c4c3b0b689c570f8386347f2b46cfe984598d414e1b034e940742bf"` Oct 15 04:50:07.846 INFO kablam! usermod: no changes Oct 15 04:50:07.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 04:50:07.891 INFO kablam! Running /target/debug/deps/rust_advent_2017-68718a7087b7081d Oct 15 04:50:07.895 INFO blam! Oct 15 04:50:07.895 INFO blam! running 0 tests Oct 15 04:50:07.895 INFO blam! Oct 15 04:50:07.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:50:07.895 INFO blam! Oct 15 04:50:07.896 INFO kablam! su: No module specific data is present Oct 15 04:50:08.830 INFO running `"docker" "rm" "-f" "9cf203042c4c3b0b689c570f8386347f2b46cfe984598d414e1b034e940742bf"` Oct 15 04:50:09.115 INFO blam! 9cf203042c4c3b0b689c570f8386347f2b46cfe984598d414e1b034e940742bf