[INFO] crate rsmath 0.1.6 is already in cache [INFO] extracting crate rsmath 0.1.6 into work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/rsmath/0.1.6 [INFO] extracting crate rsmath 0.1.6 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/rsmath/0.1.6 [INFO] validating manifest of rsmath-0.1.6 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsmath-0.1.6 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsmath-0.1.6 [INFO] finished frobbing rsmath-0.1.6 [INFO] frobbed toml for rsmath-0.1.6 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/rsmath/0.1.6/Cargo.toml [INFO] started frobbing rsmath-0.1.6 [INFO] finished frobbing rsmath-0.1.6 [INFO] frobbed toml for rsmath-0.1.6 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/rsmath/0.1.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsmath-0.1.6 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/rsmath/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 7b4c75a2bd434285cd428e858606c1a7314002e448dabfcb092481e6bc273b20 [INFO] running `"docker" "start" "-a" "7b4c75a2bd434285cd428e858606c1a7314002e448dabfcb092481e6bc273b20"` [INFO] [stderr] Compiling rsmath v0.1.6 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:113:29 [INFO] [stderr] | [INFO] [stderr] 113 | let val: f64 = (pow((a.x() - b.x()), 2) + [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:114:29 [INFO] [stderr] | [INFO] [stderr] 114 | pow((a.y() - b.y()), 2) + [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:115:29 [INFO] [stderr] | [INFO] [stderr] 115 | pow((a.z() - b.z()), 2)).into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "7b4c75a2bd434285cd428e858606c1a7314002e448dabfcb092481e6bc273b20"` [INFO] running `"docker" "rm" "-f" "7b4c75a2bd434285cd428e858606c1a7314002e448dabfcb092481e6bc273b20"` [INFO] [stdout] 7b4c75a2bd434285cd428e858606c1a7314002e448dabfcb092481e6bc273b20 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/rsmath/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 5252a4799969d04f0a9f2198223567fae949453b61b9df1fec48a07884b0fc6d [INFO] running `"docker" "start" "-a" "5252a4799969d04f0a9f2198223567fae949453b61b9df1fec48a07884b0fc6d"` [INFO] [stderr] Compiling rsmath v0.1.6 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:113:29 [INFO] [stderr] | [INFO] [stderr] 113 | let val: f64 = (pow((a.x() - b.x()), 2) + [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:114:29 [INFO] [stderr] | [INFO] [stderr] 114 | pow((a.y() - b.y()), 2) + [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/linspace/point.rs:115:29 [INFO] [stderr] | [INFO] [stderr] 115 | pow((a.z() - b.z()), 2)).into(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.60s [INFO] running `"docker" "inspect" "5252a4799969d04f0a9f2198223567fae949453b61b9df1fec48a07884b0fc6d"` [INFO] running `"docker" "rm" "-f" "5252a4799969d04f0a9f2198223567fae949453b61b9df1fec48a07884b0fc6d"` [INFO] [stdout] 5252a4799969d04f0a9f2198223567fae949453b61b9df1fec48a07884b0fc6d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/rsmath/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] aad5a06489951e933f3cc93e58ac1ddcbef2de2aec3189ab4e840760c6a52e4d [INFO] running `"docker" "start" "-a" "aad5a06489951e933f3cc93e58ac1ddcbef2de2aec3189ab4e840760c6a52e4d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/rsmath-6989d372e8c6b752 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/algebra-c79b1cf90aff716a [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test tests::matrix_col_test ... ok [INFO] [stdout] test tests::matrix_col_iter_test ... ok [INFO] [stdout] test tests::matrix_cols_test ... ok [INFO] [stdout] test tests::matrix_bigger_than_test ... ok [INFO] [stdout] test tests::matrix_contains_col_test ... ok [INFO] [stdout] test tests::matrix_col_iter_at_test ... ok [INFO] [stdout] test tests::matrix_bigger_than_matrix_test ... ok [INFO] [stdout] test tests::matrix_add_trait_test ... ok [INFO] [stdout] test tests::matrix_eq_trait_test ... ok [INFO] [stdout] test tests::matrix_create_identity_test ... ok [INFO] [stdout] test tests::matrix_el_iter_at_test ... ok [INFO] [stdout] test tests::matrix_contains_test ... ok [INFO] [stdout] test tests::matrix_contains_row_test ... ok [INFO] [stdout] test tests::matrix_el_iter_test ... ok [INFO] [stdout] test tests::matrix_equal_to_matrix_test ... ok [INFO] [stdout] test tests::matrix_equal_to_test ... ok [INFO] [stdout] test tests::matrix_eucl_distance_col_test ... ok [INFO] [stdout] test tests::matrix_get_element_test ... ok [INFO] [stdout] test tests::matrix_get_push_row_test ... ok [INFO] [stdout] test tests::matrix_init_test ... ok [INFO] [stdout] test tests::matrix_pop_col_test ... ok [INFO] [stdout] test tests::matrix_pop_row_test ... ok [INFO] [stdout] test tests::matrix_mul_trait_test ... ok [INFO] [stdout] test tests::matrix_get_diagonal_test ... ok [INFO] [stdout] test tests::matrix_push_col_test ... ok [INFO] [stdout] test tests::matrix_scalar_mul_test ... ok [INFO] [stdout] test tests::matrix_random_test ... ok [INFO] [stdout] test tests::matrix_set_col_test ... ok [INFO] [stdout] test tests::matrix_set_row_test ... ok [INFO] [stdout] test tests::matrix_row_iter_at_test ... ok [INFO] [stdout] test tests::matrix_row_iter_test ... ok [INFO] [stdout] test tests::matrix_rows_test ... ok [INFO] [stdout] test tests::matrix_sub_trait_test ... ok [INFO] [stdout] test tests::matrix_submatrix_test ... ok [INFO] [stdout] test tests::matrix_swap_row_test ... ok [INFO] [stdout] test tests::matrix_swap_col_test ... ok [INFO] [stdout] test tests::vector_ones_test ... ok [INFO] [stdout] test tests::vector_pop_test ... ok [INFO] [stdout] test tests::vector_min_test ... ok [INFO] [stdout] test tests::vector_push_test ... ok [INFO] [stdout] test tests::vector_random_test ... ok [INFO] [stdout] test tests::vector_remove_test ... ok [INFO] [stdout] test tests::vector_set_el_test ... ok [INFO] [stdout] test tests::vector_sort_max_test ... ok [INFO] [stdout] test tests::vector_sort_min_test ... ok [INFO] [stdout] test tests::vector_swap_test ... ok [INFO] [stdout] test tests::vector_zeros_test ... ok [INFO] [stdout] test tests::vector_append_test ... ok [INFO] [stdout] test tests::vector_clear_test ... ok [INFO] [stdout] test tests::vector_median_test ... ok [INFO] [stdout] test tests::matrix_transpose_test ... ok [INFO] [stdout] test tests::vector_init_test ... ok [INFO] [stdout] test tests::vector_max_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/linspace-4c8ff90b2aefff02 [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test tests::quat_add_test ... ok [INFO] [stdout] test tests::point_set_z_test ... ok [INFO] [stdout] test tests::point_set_y_test ... ok [INFO] [stdout] test tests::point_set_test ... ok [INFO] [stdout] test tests::point_eucl_distance_test ... ok [INFO] [stdout] test tests::point_init_test ... ok [INFO] [stdout] test tests::quat_coord_test ... ok [INFO] [stdout] test tests::quat_magnitude_test ... ok [INFO] [stdout] test tests::quat_mul_test ... ok [INFO] [stdout] test tests::quat_neg_test ... ok [INFO] [stdout] test tests::quat_norm_test ... ok [INFO] [stdout] test tests::quat_rotation_test ... ok [INFO] [stdout] test tests::quat_scale_test ... ok [INFO] [stdout] test tests::quat_set_test ... ok [INFO] [stdout] test tests::quat_set_w_test ... ok [INFO] [stdout] test tests::quat_set_x_test ... ok [INFO] [stdout] test tests::quat_set_y_test ... ok [INFO] [stdout] test tests::quat_set_z_test ... ok [INFO] [stdout] test tests::quat_sub_test ... ok [INFO] [stdout] test tests::vector_add_test ... ok [INFO] [stdout] test tests::vector_cross_test ... ok [INFO] [stdout] test tests::vector_dist_test ... ok [INFO] [stdout] test tests::vector_dot_test ... ok [INFO] [stdout] test tests::vector_init_test ... ok [INFO] [stdout] test tests::vector_mul_test ... ok [INFO] [stdout] test tests::vector_new_test ... ok [INFO] [stdout] test tests::vector_norm_test ... ok [INFO] [stdout] test tests::vector_scalar_mul_test ... ok [INFO] [stdout] test tests::vector_scale_test ... ok [INFO] [stdout] test tests::vector_set_z_test ... ok [INFO] [stdout] test tests::vector_set_y_test ... ok [INFO] [stdout] test tests::vector_set_test ... ok [INFO] [stdout] test tests::vector_set_x_test ... ok [INFO] [stdout] test tests::vector_sub_test ... ok [INFO] [stderr] Doc-tests rsmath [INFO] [stdout] test tests::quat_conjugate_test ... ok [INFO] [stdout] test tests::point_set_x_test ... ok [INFO] [stdout] test tests::point_new_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "aad5a06489951e933f3cc93e58ac1ddcbef2de2aec3189ab4e840760c6a52e4d"` [INFO] running `"docker" "rm" "-f" "aad5a06489951e933f3cc93e58ac1ddcbef2de2aec3189ab4e840760c6a52e4d"` [INFO] [stdout] aad5a06489951e933f3cc93e58ac1ddcbef2de2aec3189ab4e840760c6a52e4d