Oct 21 13:04:38.710 INFO checking theHooloovoo/rs-n-body-simulator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:04:38.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 13:04:38.849 INFO blam! 41ca708b9d7de857989d8f412e0e046b88cb6d3b7413cc708b66d5c53237e73d Oct 21 13:04:38.851 INFO running `"docker" "start" "-a" "41ca708b9d7de857989d8f412e0e046b88cb6d3b7413cc708b66d5c53237e73d"` Oct 21 13:04:39.312 INFO kablam! usermod: no changes Oct 21 13:04:39.351 INFO kablam! Checking libc v0.2.28 Oct 21 13:04:39.352 INFO kablam! Checking futures v0.1.14 Oct 21 13:04:39.353 INFO kablam! Checking getopts v0.2.15 Oct 21 13:04:40.247 INFO kablam! Checking rand v0.3.15 Oct 21 13:04:40.247 INFO kablam! Checking num_cpus v1.6.2 Oct 21 13:04:41.988 INFO kablam! Checking rayon-core v1.2.1 Oct 21 13:04:42.615 INFO kablam! Checking rayon v0.8.2 Oct 21 13:04:45.172 INFO kablam! Checking n_body v0.1.0 (/source) Oct 21 13:04:45.868 INFO kablam! warning: unused import: `rayon::prelude` Oct 21 13:04:45.868 INFO kablam! --> src/body.rs:3:5 Oct 21 13:04:45.869 INFO kablam! | Oct 21 13:04:45.869 INFO kablam! 3 | use rayon::prelude::*; Oct 21 13:04:45.869 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 13:04:45.869 INFO kablam! | Oct 21 13:04:45.869 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:04:45.869 INFO kablam! Oct 21 13:04:45.872 INFO kablam! warning: unused variable: `f_out` Oct 21 13:04:45.872 INFO kablam! --> src/main.rs:31:9 Oct 21 13:04:45.872 INFO kablam! | Oct 21 13:04:45.872 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 21 13:04:45.872 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 21 13:04:45.872 INFO kablam! | Oct 21 13:04:45.872 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:04:45.872 INFO kablam! Oct 21 13:04:45.896 INFO kablam! warning: method is never used: `new` Oct 21 13:04:45.896 INFO kablam! --> src/body.rs:24:5 Oct 21 13:04:45.896 INFO kablam! | Oct 21 13:04:45.896 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 21 13:04:45.896 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 21 13:04:45.896 INFO kablam! 26 | | Body { Oct 21 13:04:45.896 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 21 13:04:45.896 INFO kablam! ... | Oct 21 13:04:45.896 INFO kablam! 31 | | } Oct 21 13:04:45.896 INFO kablam! 32 | | } Oct 21 13:04:45.896 INFO kablam! | |_____^ Oct 21 13:04:45.896 INFO kablam! | Oct 21 13:04:45.896 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:04:45.896 INFO kablam! Oct 21 13:04:45.896 INFO kablam! warning: method is never used: `to_string` Oct 21 13:04:45.896 INFO kablam! --> src/body.rs:35:5 Oct 21 13:04:45.896 INFO kablam! | Oct 21 13:04:45.896 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 21 13:04:45.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.896 INFO kablam! Oct 21 13:04:45.897 INFO kablam! warning: method is never used: `gen_still_body` Oct 21 13:04:45.897 INFO kablam! --> src/body.rs:89:5 Oct 21 13:04:45.897 INFO kablam! | Oct 21 13:04:45.897 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 21 13:04:45.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.897 INFO kablam! Oct 21 13:04:45.897 INFO kablam! warning: method is never used: `center_of_mass` Oct 21 13:04:45.897 INFO kablam! --> src/body.rs:168:5 Oct 21 13:04:45.897 INFO kablam! | Oct 21 13:04:45.897 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 21 13:04:45.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.897 INFO kablam! Oct 21 13:04:45.908 INFO kablam! warning: unused import: `rayon::prelude` Oct 21 13:04:45.908 INFO kablam! --> src/body.rs:3:5 Oct 21 13:04:45.908 INFO kablam! | Oct 21 13:04:45.909 INFO kablam! 3 | use rayon::prelude::*; Oct 21 13:04:45.909 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 13:04:45.909 INFO kablam! | Oct 21 13:04:45.909 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:04:45.909 INFO kablam! Oct 21 13:04:45.921 INFO kablam! warning: unused variable: `f_out` Oct 21 13:04:45.922 INFO kablam! --> src/main.rs:31:9 Oct 21 13:04:45.922 INFO kablam! | Oct 21 13:04:45.922 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 21 13:04:45.922 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 21 13:04:45.922 INFO kablam! | Oct 21 13:04:45.922 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:04:45.922 INFO kablam! Oct 21 13:04:45.960 INFO kablam! warning: method is never used: `new` Oct 21 13:04:45.964 INFO kablam! --> src/body.rs:24:5 Oct 21 13:04:45.964 INFO kablam! | Oct 21 13:04:45.964 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 21 13:04:45.964 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 21 13:04:45.964 INFO kablam! 26 | | Body { Oct 21 13:04:45.964 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 21 13:04:45.964 INFO kablam! ... | Oct 21 13:04:45.964 INFO kablam! 31 | | } Oct 21 13:04:45.964 INFO kablam! 32 | | } Oct 21 13:04:45.964 INFO kablam! | |_____^ Oct 21 13:04:45.965 INFO kablam! | Oct 21 13:04:45.965 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:04:45.965 INFO kablam! Oct 21 13:04:45.965 INFO kablam! warning: method is never used: `to_string` Oct 21 13:04:45.965 INFO kablam! --> src/body.rs:35:5 Oct 21 13:04:45.965 INFO kablam! | Oct 21 13:04:45.965 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 21 13:04:45.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.965 INFO kablam! Oct 21 13:04:45.965 INFO kablam! warning: method is never used: `gen_still_body` Oct 21 13:04:45.965 INFO kablam! --> src/body.rs:89:5 Oct 21 13:04:45.965 INFO kablam! | Oct 21 13:04:45.965 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 21 13:04:45.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.965 INFO kablam! Oct 21 13:04:45.965 INFO kablam! warning: method is never used: `center_of_mass` Oct 21 13:04:45.965 INFO kablam! --> src/body.rs:168:5 Oct 21 13:04:45.965 INFO kablam! | Oct 21 13:04:45.965 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 21 13:04:45.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:04:45.965 INFO kablam! Oct 21 13:04:45.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.66s Oct 21 13:04:46.000 INFO kablam! su: No module specific data is present Oct 21 13:04:46.696 INFO running `"docker" "rm" "-f" "41ca708b9d7de857989d8f412e0e046b88cb6d3b7413cc708b66d5c53237e73d"` Oct 21 13:04:47.146 INFO blam! 41ca708b9d7de857989d8f412e0e046b88cb6d3b7413cc708b66d5c53237e73d