Oct 15 21:22:31.247 INFO testing rsmath-0.1.6 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:22:31.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 21:22:31.705 INFO blam! bf399f8e188d56605d34abf01474ba52e52700975a8d1f92bd7de26805aa8b66 Oct 15 21:22:31.707 INFO running `"docker" "start" "-a" "bf399f8e188d56605d34abf01474ba52e52700975a8d1f92bd7de26805aa8b66"` Oct 15 21:22:32.830 INFO kablam! usermod: no changes Oct 15 21:22:32.955 INFO kablam! Compiling rsmath v0.1.6 (/source) Oct 15 21:22:34.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:34.147 INFO kablam! --> src/linspace/point.rs:113:29 Oct 15 21:22:34.147 INFO kablam! | Oct 15 21:22:34.147 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Oct 15 21:22:34.147 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:34.147 INFO kablam! | Oct 15 21:22:34.147 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:22:34.147 INFO kablam! Oct 15 21:22:34.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:34.147 INFO kablam! --> src/linspace/point.rs:114:29 Oct 15 21:22:34.147 INFO kablam! | Oct 15 21:22:34.147 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Oct 15 21:22:34.147 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:34.147 INFO kablam! Oct 15 21:22:34.147 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:34.147 INFO kablam! --> src/linspace/point.rs:115:29 Oct 15 21:22:34.147 INFO kablam! | Oct 15 21:22:34.147 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Oct 15 21:22:34.147 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:34.147 INFO kablam! Oct 15 21:22:34.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Oct 15 21:22:34.758 INFO kablam! su: No module specific data is present Oct 15 21:22:35.396 INFO running `"docker" "rm" "-f" "bf399f8e188d56605d34abf01474ba52e52700975a8d1f92bd7de26805aa8b66"` Oct 15 21:22:35.715 INFO blam! bf399f8e188d56605d34abf01474ba52e52700975a8d1f92bd7de26805aa8b66 Oct 15 21:22:35.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 21:22:36.117 INFO blam! 4aba2fd0da740442e474bb1be0a59f575cf07a0b60a2772538305c94cf2d06aa Oct 15 21:22:36.119 INFO running `"docker" "start" "-a" "4aba2fd0da740442e474bb1be0a59f575cf07a0b60a2772538305c94cf2d06aa"` Oct 15 21:22:37.927 INFO kablam! usermod: no changes Oct 15 21:22:38.047 INFO kablam! Compiling rsmath v0.1.6 (/source) Oct 15 21:22:41.263 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:41.263 INFO kablam! --> src/linspace/point.rs:113:29 Oct 15 21:22:41.264 INFO kablam! | Oct 15 21:22:41.264 INFO kablam! 113 | let val: f64 = (pow((a.x() - b.x()), 2) + Oct 15 21:22:41.264 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:41.265 INFO kablam! | Oct 15 21:22:41.265 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 21:22:41.265 INFO kablam! Oct 15 21:22:41.266 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:41.266 INFO kablam! --> src/linspace/point.rs:114:29 Oct 15 21:22:41.266 INFO kablam! | Oct 15 21:22:41.267 INFO kablam! 114 | pow((a.y() - b.y()), 2) + Oct 15 21:22:41.267 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:41.267 INFO kablam! Oct 15 21:22:41.268 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 21:22:41.268 INFO kablam! --> src/linspace/point.rs:115:29 Oct 15 21:22:41.268 INFO kablam! | Oct 15 21:22:41.269 INFO kablam! 115 | pow((a.z() - b.z()), 2)).into(); Oct 15 21:22:41.269 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 21:22:41.269 INFO kablam! Oct 15 21:22:48.691 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.73s Oct 15 21:22:48.697 INFO kablam! su: No module specific data is present Oct 15 21:22:49.791 INFO running `"docker" "rm" "-f" "4aba2fd0da740442e474bb1be0a59f575cf07a0b60a2772538305c94cf2d06aa"` Oct 15 21:22:50.031 INFO blam! 4aba2fd0da740442e474bb1be0a59f575cf07a0b60a2772538305c94cf2d06aa Oct 15 21:22:50.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 21:22:50.532 INFO blam! 2b6c76e11f51a3617d4ea6e1df517b39a037abc375f17b479b87c0da29048d4e Oct 15 21:22:50.535 INFO running `"docker" "start" "-a" "2b6c76e11f51a3617d4ea6e1df517b39a037abc375f17b479b87c0da29048d4e"` Oct 15 21:22:52.066 INFO kablam! usermod: no changes Oct 15 21:22:52.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 21:22:52.199 INFO kablam! Running /target/debug/deps/rsmath-5d797f329683b893 Oct 15 21:22:52.207 INFO kablam! Running /target/debug/deps/algebra-a992478af4cb0bf0 Oct 15 21:22:52.207 INFO blam! Oct 15 21:22:52.207 INFO blam! running 0 tests Oct 15 21:22:52.207 INFO blam! Oct 15 21:22:52.207 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:52.207 INFO blam! Oct 15 21:22:52.211 INFO blam! Oct 15 21:22:52.211 INFO blam! running 53 tests Oct 15 21:22:52.211 INFO blam! test tests::matrix_col_iter_at_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_bigger_than_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_col_iter_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_bigger_than_matrix_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_add_trait_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_col_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_el_iter_at_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_el_iter_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_cols_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_create_identity_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_eq_trait_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_contains_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_contains_row_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_contains_col_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_equal_to_matrix_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_equal_to_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_eucl_distance_col_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_get_diagonal_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_get_element_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_get_push_row_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_init_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_mul_trait_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_pop_col_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_pop_row_test ... ok Oct 15 21:22:52.211 INFO blam! test tests::matrix_push_col_test ... ok Oct 15 21:22:52.219 INFO blam! test tests::matrix_row_iter_at_test ... ok Oct 15 21:22:52.219 INFO blam! test tests::matrix_row_iter_test ... ok Oct 15 21:22:52.219 INFO blam! test tests::matrix_random_test ... ok Oct 15 21:22:52.220 INFO blam! test tests::matrix_rows_test ... ok Oct 15 21:22:52.220 INFO blam! test tests::matrix_scalar_mul_test ... ok Oct 15 21:22:52.220 INFO blam! test tests::matrix_set_col_test ... ok Oct 15 21:22:52.220 INFO blam! test tests::matrix_set_row_test ... ok Oct 15 21:22:52.221 INFO blam! test tests::matrix_sub_trait_test ... ok Oct 15 21:22:52.221 INFO blam! test tests::matrix_submatrix_test ... ok Oct 15 21:22:52.221 INFO blam! test tests::matrix_swap_col_test ... ok Oct 15 21:22:52.221 INFO blam! test tests::matrix_swap_row_test ... ok Oct 15 21:22:52.222 INFO blam! test tests::matrix_transpose_test ... ok Oct 15 21:22:52.222 INFO blam! test tests::vector_append_test ... ok Oct 15 21:22:52.222 INFO blam! test tests::vector_clear_test ... ok Oct 15 21:22:52.222 INFO blam! test tests::vector_init_test ... ok Oct 15 21:22:52.223 INFO blam! test tests::vector_max_test ... ok Oct 15 21:22:52.223 INFO kablam! Running /target/debug/deps/linspace-d79770b367cf46ff Oct 15 21:22:52.223 INFO blam! test tests::vector_median_test ... ok Oct 15 21:22:52.224 INFO blam! test tests::vector_min_test ... ok Oct 15 21:22:52.224 INFO blam! test tests::vector_ones_test ... ok Oct 15 21:22:52.224 INFO blam! test tests::vector_pop_test ... ok Oct 15 21:22:52.224 INFO blam! test tests::vector_push_test ... ok Oct 15 21:22:52.225 INFO blam! test tests::vector_random_test ... ok Oct 15 21:22:52.225 INFO blam! test tests::vector_remove_test ... ok Oct 15 21:22:52.225 INFO blam! test tests::vector_set_el_test ... ok Oct 15 21:22:52.225 INFO blam! test tests::vector_sort_max_test ... ok Oct 15 21:22:52.226 INFO blam! test tests::vector_sort_min_test ... ok Oct 15 21:22:52.226 INFO blam! test tests::vector_swap_test ... ok Oct 15 21:22:52.226 INFO blam! test tests::vector_zeros_test ... ok Oct 15 21:22:52.226 INFO blam! Oct 15 21:22:52.227 INFO blam! test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:52.227 INFO blam! Oct 15 21:22:52.227 INFO blam! Oct 15 21:22:52.228 INFO blam! running 37 tests Oct 15 21:22:52.239 INFO kablam! Doc-tests rsmath Oct 15 21:22:52.239 INFO blam! test tests::point_init_test ... ok Oct 15 21:22:52.239 INFO blam! test tests::point_new_test ... ok Oct 15 21:22:52.240 INFO blam! test tests::point_eucl_distance_test ... ok Oct 15 21:22:52.240 INFO blam! test tests::point_set_test ... ok Oct 15 21:22:52.240 INFO blam! test tests::quat_mul_test ... ok Oct 15 21:22:52.240 INFO blam! test tests::point_set_z_test ... ok Oct 15 21:22:52.241 INFO blam! test tests::quat_magnitude_test ... ok Oct 15 21:22:52.241 INFO blam! test tests::point_set_y_test ... ok Oct 15 21:22:52.241 INFO blam! test tests::point_set_x_test ... ok Oct 15 21:22:52.241 INFO blam! test tests::quat_neg_test ... ok Oct 15 21:22:52.242 INFO blam! test tests::quat_norm_test ... ok Oct 15 21:22:52.242 INFO blam! test tests::quat_rotation_test ... ok Oct 15 21:22:52.242 INFO blam! test tests::quat_scale_test ... ok Oct 15 21:22:52.242 INFO blam! test tests::quat_set_test ... ok Oct 15 21:22:52.243 INFO blam! test tests::quat_set_w_test ... ok Oct 15 21:22:52.243 INFO blam! test tests::quat_set_x_test ... ok Oct 15 21:22:52.243 INFO blam! test tests::quat_set_y_test ... ok Oct 15 21:22:52.243 INFO blam! test tests::quat_sub_test ... ok Oct 15 21:22:52.244 INFO blam! test tests::quat_set_z_test ... ok Oct 15 21:22:52.244 INFO blam! test tests::vector_add_test ... ok Oct 15 21:22:52.244 INFO blam! test tests::vector_cross_test ... ok Oct 15 21:22:52.245 INFO blam! test tests::vector_dist_test ... ok Oct 15 21:22:52.245 INFO blam! test tests::vector_dot_test ... ok Oct 15 21:22:52.245 INFO blam! test tests::vector_init_test ... ok Oct 15 21:22:52.245 INFO blam! test tests::vector_mul_test ... ok Oct 15 21:22:52.245 INFO blam! test tests::vector_new_test ... ok Oct 15 21:22:52.246 INFO blam! test tests::vector_norm_test ... ok Oct 15 21:22:52.246 INFO blam! test tests::vector_scalar_mul_test ... ok Oct 15 21:22:52.246 INFO blam! test tests::vector_scale_test ... ok Oct 15 21:22:52.247 INFO blam! test tests::vector_set_test ... ok Oct 15 21:22:52.247 INFO blam! test tests::vector_set_x_test ... ok Oct 15 21:22:52.247 INFO blam! test tests::vector_set_y_test ... ok Oct 15 21:22:52.247 INFO blam! test tests::vector_set_z_test ... ok Oct 15 21:22:52.248 INFO blam! test tests::vector_sub_test ... ok Oct 15 21:22:52.248 INFO blam! test tests::quat_coord_test ... ok Oct 15 21:22:52.248 INFO blam! test tests::quat_add_test ... ok Oct 15 21:22:52.248 INFO blam! test tests::quat_conjugate_test ... ok Oct 15 21:22:52.249 INFO blam! Oct 15 21:22:52.249 INFO blam! test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:52.249 INFO blam! Oct 15 21:22:53.983 INFO blam! Oct 15 21:22:53.983 INFO blam! running 0 tests Oct 15 21:22:53.984 INFO blam! Oct 15 21:22:53.984 INFO kablam! su: No module specific data is present Oct 15 21:22:53.984 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:22:53.985 INFO blam! Oct 15 21:22:54.733 INFO running `"docker" "rm" "-f" "2b6c76e11f51a3617d4ea6e1df517b39a037abc375f17b479b87c0da29048d4e"` Oct 15 21:22:55.044 INFO blam! 2b6c76e11f51a3617d4ea6e1df517b39a037abc375f17b479b87c0da29048d4e