[INFO] crate bvh 0.2.3 is already in cache [INFO] extracting crate bvh 0.2.3 into work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/bvh/0.2.3 [INFO] extracting crate bvh 0.2.3 into work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/bvh/0.2.3 [INFO] validating manifest of bvh-0.2.3 on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bvh-0.2.3 on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bvh-0.2.3 [INFO] finished frobbing bvh-0.2.3 [INFO] frobbed toml for bvh-0.2.3 written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/bvh/0.2.3/Cargo.toml [INFO] started frobbing bvh-0.2.3 [INFO] finished frobbing bvh-0.2.3 [INFO] frobbed toml for bvh-0.2.3 written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/bvh/0.2.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking bvh-0.2.3 against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-7/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/bvh/0.2.3:/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1343d27676117b76794caadbbba55592a4512a9cef9255885b8a1ca3ac9a4ff7 [INFO] running `"docker" "start" "-a" "1343d27676117b76794caadbbba55592a4512a9cef9255885b8a1ca3ac9a4ff7"` [INFO] [stderr] Checking alga v0.7.2 [INFO] [stderr] Checking obj-rs v0.4.21 [INFO] [stderr] Checking nalgebra v0.16.13 [INFO] [stderr] Checking bvh v0.2.3 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:657:5 [INFO] [stderr] | [INFO] [stderr] 657 | /// Test whether an empty `AABB` does not contains anything. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 658 | / quickcheck!{ [INFO] [stderr] 659 | | fn test_empty_contains_nothing(tpl: TupleVec) -> bool { [INFO] [stderr] 660 | | // Define a random Point [INFO] [stderr] 661 | | let p = tuple_to_point(&tpl); [INFO] [stderr] ... | [INFO] [stderr] 668 | | } [INFO] [stderr] 669 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:671:5 [INFO] [stderr] | [INFO] [stderr] 671 | /// Test whether a default `AABB` is empty. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 672 | / quickcheck!{ [INFO] [stderr] 673 | | fn test_default_is_empty(tpl: TupleVec) -> bool { [INFO] [stderr] 674 | | // Define a random Point [INFO] [stderr] 675 | | let p = tuple_to_point(&tpl); [INFO] [stderr] ... | [INFO] [stderr] 682 | | } [INFO] [stderr] 683 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:685:5 [INFO] [stderr] | [INFO] [stderr] 685 | /// Test whether an `AABB` always contains its center. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 686 | / quickcheck!{ [INFO] [stderr] 687 | | fn test_aabb_contains_center(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 688 | | // Define two points which will be the corners of the `AABB` [INFO] [stderr] 689 | | let p1 = tuple_to_point(&a); [INFO] [stderr] ... | [INFO] [stderr] 697 | | } [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:700:5 [INFO] [stderr] | [INFO] [stderr] 700 | /// Test whether the joint of two point-sets contains all the points. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 701 | / quickcheck!{ [INFO] [stderr] 702 | | fn test_join_two_aabbs(a: (TupleVec, TupleVec, TupleVec, TupleVec, TupleVec), [INFO] [stderr] 703 | | b: (TupleVec, TupleVec, TupleVec, TupleVec, TupleVec)) [INFO] [stderr] 704 | | -> bool { [INFO] [stderr] ... | [INFO] [stderr] 733 | | } [INFO] [stderr] 734 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:736:5 [INFO] [stderr] | [INFO] [stderr] 736 | /// Test whether some points relative to the center of an AABB are classified correctly. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 737 | / quickcheck!{ [INFO] [stderr] 738 | | fn test_points_relative_to_center_and_size(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 739 | | // Generate some nonempty AABB [INFO] [stderr] 740 | | let aabb = AABB::empty() [INFO] [stderr] ... | [INFO] [stderr] 763 | | } [INFO] [stderr] 764 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:766:5 [INFO] [stderr] | [INFO] [stderr] 766 | /// Test whether the surface of a nonempty AABB is always positive. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 767 | / quickcheck!{ [INFO] [stderr] 768 | | fn test_surface_always_positive(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 769 | | let aabb = AABB::empty() [INFO] [stderr] 770 | | .grow(&tuple_to_point(&a)) [INFO] [stderr] ... | [INFO] [stderr] 773 | | } [INFO] [stderr] 774 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:776:5 [INFO] [stderr] | [INFO] [stderr] 776 | /// Compute and compare the surface area of an AABB by hand. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 777 | / quickcheck!{ [INFO] [stderr] 778 | | fn test_surface_area_cube(pos: TupleVec, size: f32) -> bool { [INFO] [stderr] 779 | | // Generate some non-empty AABB [INFO] [stderr] 780 | | let pos = tuple_to_point(&pos); [INFO] [stderr] ... | [INFO] [stderr] 788 | | } [INFO] [stderr] 789 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:791:5 [INFO] [stderr] | [INFO] [stderr] 791 | /// Test whether the volume of a nonempty AABB is always positive. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 792 | / quickcheck!{ [INFO] [stderr] 793 | | fn test_volume_always_positive(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 794 | | let aabb = AABB::empty() [INFO] [stderr] 795 | | .grow(&tuple_to_point(&a)) [INFO] [stderr] ... | [INFO] [stderr] 798 | | } [INFO] [stderr] 799 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:801:5 [INFO] [stderr] | [INFO] [stderr] 801 | /// Compute and compare the volume of an AABB by hand. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 802 | / quickcheck!{ [INFO] [stderr] 803 | | fn test_volume_by_hand(pos: TupleVec, size: TupleVec) -> bool { [INFO] [stderr] 804 | | // Generate some non-empty AABB [INFO] [stderr] 805 | | let pos = tuple_to_point(&pos); [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:816:5 [INFO] [stderr] | [INFO] [stderr] 816 | /// Test whether generating an `AABB` from the min and max bounds yields the same `AABB`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 817 | / quickcheck!{ [INFO] [stderr] 818 | | fn test_create_aabb_from_indexable(a: TupleVec, b: TupleVec, p: TupleVec) -> bool { [INFO] [stderr] 819 | | // Create a random point [INFO] [stderr] 820 | | let point = tuple_to_point(&p); [INFO] [stderr] ... | [INFO] [stderr] 832 | | } [INFO] [stderr] 833 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:340:5 [INFO] [stderr] | [INFO] [stderr] 340 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 341 | | /// Uses the optimized algorithm. [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] 342 | / quickcheck!{ [INFO] [stderr] 343 | | fn test_ray_points_at_aabb_center(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 344 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 345 | | ray.intersects_aabb(&aabb) [INFO] [stderr] 346 | | } [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:657:5 [INFO] [stderr] | [INFO] [stderr] 657 | /// Test whether an empty `AABB` does not contains anything. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 658 | / quickcheck!{ [INFO] [stderr] 659 | | fn test_empty_contains_nothing(tpl: TupleVec) -> bool { [INFO] [stderr] 660 | | // Define a random Point [INFO] [stderr] 661 | | let p = tuple_to_point(&tpl); [INFO] [stderr] ... | [INFO] [stderr] 668 | | } [INFO] [stderr] 669 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:671:5 [INFO] [stderr] | [INFO] [stderr] 671 | /// Test whether a default `AABB` is empty. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 672 | / quickcheck!{ [INFO] [stderr] 673 | | fn test_default_is_empty(tpl: TupleVec) -> bool { [INFO] [stderr] 674 | | // Define a random Point [INFO] [stderr] 675 | | let p = tuple_to_point(&tpl); [INFO] [stderr] ... | [INFO] [stderr] 682 | | } [INFO] [stderr] 683 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:685:5 [INFO] [stderr] | [INFO] [stderr] 685 | /// Test whether an `AABB` always contains its center. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 686 | / quickcheck!{ [INFO] [stderr] 687 | | fn test_aabb_contains_center(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 688 | | // Define two points which will be the corners of the `AABB` [INFO] [stderr] 689 | | let p1 = tuple_to_point(&a); [INFO] [stderr] ... | [INFO] [stderr] 697 | | } [INFO] [stderr] 698 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:700:5 [INFO] [stderr] | [INFO] [stderr] 700 | /// Test whether the joint of two point-sets contains all the points. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 701 | / quickcheck!{ [INFO] [stderr] 702 | | fn test_join_two_aabbs(a: (TupleVec, TupleVec, TupleVec, TupleVec, TupleVec), [INFO] [stderr] 703 | | b: (TupleVec, TupleVec, TupleVec, TupleVec, TupleVec)) [INFO] [stderr] 704 | | -> bool { [INFO] [stderr] ... | [INFO] [stderr] 733 | | } [INFO] [stderr] 734 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:736:5 [INFO] [stderr] | [INFO] [stderr] 736 | /// Test whether some points relative to the center of an AABB are classified correctly. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 737 | / quickcheck!{ [INFO] [stderr] 738 | | fn test_points_relative_to_center_and_size(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 739 | | // Generate some nonempty AABB [INFO] [stderr] 740 | | let aabb = AABB::empty() [INFO] [stderr] ... | [INFO] [stderr] 763 | | } [INFO] [stderr] 764 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:766:5 [INFO] [stderr] | [INFO] [stderr] 766 | /// Test whether the surface of a nonempty AABB is always positive. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 767 | / quickcheck!{ [INFO] [stderr] 768 | | fn test_surface_always_positive(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 769 | | let aabb = AABB::empty() [INFO] [stderr] 770 | | .grow(&tuple_to_point(&a)) [INFO] [stderr] ... | [INFO] [stderr] 773 | | } [INFO] [stderr] 774 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:776:5 [INFO] [stderr] | [INFO] [stderr] 776 | /// Compute and compare the surface area of an AABB by hand. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 777 | / quickcheck!{ [INFO] [stderr] 778 | | fn test_surface_area_cube(pos: TupleVec, size: f32) -> bool { [INFO] [stderr] 779 | | // Generate some non-empty AABB [INFO] [stderr] 780 | | let pos = tuple_to_point(&pos); [INFO] [stderr] ... | [INFO] [stderr] 788 | | } [INFO] [stderr] 789 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:791:5 [INFO] [stderr] | [INFO] [stderr] 791 | /// Test whether the volume of a nonempty AABB is always positive. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 792 | / quickcheck!{ [INFO] [stderr] 793 | | fn test_volume_always_positive(a: TupleVec, b: TupleVec) -> bool { [INFO] [stderr] 794 | | let aabb = AABB::empty() [INFO] [stderr] 795 | | .grow(&tuple_to_point(&a)) [INFO] [stderr] ... | [INFO] [stderr] 798 | | } [INFO] [stderr] 799 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:801:5 [INFO] [stderr] | [INFO] [stderr] 801 | /// Compute and compare the volume of an AABB by hand. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 802 | / quickcheck!{ [INFO] [stderr] 803 | | fn test_volume_by_hand(pos: TupleVec, size: TupleVec) -> bool { [INFO] [stderr] 804 | | // Generate some non-empty AABB [INFO] [stderr] 805 | | let pos = tuple_to_point(&pos); [INFO] [stderr] ... | [INFO] [stderr] 813 | | } [INFO] [stderr] 814 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/aabb.rs:816:5 [INFO] [stderr] | [INFO] [stderr] 816 | /// Test whether generating an `AABB` from the min and max bounds yields the same `AABB`. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 817 | / quickcheck!{ [INFO] [stderr] 818 | | fn test_create_aabb_from_indexable(a: TupleVec, b: TupleVec, p: TupleVec) -> bool { [INFO] [stderr] 819 | | // Create a random point [INFO] [stderr] 820 | | let point = tuple_to_point(&p); [INFO] [stderr] ... | [INFO] [stderr] 832 | | } [INFO] [stderr] 833 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:340:5 [INFO] [stderr] | [INFO] [stderr] 340 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 341 | | /// Uses the optimized algorithm. [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] 342 | / quickcheck!{ [INFO] [stderr] 343 | | fn test_ray_points_at_aabb_center(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 344 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 345 | | ray.intersects_aabb(&aabb) [INFO] [stderr] 346 | | } [INFO] [stderr] 347 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:349:5 [INFO] [stderr] | [INFO] [stderr] 349 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 350 | | /// Uses the naive algorithm. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 351 | / quickcheck!{ [INFO] [stderr] 352 | | fn test_ray_points_at_aabb_center_naive(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 353 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 354 | | ray.intersects_aabb_naive(&aabb) [INFO] [stderr] 355 | | } [INFO] [stderr] 356 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 359 | | /// Uses the branchless algorithm. [INFO] [stderr] | |______________________________________^ [INFO] [stderr] 360 | / quickcheck!{ [INFO] [stderr] 361 | | fn test_ray_points_at_aabb_center_branchless(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 362 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 363 | | ray.intersects_aabb_branchless(&aabb) [INFO] [stderr] 364 | | } [INFO] [stderr] 365 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] 368 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] 369 | | /// Uses the optimized algorithm. [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] 370 | / quickcheck!{ [INFO] [stderr] 371 | | fn test_ray_points_from_aabb_center(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 372 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 373 | | [INFO] [stderr] ... | [INFO] [stderr] 378 | | } [INFO] [stderr] 379 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] 347 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:349:5 [INFO] [stderr] | [INFO] [stderr] 349 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 350 | | /// Uses the naive algorithm. [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 351 | / quickcheck!{ [INFO] [stderr] 352 | | fn test_ray_points_at_aabb_center_naive(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 353 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 354 | | ray.intersects_aabb_naive(&aabb) [INFO] [stderr] 355 | | } [INFO] [stderr] 356 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:381:5 [INFO] [stderr] --> src/ray.rs:358:5 [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] 358 | / /// Test whether a `Ray` which points at the center of an `AABB` intersects it. [INFO] [stderr] 381 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] 359 | | /// Uses the branchless algorithm. [INFO] [stderr] 382 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] | |______________________________________^ [INFO] [stderr] 383 | | /// Uses the naive algorithm. [INFO] [stderr] 360 | / quickcheck!{ [INFO] [stderr] | |_________________________________^ [INFO] [stderr] 361 | | fn test_ray_points_at_aabb_center_branchless(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 384 | / quickcheck!{ [INFO] [stderr] 362 | | let (ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 385 | | fn test_ray_points_from_aabb_center_naive(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] 363 | | ray.intersects_aabb_branchless(&aabb) [INFO] [stderr] 386 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 364 | | } [INFO] [stderr] 387 | | [INFO] [stderr] 365 | | } [INFO] [stderr] ... | [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] 392 | | } [INFO] [stderr] 393 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:367:5 [INFO] [stderr] | [INFO] [stderr] 367 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] | [INFO] [stderr] 368 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] 369 | | /// Uses the optimized algorithm. [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] | |_____________________________________^ [INFO] [stderr] warning: unused doc comment [INFO] [stderr] 370 | / quickcheck!{ [INFO] [stderr] --> src/ray.rs:395:5 [INFO] [stderr] 371 | | fn test_ray_points_from_aabb_center(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] | [INFO] [stderr] 372 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] 395 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] 373 | | [INFO] [stderr] 396 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] ... | [INFO] [stderr] 378 | | } [INFO] [stderr] 397 | | /// Uses the branchless algorithm. [INFO] [stderr] | |______________________________________^ [INFO] [stderr] 398 | / quickcheck!{ [INFO] [stderr] 399 | | fn test_ray_points_from_aabb_center_branchless(data: (TupleVec, TupleVec, TupleVec)) [INFO] [stderr] 379 | | } [INFO] [stderr] 400 | | -> bool { [INFO] [stderr] 401 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] ... | [INFO] [stderr] 406 | | } [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:381:5 [INFO] [stderr] | [INFO] [stderr] 381 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] 382 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] 383 | | /// Uses the naive algorithm. [INFO] [stderr] 407 | | } [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] 384 | / quickcheck!{ [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] 385 | | fn test_ray_points_from_aabb_center_naive(data: (TupleVec, TupleVec, TupleVec)) -> bool { [INFO] [stderr] [INFO] [stderr] 386 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] warning: unused doc comment [INFO] [stderr] 387 | | [INFO] [stderr] --> src/ray.rs:409:5 [INFO] [stderr] ... | [INFO] [stderr] | [INFO] [stderr] 409 | / /// Test whether a `Ray` which points at the center of a triangle [INFO] [stderr] 410 | | /// intersects it, unless it sees the back face, which is culled. [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] 411 | / quickcheck!{ [INFO] [stderr] 392 | | } [INFO] [stderr] 412 | | fn test_ray_hits_triangle(a: TupleVec, [INFO] [stderr] 393 | | } [INFO] [stderr] 413 | | b: TupleVec, [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] 414 | | c: TupleVec, [INFO] [stderr] | [INFO] [stderr] ... | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] 470 | | } [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:395:5 [INFO] [stderr] | [INFO] [stderr] 395 | / /// Test whether a `Ray` which points away from the center of an `AABB` [INFO] [stderr] 396 | | /// does not intersect it, unless its origin is inside the `AABB`. [INFO] [stderr] 397 | | /// Uses the branchless algorithm. [INFO] [stderr] | |______________________________________^ [INFO] [stderr] 471 | | } [INFO] [stderr] 398 | / quickcheck!{ [INFO] [stderr] 399 | | fn test_ray_points_from_aabb_center_branchless(data: (TupleVec, TupleVec, TupleVec)) [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] 400 | | -> bool { [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] 401 | | let (mut ray, aabb) = gen_ray_to_aabb(data); [INFO] [stderr] ... | [INFO] [stderr] 406 | | } [INFO] [stderr] 407 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/ray.rs:409:5 [INFO] [stderr] | [INFO] [stderr] 409 | / /// Test whether a `Ray` which points at the center of a triangle [INFO] [stderr] 410 | | /// intersects it, unless it sees the back face, which is culled. [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] 411 | / quickcheck!{ [INFO] [stderr] 412 | | fn test_ray_hits_triangle(a: TupleVec, [INFO] [stderr] 413 | | b: TupleVec, [INFO] [stderr] 414 | | c: TupleVec, [INFO] [stderr] ... | [INFO] [stderr] 470 | | } [INFO] [stderr] 471 | | } [INFO] [stderr] | |_____- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/testbase.rs:184:6 [INFO] [stderr] | [INFO] [stderr] 184 | impl FromRawVertex for Triangle { [INFO] [stderr] | ^^^^^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: Could not compile `bvh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1343d27676117b76794caadbbba55592a4512a9cef9255885b8a1ca3ac9a4ff7"` [INFO] running `"docker" "rm" "-f" "1343d27676117b76794caadbbba55592a4512a9cef9255885b8a1ca3ac9a4ff7"` [INFO] [stdout] 1343d27676117b76794caadbbba55592a4512a9cef9255885b8a1ca3ac9a4ff7