[INFO] fetching crate rsmath 0.1.6... [INFO] extracting crate rsmath 0.1.6 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rsmath/0.1.6 [INFO] extracting crate rsmath 0.1.6 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rsmath/0.1.6 [INFO] validating manifest of rsmath-0.1.6 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsmath-0.1.6 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-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-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rsmath/0.1.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsmath-0.1.6 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] ca4c247315218266496c66697f1d5880884c30e8e74e41caecf4ab4e73c02f4b [INFO] running `"docker" "start" "-a" "ca4c247315218266496c66697f1d5880884c30e8e74e41caecf4ab4e73c02f4b"` [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.91s [INFO] running `"docker" "inspect" "ca4c247315218266496c66697f1d5880884c30e8e74e41caecf4ab4e73c02f4b"` [INFO] running `"docker" "rm" "-f" "ca4c247315218266496c66697f1d5880884c30e8e74e41caecf4ab4e73c02f4b"` [INFO] [stdout] ca4c247315218266496c66697f1d5880884c30e8e74e41caecf4ab4e73c02f4b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a69d1e2c1ec338a8f0ae188e73287629b7beb8460855e67b76b15574b5b101f3 [INFO] running `"docker" "start" "-a" "a69d1e2c1ec338a8f0ae188e73287629b7beb8460855e67b76b15574b5b101f3"` [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 4.10s [INFO] running `"docker" "inspect" "a69d1e2c1ec338a8f0ae188e73287629b7beb8460855e67b76b15574b5b101f3"` [INFO] running `"docker" "rm" "-f" "a69d1e2c1ec338a8f0ae188e73287629b7beb8460855e67b76b15574b5b101f3"` [INFO] [stdout] a69d1e2c1ec338a8f0ae188e73287629b7beb8460855e67b76b15574b5b101f3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] b945d6cb722cd34bcb347d427573821b4a5e3969fc22bc3590447197d4611d7a [INFO] running `"docker" "start" "-a" "b945d6cb722cd34bcb347d427573821b4a5e3969fc22bc3590447197d4611d7a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rsmath-54877f6eb69580d5 [INFO] [stderr] Running /opt/crater/target/debug/deps/algebra-de3fe349b19ce108 [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] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test tests::matrix_contains_col_test ... ok [INFO] [stdout] test tests::matrix_cols_test ... ok [INFO] [stdout] test tests::matrix_col_test ... ok [INFO] [stdout] test tests::matrix_col_iter_test ... ok [INFO] [stdout] test tests::matrix_contains_row_test ... ok [INFO] [stdout] test tests::matrix_contains_test ... ok [INFO] [stdout] test tests::matrix_create_identity_test ... ok [INFO] [stdout] test tests::matrix_col_iter_at_test ... ok [INFO] [stdout] test tests::matrix_el_iter_at_test ... ok [INFO] [stdout] test tests::matrix_el_iter_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_bigger_than_test ... ok [INFO] [stdout] test tests::matrix_equal_to_matrix_test ... ok [INFO] [stdout] test tests::matrix_bigger_than_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_diagonal_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_row_iter_at_test ... ok [INFO] [stdout] test tests::matrix_row_iter_test ... ok [INFO] [stdout] test tests::matrix_scalar_mul_test ... ok [INFO] [stdout] test tests::matrix_set_col_test ... ok [INFO] [stdout] test tests::matrix_pop_row_test ... ok [INFO] [stdout] test tests::matrix_set_row_test ... ok [INFO] [stdout] test tests::matrix_push_col_test ... ok [INFO] [stdout] test tests::matrix_mul_trait_test ... ok [INFO] [stdout] test tests::matrix_sub_trait_test ... ok [INFO] [stdout] test tests::matrix_pop_col_test ... ok [INFO] [stdout] test tests::matrix_rows_test ... ok [INFO] [stdout] test tests::matrix_swap_row_test ... ok [INFO] [stdout] test tests::matrix_transpose_test ... ok [INFO] [stdout] test tests::matrix_swap_col_test ... ok [INFO] [stdout] test tests::matrix_submatrix_test ... ok [INFO] [stdout] test tests::vector_append_test ... ok [INFO] [stdout] test tests::vector_init_test ... ok [INFO] [stdout] test tests::matrix_random_test ... ok [INFO] [stdout] test tests::vector_clear_test ... ok [INFO] [stdout] test tests::vector_median_test ... ok [INFO] [stdout] test tests::vector_max_test ... ok [INFO] [stdout] test tests::vector_push_test ... ok [INFO] [stdout] test tests::vector_remove_test ... ok [INFO] [stdout] test tests::vector_random_test ... ok [INFO] [stdout] test tests::vector_sort_min_test ... ok [INFO] [stdout] test tests::vector_zeros_test ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/linspace-78b5da640bc4b495 [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_sort_max_test ... ok [INFO] [stdout] test tests::vector_set_el_test ... ok [INFO] [stdout] test tests::vector_swap_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 53 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test tests::point_eucl_distance_test ... ok [INFO] [stdout] test tests::point_set_z_test ... ok [INFO] [stdout] test tests::point_set_x_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_coord_test ... ok [INFO] [stdout] test tests::quat_set_w_test ... ok [INFO] [stdout] test tests::quat_set_y_test ... ok [INFO] [stdout] test tests::quat_set_x_test ... ok [INFO] [stdout] test tests::point_set_test ... ok [INFO] [stdout] test tests::quat_sub_test ... ok [INFO] [stdout] test tests::vector_add_test ... ok [INFO] [stdout] test tests::quat_add_test ... ok [INFO] [stdout] test tests::quat_conjugate_test ... ok [INFO] [stdout] test tests::point_init_test ... ok [INFO] [stdout] test tests::quat_set_z_test ... ok [INFO] [stdout] test tests::vector_new_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_cross_test ... ok [INFO] [stdout] test tests::vector_dist_test ... ok [INFO] [stdout] test tests::vector_norm_test ... ok [INFO] [stdout] test tests::vector_scalar_mul_test ... ok [INFO] [stdout] test tests::vector_set_x_test ... ok [INFO] [stdout] test tests::vector_set_y_test ... ok [INFO] [stdout] test tests::vector_scale_test ... ok [INFO] [stdout] test tests::vector_set_test ... ok [INFO] [stdout] test tests::vector_set_z_test ... ok [INFO] [stdout] test tests::vector_sub_test ... ok [INFO] [stdout] test tests::point_set_y_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] [stderr] Doc-tests rsmath [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" "b945d6cb722cd34bcb347d427573821b4a5e3969fc22bc3590447197d4611d7a"` [INFO] running `"docker" "rm" "-f" "b945d6cb722cd34bcb347d427573821b4a5e3969fc22bc3590447197d4611d7a"` [INFO] [stdout] b945d6cb722cd34bcb347d427573821b4a5e3969fc22bc3590447197d4611d7a