Oct 15 03:00:28.740 INFO testing bbrener1/gravity_clustering against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:00:28.741 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:00:28.939 INFO blam! 3716cd881b98a13f28392584f780b6e10020578db5d64f949e7d60dc60921ebd Oct 15 03:00:28.940 INFO running `"docker" "start" "-a" "3716cd881b98a13f28392584f780b6e10020578db5d64f949e7d60dc60921ebd"` Oct 15 03:00:30.159 INFO kablam! usermod: no changes Oct 15 03:00:30.363 INFO kablam! Compiling ndarray v0.12.0 Oct 15 03:00:30.363 INFO kablam! Compiling rulinalg v0.4.2 Oct 15 03:00:41.651 INFO kablam! Compiling gravity_clustering v0.1.0 (/source) Oct 15 03:00:43.036 INFO kablam! warning: unused import: `std::fs::File` Oct 15 03:00:43.037 INFO kablam! --> src/main.rs:3:5 Oct 15 03:00:43.037 INFO kablam! | Oct 15 03:00:43.037 INFO kablam! 3 | use std::fs::File; Oct 15 03:00:43.037 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:43.037 INFO kablam! | Oct 15 03:00:43.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:00:43.037 INFO kablam! Oct 15 03:00:43.037 INFO kablam! warning: unused import: `rayon::iter::IntoParallelIterator` Oct 15 03:00:43.038 INFO kablam! --> src/io.rs:11:5 Oct 15 03:00:43.038 INFO kablam! | Oct 15 03:00:43.039 INFO kablam! 11 | use rayon::iter::IntoParallelIterator; Oct 15 03:00:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.039 INFO kablam! Oct 15 03:00:43.040 INFO kablam! warning: unused imports: `Axes`, `Matrix` Oct 15 03:00:43.040 INFO kablam! --> src/io.rs:17:24 Oct 15 03:00:43.040 INFO kablam! | Oct 15 03:00:43.040 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:43.040 INFO kablam! | ^^^^^^ ^^^^ Oct 15 03:00:43.041 INFO kablam! Oct 15 03:00:43.047 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 03:00:43.047 INFO kablam! --> src/io.rs:619:32 Oct 15 03:00:43.047 INFO kablam! | Oct 15 03:00:43.048 INFO kablam! 619 | products[[i,j]] /= (&geo[i] * &geo[j]) Oct 15 03:00:43.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:00:43.048 INFO kablam! | Oct 15 03:00:43.049 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:00:43.049 INFO kablam! Oct 15 03:00:43.050 INFO kablam! warning: unused imports: `ArrayView`, `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:43.050 INFO kablam! --> src/mobile_gravity_field.rs:3:29 Oct 15 03:00:43.051 INFO kablam! | Oct 15 03:00:43.051 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:43.051 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^ Oct 15 03:00:43.052 INFO kablam! Oct 15 03:00:43.052 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:43.052 INFO kablam! --> src/mobile_gravity_field.rs:5:5 Oct 15 03:00:43.052 INFO kablam! | Oct 15 03:00:43.052 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:43.052 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:43.052 INFO kablam! Oct 15 03:00:43.052 INFO kablam! warning: unused import: `distance` Oct 15 03:00:43.052 INFO kablam! --> src/mobile_gravity_field.rs:14:5 Oct 15 03:00:43.052 INFO kablam! | Oct 15 03:00:43.052 INFO kablam! 14 | use distance; Oct 15 03:00:43.052 INFO kablam! | ^^^^^^^^ Oct 15 03:00:43.052 INFO kablam! Oct 15 03:00:43.053 INFO kablam! warning: unused import: `length` Oct 15 03:00:43.053 INFO kablam! --> src/mobile_gravity_field.rs:15:5 Oct 15 03:00:43.053 INFO kablam! | Oct 15 03:00:43.053 INFO kablam! 15 | use length; Oct 15 03:00:43.053 INFO kablam! | ^^^^^^ Oct 15 03:00:43.053 INFO kablam! Oct 15 03:00:43.054 INFO kablam! warning: unused imports: `Rng`, `ThreadRng` Oct 15 03:00:43.054 INFO kablam! --> src/single_pathfinder.rs:5:12 Oct 15 03:00:43.054 INFO kablam! | Oct 15 03:00:43.055 INFO kablam! 5 | use rand::{Rng,ThreadRng,thread_rng}; Oct 15 03:00:43.055 INFO kablam! | ^^^ ^^^^^^^^^ Oct 15 03:00:43.055 INFO kablam! Oct 15 03:00:43.056 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 03:00:43.056 INFO kablam! --> src/cluster.rs:2:5 Oct 15 03:00:43.056 INFO kablam! | Oct 15 03:00:43.056 INFO kablam! 2 | use std::collections::HashSet; Oct 15 03:00:43.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.057 INFO kablam! Oct 15 03:00:43.057 INFO kablam! warning: unused imports: `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:43.057 INFO kablam! --> src/cluster.rs:3:29 Oct 15 03:00:43.057 INFO kablam! | Oct 15 03:00:43.057 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:43.057 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^ Oct 15 03:00:43.057 INFO kablam! Oct 15 03:00:43.057 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:43.057 INFO kablam! --> src/cluster.rs:5:5 Oct 15 03:00:43.057 INFO kablam! | Oct 15 03:00:43.057 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:43.057 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:43.058 INFO kablam! Oct 15 03:00:43.058 INFO kablam! warning: unused import: `single_pathfinder::Pathfinder` Oct 15 03:00:43.058 INFO kablam! --> src/cluster.rs:10:5 Oct 15 03:00:43.058 INFO kablam! | Oct 15 03:00:43.058 INFO kablam! 10 | use single_pathfinder::Pathfinder; Oct 15 03:00:43.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.058 INFO kablam! Oct 15 03:00:43.058 INFO kablam! warning: unused import: `length` Oct 15 03:00:43.058 INFO kablam! --> src/cluster.rs:12:5 Oct 15 03:00:43.058 INFO kablam! | Oct 15 03:00:43.058 INFO kablam! 12 | use length; Oct 15 03:00:43.058 INFO kablam! | ^^^^^^ Oct 15 03:00:43.058 INFO kablam! Oct 15 03:00:43.063 INFO kablam! warning: unused imports: `Array`, `Axis`, `Ix2` Oct 15 03:00:43.063 INFO kablam! --> src/main.rs:24:15 Oct 15 03:00:43.063 INFO kablam! | Oct 15 03:00:43.063 INFO kablam! 24 | use ndarray::{Array,Axis,Ix1,Ix2,Zip,ArrayView}; Oct 15 03:00:43.063 INFO kablam! | ^^^^^ ^^^^ ^^^ Oct 15 03:00:43.063 INFO kablam! Oct 15 03:00:43.538 INFO kablam! warning: unused import: `BaseMatrix` Oct 15 03:00:43.538 INFO kablam! --> src/io.rs:17:31 Oct 15 03:00:43.538 INFO kablam! | Oct 15 03:00:43.538 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:43.538 INFO kablam! | ^^^^^^^^^^ Oct 15 03:00:43.538 INFO kablam! Oct 15 03:00:43.538 INFO kablam! warning: unused import: `BaseMatrixMut` Oct 15 03:00:43.538 INFO kablam! --> src/io.rs:17:42 Oct 15 03:00:43.538 INFO kablam! | Oct 15 03:00:43.538 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:43.539 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:43.539 INFO kablam! Oct 15 03:00:43.539 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 03:00:43.539 INFO kablam! --> src/cluster.rs:6:5 Oct 15 03:00:43.539 INFO kablam! | Oct 15 03:00:43.539 INFO kablam! 6 | use rayon::prelude::*; Oct 15 03:00:43.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:00:43.539 INFO kablam! Oct 15 03:00:43.580 INFO kablam! warning: value assigned to `field` is never read Oct 15 03:00:43.580 INFO kablam! --> src/main.rs:107:17 Oct 15 03:00:43.580 INFO kablam! | Oct 15 03:00:43.580 INFO kablam! 107 | field = refining_field; Oct 15 03:00:43.580 INFO kablam! | ^^^^^ Oct 15 03:00:43.580 INFO kablam! | Oct 15 03:00:43.580 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 03:00:43.580 INFO kablam! Oct 15 03:00:43.581 INFO kablam! warning: unused variable: `i` Oct 15 03:00:43.581 INFO kablam! --> src/mobile_gravity_field.rs:82:18 Oct 15 03:00:43.581 INFO kablam! | Oct 15 03:00:43.581 INFO kablam! 82 | for (i,(mut position,new_position_option)) in Oct 15 03:00:43.581 INFO kablam! | ^ help: consider using `_i` instead Oct 15 03:00:43.581 INFO kablam! | Oct 15 03:00:43.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:00:43.581 INFO kablam! Oct 15 03:00:43.581 INFO kablam! warning: unused variable: `step_length` Oct 15 03:00:43.581 INFO kablam! --> src/mobile_gravity_field.rs:88:47 Oct 15 03:00:43.581 INFO kablam! | Oct 15 03:00:43.581 INFO kablam! 88 | if let Some((new_position,step_length)) = new_position_option { Oct 15 03:00:43.581 INFO kablam! | ^^^^^^^^^^^ help: consider using `_step_length` instead Oct 15 03:00:43.581 INFO kablam! Oct 15 03:00:43.581 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:43.581 INFO kablam! --> src/mobile_gravity_field.rs:140:37 Oct 15 03:00:43.581 INFO kablam! | Oct 15 03:00:43.581 INFO kablam! 140 | for (i,(position,(deviation,displacement))) in position_vec.into_iter().enumerate() { Oct 15 03:00:43.581 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:43.581 INFO kablam! Oct 15 03:00:43.582 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:43.582 INFO kablam! --> src/mobile_gravity_field.rs:193:25 Oct 15 03:00:43.582 INFO kablam! | Oct 15 03:00:43.582 INFO kablam! 193 | let displacement = self.distance.measure(self.initial_positions.row(point_index),point); Oct 15 03:00:43.582 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:43.582 INFO kablam! Oct 15 03:00:43.582 INFO kablam! warning: unused variable: `final_positions` Oct 15 03:00:43.582 INFO kablam! --> src/mobile_gravity_field.rs:272:13 Oct 15 03:00:43.582 INFO kablam! | Oct 15 03:00:43.582 INFO kablam! 272 | let final_positions = self.current_positions.as_ref().unwrap(); Oct 15 03:00:43.582 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_final_positions` instead Oct 15 03:00:43.582 INFO kablam! Oct 15 03:00:43.583 INFO kablam! warning: value assigned to `candidate_points` is never read Oct 15 03:00:43.583 INFO kablam! --> src/mobile_gravity_field.rs:337:17 Oct 15 03:00:43.583 INFO kablam! | Oct 15 03:00:43.583 INFO kablam! 337 | let mut candidate_points = HashSet::with_capacity(0); Oct 15 03:00:43.583 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:00:43.583 INFO kablam! Oct 15 03:00:43.583 INFO kablam! warning: unused variable: `previous_point` Oct 15 03:00:43.583 INFO kablam! --> src/single_pathfinder.rs:146:21 Oct 15 03:00:43.583 INFO kablam! | Oct 15 03:00:43.583 INFO kablam! 146 | for (i,(previous_point,previous_distance)) in sub_points.iter().enumerate() { Oct 15 03:00:43.583 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_previous_point` instead Oct 15 03:00:43.583 INFO kablam! Oct 15 03:00:43.584 INFO kablam! warning: unused variable: `distance` Oct 15 03:00:43.584 INFO kablam! --> src/single_pathfinder.rs:217:30 Oct 15 03:00:43.584 INFO kablam! | Oct 15 03:00:43.584 INFO kablam! 217 | while let Some((step,distance)) = self.step_from(point.view(),points) { Oct 15 03:00:43.584 INFO kablam! | ^^^^^^^^ help: consider using `_distance` instead Oct 15 03:00:43.584 INFO kablam! Oct 15 03:00:43.651 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:43.651 INFO kablam! --> src/io.rs:574:9 Oct 15 03:00:43.651 INFO kablam! | Oct 15 03:00:43.651 INFO kablam! 574 | let mut means = input.mean_axis(Axis(0)); Oct 15 03:00:43.651 INFO kablam! | ----^^^^^ Oct 15 03:00:43.651 INFO kablam! | | Oct 15 03:00:43.651 INFO kablam! | help: remove this `mut` Oct 15 03:00:43.651 INFO kablam! | Oct 15 03:00:43.651 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:00:43.651 INFO kablam! Oct 15 03:00:43.659 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:43.659 INFO kablam! --> src/io.rs:575:9 Oct 15 03:00:43.659 INFO kablam! | Oct 15 03:00:43.659 INFO kablam! 575 | let mut variances = input.var_axis(Axis(0),0.); Oct 15 03:00:43.659 INFO kablam! | ----^^^^^^^^^ Oct 15 03:00:43.659 INFO kablam! | | Oct 15 03:00:43.659 INFO kablam! | help: remove this `mut` Oct 15 03:00:43.659 INFO kablam! Oct 15 03:00:43.663 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:43.663 INFO kablam! --> src/io.rs:632:9 Oct 15 03:00:43.663 INFO kablam! | Oct 15 03:00:43.663 INFO kablam! 632 | let mut geo = (&slice * &slice).sum_axis(Axis(1)); Oct 15 03:00:43.663 INFO kablam! | ----^^^ Oct 15 03:00:43.663 INFO kablam! | | Oct 15 03:00:43.663 INFO kablam! | help: remove this `mut` Oct 15 03:00:43.663 INFO kablam! Oct 15 03:00:43.738 INFO kablam! warning: method is never used: `distance` Oct 15 03:00:43.738 INFO kablam! --> src/io.rs:245:5 Oct 15 03:00:43.738 INFO kablam! | Oct 15 03:00:43.738 INFO kablam! 245 | pub fn distance(&self, p1:ArrayView,p2:ArrayView) -> f64 { Oct 15 03:00:43.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.738 INFO kablam! | Oct 15 03:00:43.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:00:43.738 INFO kablam! Oct 15 03:00:43.738 INFO kablam! warning: function is never used: `sanitize` Oct 15 03:00:43.738 INFO kablam! --> src/io.rs:598:1 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 598 | pub fn sanitize(mut input: Array) -> Array { Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.739 INFO kablam! Oct 15 03:00:43.739 INFO kablam! warning: function is never used: `argsort` Oct 15 03:00:43.739 INFO kablam! --> src/io.rs:652:1 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 652 | fn argsort(input: &Vec) -> Vec { Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.739 INFO kablam! Oct 15 03:00:43.739 INFO kablam! warning: method is never used: `merge_clusters` Oct 15 03:00:43.739 INFO kablam! --> src/mobile_gravity_field.rs:269:5 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 269 | pub fn merge_clusters(&mut self) { Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.739 INFO kablam! Oct 15 03:00:43.739 INFO kablam! warning: method is never used: `subsampled_nearest` Oct 15 03:00:43.739 INFO kablam! --> src/single_pathfinder.rs:99:5 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 99 | fn subsampled_nearest(&self,points:Arc>) -> Option<(Array,f64)> { Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.739 INFO kablam! Oct 15 03:00:43.739 INFO kablam! warning: method is never used: `fuzz` Oct 15 03:00:43.739 INFO kablam! --> src/single_pathfinder.rs:291:5 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 291 | pub fn fuzz(&self) -> f64 { Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.739 INFO kablam! Oct 15 03:00:43.739 INFO kablam! warning: function is never used: `test` Oct 15 03:00:43.739 INFO kablam! --> src/single_pathfinder.rs:307:1 Oct 15 03:00:43.739 INFO kablam! | Oct 15 03:00:43.739 INFO kablam! 307 | fn test(){ Oct 15 03:00:43.739 INFO kablam! | ^^^^^^^^^ Oct 15 03:00:43.740 INFO kablam! Oct 15 03:00:43.740 INFO kablam! warning: method is never used: `merge_cluster` Oct 15 03:00:43.740 INFO kablam! --> src/cluster.rs:41:5 Oct 15 03:00:43.740 INFO kablam! | Oct 15 03:00:43.740 INFO kablam! 41 | pub fn merge_cluster(&self,cluster: &Cluster) -> Cluster { Oct 15 03:00:43.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:43.740 INFO kablam! Oct 15 03:00:48.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.23s Oct 15 03:00:48.436 INFO kablam! su: No module specific data is present Oct 15 03:00:49.042 INFO running `"docker" "rm" "-f" "3716cd881b98a13f28392584f780b6e10020578db5d64f949e7d60dc60921ebd"` Oct 15 03:00:49.281 INFO blam! 3716cd881b98a13f28392584f780b6e10020578db5d64f949e7d60dc60921ebd Oct 15 03:00:49.287 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:00:49.733 INFO blam! 4d7b151314b12d0a3ff67d65f1c727449f79f4e6e6a55214a2be6bd3f8a212cc Oct 15 03:00:49.735 INFO running `"docker" "start" "-a" "4d7b151314b12d0a3ff67d65f1c727449f79f4e6e6a55214a2be6bd3f8a212cc"` Oct 15 03:00:51.063 INFO kablam! usermod: no changes Oct 15 03:00:51.183 INFO kablam! Compiling gravity_clustering v0.1.0 (/source) Oct 15 03:00:52.267 INFO kablam! warning: unused import: `std::fs::File` Oct 15 03:00:52.267 INFO kablam! --> src/main.rs:3:5 Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! 3 | use std::fs::File; Oct 15 03:00:52.267 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:00:52.267 INFO kablam! Oct 15 03:00:52.267 INFO kablam! warning: unused import: `rayon::iter::IntoParallelIterator` Oct 15 03:00:52.267 INFO kablam! --> src/io.rs:11:5 Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! 11 | use rayon::iter::IntoParallelIterator; Oct 15 03:00:52.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.267 INFO kablam! Oct 15 03:00:52.267 INFO kablam! warning: unused imports: `Axes`, `Matrix` Oct 15 03:00:52.267 INFO kablam! --> src/io.rs:17:24 Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:52.267 INFO kablam! | ^^^^^^ ^^^^ Oct 15 03:00:52.267 INFO kablam! Oct 15 03:00:52.267 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 03:00:52.267 INFO kablam! --> src/io.rs:619:32 Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! 619 | products[[i,j]] /= (&geo[i] * &geo[j]) Oct 15 03:00:52.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:00:52.267 INFO kablam! Oct 15 03:00:52.267 INFO kablam! warning: unused imports: `ArrayView`, `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:52.267 INFO kablam! --> src/mobile_gravity_field.rs:3:29 Oct 15 03:00:52.267 INFO kablam! | Oct 15 03:00:52.267 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:52.267 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^ Oct 15 03:00:52.267 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:52.268 INFO kablam! --> src/mobile_gravity_field.rs:5:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `distance` Oct 15 03:00:52.268 INFO kablam! --> src/mobile_gravity_field.rs:14:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 14 | use distance; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `length` Oct 15 03:00:52.268 INFO kablam! --> src/mobile_gravity_field.rs:15:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 15 | use length; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused imports: `Rng`, `ThreadRng` Oct 15 03:00:52.268 INFO kablam! --> src/single_pathfinder.rs:5:12 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 5 | use rand::{Rng,ThreadRng,thread_rng}; Oct 15 03:00:52.268 INFO kablam! | ^^^ ^^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 03:00:52.268 INFO kablam! --> src/cluster.rs:2:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 2 | use std::collections::HashSet; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused imports: `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:52.268 INFO kablam! --> src/cluster.rs:3:29 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:52.268 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:52.268 INFO kablam! --> src/cluster.rs:5:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `single_pathfinder::Pathfinder` Oct 15 03:00:52.268 INFO kablam! --> src/cluster.rs:10:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 10 | use single_pathfinder::Pathfinder; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused import: `length` Oct 15 03:00:52.268 INFO kablam! --> src/cluster.rs:12:5 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 12 | use length; Oct 15 03:00:52.268 INFO kablam! | ^^^^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.268 INFO kablam! warning: unused imports: `Array`, `Axis`, `Ix2` Oct 15 03:00:52.268 INFO kablam! --> src/main.rs:24:15 Oct 15 03:00:52.268 INFO kablam! | Oct 15 03:00:52.268 INFO kablam! 24 | use ndarray::{Array,Axis,Ix1,Ix2,Zip,ArrayView}; Oct 15 03:00:52.268 INFO kablam! | ^^^^^ ^^^^ ^^^ Oct 15 03:00:52.268 INFO kablam! Oct 15 03:00:52.663 INFO kablam! warning: unused import: `BaseMatrix` Oct 15 03:00:52.663 INFO kablam! --> src/io.rs:17:31 Oct 15 03:00:52.663 INFO kablam! | Oct 15 03:00:52.663 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:52.663 INFO kablam! | ^^^^^^^^^^ Oct 15 03:00:52.663 INFO kablam! Oct 15 03:00:52.663 INFO kablam! warning: unused import: `BaseMatrixMut` Oct 15 03:00:52.663 INFO kablam! --> src/io.rs:17:42 Oct 15 03:00:52.663 INFO kablam! | Oct 15 03:00:52.663 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:52.663 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:52.663 INFO kablam! Oct 15 03:00:52.663 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 03:00:52.663 INFO kablam! --> src/cluster.rs:6:5 Oct 15 03:00:52.663 INFO kablam! | Oct 15 03:00:52.664 INFO kablam! 6 | use rayon::prelude::*; Oct 15 03:00:52.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:00:52.664 INFO kablam! Oct 15 03:00:52.688 INFO kablam! warning: value assigned to `field` is never read Oct 15 03:00:52.688 INFO kablam! --> src/main.rs:107:17 Oct 15 03:00:52.688 INFO kablam! | Oct 15 03:00:52.688 INFO kablam! 107 | field = refining_field; Oct 15 03:00:52.688 INFO kablam! | ^^^^^ Oct 15 03:00:52.688 INFO kablam! | Oct 15 03:00:52.688 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 03:00:52.688 INFO kablam! Oct 15 03:00:52.688 INFO kablam! warning: unused variable: `i` Oct 15 03:00:52.688 INFO kablam! --> src/mobile_gravity_field.rs:82:18 Oct 15 03:00:52.688 INFO kablam! | Oct 15 03:00:52.688 INFO kablam! 82 | for (i,(mut position,new_position_option)) in Oct 15 03:00:52.688 INFO kablam! | ^ help: consider using `_i` instead Oct 15 03:00:52.688 INFO kablam! | Oct 15 03:00:52.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:00:52.688 INFO kablam! Oct 15 03:00:52.689 INFO kablam! warning: unused variable: `step_length` Oct 15 03:00:52.689 INFO kablam! --> src/mobile_gravity_field.rs:88:47 Oct 15 03:00:52.689 INFO kablam! | Oct 15 03:00:52.689 INFO kablam! 88 | if let Some((new_position,step_length)) = new_position_option { Oct 15 03:00:52.689 INFO kablam! | ^^^^^^^^^^^ help: consider using `_step_length` instead Oct 15 03:00:52.689 INFO kablam! Oct 15 03:00:52.689 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:52.689 INFO kablam! --> src/mobile_gravity_field.rs:140:37 Oct 15 03:00:52.689 INFO kablam! | Oct 15 03:00:52.689 INFO kablam! 140 | for (i,(position,(deviation,displacement))) in position_vec.into_iter().enumerate() { Oct 15 03:00:52.689 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:52.689 INFO kablam! Oct 15 03:00:52.689 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:52.689 INFO kablam! --> src/mobile_gravity_field.rs:193:25 Oct 15 03:00:52.689 INFO kablam! | Oct 15 03:00:52.689 INFO kablam! 193 | let displacement = self.distance.measure(self.initial_positions.row(point_index),point); Oct 15 03:00:52.689 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:52.689 INFO kablam! Oct 15 03:00:52.689 INFO kablam! warning: unused variable: `final_positions` Oct 15 03:00:52.689 INFO kablam! --> src/mobile_gravity_field.rs:272:13 Oct 15 03:00:52.689 INFO kablam! | Oct 15 03:00:52.690 INFO kablam! 272 | let final_positions = self.current_positions.as_ref().unwrap(); Oct 15 03:00:52.690 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_final_positions` instead Oct 15 03:00:52.690 INFO kablam! Oct 15 03:00:52.690 INFO kablam! warning: value assigned to `candidate_points` is never read Oct 15 03:00:52.690 INFO kablam! --> src/mobile_gravity_field.rs:337:17 Oct 15 03:00:52.690 INFO kablam! | Oct 15 03:00:52.690 INFO kablam! 337 | let mut candidate_points = HashSet::with_capacity(0); Oct 15 03:00:52.690 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:00:52.690 INFO kablam! Oct 15 03:00:52.690 INFO kablam! warning: unused variable: `previous_point` Oct 15 03:00:52.690 INFO kablam! --> src/single_pathfinder.rs:146:21 Oct 15 03:00:52.690 INFO kablam! | Oct 15 03:00:52.690 INFO kablam! 146 | for (i,(previous_point,previous_distance)) in sub_points.iter().enumerate() { Oct 15 03:00:52.690 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_previous_point` instead Oct 15 03:00:52.690 INFO kablam! Oct 15 03:00:52.690 INFO kablam! warning: unused variable: `distance` Oct 15 03:00:52.690 INFO kablam! --> src/single_pathfinder.rs:217:30 Oct 15 03:00:52.690 INFO kablam! | Oct 15 03:00:52.690 INFO kablam! 217 | while let Some((step,distance)) = self.step_from(point.view(),points) { Oct 15 03:00:52.690 INFO kablam! | ^^^^^^^^ help: consider using `_distance` instead Oct 15 03:00:52.691 INFO kablam! Oct 15 03:00:52.751 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:52.751 INFO kablam! --> src/io.rs:574:9 Oct 15 03:00:52.751 INFO kablam! | Oct 15 03:00:52.751 INFO kablam! 574 | let mut means = input.mean_axis(Axis(0)); Oct 15 03:00:52.751 INFO kablam! | ----^^^^^ Oct 15 03:00:52.751 INFO kablam! | | Oct 15 03:00:52.751 INFO kablam! | help: remove this `mut` Oct 15 03:00:52.752 INFO kablam! | Oct 15 03:00:52.752 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:00:52.752 INFO kablam! Oct 15 03:00:52.752 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:52.752 INFO kablam! --> src/io.rs:575:9 Oct 15 03:00:52.752 INFO kablam! | Oct 15 03:00:52.752 INFO kablam! 575 | let mut variances = input.var_axis(Axis(0),0.); Oct 15 03:00:52.759 INFO kablam! | ----^^^^^^^^^ Oct 15 03:00:52.759 INFO kablam! | | Oct 15 03:00:52.759 INFO kablam! | help: remove this `mut` Oct 15 03:00:52.759 INFO kablam! Oct 15 03:00:52.769 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:52.769 INFO kablam! --> src/io.rs:632:9 Oct 15 03:00:52.770 INFO kablam! | Oct 15 03:00:52.770 INFO kablam! 632 | let mut geo = (&slice * &slice).sum_axis(Axis(1)); Oct 15 03:00:52.770 INFO kablam! | ----^^^ Oct 15 03:00:52.770 INFO kablam! | | Oct 15 03:00:52.770 INFO kablam! | help: remove this `mut` Oct 15 03:00:52.770 INFO kablam! Oct 15 03:00:52.841 INFO kablam! warning: method is never used: `distance` Oct 15 03:00:52.841 INFO kablam! --> src/io.rs:245:5 Oct 15 03:00:52.841 INFO kablam! | Oct 15 03:00:52.841 INFO kablam! 245 | pub fn distance(&self, p1:ArrayView,p2:ArrayView) -> f64 { Oct 15 03:00:52.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.841 INFO kablam! | Oct 15 03:00:52.841 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:00:52.841 INFO kablam! Oct 15 03:00:52.841 INFO kablam! warning: function is never used: `sanitize` Oct 15 03:00:52.841 INFO kablam! --> src/io.rs:598:1 Oct 15 03:00:52.841 INFO kablam! | Oct 15 03:00:52.841 INFO kablam! 598 | pub fn sanitize(mut input: Array) -> Array { Oct 15 03:00:52.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.842 INFO kablam! Oct 15 03:00:52.842 INFO kablam! warning: function is never used: `argsort` Oct 15 03:00:52.842 INFO kablam! --> src/io.rs:652:1 Oct 15 03:00:52.842 INFO kablam! | Oct 15 03:00:52.842 INFO kablam! 652 | fn argsort(input: &Vec) -> Vec { Oct 15 03:00:52.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.842 INFO kablam! Oct 15 03:00:52.842 INFO kablam! warning: method is never used: `merge_clusters` Oct 15 03:00:52.842 INFO kablam! --> src/mobile_gravity_field.rs:269:5 Oct 15 03:00:52.842 INFO kablam! | Oct 15 03:00:52.842 INFO kablam! 269 | pub fn merge_clusters(&mut self) { Oct 15 03:00:52.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.842 INFO kablam! Oct 15 03:00:52.842 INFO kablam! warning: method is never used: `subsampled_nearest` Oct 15 03:00:52.842 INFO kablam! --> src/single_pathfinder.rs:99:5 Oct 15 03:00:52.842 INFO kablam! | Oct 15 03:00:52.842 INFO kablam! 99 | fn subsampled_nearest(&self,points:Arc>) -> Option<(Array,f64)> { Oct 15 03:00:52.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.842 INFO kablam! Oct 15 03:00:52.842 INFO kablam! warning: method is never used: `fuzz` Oct 15 03:00:52.843 INFO kablam! --> src/single_pathfinder.rs:291:5 Oct 15 03:00:52.843 INFO kablam! | Oct 15 03:00:52.843 INFO kablam! 291 | pub fn fuzz(&self) -> f64 { Oct 15 03:00:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.843 INFO kablam! Oct 15 03:00:52.843 INFO kablam! warning: function is never used: `test` Oct 15 03:00:52.843 INFO kablam! --> src/single_pathfinder.rs:307:1 Oct 15 03:00:52.843 INFO kablam! | Oct 15 03:00:52.843 INFO kablam! 307 | fn test(){ Oct 15 03:00:52.843 INFO kablam! | ^^^^^^^^^ Oct 15 03:00:52.843 INFO kablam! Oct 15 03:00:52.843 INFO kablam! warning: method is never used: `merge_cluster` Oct 15 03:00:52.843 INFO kablam! --> src/cluster.rs:41:5 Oct 15 03:00:52.843 INFO kablam! | Oct 15 03:00:52.843 INFO kablam! 41 | pub fn merge_cluster(&self,cluster: &Cluster) -> Cluster { Oct 15 03:00:52.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:52.843 INFO kablam! Oct 15 03:00:53.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 15 03:00:53.200 INFO kablam! su: No module specific data is present Oct 15 03:00:53.527 INFO running `"docker" "rm" "-f" "4d7b151314b12d0a3ff67d65f1c727449f79f4e6e6a55214a2be6bd3f8a212cc"` Oct 15 03:00:53.687 INFO blam! 4d7b151314b12d0a3ff67d65f1c727449f79f4e6e6a55214a2be6bd3f8a212cc Oct 15 03:00:53.695 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:00:53.950 INFO blam! 1b64a561d42978bec907c226c6f08d0dfdda634924c78c005fe9c50d85faa573 Oct 15 03:00:53.955 INFO running `"docker" "start" "-a" "1b64a561d42978bec907c226c6f08d0dfdda634924c78c005fe9c50d85faa573"` Oct 15 03:00:54.614 INFO kablam! usermod: no changes Oct 15 03:00:54.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:00:54.709 INFO kablam! Running /target/debug/deps/gravity_clustering-9f1f7d2207cb8813 Oct 15 03:00:54.712 INFO blam! Oct 15 03:00:54.712 INFO blam! running 0 tests Oct 15 03:00:54.712 INFO blam! Oct 15 03:00:54.712 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:00:54.712 INFO blam! Oct 15 03:00:54.726 INFO kablam! su: No module specific data is present Oct 15 03:00:55.041 INFO running `"docker" "rm" "-f" "1b64a561d42978bec907c226c6f08d0dfdda634924c78c005fe9c50d85faa573"` Oct 15 03:00:55.143 INFO blam! 1b64a561d42978bec907c226c6f08d0dfdda634924c78c005fe9c50d85faa573