Oct 13 02:30:17.986 INFO checking StephanHeijl/global-supertrees against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:30:17.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 02:30:18.344 INFO blam! 7dc1f0c5546cb2239d43b4ee16890b78410c9461731630cd331d318198f3dd65 Oct 13 02:30:18.352 INFO running `"docker" "start" "-a" "7dc1f0c5546cb2239d43b4ee16890b78410c9461731630cd331d318198f3dd65"` Oct 13 02:30:19.672 INFO kablam! usermod: no changes Oct 13 02:30:19.764 INFO kablam! Checking ndarray v0.11.2 Oct 13 02:30:28.804 INFO kablam! Checking newick v0.1.0 (/source) Oct 13 02:30:29.329 INFO kablam! warning: unused import: `std::process` Oct 13 02:30:29.329 INFO kablam! --> src/tree.rs:4:5 Oct 13 02:30:29.329 INFO kablam! | Oct 13 02:30:29.329 INFO kablam! 4 | use std::process; Oct 13 02:30:29.329 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:30:29.329 INFO kablam! | Oct 13 02:30:29.329 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:30:29.329 INFO kablam! Oct 13 02:30:29.329 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 02:30:29.330 INFO kablam! --> src/tree.rs:346:16 Oct 13 02:30:29.330 INFO kablam! | Oct 13 02:30:29.330 INFO kablam! 346 | if (previous_level < current_level) { Oct 13 02:30:29.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 02:30:29.330 INFO kablam! | Oct 13 02:30:29.330 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 02:30:29.330 INFO kablam! Oct 13 02:30:29.504 INFO kablam! warning: unused import: `std::process` Oct 13 02:30:29.504 INFO kablam! --> src/tree.rs:4:5 Oct 13 02:30:29.504 INFO kablam! | Oct 13 02:30:29.504 INFO kablam! 4 | use std::process; Oct 13 02:30:29.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:30:29.504 INFO kablam! | Oct 13 02:30:29.504 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:30:29.504 INFO kablam! Oct 13 02:30:29.504 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 02:30:29.504 INFO kablam! --> src/tree.rs:346:16 Oct 13 02:30:29.504 INFO kablam! | Oct 13 02:30:29.504 INFO kablam! 346 | if (previous_level < current_level) { Oct 13 02:30:29.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 02:30:29.504 INFO kablam! | Oct 13 02:30:29.504 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 02:30:29.504 INFO kablam! Oct 13 02:30:29.512 INFO kablam! warning: method is never used: `find_first_zero` Oct 13 02:30:29.512 INFO kablam! --> src/tree.rs:21:5 Oct 13 02:30:29.512 INFO kablam! | Oct 13 02:30:29.512 INFO kablam! 21 | fn find_first_zero(identity_row : ArrayView1) -> usize { Oct 13 02:30:29.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:30:29.512 INFO kablam! | Oct 13 02:30:29.512 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:30:29.512 INFO kablam! Oct 13 02:30:29.512 INFO kablam! warning: method is never used: `find_final_parent` Oct 13 02:30:29.512 INFO kablam! --> src/tree.rs:36:5 Oct 13 02:30:29.512 INFO kablam! | Oct 13 02:30:29.512 INFO kablam! 36 | fn find_final_parent(l1 : usize, l2 : usize, identity_matrix : &Array2) -> (usize, usize) { Oct 13 02:30:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.513 INFO kablam! warning: method is never used: `find_first_common_ancestor` Oct 13 02:30:29.513 INFO kablam! --> src/tree.rs:43:5 Oct 13 02:30:29.513 INFO kablam! | Oct 13 02:30:29.513 INFO kablam! 43 | fn find_first_common_ancestor(l1 : usize, l2 : usize, identity_matrix : &Array2) -> usize { Oct 13 02:30:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.513 INFO kablam! warning: method is never used: `generate_full_distance_matrix` Oct 13 02:30:29.513 INFO kablam! --> src/tree.rs:65:5 Oct 13 02:30:29.513 INFO kablam! | Oct 13 02:30:29.513 INFO kablam! 65 | / fn generate_full_distance_matrix(leaf_distance_matrix : Array2, Oct 13 02:30:29.513 INFO kablam! 66 | | identity_matrix: Array2, Oct 13 02:30:29.513 INFO kablam! 67 | | n_leaves : usize) -> Array2 { Oct 13 02:30:29.513 INFO kablam! 68 | | Oct 13 02:30:29.513 INFO kablam! ... | Oct 13 02:30:29.513 INFO kablam! 100 | | distance_matrix Oct 13 02:30:29.513 INFO kablam! 101 | | } Oct 13 02:30:29.513 INFO kablam! | |_____^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.513 INFO kablam! warning: method is never used: `new` Oct 13 02:30:29.513 INFO kablam! --> src/tree.rs:103:5 Oct 13 02:30:29.513 INFO kablam! | Oct 13 02:30:29.513 INFO kablam! 103 | / pub fn new(leaf_distance_matrix : Array2, Oct 13 02:30:29.513 INFO kablam! 104 | | identity_matrix: Array2, Oct 13 02:30:29.513 INFO kablam! 105 | | leaf_map: HashMap) -> TreeDistanceMatrix { Oct 13 02:30:29.513 INFO kablam! 106 | | let n_leaves = leaf_map.len(); Oct 13 02:30:29.513 INFO kablam! ... | Oct 13 02:30:29.513 INFO kablam! 115 | | tdm Oct 13 02:30:29.513 INFO kablam! 116 | | } Oct 13 02:30:29.513 INFO kablam! | |_____^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.513 INFO kablam! warning: method is never used: `new` Oct 13 02:30:29.513 INFO kablam! --> src/tree.rs:283:5 Oct 13 02:30:29.513 INFO kablam! | Oct 13 02:30:29.513 INFO kablam! 283 | pub fn new(leaves : Vec, branches : Vec, leaf_distances : Vec, branch_distances : Vec) -> Tree { Oct 13 02:30:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.513 INFO kablam! warning: method is never used: `to_distance_matrix` Oct 13 02:30:29.513 INFO kablam! --> src/tree.rs:317:5 Oct 13 02:30:29.513 INFO kablam! | Oct 13 02:30:29.513 INFO kablam! 317 | pub fn to_distance_matrix(&self)-> TreeDistanceMatrix { Oct 13 02:30:29.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:30:29.513 INFO kablam! Oct 13 02:30:29.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.06s Oct 13 02:30:29.766 INFO kablam! su: No module specific data is present Oct 13 02:30:30.156 INFO running `"docker" "rm" "-f" "7dc1f0c5546cb2239d43b4ee16890b78410c9461731630cd331d318198f3dd65"` Oct 13 02:30:30.560 INFO blam! 7dc1f0c5546cb2239d43b4ee16890b78410c9461731630cd331d318198f3dd65