Oct 15 06:37:59.860 INFO testing StephanHeijl/global-supertrees against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:37:59.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:38:00.459 INFO blam! 91993d60cac0cac781914fa0537062657d697997e501f09be3439c544ca6cd7b Oct 15 06:38:00.463 INFO running `"docker" "start" "-a" "91993d60cac0cac781914fa0537062657d697997e501f09be3439c544ca6cd7b"` Oct 15 06:38:01.718 INFO kablam! usermod: no changes Oct 15 06:38:01.818 INFO kablam! Compiling newick v0.1.0 (/source) Oct 15 06:38:02.547 INFO kablam! warning: unused import: `std::process` Oct 15 06:38:02.547 INFO kablam! --> src/tree.rs:4:5 Oct 15 06:38:02.547 INFO kablam! | Oct 15 06:38:02.547 INFO kablam! 4 | use std::process; Oct 15 06:38:02.547 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:38:02.547 INFO kablam! | Oct 15 06:38:02.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:02.547 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `find_first_zero` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:21:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 21 | fn find_first_zero(identity_row : ArrayView1) -> usize { Oct 15 06:38:02.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `find_final_parent` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:36:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 36 | fn find_final_parent(l1 : usize, l2 : usize, identity_matrix : &Array2) -> (usize, usize) { Oct 15 06:38:02.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `find_first_common_ancestor` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:43:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 43 | fn find_first_common_ancestor(l1 : usize, l2 : usize, identity_matrix : &Array2) -> usize { Oct 15 06:38:02.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `generate_full_distance_matrix` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:66:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 66 | / fn generate_full_distance_matrix(leaf_distance_matrix : Array2, Oct 15 06:38:02.775 INFO kablam! 67 | | identity_matrix: Array2, Oct 15 06:38:02.775 INFO kablam! 68 | | n_leaves : usize) -> Array2 { Oct 15 06:38:02.775 INFO kablam! 69 | | Oct 15 06:38:02.775 INFO kablam! ... | Oct 15 06:38:02.775 INFO kablam! 101 | | distance_matrix Oct 15 06:38:02.775 INFO kablam! 102 | | } Oct 15 06:38:02.775 INFO kablam! | |_____^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `new` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:104:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 104 | / pub fn new(leaf_distance_matrix : Array2, Oct 15 06:38:02.775 INFO kablam! 105 | | identity_matrix: Array2, Oct 15 06:38:02.775 INFO kablam! 106 | | leaf_map: HashMap) -> TreeDistanceMatrix { Oct 15 06:38:02.775 INFO kablam! 107 | | let n_leaves = leaf_map.len(); Oct 15 06:38:02.775 INFO kablam! ... | Oct 15 06:38:02.775 INFO kablam! 116 | | tdm Oct 15 06:38:02.775 INFO kablam! 117 | | } Oct 15 06:38:02.775 INFO kablam! | |_____^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `new` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:284:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 284 | pub fn new(leaves : Vec, branches : Vec, leaf_distances : Vec, branch_distances : Vec) -> Tree { Oct 15 06:38:02.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:02.775 INFO kablam! warning: method is never used: `to_distance_matrix` Oct 15 06:38:02.775 INFO kablam! --> src/tree.rs:318:5 Oct 15 06:38:02.775 INFO kablam! | Oct 15 06:38:02.775 INFO kablam! 318 | pub fn to_distance_matrix(&self)-> TreeDistanceMatrix { Oct 15 06:38:02.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:02.775 INFO kablam! Oct 15 06:38:03.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Oct 15 06:38:03.956 INFO kablam! su: No module specific data is present Oct 15 06:38:05.005 INFO running `"docker" "rm" "-f" "91993d60cac0cac781914fa0537062657d697997e501f09be3439c544ca6cd7b"` Oct 15 06:38:05.279 INFO blam! 91993d60cac0cac781914fa0537062657d697997e501f09be3439c544ca6cd7b Oct 15 06:38:05.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:38:05.750 INFO blam! 572dc12c8f2bf95ef3f878800907343d5455f2f3728d39cbb3c540c6b0883aa6 Oct 15 06:38:05.753 INFO running `"docker" "start" "-a" "572dc12c8f2bf95ef3f878800907343d5455f2f3728d39cbb3c540c6b0883aa6"` Oct 15 06:38:07.067 INFO kablam! usermod: no changes Oct 15 06:38:07.135 INFO kablam! Compiling newick v0.1.0 (/source) Oct 15 06:38:07.783 INFO kablam! warning: unused import: `std::process` Oct 15 06:38:07.783 INFO kablam! --> src/tree.rs:4:5 Oct 15 06:38:07.784 INFO kablam! | Oct 15 06:38:07.784 INFO kablam! 4 | use std::process; Oct 15 06:38:07.784 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:38:07.784 INFO kablam! | Oct 15 06:38:07.785 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:07.785 INFO kablam! Oct 15 06:38:09.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.88s Oct 15 06:38:09.971 INFO kablam! su: No module specific data is present Oct 15 06:38:11.082 INFO running `"docker" "rm" "-f" "572dc12c8f2bf95ef3f878800907343d5455f2f3728d39cbb3c540c6b0883aa6"` Oct 15 06:38:11.439 INFO blam! 572dc12c8f2bf95ef3f878800907343d5455f2f3728d39cbb3c540c6b0883aa6 Oct 15 06:38:11.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 06:38:11.884 INFO blam! d71eb9030f46ad6b4b4f0e100ffb54ef7add07f0a517c0970115395037123b5c Oct 15 06:38:11.891 INFO running `"docker" "start" "-a" "d71eb9030f46ad6b4b4f0e100ffb54ef7add07f0a517c0970115395037123b5c"` Oct 15 06:38:13.492 INFO kablam! usermod: no changes Oct 15 06:38:13.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 06:38:13.597 INFO kablam! Running /target/debug/deps/newick-2ade49833a3d7712 Oct 15 06:38:13.603 INFO blam! Oct 15 06:38:13.603 INFO blam! running 6 tests Oct 15 06:38:13.603 INFO blam! test test_tree_parsing::tests::test_construct_tree_from_file_2 ... ok Oct 15 06:38:13.603 INFO blam! test test_tree_parsing::tests::test_construct_tree_from_file_1 ... ok Oct 15 06:38:13.603 INFO blam! test tests::tests::test_traversal ... ok Oct 15 06:38:13.615 INFO blam! test test_tree_parsing::tests::test_construct_tree_from_file_3 ... ok Oct 15 06:38:13.636 INFO blam! test tests::tests::test_load_tree_file ... FAILED Oct 15 06:38:13.636 INFO blam! test tests::tests::test_to_distance_matrix ... FAILED Oct 15 06:38:13.636 INFO blam! Oct 15 06:38:13.636 INFO blam! failures: Oct 15 06:38:13.636 INFO blam! Oct 15 06:38:13.636 INFO blam! ---- tests::tests::test_load_tree_file stdout ---- Oct 15 06:38:13.636 INFO blam! thread 'tests::tests::test_load_tree_file' panicked at 'file not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 15 06:38:13.636 INFO blam! stack backtrace: Oct 15 06:38:13.636 INFO blam! 0: 0x55b3ca4141ee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 06:38:13.636 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 06:38:13.636 INFO blam! 1: 0x55b3ca41d096 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 06:38:13.636 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 06:38:13.636 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 06:38:13.636 INFO blam! 2: 0x55b3ca417ded - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:211 Oct 15 06:38:13.637 INFO blam! 3: 0x55b3ca417afb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:221 Oct 15 06:38:13.637 INFO blam! 4: 0x55b3ca41849c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:476 Oct 15 06:38:13.637 INFO blam! 5: 0x55b3ca418059 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:390 Oct 15 06:38:13.637 INFO blam! 6: 0x55b3ca417f55 - rust_begin_unwind Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:325 Oct 15 06:38:13.637 INFO blam! 7: 0x55b3ca45d27b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 06:38:13.637 INFO blam! at libcore/panicking.rs:77 Oct 15 06:38:13.637 INFO blam! 8: 0x55b3ca386133 - core::result::unwrap_failed::ha41667a8ef9afce3 Oct 15 06:38:13.637 INFO blam! at libcore/macros.rs:26 Oct 15 06:38:13.637 INFO blam! 9: 0x55b3ca384813 - >::expect::h44e3bef0c9b2c0e7 Oct 15 06:38:13.637 INFO blam! at libcore/result.rs:835 Oct 15 06:38:13.637 INFO blam! 10: 0x55b3ca3a94bb - newick::utils::load_tree_file::h9f93174bb15920ed Oct 15 06:38:13.637 INFO blam! at src/utils.rs:5 Oct 15 06:38:13.637 INFO blam! 11: 0x55b3ca3bd5d9 - newick::tests::tests::test_load_tree_file::hfc5c12c0dd29e08e Oct 15 06:38:13.637 INFO blam! at src/tests.rs:50 Oct 15 06:38:13.637 INFO blam! 12: 0x55b3ca3bd569 - newick::tests::tests::test_load_tree_file::{{closure}}::h27fa9b8510695195 Oct 15 06:38:13.637 INFO blam! at src/tests.rs:48 Oct 15 06:38:13.637 INFO blam! 13: 0x55b3ca3883dd - core::ops::function::FnOnce::call_once::hf6e32758b9838705 Oct 15 06:38:13.637 INFO blam! at libcore/ops/function.rs:238 Oct 15 06:38:13.637 INFO blam! 14: 0x55b3ca3bf0de - >::call_box::h95b7cb918af67b5d Oct 15 06:38:13.637 INFO blam! at libtest/lib.rs:1468 Oct 15 06:38:13.637 INFO blam! at libcore/ops/function.rs:238 Oct 15 06:38:13.637 INFO blam! at liballoc/boxed.rs:672 Oct 15 06:38:13.637 INFO blam! 15: 0x55b3ca428269 - __rust_maybe_catch_panic Oct 15 06:38:13.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 06:38:13.637 INFO blam! 16: 0x55b3ca3dfc2d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:289 Oct 15 06:38:13.637 INFO blam! at libstd/panic.rs:392 Oct 15 06:38:13.637 INFO blam! at libtest/lib.rs:1423 Oct 15 06:38:13.637 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 06:38:13.637 INFO blam! 17: 0x55b3ca3e0834 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 06:38:13.637 INFO blam! at libstd/thread/mod.rs:409 Oct 15 06:38:13.637 INFO blam! at libstd/panic.rs:313 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:310 Oct 15 06:38:13.637 INFO blam! 18: 0x55b3ca428269 - __rust_maybe_catch_panic Oct 15 06:38:13.637 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 06:38:13.637 INFO blam! 19: 0x55b3ca3cddf6 - >::call_box::h96125cb29a9ba44b Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:289 Oct 15 06:38:13.637 INFO blam! at libstd/panic.rs:392 Oct 15 06:38:13.637 INFO blam! at libstd/thread/mod.rs:408 Oct 15 06:38:13.637 INFO blam! at liballoc/boxed.rs:672 Oct 15 06:38:13.637 INFO blam! 20: 0x55b3ca41622a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 06:38:13.637 INFO blam! at liballoc/boxed.rs:682 Oct 15 06:38:13.637 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 06:38:13.637 INFO blam! 21: 0x55b3ca40b9b5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 06:38:13.637 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 06:38:13.637 INFO blam! 22: 0x7f36d51016b9 - start_thread Oct 15 06:38:13.637 INFO blam! 23: 0x7f36d4c2141c - clone Oct 15 06:38:13.637 INFO blam! 24: 0x0 - Oct 15 06:38:13.637 INFO blam! Oct 15 06:38:13.637 INFO blam! ---- tests::tests::test_to_distance_matrix stdout ---- Oct 15 06:38:13.637 INFO blam! thread 'tests::tests::test_to_distance_matrix' panicked at 'file not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 15 06:38:13.637 INFO blam! stack backtrace: Oct 15 06:38:13.637 INFO blam! 0: 0x55b3ca4141ee - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 06:38:13.637 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 06:38:13.637 INFO blam! 1: 0x55b3ca41d096 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 06:38:13.637 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 06:38:13.637 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 06:38:13.637 INFO blam! 2: 0x55b3ca417ded - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:211 Oct 15 06:38:13.637 INFO blam! 3: 0x55b3ca417afb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:221 Oct 15 06:38:13.637 INFO blam! 4: 0x55b3ca41849c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:476 Oct 15 06:38:13.637 INFO blam! 5: 0x55b3ca418059 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:390 Oct 15 06:38:13.637 INFO blam! 6: 0x55b3ca417f55 - rust_begin_unwind Oct 15 06:38:13.637 INFO blam! at libstd/panicking.rs:325 Oct 15 06:38:13.637 INFO blam! 7: 0x55b3ca45d27b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 06:38:13.637 INFO blam! at libcore/panicking.rs:77 Oct 15 06:38:13.637 INFO blam! 8: 0x55b3ca386133 - core::result::unwrap_failed::ha41667a8ef9afce3 Oct 15 06:38:13.637 INFO blam! at libcore/macros.rs:26 Oct 15 06:38:13.637 INFO blam! 9: 0x55b3ca384813 - >::expect::h44e3bef0c9b2c0e7 Oct 15 06:38:13.637 INFO blam! at libcore/result.rs:835 Oct 15 06:38:13.637 INFO blam! 10: 0x55b3ca3a94bb - newick::utils::load_tree_file::h9f93174bb15920ed Oct 15 06:38:13.637 INFO blam! at src/utils.rs:5 Oct 15 06:38:13.637 INFO blam! 11: 0x55b3ca3bd6ec - newick::tests::tests::test_to_distance_matrix::h0fdad6f340c50edd Oct 15 06:38:13.637 INFO blam! at src/tests.rs:58 Oct 15 06:38:13.637 INFO blam! 12: 0x55b3ca3bd679 - newick::tests::tests::test_to_distance_matrix::{{closure}}::h5c1ecb6bac1d2326 Oct 15 06:38:13.637 INFO blam! at src/tests.rs:56 Oct 15 06:38:13.638 INFO blam! 13: 0x55b3ca38835d - core::ops::function::FnOnce::call_once::ha8809a4c8d51e609 Oct 15 06:38:13.638 INFO blam! at libcore/ops/function.rs:238 Oct 15 06:38:13.638 INFO blam! 14: 0x55b3ca3bf0de - >::call_box::h95b7cb918af67b5d Oct 15 06:38:13.638 INFO blam! at libtest/lib.rs:1468 Oct 15 06:38:13.638 INFO blam! at libcore/ops/function.rs:238 Oct 15 06:38:13.638 INFO blam! at liballoc/boxed.rs:672 Oct 15 06:38:13.638 INFO blam! 15: 0x55b3ca428269 - __rust_maybe_catch_panic Oct 15 06:38:13.638 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 06:38:13.638 INFO blam! 16: 0x55b3ca3dfc2d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 06:38:13.638 INFO blam! at libstd/panicking.rs:289 Oct 15 06:38:13.638 INFO blam! at libstd/panic.rs:392 Oct 15 06:38:13.638 INFO blam! at libtest/lib.rs:1423 Oct 15 06:38:13.638 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 06:38:13.638 INFO blam! 17: 0x55b3ca3e0834 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 06:38:13.638 INFO blam! at libstd/thread/mod.rs:409 Oct 15 06:38:13.638 INFO blam! at libstd/panic.rs:313 Oct 15 06:38:13.638 INFO blam! at libstd/panicking.rs:310 Oct 15 06:38:13.638 INFO blam! 18: 0x55b3ca428269 - __rust_maybe_catch_panic Oct 15 06:38:13.638 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 06:38:13.638 INFO blam! 19: 0x55b3ca3cddf6 - >::call_box::h96125cb29a9ba44b Oct 15 06:38:13.638 INFO blam! at libstd/panicking.rs:289 Oct 15 06:38:13.638 INFO blam! at libstd/panic.rs:392 Oct 15 06:38:13.638 INFO blam! at libstd/thread/mod.rs:408 Oct 15 06:38:13.638 INFO blam! at liballoc/boxed.rs:672 Oct 15 06:38:13.638 INFO blam! 20: 0x55b3ca41622a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 06:38:13.638 INFO blam! at liballoc/boxed.rs:682 Oct 15 06:38:13.638 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 06:38:13.638 INFO blam! 21: 0x55b3ca40b9b5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 06:38:13.638 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 06:38:13.638 INFO blam! 22: 0x7f36d51016b9 - start_thread Oct 15 06:38:13.638 INFO blam! 23: 0x7f36d4c2141c - clone Oct 15 06:38:13.638 INFO blam! 24: 0x0 - Oct 15 06:38:13.638 INFO blam! Oct 15 06:38:13.638 INFO blam! Oct 15 06:38:13.638 INFO blam! failures: Oct 15 06:38:13.638 INFO blam! tests::tests::test_load_tree_file Oct 15 06:38:13.638 INFO blam! tests::tests::test_to_distance_matrix Oct 15 06:38:13.638 INFO blam! Oct 15 06:38:13.638 INFO blam! test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:38:13.638 INFO blam! Oct 15 06:38:13.639 INFO kablam! error: test failed, to rerun pass '--bin newick' Oct 15 06:38:13.647 INFO kablam! su: No module specific data is present Oct 15 06:38:14.215 INFO running `"docker" "rm" "-f" "d71eb9030f46ad6b4b4f0e100ffb54ef7add07f0a517c0970115395037123b5c"` Oct 15 06:38:14.578 INFO blam! d71eb9030f46ad6b4b4f0e100ffb54ef7add07f0a517c0970115395037123b5c