Oct 15 21:22:30.465 INFO testing rsmath-0.1.6 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 21:22:30.467 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 15 21:22:30.891 INFO blam! 3e144e1c97fa458e465894b5051d32aa7176e151bee279b0289708faa1c45ae2 Oct 15 21:22:30.900 INFO running `"docker" "start" "-a" "3e144e1c97fa458e465894b5051d32aa7176e151bee279b0289708faa1c45ae2"` Oct 15 21:22:32.175 INFO kablam! usermod: no changes Oct 15 21:22:32.311 INFO kablam! Compiling rsmath v0.1.6 (/source) Oct 15 21:22:33.507 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:33.507 INFO kablam! --> src/linspace/point.rs:113:29 Oct 15 21:22:33.507 INFO kablam! | Oct 15 21:22:33.507 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Oct 15 21:22:33.507 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:33.507 INFO kablam! | Oct 15 21:22:33.507 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:22:33.507 INFO kablam! Oct 15 21:22:33.507 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:33.507 INFO kablam! --> src/linspace/point.rs:114:29 Oct 15 21:22:33.507 INFO kablam! | Oct 15 21:22:33.507 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Oct 15 21:22:33.507 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:33.507 INFO kablam! Oct 15 21:22:33.507 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:33.507 INFO kablam! --> src/linspace/point.rs:115:29 Oct 15 21:22:33.507 INFO kablam! | Oct 15 21:22:33.507 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Oct 15 21:22:33.507 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:33.507 INFO kablam! Oct 15 21:22:34.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 15 21:22:34.056 INFO kablam! su: No module specific data is present Oct 15 21:22:34.861 INFO running `"docker" "rm" "-f" "3e144e1c97fa458e465894b5051d32aa7176e151bee279b0289708faa1c45ae2"` Oct 15 21:22:35.181 INFO blam! 3e144e1c97fa458e465894b5051d32aa7176e151bee279b0289708faa1c45ae2 Oct 15 21:22:35.185 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 15 21:22:35.614 INFO blam! 8b9dd018ab40c792085b6b0e361f31687f4a931f2993804b8746e13f27553220 Oct 15 21:22:35.631 INFO running `"docker" "start" "-a" "8b9dd018ab40c792085b6b0e361f31687f4a931f2993804b8746e13f27553220"` Oct 15 21:22:36.835 INFO kablam! usermod: no changes Oct 15 21:22:36.911 INFO kablam! Compiling rsmath v0.1.6 (/source) Oct 15 21:22:39.619 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:39.619 INFO kablam! --> src/linspace/point.rs:113:29 Oct 15 21:22:39.619 INFO kablam! | Oct 15 21:22:39.619 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Oct 15 21:22:39.619 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:39.619 INFO kablam! | Oct 15 21:22:39.619 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:22:39.619 INFO kablam! Oct 15 21:22:39.620 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:39.620 INFO kablam! --> src/linspace/point.rs:114:29 Oct 15 21:22:39.620 INFO kablam! | Oct 15 21:22:39.620 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Oct 15 21:22:39.620 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:39.620 INFO kablam! Oct 15 21:22:39.620 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:39.620 INFO kablam! --> src/linspace/point.rs:115:29 Oct 15 21:22:39.620 INFO kablam! | Oct 15 21:22:39.620 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Oct 15 21:22:39.620 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:39.620 INFO kablam! Oct 15 21:22:46.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.91s Oct 15 21:22:46.776 INFO kablam! su: No module specific data is present Oct 15 21:22:48.255 INFO running `"docker" "rm" "-f" "8b9dd018ab40c792085b6b0e361f31687f4a931f2993804b8746e13f27553220"` Oct 15 21:22:48.616 INFO blam! 8b9dd018ab40c792085b6b0e361f31687f4a931f2993804b8746e13f27553220 Oct 15 21:22:48.623 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 15 21:22:49.236 INFO blam! 07b11a6046fc923bb1142f70a14217bdb4923bb2dcf7547ad7219f4a150d83d4 Oct 15 21:22:49.239 INFO running `"docker" "start" "-a" "07b11a6046fc923bb1142f70a14217bdb4923bb2dcf7547ad7219f4a150d83d4"` Oct 15 21:22:50.831 INFO kablam! usermod: no changes Oct 15 21:22:50.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 21:22:51.003 INFO kablam! Running /target/debug/deps/rsmath-602e6a9bb6dbd6ce Oct 15 21:22:51.003 INFO blam! Oct 15 21:22:51.003 INFO blam! running 0 tests Oct 15 21:22:51.003 INFO blam! Oct 15 21:22:51.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:51.003 INFO blam! Oct 15 21:22:51.011 INFO kablam! Running /target/debug/deps/algebra-2793656288cc8a0c Oct 15 21:22:51.019 INFO blam! Oct 15 21:22:51.019 INFO blam! running 53 tests Oct 15 21:22:51.031 INFO blam! test tests::matrix_bigger_than_matrix_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_col_iter_at_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_add_trait_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_col_iter_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_bigger_than_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_el_iter_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_create_identity_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_el_iter_at_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_contains_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_contains_row_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_eq_trait_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_equal_to_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_equal_to_matrix_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_eucl_distance_col_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_get_diagonal_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_get_element_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_get_push_row_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_init_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_mul_trait_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_pop_col_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_pop_row_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_push_col_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_random_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_row_iter_at_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_row_iter_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_rows_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_scalar_mul_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_set_row_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_sub_trait_test ... ok Oct 15 21:22:51.031 INFO blam! test tests::matrix_set_col_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_submatrix_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_swap_col_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_swap_row_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_transpose_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_append_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_min_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_ones_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_pop_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_push_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_random_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_remove_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_set_el_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_sort_max_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_sort_min_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_swap_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::vector_zeros_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_col_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_cols_test ... ok Oct 15 21:22:51.036 INFO blam! test tests::matrix_contains_col_test ... ok Oct 15 21:22:51.040 INFO blam! test tests::vector_max_test ... ok Oct 15 21:22:51.040 INFO blam! test tests::vector_init_test ... ok Oct 15 21:22:51.040 INFO blam! test tests::vector_median_test ... ok Oct 15 21:22:51.040 INFO blam! test tests::vector_clear_test ... ok Oct 15 21:22:51.040 INFO blam! Oct 15 21:22:51.040 INFO blam! test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:51.040 INFO blam! Oct 15 21:22:51.041 INFO blam! Oct 15 21:22:51.041 INFO blam! running 37 tests Oct 15 21:22:51.041 INFO blam! test tests::point_set_y_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_set_x_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_set_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_eucl_distance_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_new_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_init_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_coord_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_magnitude_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_mul_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_neg_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_norm_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_scale_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_set_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_set_w_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_set_x_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_set_y_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_set_z_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::vector_add_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_sub_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::vector_cross_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::point_set_z_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::quat_add_test ... ok Oct 15 21:22:51.041 INFO blam! test tests::vector_dist_test ... ok Oct 15 21:22:51.045 INFO kablam! Running /target/debug/deps/linspace-37cf6434e0e3bd99 Oct 15 21:22:51.055 INFO blam! test tests::quat_conjugate_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_init_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_dot_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_mul_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_new_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_norm_test ... ok Oct 15 21:22:51.055 INFO blam! test tests::vector_scale_test ... ok Oct 15 21:22:51.056 INFO blam! test tests::vector_set_test ... ok Oct 15 21:22:51.056 INFO blam! test tests::vector_set_x_test ... ok Oct 15 21:22:51.056 INFO blam! test tests::vector_set_y_test ... ok Oct 15 21:22:51.057 INFO blam! test tests::quat_rotation_test ... ok Oct 15 21:22:51.057 INFO blam! test tests::vector_set_z_test ... ok Oct 15 21:22:51.057 INFO blam! test tests::vector_sub_test ... ok Oct 15 21:22:51.057 INFO blam! test tests::vector_scalar_mul_test ... ok Oct 15 21:22:51.057 INFO blam! Oct 15 21:22:51.057 INFO blam! test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:51.057 INFO blam! Oct 15 21:22:51.062 INFO kablam! Doc-tests rsmath Oct 15 21:22:52.933 INFO blam! Oct 15 21:22:52.933 INFO blam! running 0 tests Oct 15 21:22:52.933 INFO blam! Oct 15 21:22:52.933 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:52.933 INFO blam! Oct 15 21:22:52.947 INFO kablam! su: No module specific data is present Oct 15 21:22:53.854 INFO running `"docker" "rm" "-f" "07b11a6046fc923bb1142f70a14217bdb4923bb2dcf7547ad7219f4a150d83d4"` Oct 15 21:22:54.159 INFO blam! 07b11a6046fc923bb1142f70a14217bdb4923bb2dcf7547ad7219f4a150d83d4