Oct 15 03:00:34.015 INFO testing bbrener1/gravity_clustering against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:00:34.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:00:34.612 INFO blam! 4d4dab8777e43d0980ea328fe555a45de0e3c33384f2916d29e97afc2acf5f91 Oct 15 03:00:34.613 INFO running `"docker" "start" "-a" "4d4dab8777e43d0980ea328fe555a45de0e3c33384f2916d29e97afc2acf5f91"` Oct 15 03:00:36.397 INFO kablam! usermod: no changes Oct 15 03:00:36.523 INFO kablam! Compiling rulinalg v0.4.2 Oct 15 03:00:40.859 INFO kablam! Compiling gravity_clustering v0.1.0 (/source) Oct 15 03:00:42.183 INFO kablam! warning: unused import: `std::fs::File` Oct 15 03:00:42.183 INFO kablam! --> src/main.rs:3:5 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 3 | use std::fs::File; Oct 15 03:00:42.183 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unused import: `rayon::iter::IntoParallelIterator` Oct 15 03:00:42.183 INFO kablam! --> src/io.rs:11:5 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 11 | use rayon::iter::IntoParallelIterator; Oct 15 03:00:42.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unused imports: `Axes`, `Matrix` Oct 15 03:00:42.183 INFO kablam! --> src/io.rs:17:24 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:42.183 INFO kablam! | ^^^^^^ ^^^^ Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 03:00:42.183 INFO kablam! --> src/io.rs:619:32 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 619 | products[[i,j]] /= (&geo[i] * &geo[j]) Oct 15 03:00:42.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unused imports: `ArrayView`, `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:42.183 INFO kablam! --> src/mobile_gravity_field.rs:3:29 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:42.183 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^ Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:42.183 INFO kablam! --> src/mobile_gravity_field.rs:5:5 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:42.183 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.183 INFO kablam! warning: unused import: `distance` Oct 15 03:00:42.183 INFO kablam! --> src/mobile_gravity_field.rs:14:5 Oct 15 03:00:42.183 INFO kablam! | Oct 15 03:00:42.183 INFO kablam! 14 | use distance; Oct 15 03:00:42.183 INFO kablam! | ^^^^^^^^ Oct 15 03:00:42.183 INFO kablam! Oct 15 03:00:42.184 INFO kablam! warning: unused import: `length` Oct 15 03:00:42.184 INFO kablam! --> src/mobile_gravity_field.rs:15:5 Oct 15 03:00:42.184 INFO kablam! | Oct 15 03:00:42.184 INFO kablam! 15 | use length; Oct 15 03:00:42.184 INFO kablam! | ^^^^^^ Oct 15 03:00:42.184 INFO kablam! Oct 15 03:00:42.184 INFO kablam! warning: unused imports: `Rng`, `ThreadRng` Oct 15 03:00:42.184 INFO kablam! --> src/single_pathfinder.rs:5:12 Oct 15 03:00:42.184 INFO kablam! | Oct 15 03:00:42.184 INFO kablam! 5 | use rand::{Rng,ThreadRng,thread_rng}; Oct 15 03:00:42.184 INFO kablam! | ^^^ ^^^^^^^^^ Oct 15 03:00:42.184 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 03:00:42.187 INFO kablam! --> src/cluster.rs:2:5 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 2 | use std::collections::HashSet; Oct 15 03:00:42.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused imports: `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:42.187 INFO kablam! --> src/cluster.rs:3:29 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:42.187 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:42.187 INFO kablam! --> src/cluster.rs:5:5 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:42.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused import: `single_pathfinder::Pathfinder` Oct 15 03:00:42.187 INFO kablam! --> src/cluster.rs:10:5 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 10 | use single_pathfinder::Pathfinder; Oct 15 03:00:42.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused import: `length` Oct 15 03:00:42.187 INFO kablam! --> src/cluster.rs:12:5 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 12 | use length; Oct 15 03:00:42.187 INFO kablam! | ^^^^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.187 INFO kablam! warning: unused imports: `Array`, `Axis`, `Ix2` Oct 15 03:00:42.187 INFO kablam! --> src/main.rs:24:15 Oct 15 03:00:42.187 INFO kablam! | Oct 15 03:00:42.187 INFO kablam! 24 | use ndarray::{Array,Axis,Ix1,Ix2,Zip,ArrayView}; Oct 15 03:00:42.187 INFO kablam! | ^^^^^ ^^^^ ^^^ Oct 15 03:00:42.187 INFO kablam! Oct 15 03:00:42.653 INFO kablam! warning: unused import: `BaseMatrix` Oct 15 03:00:42.653 INFO kablam! --> src/io.rs:17:31 Oct 15 03:00:42.653 INFO kablam! | Oct 15 03:00:42.653 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:42.653 INFO kablam! | ^^^^^^^^^^ Oct 15 03:00:42.653 INFO kablam! Oct 15 03:00:42.653 INFO kablam! warning: unused import: `BaseMatrixMut` Oct 15 03:00:42.653 INFO kablam! --> src/io.rs:17:42 Oct 15 03:00:42.653 INFO kablam! | Oct 15 03:00:42.653 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:42.653 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:42.654 INFO kablam! Oct 15 03:00:42.654 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 03:00:42.654 INFO kablam! --> src/cluster.rs:6:5 Oct 15 03:00:42.654 INFO kablam! | Oct 15 03:00:42.654 INFO kablam! 6 | use rayon::prelude::*; Oct 15 03:00:42.654 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:00:42.654 INFO kablam! Oct 15 03:00:42.679 INFO kablam! warning: value assigned to `field` is never read Oct 15 03:00:42.679 INFO kablam! --> src/main.rs:107:17 Oct 15 03:00:42.679 INFO kablam! | Oct 15 03:00:42.679 INFO kablam! 107 | field = refining_field; Oct 15 03:00:42.679 INFO kablam! | ^^^^^ Oct 15 03:00:42.679 INFO kablam! | Oct 15 03:00:42.679 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 03:00:42.679 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: unused variable: `i` Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:82:18 Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! 82 | for (i,(mut position,new_position_option)) in Oct 15 03:00:42.680 INFO kablam! | ^ help: consider using `_i` instead Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:00:42.680 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: unused variable: `step_length` Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:88:47 Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! 88 | if let Some((new_position,step_length)) = new_position_option { Oct 15 03:00:42.680 INFO kablam! | ^^^^^^^^^^^ help: consider using `_step_length` instead Oct 15 03:00:42.680 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:140:37 Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! 140 | for (i,(position,(deviation,displacement))) in position_vec.into_iter().enumerate() { Oct 15 03:00:42.680 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:42.680 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:193:25 Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! 193 | let displacement = self.distance.measure(self.initial_positions.row(point_index),point); Oct 15 03:00:42.680 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:42.680 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: unused variable: `final_positions` Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:272:13 Oct 15 03:00:42.680 INFO kablam! | Oct 15 03:00:42.680 INFO kablam! 272 | let final_positions = self.current_positions.as_ref().unwrap(); Oct 15 03:00:42.680 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_final_positions` instead Oct 15 03:00:42.680 INFO kablam! Oct 15 03:00:42.680 INFO kablam! warning: value assigned to `candidate_points` is never read Oct 15 03:00:42.680 INFO kablam! --> src/mobile_gravity_field.rs:337:17 Oct 15 03:00:42.681 INFO kablam! | Oct 15 03:00:42.681 INFO kablam! 337 | let mut candidate_points = HashSet::with_capacity(0); Oct 15 03:00:42.681 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:00:42.681 INFO kablam! Oct 15 03:00:42.681 INFO kablam! warning: unused variable: `previous_point` Oct 15 03:00:42.681 INFO kablam! --> src/single_pathfinder.rs:146:21 Oct 15 03:00:42.681 INFO kablam! | Oct 15 03:00:42.681 INFO kablam! 146 | for (i,(previous_point,previous_distance)) in sub_points.iter().enumerate() { Oct 15 03:00:42.681 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_previous_point` instead Oct 15 03:00:42.681 INFO kablam! Oct 15 03:00:42.681 INFO kablam! warning: unused variable: `distance` Oct 15 03:00:42.681 INFO kablam! --> src/single_pathfinder.rs:217:30 Oct 15 03:00:42.681 INFO kablam! | Oct 15 03:00:42.681 INFO kablam! 217 | while let Some((step,distance)) = self.step_from(point.view(),points) { Oct 15 03:00:42.681 INFO kablam! | ^^^^^^^^ help: consider using `_distance` instead Oct 15 03:00:42.681 INFO kablam! Oct 15 03:00:42.742 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:42.742 INFO kablam! --> src/io.rs:574:9 Oct 15 03:00:42.742 INFO kablam! | Oct 15 03:00:42.742 INFO kablam! 574 | let mut means = input.mean_axis(Axis(0)); Oct 15 03:00:42.742 INFO kablam! | ----^^^^^ Oct 15 03:00:42.742 INFO kablam! | | Oct 15 03:00:42.742 INFO kablam! | help: remove this `mut` Oct 15 03:00:42.742 INFO kablam! | Oct 15 03:00:42.742 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:00:42.742 INFO kablam! Oct 15 03:00:42.742 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:42.742 INFO kablam! --> src/io.rs:575:9 Oct 15 03:00:42.742 INFO kablam! | Oct 15 03:00:42.742 INFO kablam! 575 | let mut variances = input.var_axis(Axis(0),0.); Oct 15 03:00:42.742 INFO kablam! | ----^^^^^^^^^ Oct 15 03:00:42.742 INFO kablam! | | Oct 15 03:00:42.742 INFO kablam! | help: remove this `mut` Oct 15 03:00:42.742 INFO kablam! Oct 15 03:00:42.750 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:42.750 INFO kablam! --> src/io.rs:632:9 Oct 15 03:00:42.750 INFO kablam! | Oct 15 03:00:42.750 INFO kablam! 632 | let mut geo = (&slice * &slice).sum_axis(Axis(1)); Oct 15 03:00:42.750 INFO kablam! | ----^^^ Oct 15 03:00:42.750 INFO kablam! | | Oct 15 03:00:42.751 INFO kablam! | help: remove this `mut` Oct 15 03:00:42.751 INFO kablam! Oct 15 03:00:42.828 INFO kablam! warning: method is never used: `distance` Oct 15 03:00:42.828 INFO kablam! --> src/io.rs:245:5 Oct 15 03:00:42.828 INFO kablam! | Oct 15 03:00:42.828 INFO kablam! 245 | pub fn distance(&self, p1:ArrayView,p2:ArrayView) -> f64 { Oct 15 03:00:42.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.828 INFO kablam! | Oct 15 03:00:42.828 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:00:42.828 INFO kablam! Oct 15 03:00:42.828 INFO kablam! warning: function is never used: `sanitize` Oct 15 03:00:42.828 INFO kablam! --> src/io.rs:598:1 Oct 15 03:00:42.829 INFO kablam! | Oct 15 03:00:42.829 INFO kablam! 598 | pub fn sanitize(mut input: Array) -> Array { Oct 15 03:00:42.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.829 INFO kablam! Oct 15 03:00:42.829 INFO kablam! warning: function is never used: `argsort` Oct 15 03:00:42.829 INFO kablam! --> src/io.rs:652:1 Oct 15 03:00:42.829 INFO kablam! | Oct 15 03:00:42.829 INFO kablam! 652 | fn argsort(input: &Vec) -> Vec { Oct 15 03:00:42.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.829 INFO kablam! Oct 15 03:00:42.829 INFO kablam! warning: method is never used: `merge_clusters` Oct 15 03:00:42.829 INFO kablam! --> src/mobile_gravity_field.rs:269:5 Oct 15 03:00:42.829 INFO kablam! | Oct 15 03:00:42.829 INFO kablam! 269 | pub fn merge_clusters(&mut self) { Oct 15 03:00:42.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.830 INFO kablam! Oct 15 03:00:42.831 INFO kablam! warning: method is never used: `subsampled_nearest` Oct 15 03:00:42.831 INFO kablam! --> src/single_pathfinder.rs:99:5 Oct 15 03:00:42.831 INFO kablam! | Oct 15 03:00:42.831 INFO kablam! 99 | fn subsampled_nearest(&self,points:Arc>) -> Option<(Array,f64)> { Oct 15 03:00:42.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.831 INFO kablam! Oct 15 03:00:42.831 INFO kablam! warning: method is never used: `fuzz` Oct 15 03:00:42.831 INFO kablam! --> src/single_pathfinder.rs:291:5 Oct 15 03:00:42.831 INFO kablam! | Oct 15 03:00:42.831 INFO kablam! 291 | pub fn fuzz(&self) -> f64 { Oct 15 03:00:42.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.831 INFO kablam! Oct 15 03:00:42.831 INFO kablam! warning: function is never used: `test` Oct 15 03:00:42.831 INFO kablam! --> src/single_pathfinder.rs:307:1 Oct 15 03:00:42.831 INFO kablam! | Oct 15 03:00:42.831 INFO kablam! 307 | fn test(){ Oct 15 03:00:42.831 INFO kablam! | ^^^^^^^^^ Oct 15 03:00:42.831 INFO kablam! Oct 15 03:00:42.831 INFO kablam! warning: method is never used: `merge_cluster` Oct 15 03:00:42.831 INFO kablam! --> src/cluster.rs:41:5 Oct 15 03:00:42.831 INFO kablam! | Oct 15 03:00:42.831 INFO kablam! 41 | pub fn merge_cluster(&self,cluster: &Cluster) -> Cluster { Oct 15 03:00:42.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:42.831 INFO kablam! Oct 15 03:00:47.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.37s Oct 15 03:00:47.799 INFO kablam! su: No module specific data is present Oct 15 03:00:48.280 INFO running `"docker" "rm" "-f" "4d4dab8777e43d0980ea328fe555a45de0e3c33384f2916d29e97afc2acf5f91"` Oct 15 03:00:48.619 INFO blam! 4d4dab8777e43d0980ea328fe555a45de0e3c33384f2916d29e97afc2acf5f91 Oct 15 03:00:48.633 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:00:49.083 INFO blam! 7ab3adb9707b2bc609cb066307365b32218f1c6f3a2d1a280a495960d48e9956 Oct 15 03:00:49.083 INFO running `"docker" "start" "-a" "7ab3adb9707b2bc609cb066307365b32218f1c6f3a2d1a280a495960d48e9956"` Oct 15 03:00:49.867 INFO kablam! usermod: no changes Oct 15 03:00:50.003 INFO kablam! Compiling gravity_clustering v0.1.0 (/source) Oct 15 03:00:51.143 INFO kablam! warning: unused import: `std::fs::File` Oct 15 03:00:51.143 INFO kablam! --> src/main.rs:3:5 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 3 | use std::fs::File; Oct 15 03:00:51.143 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused import: `rayon::iter::IntoParallelIterator` Oct 15 03:00:51.143 INFO kablam! --> src/io.rs:11:5 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 11 | use rayon::iter::IntoParallelIterator; Oct 15 03:00:51.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused imports: `Axes`, `Matrix` Oct 15 03:00:51.143 INFO kablam! --> src/io.rs:17:24 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:51.143 INFO kablam! | ^^^^^^ ^^^^ Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 03:00:51.143 INFO kablam! --> src/io.rs:619:32 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 619 | products[[i,j]] /= (&geo[i] * &geo[j]) Oct 15 03:00:51.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused imports: `ArrayView`, `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:51.143 INFO kablam! --> src/mobile_gravity_field.rs:3:29 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:51.143 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^ Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:51.143 INFO kablam! --> src/mobile_gravity_field.rs:5:5 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:51.143 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused import: `distance` Oct 15 03:00:51.143 INFO kablam! --> src/mobile_gravity_field.rs:14:5 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 14 | use distance; Oct 15 03:00:51.143 INFO kablam! | ^^^^^^^^ Oct 15 03:00:51.143 INFO kablam! Oct 15 03:00:51.143 INFO kablam! warning: unused import: `length` Oct 15 03:00:51.143 INFO kablam! --> src/mobile_gravity_field.rs:15:5 Oct 15 03:00:51.143 INFO kablam! | Oct 15 03:00:51.143 INFO kablam! 15 | use length; Oct 15 03:00:51.144 INFO kablam! | ^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused imports: `Rng`, `ThreadRng` Oct 15 03:00:51.144 INFO kablam! --> src/single_pathfinder.rs:5:12 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 5 | use rand::{Rng,ThreadRng,thread_rng}; Oct 15 03:00:51.144 INFO kablam! | ^^^ ^^^^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 03:00:51.144 INFO kablam! --> src/cluster.rs:2:5 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 2 | use std::collections::HashSet; Oct 15 03:00:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused imports: `Axis`, `Ix3`, `Zip`, `stack` Oct 15 03:00:51.144 INFO kablam! --> src/cluster.rs:3:29 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 3 | use ndarray::{Array,Ix1,Ix2,Ix3,Zip,Axis,ArrayView,stack}; Oct 15 03:00:51.144 INFO kablam! | ^^^ ^^^ ^^^^ ^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused import: `std::cmp::max` Oct 15 03:00:51.144 INFO kablam! --> src/cluster.rs:5:5 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 5 | use std::cmp::max; Oct 15 03:00:51.144 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused import: `single_pathfinder::Pathfinder` Oct 15 03:00:51.144 INFO kablam! --> src/cluster.rs:10:5 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 10 | use single_pathfinder::Pathfinder; Oct 15 03:00:51.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused import: `length` Oct 15 03:00:51.144 INFO kablam! --> src/cluster.rs:12:5 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 12 | use length; Oct 15 03:00:51.144 INFO kablam! | ^^^^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.144 INFO kablam! warning: unused imports: `Array`, `Axis`, `Ix2` Oct 15 03:00:51.144 INFO kablam! --> src/main.rs:24:15 Oct 15 03:00:51.144 INFO kablam! | Oct 15 03:00:51.144 INFO kablam! 24 | use ndarray::{Array,Axis,Ix1,Ix2,Zip,ArrayView}; Oct 15 03:00:51.144 INFO kablam! | ^^^^^ ^^^^ ^^^ Oct 15 03:00:51.144 INFO kablam! Oct 15 03:00:51.571 INFO kablam! warning: unused import: `BaseMatrix` Oct 15 03:00:51.571 INFO kablam! --> src/io.rs:17:31 Oct 15 03:00:51.571 INFO kablam! | Oct 15 03:00:51.571 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:51.571 INFO kablam! | ^^^^^^^^^^ Oct 15 03:00:51.571 INFO kablam! Oct 15 03:00:51.571 INFO kablam! warning: unused import: `BaseMatrixMut` Oct 15 03:00:51.571 INFO kablam! --> src/io.rs:17:42 Oct 15 03:00:51.571 INFO kablam! | Oct 15 03:00:51.571 INFO kablam! 17 | use rulinalg::matrix::{Matrix,BaseMatrix,BaseMatrixMut,Axes}; Oct 15 03:00:51.571 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 03:00:51.571 INFO kablam! Oct 15 03:00:51.571 INFO kablam! warning: unused import: `rayon::prelude` Oct 15 03:00:51.571 INFO kablam! --> src/cluster.rs:6:5 Oct 15 03:00:51.571 INFO kablam! | Oct 15 03:00:51.571 INFO kablam! 6 | use rayon::prelude::*; Oct 15 03:00:51.571 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 03:00:51.571 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: value assigned to `field` is never read Oct 15 03:00:51.603 INFO kablam! --> src/main.rs:107:17 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 107 | field = refining_field; Oct 15 03:00:51.603 INFO kablam! | ^^^^^ Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `i` Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:82:18 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 82 | for (i,(mut position,new_position_option)) in Oct 15 03:00:51.603 INFO kablam! | ^ help: consider using `_i` instead Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `step_length` Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:88:47 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 88 | if let Some((new_position,step_length)) = new_position_option { Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^ help: consider using `_step_length` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:140:37 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 140 | for (i,(position,(deviation,displacement))) in position_vec.into_iter().enumerate() { Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `displacement` Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:193:25 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 193 | let displacement = self.distance.measure(self.initial_positions.row(point_index),point); Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_displacement` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `final_positions` Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:272:13 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 272 | let final_positions = self.current_positions.as_ref().unwrap(); Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_final_positions` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: value assigned to `candidate_points` is never read Oct 15 03:00:51.603 INFO kablam! --> src/mobile_gravity_field.rs:337:17 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 337 | let mut candidate_points = HashSet::with_capacity(0); Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `previous_point` Oct 15 03:00:51.603 INFO kablam! --> src/single_pathfinder.rs:146:21 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 146 | for (i,(previous_point,previous_distance)) in sub_points.iter().enumerate() { Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_previous_point` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.603 INFO kablam! warning: unused variable: `distance` Oct 15 03:00:51.603 INFO kablam! --> src/single_pathfinder.rs:217:30 Oct 15 03:00:51.603 INFO kablam! | Oct 15 03:00:51.603 INFO kablam! 217 | while let Some((step,distance)) = self.step_from(point.view(),points) { Oct 15 03:00:51.603 INFO kablam! | ^^^^^^^^ help: consider using `_distance` instead Oct 15 03:00:51.603 INFO kablam! Oct 15 03:00:51.671 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:51.671 INFO kablam! --> src/io.rs:574:9 Oct 15 03:00:51.671 INFO kablam! | Oct 15 03:00:51.671 INFO kablam! 574 | let mut means = input.mean_axis(Axis(0)); Oct 15 03:00:51.671 INFO kablam! | ----^^^^^ Oct 15 03:00:51.671 INFO kablam! | | Oct 15 03:00:51.671 INFO kablam! | help: remove this `mut` Oct 15 03:00:51.671 INFO kablam! | Oct 15 03:00:51.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:00:51.671 INFO kablam! Oct 15 03:00:51.671 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:51.671 INFO kablam! --> src/io.rs:575:9 Oct 15 03:00:51.671 INFO kablam! | Oct 15 03:00:51.671 INFO kablam! 575 | let mut variances = input.var_axis(Axis(0),0.); Oct 15 03:00:51.671 INFO kablam! | ----^^^^^^^^^ Oct 15 03:00:51.671 INFO kablam! | | Oct 15 03:00:51.671 INFO kablam! | help: remove this `mut` Oct 15 03:00:51.671 INFO kablam! Oct 15 03:00:51.680 INFO kablam! warning: variable does not need to be mutable Oct 15 03:00:51.681 INFO kablam! --> src/io.rs:632:9 Oct 15 03:00:51.681 INFO kablam! | Oct 15 03:00:51.681 INFO kablam! 632 | let mut geo = (&slice * &slice).sum_axis(Axis(1)); Oct 15 03:00:51.681 INFO kablam! | ----^^^ Oct 15 03:00:51.681 INFO kablam! | | Oct 15 03:00:51.681 INFO kablam! | help: remove this `mut` Oct 15 03:00:51.681 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: method is never used: `distance` Oct 15 03:00:51.773 INFO kablam! --> src/io.rs:245:5 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 245 | pub fn distance(&self, p1:ArrayView,p2:ArrayView) -> f64 { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: function is never used: `sanitize` Oct 15 03:00:51.773 INFO kablam! --> src/io.rs:598:1 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 598 | pub fn sanitize(mut input: Array) -> Array { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: function is never used: `argsort` Oct 15 03:00:51.773 INFO kablam! --> src/io.rs:652:1 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 652 | fn argsort(input: &Vec) -> Vec { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: method is never used: `merge_clusters` Oct 15 03:00:51.773 INFO kablam! --> src/mobile_gravity_field.rs:269:5 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 269 | pub fn merge_clusters(&mut self) { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: method is never used: `subsampled_nearest` Oct 15 03:00:51.773 INFO kablam! --> src/single_pathfinder.rs:99:5 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 99 | fn subsampled_nearest(&self,points:Arc>) -> Option<(Array,f64)> { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: method is never used: `fuzz` Oct 15 03:00:51.773 INFO kablam! --> src/single_pathfinder.rs:291:5 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 291 | pub fn fuzz(&self) -> f64 { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: function is never used: `test` Oct 15 03:00:51.773 INFO kablam! --> src/single_pathfinder.rs:307:1 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 307 | fn test(){ Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:51.773 INFO kablam! warning: method is never used: `merge_cluster` Oct 15 03:00:51.773 INFO kablam! --> src/cluster.rs:41:5 Oct 15 03:00:51.773 INFO kablam! | Oct 15 03:00:51.773 INFO kablam! 41 | pub fn merge_cluster(&self,cluster: &Cluster) -> Cluster { Oct 15 03:00:51.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:00:51.773 INFO kablam! Oct 15 03:00:52.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 15 03:00:52.355 INFO kablam! su: No module specific data is present Oct 15 03:00:53.003 INFO running `"docker" "rm" "-f" "7ab3adb9707b2bc609cb066307365b32218f1c6f3a2d1a280a495960d48e9956"` Oct 15 03:00:53.130 INFO blam! 7ab3adb9707b2bc609cb066307365b32218f1c6f3a2d1a280a495960d48e9956 Oct 15 03:00:53.131 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:00:53.366 INFO blam! d198baca2044f25c464fb6e001d05d781eeb0dc4686cacaac1ceccae278152e1 Oct 15 03:00:53.368 INFO running `"docker" "start" "-a" "d198baca2044f25c464fb6e001d05d781eeb0dc4686cacaac1ceccae278152e1"` Oct 15 03:00:53.975 INFO kablam! usermod: no changes Oct 15 03:00:54.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:00:54.071 INFO kablam! Running /target/debug/deps/gravity_clustering-2e7cf61b56aba1f3 Oct 15 03:00:54.074 INFO kablam! su: No module specific data is present Oct 15 03:00:54.074 INFO blam! Oct 15 03:00:54.074 INFO blam! running 0 tests Oct 15 03:00:54.075 INFO blam! Oct 15 03:00:54.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:00:54.075 INFO blam! Oct 15 03:00:54.517 INFO running `"docker" "rm" "-f" "d198baca2044f25c464fb6e001d05d781eeb0dc4686cacaac1ceccae278152e1"` Oct 15 03:00:54.712 INFO blam! d198baca2044f25c464fb6e001d05d781eeb0dc4686cacaac1ceccae278152e1