Oct 12 21:44:38.415 INFO testing theHooloovoo/rs-n-body-simulator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:44:38.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.627 INFO blam! 1800558cd6c49a9942b5fd5f04dc0cc7b7f89caf3ce9cad0eb07fe517bcd8035 Oct 12 21:44:38.629 INFO running `"docker" "start" "-a" "1800558cd6c49a9942b5fd5f04dc0cc7b7f89caf3ce9cad0eb07fe517bcd8035"` Oct 12 21:44:39.050 INFO kablam! usermod: no changes Oct 12 21:44:39.095 INFO kablam! Compiling num_cpus v1.6.2 Oct 12 21:44:39.095 INFO kablam! Compiling rand v0.3.15 Oct 12 21:44:40.947 INFO kablam! Compiling rayon-core v1.2.1 Oct 12 21:44:42.143 INFO kablam! Compiling rayon v0.8.2 Oct 12 21:44:44.533 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 12 21:44:45.187 INFO kablam! warning: unused import: `rayon::prelude` Oct 12 21:44:45.187 INFO kablam! --> src/body.rs:3:5 Oct 12 21:44:45.187 INFO kablam! | Oct 12 21:44:45.187 INFO kablam! 3 | use rayon::prelude::*; Oct 12 21:44:45.187 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:44:45.187 INFO kablam! | Oct 12 21:44:45.187 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:45.187 INFO kablam! Oct 12 21:44:45.189 INFO kablam! warning: unused variable: `f_out` Oct 12 21:44:45.189 INFO kablam! --> src/main.rs:31:9 Oct 12 21:44:45.189 INFO kablam! | Oct 12 21:44:45.190 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 12 21:44:45.190 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 12 21:44:45.190 INFO kablam! | Oct 12 21:44:45.190 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:44:45.190 INFO kablam! Oct 12 21:44:45.217 INFO kablam! warning: method is never used: `new` Oct 12 21:44:45.217 INFO kablam! --> src/body.rs:24:5 Oct 12 21:44:45.217 INFO kablam! | Oct 12 21:44:45.217 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 12 21:44:45.217 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 12 21:44:45.217 INFO kablam! 26 | | Body { Oct 12 21:44:45.217 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 12 21:44:45.217 INFO kablam! ... | Oct 12 21:44:45.217 INFO kablam! 31 | | } Oct 12 21:44:45.217 INFO kablam! 32 | | } Oct 12 21:44:45.217 INFO kablam! | |_____^ Oct 12 21:44:45.217 INFO kablam! | Oct 12 21:44:45.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:45.217 INFO kablam! Oct 12 21:44:45.217 INFO kablam! warning: method is never used: `to_string` Oct 12 21:44:45.217 INFO kablam! --> src/body.rs:35:5 Oct 12 21:44:45.217 INFO kablam! | Oct 12 21:44:45.217 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 12 21:44:45.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:45.217 INFO kablam! Oct 12 21:44:45.217 INFO kablam! warning: method is never used: `gen_still_body` Oct 12 21:44:45.217 INFO kablam! --> src/body.rs:89:5 Oct 12 21:44:45.217 INFO kablam! | Oct 12 21:44:45.217 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 12 21:44:45.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:45.217 INFO kablam! Oct 12 21:44:45.217 INFO kablam! warning: method is never used: `center_of_mass` Oct 12 21:44:45.217 INFO kablam! --> src/body.rs:168:5 Oct 12 21:44:45.217 INFO kablam! | Oct 12 21:44:45.217 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 12 21:44:45.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:45.217 INFO kablam! Oct 12 21:44:46.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 12 21:44:46.679 INFO kablam! su: No module specific data is present Oct 12 21:44:47.251 INFO running `"docker" "rm" "-f" "1800558cd6c49a9942b5fd5f04dc0cc7b7f89caf3ce9cad0eb07fe517bcd8035"` Oct 12 21:44:47.627 INFO blam! 1800558cd6c49a9942b5fd5f04dc0cc7b7f89caf3ce9cad0eb07fe517bcd8035 Oct 12 21:44:47.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:48.192 INFO blam! b2cc72e25ed3a3d8644dc04e24c043ad9a697a7b76b6008b1013ce50016e0019 Oct 12 21:44:48.193 INFO running `"docker" "start" "-a" "b2cc72e25ed3a3d8644dc04e24c043ad9a697a7b76b6008b1013ce50016e0019"` Oct 12 21:44:49.373 INFO kablam! usermod: no changes Oct 12 21:44:49.448 INFO kablam! Compiling n_body v0.1.0 (/source) Oct 12 21:44:50.099 INFO kablam! warning: unused import: `rayon::prelude` Oct 12 21:44:50.099 INFO kablam! --> src/body.rs:3:5 Oct 12 21:44:50.099 INFO kablam! | Oct 12 21:44:50.099 INFO kablam! 3 | use rayon::prelude::*; Oct 12 21:44:50.099 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 21:44:50.099 INFO kablam! | Oct 12 21:44:50.099 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:44:50.099 INFO kablam! Oct 12 21:44:50.099 INFO kablam! warning: unused variable: `f_out` Oct 12 21:44:50.099 INFO kablam! --> src/main.rs:31:9 Oct 12 21:44:50.099 INFO kablam! | Oct 12 21:44:50.099 INFO kablam! 31 | let f_out: String; // Assigned by the -o flag Oct 12 21:44:50.099 INFO kablam! | ^^^^^ help: consider using `_f_out` instead Oct 12 21:44:50.099 INFO kablam! | Oct 12 21:44:50.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:44:50.099 INFO kablam! Oct 12 21:44:50.127 INFO kablam! warning: method is never used: `new` Oct 12 21:44:50.127 INFO kablam! --> src/body.rs:24:5 Oct 12 21:44:50.127 INFO kablam! | Oct 12 21:44:50.127 INFO kablam! 24 | / pub fn new(l1: f64, l2: f64, l3: f64, Oct 12 21:44:50.127 INFO kablam! 25 | | v1: f64, v2: f64, v3: f64, m: f64, n: &str) -> Body { Oct 12 21:44:50.127 INFO kablam! 26 | | Body { Oct 12 21:44:50.127 INFO kablam! 27 | | loc: [l1, l2, l3], Oct 12 21:44:50.127 INFO kablam! ... | Oct 12 21:44:50.127 INFO kablam! 31 | | } Oct 12 21:44:50.127 INFO kablam! 32 | | } Oct 12 21:44:50.127 INFO kablam! | |_____^ Oct 12 21:44:50.127 INFO kablam! | Oct 12 21:44:50.127 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:44:50.127 INFO kablam! Oct 12 21:44:50.127 INFO kablam! warning: method is never used: `to_string` Oct 12 21:44:50.127 INFO kablam! --> src/body.rs:35:5 Oct 12 21:44:50.127 INFO kablam! | Oct 12 21:44:50.127 INFO kablam! 35 | pub fn to_string(&self) -> String { Oct 12 21:44:50.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:50.127 INFO kablam! Oct 12 21:44:50.127 INFO kablam! warning: method is never used: `gen_still_body` Oct 12 21:44:50.127 INFO kablam! --> src/body.rs:89:5 Oct 12 21:44:50.127 INFO kablam! | Oct 12 21:44:50.127 INFO kablam! 89 | pub fn gen_still_body(l1: f64, l2: f64, l3: f64, m: f64) -> Body { Oct 12 21:44:50.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:50.127 INFO kablam! Oct 12 21:44:50.127 INFO kablam! warning: method is never used: `center_of_mass` Oct 12 21:44:50.127 INFO kablam! --> src/body.rs:168:5 Oct 12 21:44:50.127 INFO kablam! | Oct 12 21:44:50.127 INFO kablam! 168 | pub fn center_of_mass(v: &Vec) -> [f64; 3] { Oct 12 21:44:50.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:44:50.127 INFO kablam! Oct 12 21:44:50.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 12 21:44:50.612 INFO kablam! su: No module specific data is present Oct 12 21:44:51.791 INFO running `"docker" "rm" "-f" "b2cc72e25ed3a3d8644dc04e24c043ad9a697a7b76b6008b1013ce50016e0019"` Oct 12 21:44:52.075 INFO blam! b2cc72e25ed3a3d8644dc04e24c043ad9a697a7b76b6008b1013ce50016e0019 Oct 12 21:44:52.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:52.559 INFO blam! 84cdd708d0bc7ef939a8c7e39f985ee5f7aa2106e0952003134ccb30bb73a691 Oct 12 21:44:52.561 INFO running `"docker" "start" "-a" "84cdd708d0bc7ef939a8c7e39f985ee5f7aa2106e0952003134ccb30bb73a691"` Oct 12 21:44:54.337 INFO kablam! usermod: no changes Oct 12 21:44:54.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 21:44:54.407 INFO kablam! Running /target/debug/deps/n_body-768bc33ea71438b8 Oct 12 21:44:54.409 INFO blam! Oct 12 21:44:54.409 INFO blam! running 1 test Oct 12 21:44:54.413 INFO blam! test tests::it_works ... ok Oct 12 21:44:54.414 INFO kablam! Running /target/debug/deps/n_body-e762f29759b02e6f Oct 12 21:44:54.414 INFO blam! Oct 12 21:44:54.414 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:54.415 INFO blam! Oct 12 21:44:54.423 INFO blam! Oct 12 21:44:54.423 INFO kablam! Doc-tests n_body Oct 12 21:44:54.423 INFO blam! running 0 tests Oct 12 21:44:54.423 INFO blam! Oct 12 21:44:54.423 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:54.423 INFO blam! Oct 12 21:44:54.695 INFO blam! Oct 12 21:44:54.695 INFO blam! running 0 tests Oct 12 21:44:54.695 INFO blam! Oct 12 21:44:54.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:44:54.695 INFO blam! Oct 12 21:44:54.703 INFO kablam! su: No module specific data is present Oct 12 21:44:55.384 INFO running `"docker" "rm" "-f" "84cdd708d0bc7ef939a8c7e39f985ee5f7aa2106e0952003134ccb30bb73a691"` Oct 12 21:44:55.694 INFO blam! 84cdd708d0bc7ef939a8c7e39f985ee5f7aa2106e0952003134ccb30bb73a691