Oct 10 13:36:45.443 INFO testing theHooloovoo/rs-n-body-simulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:36:45.443 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:36:45.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:45.728 INFO blam! c97f24378d70abc2f7cc70c45a8f4e0ec24588a787d4fecf44d2cff8808fe75e Oct 10 13:36:45.733 INFO running `"docker" "start" "-a" "c97f24378d70abc2f7cc70c45a8f4e0ec24588a787d4fecf44d2cff8808fe75e"` Oct 10 13:36:46.204 INFO kablam! usermod: no changes Oct 10 13:36:46.265 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 13:36:47.572 INFO kablam! Compiling rayon v0.8.2 Oct 10 13:36:50.231 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 10 13:36:51.212 INFO kablam! warning: unused import: `rayon::prelude` Oct 10 13:36:51.212 INFO kablam! --> src/body.rs:3:5 Oct 10 13:36:51.212 INFO kablam! | Oct 10 13:36:51.212 INFO kablam! 3 | use rayon::prelude::*; Oct 10 13:36:51.212 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:36:51.212 INFO kablam! | Oct 10 13:36:51.212 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:36:51.212 INFO kablam! Oct 10 13:36:51.217 INFO kablam! warning: unused variable: `f_out` Oct 10 13:36:51.217 INFO kablam! --> src/main.rs:31:9 Oct 10 13:36:51.217 INFO kablam! | Oct 10 13:36:51.217 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 10 13:36:51.217 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 10 13:36:51.217 INFO kablam! | Oct 10 13:36:51.217 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:36:51.217 INFO kablam! Oct 10 13:36:51.231 INFO kablam! warning: method is never used: `new` Oct 10 13:36:51.231 INFO kablam! --> src/body.rs:24:5 Oct 10 13:36:51.231 INFO kablam! | Oct 10 13:36:51.231 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 10 13:36:51.231 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 10 13:36:51.231 INFO kablam! 26 | | Body { Oct 10 13:36:51.231 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 10 13:36:51.231 INFO kablam! ... | Oct 10 13:36:51.231 INFO kablam! 31 | | } Oct 10 13:36:51.231 INFO kablam! 32 | | } Oct 10 13:36:51.231 INFO kablam! | |_____^ Oct 10 13:36:51.231 INFO kablam! | Oct 10 13:36:51.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:36:51.231 INFO kablam! Oct 10 13:36:51.231 INFO kablam! warning: method is never used: `to_string` Oct 10 13:36:51.231 INFO kablam! --> src/body.rs:35:5 Oct 10 13:36:51.231 INFO kablam! | Oct 10 13:36:51.231 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 10 13:36:51.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:51.232 INFO kablam! Oct 10 13:36:51.232 INFO kablam! warning: method is never used: `gen_still_body` Oct 10 13:36:51.232 INFO kablam! --> src/body.rs:89:5 Oct 10 13:36:51.232 INFO kablam! | Oct 10 13:36:51.232 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 10 13:36:51.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:51.232 INFO kablam! Oct 10 13:36:51.232 INFO kablam! warning: method is never used: `center_of_mass` Oct 10 13:36:51.232 INFO kablam! --> src/body.rs:168:5 Oct 10 13:36:51.232 INFO kablam! | Oct 10 13:36:51.232 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 10 13:36:51.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:51.232 INFO kablam! Oct 10 13:36:52.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.88s Oct 10 13:36:52.105 INFO kablam! su: No module specific data is present Oct 10 13:36:52.560 INFO running `"docker" "rm" "-f" "c97f24378d70abc2f7cc70c45a8f4e0ec24588a787d4fecf44d2cff8808fe75e"` Oct 10 13:36:52.672 INFO blam! c97f24378d70abc2f7cc70c45a8f4e0ec24588a787d4fecf44d2cff8808fe75e Oct 10 13:36:52.676 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:36:52.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:52.980 INFO blam! b9295d8f4209ec1323cd28a427070d665f7666e8002e4a2e6ecc5728d1f38de3 Oct 10 13:36:52.981 INFO running `"docker" "start" "-a" "b9295d8f4209ec1323cd28a427070d665f7666e8002e4a2e6ecc5728d1f38de3"` Oct 10 13:36:53.488 INFO kablam! usermod: no changes Oct 10 13:36:53.530 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 10 13:36:54.487 INFO kablam! warning: unused import: `rayon::prelude` Oct 10 13:36:54.488 INFO kablam! --> src/body.rs:3:5 Oct 10 13:36:54.488 INFO kablam! | Oct 10 13:36:54.488 INFO kablam! 3 | use rayon::prelude::*; Oct 10 13:36:54.488 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 13:36:54.488 INFO kablam! | Oct 10 13:36:54.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:36:54.488 INFO kablam! Oct 10 13:36:54.497 INFO kablam! warning: unused variable: `f_out` Oct 10 13:36:54.497 INFO kablam! --> src/main.rs:31:9 Oct 10 13:36:54.498 INFO kablam! | Oct 10 13:36:54.498 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 10 13:36:54.498 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 10 13:36:54.498 INFO kablam! | Oct 10 13:36:54.498 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:36:54.498 INFO kablam! Oct 10 13:36:54.516 INFO kablam! warning: method is never used: `new` Oct 10 13:36:54.516 INFO kablam! --> src/body.rs:24:5 Oct 10 13:36:54.516 INFO kablam! | Oct 10 13:36:54.516 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 10 13:36:54.516 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 10 13:36:54.516 INFO kablam! 26 | | Body { Oct 10 13:36:54.516 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 10 13:36:54.516 INFO kablam! ... | Oct 10 13:36:54.516 INFO kablam! 31 | | } Oct 10 13:36:54.516 INFO kablam! 32 | | } Oct 10 13:36:54.516 INFO kablam! | |_____^ Oct 10 13:36:54.516 INFO kablam! | Oct 10 13:36:54.516 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:36:54.516 INFO kablam! Oct 10 13:36:54.516 INFO kablam! warning: method is never used: `to_string` Oct 10 13:36:54.516 INFO kablam! --> src/body.rs:35:5 Oct 10 13:36:54.516 INFO kablam! | Oct 10 13:36:54.516 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 10 13:36:54.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:54.516 INFO kablam! Oct 10 13:36:54.516 INFO kablam! warning: method is never used: `gen_still_body` Oct 10 13:36:54.516 INFO kablam! --> src/body.rs:89:5 Oct 10 13:36:54.516 INFO kablam! | Oct 10 13:36:54.516 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 10 13:36:54.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:54.516 INFO kablam! Oct 10 13:36:54.516 INFO kablam! warning: method is never used: `center_of_mass` Oct 10 13:36:54.517 INFO kablam! --> src/body.rs:168:5 Oct 10 13:36:54.517 INFO kablam! | Oct 10 13:36:54.517 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 10 13:36:54.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:36:54.517 INFO kablam! Oct 10 13:36:54.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 10 13:36:54.908 INFO kablam! su: No module specific data is present Oct 10 13:36:55.324 INFO running `"docker" "rm" "-f" "b9295d8f4209ec1323cd28a427070d665f7666e8002e4a2e6ecc5728d1f38de3"` Oct 10 13:36:55.605 INFO blam! b9295d8f4209ec1323cd28a427070d665f7666e8002e4a2e6ecc5728d1f38de3 Oct 10 13:36:55.606 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:36:55.608 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:36:56.042 INFO blam! 26328e743b9bd877f67f5592764d7d051256a8a62f76b8ee217cefbc9ca04ddc Oct 10 13:36:56.045 INFO running `"docker" "start" "-a" "26328e743b9bd877f67f5592764d7d051256a8a62f76b8ee217cefbc9ca04ddc"` Oct 10 13:36:56.803 INFO kablam! usermod: no changes Oct 10 13:36:56.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 13:36:56.912 INFO kablam! Running /target/debug/deps/n_body-8b4ac7ee46f4bebc Oct 10 13:36:56.920 INFO kablam! Running /target/debug/deps/n_body-125285d1ffb497b3 Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:56.920 INFO kablam! Doc-tests n_body Oct 10 13:36:56.920 INFO blam! running 1 test Oct 10 13:36:56.920 INFO blam! test tests::it_works ... ok Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:56.920 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:56.920 INFO blam! running 0 tests Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:56.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:36:56.920 INFO blam! Oct 10 13:36:57.651 INFO blam! Oct 10 13:36:57.652 INFO blam! running 0 tests Oct 10 13:36:57.652 INFO blam! Oct 10 13:36:57.652 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:36:57.652 INFO blam! Oct 10 13:36:57.656 INFO kablam! su: No module specific data is present Oct 10 13:37:00.546 INFO running `"docker" "rm" "-f" "26328e743b9bd877f67f5592764d7d051256a8a62f76b8ee217cefbc9ca04ddc"` Oct 10 13:37:00.733 INFO blam! 26328e743b9bd877f67f5592764d7d051256a8a62f76b8ee217cefbc9ca04ddc