Oct 14 16:25:42.691 INFO testing jonahgeorge/advent-of-code-2017 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:25:42.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:25:42.852 INFO blam! 12c4d2db39176c47a0ed62a4f9a2b4f49adb20775472a3eee93d4569ee7ed38b Oct 14 16:25:42.854 INFO running `"docker" "start" "-a" "12c4d2db39176c47a0ed62a4f9a2b4f49adb20775472a3eee93d4569ee7ed38b"` Oct 14 16:25:43.363 INFO kablam! usermod: no changes Oct 14 16:25:43.396 INFO kablam! Compiling day2 v0.1.0 (/source/day2) Oct 14 16:25:43.396 INFO kablam! Compiling day1 v0.1.0 (/source/day1) Oct 14 16:25:43.396 INFO kablam! Compiling day4 v0.1.0 (/source/day4) Oct 14 16:25:43.396 INFO kablam! Compiling day5 v0.1.0 (/source/day5) Oct 14 16:25:43.587 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:43.588 INFO kablam! --> day5/src/main.rs:5:5 Oct 14 16:25:43.588 INFO kablam! | Oct 14 16:25:43.588 INFO kablam! 5 | io::stdin().read_to_string(&mut input); Oct 14 16:25:43.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:43.589 INFO kablam! | Oct 14 16:25:43.589 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:43.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:43.590 INFO kablam! Oct 14 16:25:43.601 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:43.601 INFO kablam! --> day1/src/main.rs:33:5 Oct 14 16:25:43.601 INFO kablam! | Oct 14 16:25:43.601 INFO kablam! 33 | io::stdin().read_to_string(&mut input); Oct 14 16:25:43.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:43.602 INFO kablam! | Oct 14 16:25:43.602 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:43.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:43.603 INFO kablam! Oct 14 16:25:43.640 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:43.640 INFO kablam! --> day4/src/main.rs:8:5 Oct 14 16:25:43.641 INFO kablam! | Oct 14 16:25:43.641 INFO kablam! 8 | io::stdin().read_to_string(&mut input); Oct 14 16:25:43.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:43.646 INFO kablam! | Oct 14 16:25:43.646 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:43.650 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:43.652 INFO kablam! Oct 14 16:25:43.652 INFO kablam! warning: unused import: `std::fs::File` Oct 14 16:25:43.653 INFO kablam! --> day2/src/main.rs:5:5 Oct 14 16:25:43.653 INFO kablam! | Oct 14 16:25:43.653 INFO kablam! 5 | use std::fs::File; Oct 14 16:25:43.653 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 16:25:43.654 INFO kablam! | Oct 14 16:25:43.654 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 16:25:43.654 INFO kablam! Oct 14 16:25:43.655 INFO kablam! warning: unused import: `test::Bencher` Oct 14 16:25:43.655 INFO kablam! --> day2/src/main.rs:7:5 Oct 14 16:25:43.655 INFO kablam! | Oct 14 16:25:43.656 INFO kablam! 7 | use test::Bencher; Oct 14 16:25:43.656 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 16:25:43.656 INFO kablam! Oct 14 16:25:43.867 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:43.867 INFO kablam! --> day2/src/main.rs:11:5 Oct 14 16:25:43.868 INFO kablam! | Oct 14 16:25:43.868 INFO kablam! 11 | io::stdin().read_to_string(&mut input); Oct 14 16:25:43.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:43.868 INFO kablam! | Oct 14 16:25:43.868 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:43.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:43.869 INFO kablam! Oct 14 16:25:45.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 14 16:25:45.397 INFO kablam! su: No module specific data is present Oct 14 16:25:45.763 INFO running `"docker" "rm" "-f" "12c4d2db39176c47a0ed62a4f9a2b4f49adb20775472a3eee93d4569ee7ed38b"` Oct 14 16:25:45.839 INFO blam! 12c4d2db39176c47a0ed62a4f9a2b4f49adb20775472a3eee93d4569ee7ed38b Oct 14 16:25:45.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:25:46.057 INFO blam! 619cb2e48bc0444e98453656363d896e5d957c58880ef27a96d9753a46b3e449 Oct 14 16:25:46.060 INFO running `"docker" "start" "-a" "619cb2e48bc0444e98453656363d896e5d957c58880ef27a96d9753a46b3e449"` Oct 14 16:25:46.441 INFO kablam! usermod: no changes Oct 14 16:25:46.471 INFO kablam! Compiling day2 v0.1.0 (/source/day2) Oct 14 16:25:46.472 INFO kablam! Compiling day5 v0.1.0 (/source/day5) Oct 14 16:25:46.472 INFO kablam! Compiling day1 v0.1.0 (/source/day1) Oct 14 16:25:46.472 INFO kablam! Compiling day4 v0.1.0 (/source/day4) Oct 14 16:25:46.905 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:46.905 INFO kablam! --> day1/src/main.rs:33:5 Oct 14 16:25:46.905 INFO kablam! | Oct 14 16:25:46.905 INFO kablam! 33 | io::stdin().read_to_string(&mut input); Oct 14 16:25:46.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:46.905 INFO kablam! | Oct 14 16:25:46.905 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:46.905 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:46.905 INFO kablam! Oct 14 16:25:47.047 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:47.047 INFO kablam! --> day4/src/main.rs:8:5 Oct 14 16:25:47.047 INFO kablam! | Oct 14 16:25:47.047 INFO kablam! 8 | io::stdin().read_to_string(&mut input); Oct 14 16:25:47.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:47.047 INFO kablam! | Oct 14 16:25:47.047 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:47.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:47.047 INFO kablam! Oct 14 16:25:47.448 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:47.448 INFO kablam! --> day5/src/main.rs:5:5 Oct 14 16:25:47.448 INFO kablam! | Oct 14 16:25:47.448 INFO kablam! 5 | io::stdin().read_to_string(&mut input); Oct 14 16:25:47.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:47.448 INFO kablam! | Oct 14 16:25:47.451 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:47.451 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:47.455 INFO kablam! Oct 14 16:25:47.501 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:25:47.501 INFO kablam! --> day2/src/main.rs:11:5 Oct 14 16:25:47.501 INFO kablam! | Oct 14 16:25:47.501 INFO kablam! 11 | io::stdin().read_to_string(&mut input); Oct 14 16:25:47.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:25:47.501 INFO kablam! | Oct 14 16:25:47.501 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:25:47.501 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:25:47.501 INFO kablam! Oct 14 16:25:48.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 14 16:25:48.939 INFO kablam! su: No module specific data is present Oct 14 16:25:49.677 INFO running `"docker" "rm" "-f" "619cb2e48bc0444e98453656363d896e5d957c58880ef27a96d9753a46b3e449"` Oct 14 16:25:49.950 INFO blam! 619cb2e48bc0444e98453656363d896e5d957c58880ef27a96d9753a46b3e449 Oct 14 16:25:49.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:25:50.310 INFO blam! 964040b05ea5129e324f775fea7d9e8997d9811c8effd287c96d1a1b80920340 Oct 14 16:25:50.314 INFO running `"docker" "start" "-a" "964040b05ea5129e324f775fea7d9e8997d9811c8effd287c96d1a1b80920340"` Oct 14 16:25:50.750 INFO kablam! usermod: no changes Oct 14 16:25:50.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 16:25:50.781 INFO kablam! Running /target/debug/deps/day1-05f96ea3506f6970 Oct 14 16:25:50.792 INFO blam! Oct 14 16:25:50.792 INFO blam! running 2 tests Oct 14 16:25:50.793 INFO blam! test part1 ... ok Oct 14 16:25:50.793 INFO blam! test part2 ... ok Oct 14 16:25:50.793 INFO blam! Oct 14 16:25:50.793 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:25:50.793 INFO blam! Oct 14 16:25:50.794 INFO kablam! Running /target/debug/deps/day2-768fbecf07c0b6cf Oct 14 16:25:50.795 INFO blam! Oct 14 16:25:50.795 INFO blam! running 7 tests Oct 14 16:25:50.795 INFO blam! test permutate ... ok Oct 14 16:25:50.795 INFO blam! test sheet_checksum1 ... ok Oct 14 16:25:50.795 INFO blam! test sheet_checksum2 ... ok Oct 14 16:25:50.799 INFO blam! test sheet_from_str ... ok Oct 14 16:25:50.799 INFO blam! test row_checksum2 ... ok Oct 14 16:25:50.803 INFO blam! test row_checksum1 ... ok Oct 14 16:25:50.810 INFO blam! test bench_add_two ... FAILED Oct 14 16:25:50.810 INFO blam! Oct 14 16:25:50.810 INFO blam! failures: Oct 14 16:25:50.811 INFO blam! Oct 14 16:25:50.811 INFO blam! ---- bench_add_two stdout ---- Oct 14 16:25:50.811 INFO blam! thread 'bench_add_two' panicked at 'file not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 14 16:25:50.811 INFO blam! stack backtrace: Oct 14 16:25:50.811 INFO blam! 0: 0x55e724425a0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 14 16:25:50.811 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 16:25:50.811 INFO blam! 1: 0x55e72442eb86 - std::sys_common::backtrace::print::hce31971a380b167f Oct 14 16:25:50.811 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 16:25:50.811 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 16:25:50.811 INFO blam! 2: 0x55e7244298dd - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 14 16:25:50.811 INFO blam! at libstd/panicking.rs:211 Oct 14 16:25:50.811 INFO blam! 3: 0x55e7244295eb - std::panicking::default_hook::hb1838a6568eb05e3 Oct 14 16:25:50.811 INFO blam! at libstd/panicking.rs:221 Oct 14 16:25:50.811 INFO blam! 4: 0x55e724429f8c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 14 16:25:50.811 INFO blam! at libstd/panicking.rs:476 Oct 14 16:25:50.811 INFO blam! 5: 0x55e724429b49 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 14 16:25:50.811 INFO blam! at libstd/panicking.rs:390 Oct 14 16:25:50.811 INFO blam! 6: 0x55e724429a45 - rust_begin_unwind Oct 14 16:25:50.811 INFO blam! at libstd/panicking.rs:325 Oct 14 16:25:50.811 INFO blam! 7: 0x55e724469efb - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 14 16:25:50.811 INFO blam! at libcore/panicking.rs:77 Oct 14 16:25:50.811 INFO blam! 8: 0x55e7243d6fa3 - core::result::unwrap_failed::h34e37071d8c4ae2c Oct 14 16:25:50.811 INFO blam! at libcore/macros.rs:26 Oct 14 16:25:50.811 INFO blam! 9: 0x55e7243d6293 - >::expect::h7bc40a070fed64d5 Oct 14 16:25:50.811 INFO blam! at libcore/result.rs:835 Oct 14 16:25:50.811 INFO blam! 10: 0x55e7243c62aa - day2::bench_add_two::h96bb25ae24cbd048 Oct 14 16:25:50.811 INFO blam! at day2/src/main.rs:202 Oct 14 16:25:50.811 INFO blam! 11: 0x55e7243c6237 - day2::bench_add_two::{{closure}}::h0d1c9cb5aab3ebbc Oct 14 16:25:50.811 INFO blam! at day2/src/main.rs:201 Oct 14 16:25:50.811 INFO blam! 12: 0x55e7243d8ed7 - core::ops::function::FnOnce::call_once::h80ee109ad3098de3 Oct 14 16:25:50.811 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:25:50.811 INFO blam! 13: 0x55e7243dcad7 - >::call_box::h7790d5a62e6b4b2d Oct 14 16:25:50.811 INFO blam! at libtest/lib.rs:1374 Oct 14 16:25:50.812 INFO blam! at libtest/lib.rs:1576 Oct 14 16:25:50.812 INFO blam! at libtest/lib.rs:1739 Oct 14 16:25:50.812 INFO blam! at libtest/lib.rs:1374 Oct 14 16:25:50.812 INFO blam! at libcore/ops/function.rs:238 Oct 14 16:25:50.812 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:25:50.812 INFO blam! 14: 0x55e7243dcb62 - >::call_box::he91819c8a530d737 Oct 14 16:25:50.812 INFO blam! at libtest/lib.rs:1461 Oct 14 16:25:50.812 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:25:50.812 INFO blam! 15: 0x55e72443a0a9 - __rust_maybe_catch_panic Oct 14 16:25:50.812 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:25:50.812 INFO blam! 16: 0x55e7243fd72d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 14 16:25:50.812 INFO blam! at libstd/panicking.rs:289 Oct 14 16:25:50.812 INFO blam! at libstd/panic.rs:392 Oct 14 16:25:50.812 INFO blam! at libtest/lib.rs:1423 Oct 14 16:25:50.812 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 16:25:50.812 INFO blam! 17: 0x55e7243fe2d4 - std::panicking::try::do_call::h2c632c17829d0621 Oct 14 16:25:50.812 INFO blam! at libstd/thread/mod.rs:409 Oct 14 16:25:50.812 INFO blam! at libstd/panic.rs:313 Oct 14 16:25:50.812 INFO blam! at libstd/panicking.rs:310 Oct 14 16:25:50.812 INFO blam! 18: 0x55e72443a0a9 - __rust_maybe_catch_panic Oct 14 16:25:50.812 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 16:25:50.812 INFO blam! 19: 0x55e7243eb746 - >::call_box::h1a0832645645f090 Oct 14 16:25:50.812 INFO blam! at libstd/panicking.rs:289 Oct 14 16:25:50.812 INFO blam! at libstd/panic.rs:392 Oct 14 16:25:50.812 INFO blam! at libstd/thread/mod.rs:408 Oct 14 16:25:50.812 INFO blam! at liballoc/boxed.rs:672 Oct 14 16:25:50.812 INFO blam! 20: 0x55e724427d1a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 14 16:25:50.812 INFO blam! at liballoc/boxed.rs:682 Oct 14 16:25:50.812 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 16:25:50.812 INFO blam! 21: 0x55e72441d135 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 14 16:25:50.812 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 16:25:50.812 INFO blam! 22: 0x7f3f5e7ab6b9 - start_thread Oct 14 16:25:50.812 INFO blam! 23: 0x7f3f5e2cb41c - clone Oct 14 16:25:50.812 INFO blam! 24: 0x0 - Oct 14 16:25:50.812 INFO blam! Oct 14 16:25:50.812 INFO blam! Oct 14 16:25:50.812 INFO blam! failures: Oct 14 16:25:50.812 INFO blam! bench_add_two Oct 14 16:25:50.812 INFO blam! Oct 14 16:25:50.812 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:25:50.812 INFO blam! Oct 14 16:25:50.815 INFO kablam! error: test failed, to rerun pass '-p day2 --bin day2' Oct 14 16:25:50.815 INFO kablam! su: No module specific data is present Oct 14 16:25:51.170 INFO running `"docker" "rm" "-f" "964040b05ea5129e324f775fea7d9e8997d9811c8effd287c96d1a1b80920340"` Oct 14 16:25:51.354 INFO blam! 964040b05ea5129e324f775fea7d9e8997d9811c8effd287c96d1a1b80920340