Oct 13 00:35:18.016 INFO testing shiver/aoc2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:35:18.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:35:18.284 INFO blam! a4b80b4ff1b4fec0e8a8b54941326e25ae210661550178944c3b7e86f18aaf8a Oct 13 00:35:18.285 INFO running `"docker" "start" "-a" "a4b80b4ff1b4fec0e8a8b54941326e25ae210661550178944c3b7e86f18aaf8a"` Oct 13 00:35:18.712 INFO kablam! usermod: no changes Oct 13 00:35:18.735 INFO kablam! Compiling aoc2017 v0.1.0 (/source) Oct 13 00:35:18.885 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 13 00:35:18.885 INFO kablam! --> src/main.rs:6:5 Oct 13 00:35:18.885 INFO kablam! | Oct 13 00:35:18.885 INFO kablam! 6 | use std::iter::FromIterator; Oct 13 00:35:18.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:18.885 INFO kablam! | Oct 13 00:35:18.885 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:35:18.885 INFO kablam! Oct 13 00:35:18.996 INFO kablam! warning: unused variable: `i` Oct 13 00:35:18.996 INFO kablam! --> src/main.rs:169:13 Oct 13 00:35:18.996 INFO kablam! | Oct 13 00:35:18.996 INFO kablam! 169 | for i in it { Oct 13 00:35:18.996 INFO kablam! | ^ help: consider using `_i` instead Oct 13 00:35:18.997 INFO kablam! | Oct 13 00:35:18.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:35:18.997 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:158:9 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 158 | let mut bank: Vec = input Oct 13 00:35:19.023 INFO kablam! | ----^^^^ Oct 13 00:35:19.023 INFO kablam! | | Oct 13 00:35:19.023 INFO kablam! | help: remove this `mut` Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:166:13 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 166 | let mut bank_idx = bank.binary_search(&largest).unwrap(); Oct 13 00:35:19.023 INFO kablam! | ----^^^^^^^^ Oct 13 00:35:19.023 INFO kablam! | | Oct 13 00:35:19.023 INFO kablam! | help: remove this `mut` Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:168:13 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 168 | let mut acc = largest; Oct 13 00:35:19.023 INFO kablam! | ----^^^ Oct 13 00:35:19.023 INFO kablam! | | Oct 13 00:35:19.023 INFO kablam! | help: remove this `mut` Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: function is never used: `get_input` Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:9:1 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 9 | fn get_input(filename: &str) -> Result { Oct 13 00:35:19.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: function is never used: `inverse_captcha` Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:18:1 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 18 | / fn inverse_captcha

(input: &String, peeker_fn: P) -> u32 Oct 13 00:35:19.023 INFO kablam! 19 | | where P: Fn(usize, usize) -> usize Oct 13 00:35:19.023 INFO kablam! 20 | | { Oct 13 00:35:19.023 INFO kablam! 21 | | input Oct 13 00:35:19.023 INFO kablam! ... | Oct 13 00:35:19.023 INFO kablam! 42 | | }) Oct 13 00:35:19.023 INFO kablam! 43 | | } Oct 13 00:35:19.023 INFO kablam! | |_^ Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: function is never used: `corruption_checksum` Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:45:1 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 45 | / fn corruption_checksum

(input: &str, collector_fn: P) -> u32 Oct 13 00:35:19.023 INFO kablam! 46 | | where P: Fn(&Vec, &mut Vec) Oct 13 00:35:19.023 INFO kablam! 47 | | { Oct 13 00:35:19.023 INFO kablam! 48 | | let mut checksum: Vec<_> = Vec::new(); Oct 13 00:35:19.023 INFO kablam! ... | Oct 13 00:35:19.023 INFO kablam! 56 | | checksum.iter().sum() Oct 13 00:35:19.023 INFO kablam! 57 | | } Oct 13 00:35:19.023 INFO kablam! | |_^ Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: function is never used: `spiral_memory` Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:59:1 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.023 INFO kablam! 59 | / fn spiral_memory

