Oct 12 21:44:38.483 INFO testing theHooloovoo/rs-n-body-simulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:44:38.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:44:38.755 INFO blam! 3a1960e0d8fd63c1ebb5c050eb17360e640a468efa1a1b748b4824de3d310ce0 Oct 12 21:44:38.756 INFO running `"docker" "start" "-a" "3a1960e0d8fd63c1ebb5c050eb17360e640a468efa1a1b748b4824de3d310ce0"` Oct 12 21:44:39.109 INFO kablam! usermod: no changes Oct 12 21:44:39.159 INFO kablam! Compiling libc v0.2.28 Oct 12 21:44:39.159 INFO kablam! Compiling getopts v0.2.15 Oct 12 21:44:40.286 INFO kablam! Compiling num_cpus v1.6.2 Oct 12 21:44:40.286 INFO kablam! Compiling rand v0.3.15 Oct 12 21:44:42.209 INFO kablam! Compiling rayon-core v1.2.1 Oct 12 21:44:43.489 INFO kablam! Compiling rayon v0.8.2 Oct 12 21:44:46.151 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 12 21:44:46.786 INFO kablam! warning: unused import: `rayon::prelude` Oct 12 21:44:46.787 INFO kablam! --> src/body.rs:3:5 Oct 12 21:44:46.787 INFO kablam! | Oct 12 21:44:46.787 INFO kablam! 3 | use rayon::prelude::*; Oct 12 21:44:46.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:44:46.787 INFO kablam! | Oct 12 21:44:46.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:46.787 INFO kablam! Oct 12 21:44:46.799 INFO kablam! warning: unused variable: `f_out` Oct 12 21:44:46.799 INFO kablam! --> src/main.rs:31:9 Oct 12 21:44:46.799 INFO kablam! | Oct 12 21:44:46.799 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 12 21:44:46.799 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 12 21:44:46.799 INFO kablam! | Oct 12 21:44:46.799 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:44:46.799 INFO kablam! Oct 12 21:44:46.812 INFO kablam! warning: method is never used: `new` Oct 12 21:44:46.812 INFO kablam! --> src/body.rs:24:5 Oct 12 21:44:46.812 INFO kablam! | Oct 12 21:44:46.812 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 12 21:44:46.812 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 12 21:44:46.812 INFO kablam! 26 | | Body { Oct 12 21:44:46.812 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 12 21:44:46.812 INFO kablam! ... | Oct 12 21:44:46.812 INFO kablam! 31 | | } Oct 12 21:44:46.812 INFO kablam! 32 | | } Oct 12 21:44:46.812 INFO kablam! | |_____^ Oct 12 21:44:46.812 INFO kablam! | Oct 12 21:44:46.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:46.812 INFO kablam! Oct 12 21:44:46.812 INFO kablam! warning: method is never used: `to_string` Oct 12 21:44:46.812 INFO kablam! --> src/body.rs:35:5 Oct 12 21:44:46.812 INFO kablam! | Oct 12 21:44:46.812 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 12 21:44:46.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:46.812 INFO kablam! Oct 12 21:44:46.812 INFO kablam! warning: method is never used: `gen_still_body` Oct 12 21:44:46.812 INFO kablam! --> src/body.rs:89:5 Oct 12 21:44:46.812 INFO kablam! | Oct 12 21:44:46.812 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 12 21:44:46.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:46.812 INFO kablam! Oct 12 21:44:46.812 INFO kablam! warning: method is never used: `center_of_mass` Oct 12 21:44:46.812 INFO kablam! --> src/body.rs:168:5 Oct 12 21:44:46.812 INFO kablam! | Oct 12 21:44:46.812 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 12 21:44:46.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:46.812 INFO kablam! Oct 12 21:44:48.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.06s Oct 12 21:44:48.207 INFO kablam! su: No module specific data is present Oct 12 21:44:49.015 INFO running `"docker" "rm" "-f" "3a1960e0d8fd63c1ebb5c050eb17360e640a468efa1a1b748b4824de3d310ce0"` Oct 12 21:44:49.251 INFO blam! 3a1960e0d8fd63c1ebb5c050eb17360e640a468efa1a1b748b4824de3d310ce0 Oct 12 21:44:49.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:44:49.684 INFO blam! 2cdc6a7fbdaae21d4c70f7efd0d4202c9b5413ef11a258fea1b0e76b69aa5489 Oct 12 21:44:49.687 INFO running `"docker" "start" "-a" "2cdc6a7fbdaae21d4c70f7efd0d4202c9b5413ef11a258fea1b0e76b69aa5489"` Oct 12 21:44:51.430 INFO kablam! usermod: no changes Oct 12 21:44:51.504 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 12 21:44:52.187 INFO kablam! warning: unused import: `rayon::prelude` Oct 12 21:44:52.187 INFO kablam! --> src/body.rs:3:5 Oct 12 21:44:52.188 INFO kablam! | Oct 12 21:44:52.188 INFO kablam! 3 | use rayon::prelude::*; Oct 12 21:44:52.188 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:44:52.188 INFO kablam! | Oct 12 21:44:52.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:52.189 INFO kablam! Oct 12 21:44:52.192 INFO kablam! warning: unused variable: `f_out` Oct 12 21:44:52.192 INFO kablam! --> src/main.rs:31:9 Oct 12 21:44:52.192 INFO kablam! | Oct 12 21:44:52.193 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 12 21:44:52.193 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 12 21:44:52.193 INFO kablam! | Oct 12 21:44:52.193 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:44:52.194 INFO kablam! Oct 12 21:44:52.215 INFO kablam! warning: method is never used: `new` Oct 12 21:44:52.215 INFO kablam! --> src/body.rs:24:5 Oct 12 21:44:52.216 INFO kablam! | Oct 12 21:44:52.216 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 12 21:44:52.216 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 12 21:44:52.217 INFO kablam! 26 | | Body { Oct 12 21:44:52.217 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 12 21:44:52.217 INFO kablam! ... | Oct 12 21:44:52.218 INFO kablam! 31 | | } Oct 12 21:44:52.218 INFO kablam! 32 | | } Oct 12 21:44:52.218 INFO kablam! | |_____^ Oct 12 21:44:52.218 INFO kablam! | Oct 12 21:44:52.219 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:52.219 INFO kablam! Oct 12 21:44:52.219 INFO kablam! warning: method is never used: `to_string` Oct 12 21:44:52.220 INFO kablam! --> src/body.rs:35:5 Oct 12 21:44:52.220 INFO kablam! | Oct 12 21:44:52.220 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 12 21:44:52.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:52.221 INFO kablam! Oct 12 21:44:52.221 INFO kablam! warning: method is never used: `gen_still_body` Oct 12 21:44:52.221 INFO kablam! --> src/body.rs:89:5 Oct 12 21:44:52.222 INFO kablam! | Oct 12 21:44:52.222 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 12 21:44:52.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:52.223 INFO kablam! Oct 12 21:44:52.223 INFO kablam! warning: method is never used: `center_of_mass` Oct 12 21:44:52.223 INFO kablam! --> src/body.rs:168:5 Oct 12 21:44:52.223 INFO kablam! | Oct 12 21:44:52.224 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 12 21:44:52.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:52.224 INFO kablam! Oct 12 21:44:53.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 12 21:44:53.039 INFO kablam! su: No module specific data is present Oct 12 21:44:53.799 INFO running `"docker" "rm" "-f" "2cdc6a7fbdaae21d4c70f7efd0d4202c9b5413ef11a258fea1b0e76b69aa5489"` Oct 12 21:44:54.227 INFO blam! 2cdc6a7fbdaae21d4c70f7efd0d4202c9b5413ef11a258fea1b0e76b69aa5489 Oct 12 21:44:54.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 21:44:54.842 INFO blam! e07cfdec399b583e3505c1932c83481caa5e99ef32ca3778f9af5bff5a621d3a Oct 12 21:44:54.851 INFO running `"docker" "start" "-a" "e07cfdec399b583e3505c1932c83481caa5e99ef32ca3778f9af5bff5a621d3a"` Oct 12 21:44:56.074 INFO kablam! usermod: no changes Oct 12 21:44:56.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 21:44:56.156 INFO kablam! Running /target/debug/deps/n_body-8b4ac7ee46f4bebc Oct 12 21:44:56.164 INFO blam! Oct 12 21:44:56.164 INFO blam! running 1 test Oct 12 21:44:56.164 INFO blam! test tests::it_works ... ok Oct 12 21:44:56.164 INFO blam! Oct 12 21:44:56.164 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:56.164 INFO blam! Oct 12 21:44:56.165 INFO blam! Oct 12 21:44:56.165 INFO blam! running 0 tests Oct 12 21:44:56.165 INFO blam! Oct 12 21:44:56.165 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:56.165 INFO blam! Oct 12 21:44:56.166 INFO kablam! Running /target/debug/deps/n_body-125285d1ffb497b3 Oct 12 21:44:56.167 INFO kablam! Doc-tests n_body Oct 12 21:44:56.433 INFO blam! Oct 12 21:44:56.433 INFO blam! running 0 tests Oct 12 21:44:56.433 INFO blam! Oct 12 21:44:56.433 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:56.433 INFO blam! Oct 12 21:44:56.443 INFO kablam! su: No module specific data is present Oct 12 21:44:57.081 INFO running `"docker" "rm" "-f" "e07cfdec399b583e3505c1932c83481caa5e99ef32ca3778f9af5bff5a621d3a"` Oct 12 21:44:57.403 INFO blam! e07cfdec399b583e3505c1932c83481caa5e99ef32ca3778f9af5bff5a621d3a