Oct 26 19:36:12.408 INFO checking theHooloovoo/rs-n-body-simulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:36:12.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 19:36:12.713 INFO blam! 3811efedf394ea11a6c4ce85a203e6cb5436184a504004015d05720a198ce046 Oct 26 19:36:12.716 INFO running `"docker" "start" "-a" "3811efedf394ea11a6c4ce85a203e6cb5436184a504004015d05720a198ce046"` Oct 26 19:36:13.362 INFO kablam! usermod: no changes Oct 26 19:36:13.417 INFO kablam! Checking libc v0.2.28 Oct 26 19:36:13.420 INFO kablam! Checking getopts v0.2.15 Oct 26 19:36:14.187 INFO kablam! Checking num_cpus v1.6.2 Oct 26 19:36:14.187 INFO kablam! Checking rand v0.3.15 Oct 26 19:36:15.365 INFO kablam! Checking rayon-core v1.2.1 Oct 26 19:36:16.028 INFO kablam! Checking rayon v0.8.2 Oct 26 19:36:18.578 INFO kablam! Checking n_body v0.1.0 (/source) Oct 26 19:36:19.297 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 19:36:19.297 INFO kablam! --> src/body.rs:3:5 Oct 26 19:36:19.297 INFO kablam! | Oct 26 19:36:19.297 INFO kablam! 3 | use rayon::prelude::*; Oct 26 19:36:19.297 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 19:36:19.297 INFO kablam! | Oct 26 19:36:19.298 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:36:19.298 INFO kablam! Oct 26 19:36:19.304 INFO kablam! warning: unused variable: `f_out` Oct 26 19:36:19.304 INFO kablam! --> src/main.rs:31:9 Oct 26 19:36:19.305 INFO kablam! | Oct 26 19:36:19.305 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 26 19:36:19.305 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 26 19:36:19.306 INFO kablam! | Oct 26 19:36:19.306 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:36:19.306 INFO kablam! Oct 26 19:36:19.328 INFO kablam! warning: method is never used: `new` Oct 26 19:36:19.328 INFO kablam! --> src/body.rs:24:5 Oct 26 19:36:19.329 INFO kablam! | Oct 26 19:36:19.329 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 26 19:36:19.329 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 26 19:36:19.330 INFO kablam! 26 | | Body { Oct 26 19:36:19.330 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 26 19:36:19.330 INFO kablam! ... | Oct 26 19:36:19.331 INFO kablam! 31 | | } Oct 26 19:36:19.331 INFO kablam! 32 | | } Oct 26 19:36:19.331 INFO kablam! | |_____^ Oct 26 19:36:19.332 INFO kablam! | Oct 26 19:36:19.332 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:36:19.332 INFO kablam! Oct 26 19:36:19.332 INFO kablam! warning: method is never used: `to_string` Oct 26 19:36:19.332 INFO kablam! --> src/body.rs:35:5 Oct 26 19:36:19.332 INFO kablam! | Oct 26 19:36:19.332 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 26 19:36:19.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.332 INFO kablam! Oct 26 19:36:19.333 INFO kablam! warning: method is never used: `gen_still_body` Oct 26 19:36:19.333 INFO kablam! --> src/body.rs:89:5 Oct 26 19:36:19.333 INFO kablam! | Oct 26 19:36:19.333 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 26 19:36:19.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.333 INFO kablam! Oct 26 19:36:19.333 INFO kablam! warning: method is never used: `center_of_mass` Oct 26 19:36:19.333 INFO kablam! --> src/body.rs:168:5 Oct 26 19:36:19.333 INFO kablam! | Oct 26 19:36:19.333 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 26 19:36:19.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.333 INFO kablam! Oct 26 19:36:19.443 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 19:36:19.443 INFO kablam! --> src/body.rs:3:5 Oct 26 19:36:19.443 INFO kablam! | Oct 26 19:36:19.443 INFO kablam! 3 | use rayon::prelude::*; Oct 26 19:36:19.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 19:36:19.443 INFO kablam! | Oct 26 19:36:19.443 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:36:19.443 INFO kablam! Oct 26 19:36:19.445 INFO kablam! warning: unused variable: `f_out` Oct 26 19:36:19.445 INFO kablam! --> src/main.rs:31:9 Oct 26 19:36:19.445 INFO kablam! | Oct 26 19:36:19.445 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 26 19:36:19.445 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 26 19:36:19.445 INFO kablam! | Oct 26 19:36:19.445 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:36:19.445 INFO kablam! Oct 26 19:36:19.477 INFO kablam! warning: method is never used: `new` Oct 26 19:36:19.477 INFO kablam! --> src/body.rs:24:5 Oct 26 19:36:19.477 INFO kablam! | Oct 26 19:36:19.477 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 26 19:36:19.477 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 26 19:36:19.477 INFO kablam! 26 | | Body { Oct 26 19:36:19.477 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 26 19:36:19.477 INFO kablam! ... | Oct 26 19:36:19.477 INFO kablam! 31 | | } Oct 26 19:36:19.477 INFO kablam! 32 | | } Oct 26 19:36:19.477 INFO kablam! | |_____^ Oct 26 19:36:19.477 INFO kablam! | Oct 26 19:36:19.480 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:36:19.480 INFO kablam! Oct 26 19:36:19.480 INFO kablam! warning: method is never used: `to_string` Oct 26 19:36:19.480 INFO kablam! --> src/body.rs:35:5 Oct 26 19:36:19.480 INFO kablam! | Oct 26 19:36:19.480 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 26 19:36:19.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.480 INFO kablam! Oct 26 19:36:19.480 INFO kablam! warning: method is never used: `gen_still_body` Oct 26 19:36:19.480 INFO kablam! --> src/body.rs:89:5 Oct 26 19:36:19.481 INFO kablam! | Oct 26 19:36:19.481 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 26 19:36:19.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.481 INFO kablam! Oct 26 19:36:19.481 INFO kablam! warning: method is never used: `center_of_mass` Oct 26 19:36:19.481 INFO kablam! --> src/body.rs:168:5 Oct 26 19:36:19.481 INFO kablam! | Oct 26 19:36:19.481 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 26 19:36:19.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:36:19.481 INFO kablam! Oct 26 19:36:19.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.13s Oct 26 19:36:19.523 INFO kablam! su: No module specific data is present Oct 26 19:36:20.655 INFO running `"docker" "rm" "-f" "3811efedf394ea11a6c4ce85a203e6cb5436184a504004015d05720a198ce046"` Oct 26 19:36:20.971 INFO blam! 3811efedf394ea11a6c4ce85a203e6cb5436184a504004015d05720a198ce046