(input: &str, value_fn: P) -> HashMap Oct 13 00:35:19.023 INFO kablam! 60 | | where P: Fn(u32, &HashMap<(i32, i32), u32>, i32, i32) -> u32 Oct 13 00:35:19.023 INFO kablam! 61 | | { Oct 13 00:35:19.023 INFO kablam! 62 | | // 1 1 2 2 3 3 4 4 Oct 13 00:35:19.023 INFO kablam! ... | Oct 13 00:35:19.023 INFO kablam! 100 | | value_map Oct 13 00:35:19.023 INFO kablam! 101 | | } Oct 13 00:35:19.023 INFO kablam! | |_^ Oct 13 00:35:19.023 INFO kablam! Oct 13 00:35:19.023 INFO kablam! warning: function is never used: `manhatten_distance` Oct 13 00:35:19.023 INFO kablam! --> src/main.rs:103:1 Oct 13 00:35:19.023 INFO kablam! | Oct 13 00:35:19.024 INFO kablam! 103 | fn manhatten_distance(map: &HashMap, p1: u32, p2: u32) -> i32 { Oct 13 00:35:19.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:19.024 INFO kablam! Oct 13 00:35:19.024 INFO kablam! warning: function is never used: `high_entropy` Oct 13 00:35:19.024 INFO kablam! --> src/main.rs:110:1 Oct 13 00:35:19.024 INFO kablam! | Oct 13 00:35:19.024 INFO kablam! 110 | / fn high_entropy

(input: &str, mutator_fn: P) -> u32 Oct 13 00:35:19.024 INFO kablam! 111 | | where P: Fn(&str) -> String Oct 13 00:35:19.024 INFO kablam! 112 | | { Oct 13 00:35:19.024 INFO kablam! 113 | | let mut set = HashSet::new(); Oct 13 00:35:19.024 INFO kablam! ... | Oct 13 00:35:19.024 INFO kablam! 132 | | counter Oct 13 00:35:19.024 INFO kablam! 133 | | } Oct 13 00:35:19.024 INFO kablam! | |_^ Oct 13 00:35:19.024 INFO kablam! Oct 13 00:35:19.024 INFO kablam! warning: function is never used: `twisty` Oct 13 00:35:19.024 INFO kablam! --> src/main.rs:135:1 Oct 13 00:35:19.024 INFO kablam! | Oct 13 00:35:19.024 INFO kablam! 135 | / fn twisty

(input: &str, mutator_fn: P) -> u32 Oct 13 00:35:19.024 INFO kablam! 136 | | where P: Fn(i32) -> i32 Oct 13 00:35:19.024 INFO kablam! 137 | | { Oct 13 00:35:19.024 INFO kablam! 138 | | let mut map: HashMap = HashMap::new(); Oct 13 00:35:19.024 INFO kablam! ... | Oct 13 00:35:19.024 INFO kablam! 154 | | counter Oct 13 00:35:19.024 INFO kablam! 155 | | } Oct 13 00:35:19.024 INFO kablam! | |_^ Oct 13 00:35:19.024 INFO kablam! Oct 13 00:35:19.024 INFO kablam! warning: function is never used: `reallocation` Oct 13 00:35:19.024 INFO kablam! --> src/main.rs:157:1 Oct 13 00:35:19.024 INFO kablam! | Oct 13 00:35:19.024 INFO kablam! 157 | fn reallocation(input: &str) -> u32 { Oct 13 00:35:19.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:19.024 INFO kablam! Oct 13 00:35:19.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.50s Oct 13 00:35:19.235 INFO kablam! su: No module specific data is present Oct 13 00:35:19.532 INFO running `"docker" "rm" "-f" "a4b80b4ff1b4fec0e8a8b54941326e25ae210661550178944c3b7e86f18aaf8a"` Oct 13 00:35:19.626 INFO blam! a4b80b4ff1b4fec0e8a8b54941326e25ae210661550178944c3b7e86f18aaf8a Oct 13 00:35:19.628 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:35:19.851 INFO blam! a68a59fdc0ed05f2ebdeadeec3565e741fe29d57701568a35118dd6a424b25c3 Oct 13 00:35:19.852 INFO running `"docker" "start" "-a" "a68a59fdc0ed05f2ebdeadeec3565e741fe29d57701568a35118dd6a424b25c3"` Oct 13 00:35:20.683 INFO kablam! usermod: no changes Oct 13 00:35:20.721 INFO kablam! Compiling aoc2017 v0.1.0 (/source) Oct 13 00:35:20.959 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 13 00:35:20.959 INFO kablam! --> src/main.rs:6:5 Oct 13 00:35:20.959 INFO kablam! | Oct 13 00:35:20.959 INFO kablam! 6 | use std::iter::FromIterator; Oct 13 00:35:20.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:35:20.959 INFO kablam! | Oct 13 00:35:20.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:35:20.959 INFO kablam! Oct 13 00:35:21.107 INFO kablam! warning: unused variable: `i` Oct 13 00:35:21.107 INFO kablam! --> src/main.rs:169:13 Oct 13 00:35:21.107 INFO kablam! | Oct 13 00:35:21.107 INFO kablam! 169 | for i in it { Oct 13 00:35:21.107 INFO kablam! | ^ help: consider using `_i` instead Oct 13 00:35:21.107 INFO kablam! | Oct 13 00:35:21.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:35:21.107 INFO kablam! Oct 13 00:35:21.132 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:21.132 INFO kablam! --> src/main.rs:158:9 Oct 13 00:35:21.132 INFO kablam! | Oct 13 00:35:21.132 INFO kablam! 158 | let mut bank: Vec = input Oct 13 00:35:21.132 INFO kablam! | ----^^^^ Oct 13 00:35:21.132 INFO kablam! | | Oct 13 00:35:21.132 INFO kablam! | help: remove this `mut` Oct 13 00:35:21.132 INFO kablam! | Oct 13 00:35:21.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:35:21.132 INFO kablam! Oct 13 00:35:21.132 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:21.132 INFO kablam! --> src/main.rs:166:13 Oct 13 00:35:21.132 INFO kablam! | Oct 13 00:35:21.132 INFO kablam! 166 | let mut bank_idx = bank.binary_search(&largest).unwrap(); Oct 13 00:35:21.132 INFO kablam! | ----^^^^^^^^ Oct 13 00:35:21.132 INFO kablam! | | Oct 13 00:35:21.132 INFO kablam! | help: remove this `mut` Oct 13 00:35:21.132 INFO kablam! Oct 13 00:35:21.132 INFO kablam! warning: variable does not need to be mutable Oct 13 00:35:21.132 INFO kablam! --> src/main.rs:168:13 Oct 13 00:35:21.132 INFO kablam! | Oct 13 00:35:21.132 INFO kablam! 168 | let mut acc = largest; Oct 13 00:35:21.132 INFO kablam! | ----^^^ Oct 13 00:35:21.132 INFO kablam! | | Oct 13 00:35:21.132 INFO kablam! | help: remove this `mut` Oct 13 00:35:21.132 INFO kablam! Oct 13 00:35:23.150 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Oct 13 00:35:23.152 INFO kablam! su: No module specific data is present Oct 13 00:35:23.653 INFO running `"docker" "rm" "-f" "a68a59fdc0ed05f2ebdeadeec3565e741fe29d57701568a35118dd6a424b25c3"` Oct 13 00:35:23.923 INFO blam! a68a59fdc0ed05f2ebdeadeec3565e741fe29d57701568a35118dd6a424b25c3 Oct 13 00:35:23.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:35:24.433 INFO blam! 2a7c9da73c15c7e624ef8f3777875c2959c4e01ecad11d212af502d4977cbf2c Oct 13 00:35:24.434 INFO running `"docker" "start" "-a" "2a7c9da73c15c7e624ef8f3777875c2959c4e01ecad11d212af502d4977cbf2c"` Oct 13 00:35:25.406 INFO kablam! usermod: no changes Oct 13 00:35:25.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 00:35:25.467 INFO kablam! Running /target/debug/deps/aoc2017-1686504b472e7a47 Oct 13 00:35:25.471 INFO blam! Oct 13 00:35:25.471 INFO blam! running 11 tests Oct 13 00:35:25.482 INFO blam! test tests::test_day3_part2 ... ok Oct 13 00:35:25.492 INFO blam! test tests::test_day2_part2 ... ok Oct 13 00:35:25.508 INFO blam! test tests::test_day2_part1 ... ok Oct 13 00:35:25.583 INFO blam! test tests::test_day6_part1 ... FAILED Oct 13 00:35:25.587 INFO blam! test tests::test_day4_part1 ... ok Oct 13 00:35:25.652 INFO blam! test tests::test_day4_part2 ... ok Oct 13 00:35:25.721 INFO blam! test tests::test_day1_part2 ... ok Oct 13 00:35:25.967 INFO blam! test tests::test_day1_part1 ... ok Oct 13 00:35:26.945 INFO blam! test tests::test_day5_part1 ... ok Oct 13 00:35:30.775 INFO blam! test tests::test_day3_part1 ... ok Oct 13 00:36:25.403 INFO blam! test tests::test_day5_part2 ... ok Oct 13 00:36:25.403 INFO blam! Oct 13 00:36:25.403 INFO blam! failures: Oct 13 00:36:25.404 INFO blam! Oct 13 00:36:25.404 INFO blam! ---- tests::test_day6_part1 stdout ---- Oct 13 00:36:25.404 INFO blam! thread 'tests::test_day6_part1' panicked at 'Failed to read data/day5.input: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 13 00:36:25.404 INFO blam! stack backtrace: Oct 13 00:36:25.405 INFO blam! 0: 0x55d613b4baee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 00:36:25.405 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 00:36:25.405 INFO blam! 1: 0x55d613b54996 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 00:36:25.405 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 00:36:25.406 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 00:36:25.411 INFO blam! 2: 0x55d613b4f6ed - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 00:36:25.411 INFO kablam! error: test failed, to rerun pass '--bin aoc2017' Oct 13 00:36:25.412 INFO blam! at libstd/panicking.rs:211 Oct 13 00:36:25.412 INFO kablam! su: No module specific data is present Oct 13 00:36:25.412 INFO blam! 3: 0x55d613b4f3fb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 00:36:25.412 INFO blam! at libstd/panicking.rs:221 Oct 13 00:36:25.413 INFO blam! 4: 0x55d613b4fd9c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 00:36:25.413 INFO blam! at libstd/panicking.rs:476 Oct 13 00:36:25.413 INFO blam! 5: 0x55d613b4f959 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 13 00:36:25.413 INFO blam! at libstd/panicking.rs:390 Oct 13 00:36:25.414 INFO blam! 6: 0x55d613b4f855 - rust_begin_unwind Oct 13 00:36:25.414 INFO blam! at libstd/panicking.rs:325 Oct 13 00:36:25.414 INFO blam! 7: 0x55d613b8fc3b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 13 00:36:25.418 INFO blam! at libcore/panicking.rs:77 Oct 13 00:36:25.419 INFO blam! 8: 0x55d613afca63 - core::result::unwrap_failed::ha91fc5d2666b5eee Oct 13 00:36:25.419 INFO blam! at libcore/macros.rs:26 Oct 13 00:36:25.419 INFO blam! 9: 0x55d613afaf53 - >::expect::h6e78f3f0eda24ffc Oct 13 00:36:25.419 INFO blam! at libcore/result.rs:835 Oct 13 00:36:25.419 INFO blam! 10: 0x55d613adafb0 - aoc2017::tests::test_day6_part1::hd26a3c9faf7764e8 Oct 13 00:36:25.419 INFO blam! at src/main.rs:319 Oct 13 00:36:25.419 INFO blam! 11: 0x55d613adaf49 - aoc2017::tests::test_day6_part1::{{closure}}::h7f2576ad27d3bb45 Oct 13 00:36:25.419 INFO blam! at src/main.rs:318 Oct 13 00:36:25.419 INFO blam! 12: 0x55d613ad095d - core::ops::function::FnOnce::call_once::hdf797fec874fc1dc Oct 13 00:36:25.419 INFO blam! at libcore/ops/function.rs:238 Oct 13 00:36:25.419 INFO blam! 13: 0x55d613b02a6e - >::call_box::h95b7cb918af67b5d Oct 13 00:36:25.419 INFO blam! at libtest/lib.rs:1468 Oct 13 00:36:25.419 INFO blam! at libcore/ops/function.rs:238 Oct 13 00:36:25.419 INFO blam! at liballoc/boxed.rs:672 Oct 13 00:36:25.419 INFO blam! 14: 0x55d613b5fb69 - __rust_maybe_catch_panic Oct 13 00:36:25.419 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 00:36:25.419 INFO blam! 15: 0x55d613b235bd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 13 00:36:25.419 INFO blam! at libstd/panicking.rs:289 Oct 13 00:36:25.419 INFO blam! at libstd/panic.rs:392 Oct 13 00:36:25.419 INFO blam! at libtest/lib.rs:1423 Oct 13 00:36:25.419 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 00:36:25.419 INFO blam! 16: 0x55d613b241c4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 13 00:36:25.419 INFO blam! at libstd/thread/mod.rs:409 Oct 13 00:36:25.419 INFO blam! at libstd/panic.rs:313 Oct 13 00:36:25.419 INFO blam! at libstd/panicking.rs:310 Oct 13 00:36:25.419 INFO blam! 17: 0x55d613b5fb69 - __rust_maybe_catch_panic Oct 13 00:36:25.419 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 00:36:25.419 INFO blam! 18: 0x55d613b11786 - >::call_box::h96125cb29a9ba44b Oct 13 00:36:25.419 INFO blam! at libstd/panicking.rs:289 Oct 13 00:36:25.419 INFO blam! at libstd/panic.rs:392 Oct 13 00:36:25.419 INFO blam! at libstd/thread/mod.rs:408 Oct 13 00:36:25.419 INFO blam! at liballoc/boxed.rs:672 Oct 13 00:36:25.419 INFO blam! 19: 0x55d613b4db2a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 00:36:25.419 INFO blam! at liballoc/boxed.rs:682 Oct 13 00:36:25.419 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 00:36:25.419 INFO blam! 20: 0x55d613b432b5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 00:36:25.419 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 00:36:25.419 INFO blam! 21: 0x7fb3c00656b9 - start_thread Oct 13 00:36:25.419 INFO blam! 22: 0x7fb3bfb8541c - clone Oct 13 00:36:25.419 INFO blam! 23: 0x0 - Oct 13 00:36:25.419 INFO blam! Oct 13 00:36:25.419 INFO blam! Oct 13 00:36:25.419 INFO blam! failures: Oct 13 00:36:25.419 INFO blam! tests::test_day6_part1 Oct 13 00:36:25.419 INFO blam! Oct 13 00:36:25.419 INFO blam! test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:36:25.419 INFO blam! Oct 13 00:36:26.052 INFO running `"docker" "rm" "-f" "2a7c9da73c15c7e624ef8f3777875c2959c4e01ecad11d212af502d4977cbf2c"` Oct 13 00:36:26.313 INFO blam! 2a7c9da73c15c7e624ef8f3777875c2959c4e01ecad11d212af502d4977cbf2c