Dec 05 00:51:50.105 INFO testing yggie/mach against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 00:51:50.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 00:51:50.597 INFO [stdout] 64eac769e4aab8fcb990de058061bd09c1ed4e45cadff3fbc286e2de0089d3c1 Dec 05 00:51:50.602 INFO running `"docker" "start" "-a" "64eac769e4aab8fcb990de058061bd09c1ed4e45cadff3fbc286e2de0089d3c1"` Dec 05 00:51:52.052 INFO [stderr] usermod: no changes Dec 05 00:51:52.232 INFO [stderr] Compiling mach v0.0.1 (/source) Dec 05 00:51:52.668 INFO [stderr] warning: unused import: `Vec3D` Dec 05 00:51:52.668 INFO [stderr] --> src/collisions/detection/gjkepa/gjk.rs:2:29 Dec 05 00:51:52.668 INFO [stderr] | Dec 05 00:51:52.668 INFO [stderr] 2 | use maths::{Approximations, Vec3D}; Dec 05 00:51:52.668 INFO [stderr] | ^^^^^ Dec 05 00:51:52.668 INFO [stderr] | Dec 05 00:51:52.668 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 00:51:52.668 INFO [stderr] Dec 05 00:51:53.814 INFO [stderr] warning: unused variable: `sphere` Dec 05 00:51:53.814 INFO [stderr] --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Dec 05 00:51:53.814 INFO [stderr] | Dec 05 00:51:53.815 INFO [stderr] 8 | fn intersection(&self, sphere: &Sphere) -> Option { Dec 05 00:51:53.815 INFO [stderr] | ^^^^^^ help: consider using `_sphere` instead Dec 05 00:51:53.815 INFO [stderr] | Dec 05 00:51:53.816 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 00:51:53.816 INFO [stderr] Dec 05 00:51:53.817 INFO [stderr] warning: unused variable: `ray` Dec 05 00:51:53.818 INFO [stderr] --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Dec 05 00:51:53.818 INFO [stderr] | Dec 05 00:51:53.818 INFO [stderr] 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Dec 05 00:51:53.819 INFO [stderr] | ^^^ help: consider using `_ray` instead Dec 05 00:51:53.819 INFO [stderr] Dec 05 00:51:58.455 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.37s Dec 05 00:51:58.466 INFO [stderr] su: No module specific data is present Dec 05 00:52:00.215 INFO running `"docker" "inspect" "64eac769e4aab8fcb990de058061bd09c1ed4e45cadff3fbc286e2de0089d3c1"` Dec 05 00:52:00.698 INFO running `"docker" "rm" "-f" "64eac769e4aab8fcb990de058061bd09c1ed4e45cadff3fbc286e2de0089d3c1"` Dec 05 00:52:01.104 INFO [stdout] 64eac769e4aab8fcb990de058061bd09c1ed4e45cadff3fbc286e2de0089d3c1 Dec 05 00:52:01.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 00:52:01.606 INFO [stdout] 5d4565b8362bfabf1b591acc7e1464bc49fba0ba8050602453515c7aa4d72d2e Dec 05 00:52:01.608 INFO running `"docker" "start" "-a" "5d4565b8362bfabf1b591acc7e1464bc49fba0ba8050602453515c7aa4d72d2e"` Dec 05 00:52:04.139 INFO [stderr] usermod: no changes Dec 05 00:52:04.415 INFO [stderr] Compiling phf_shared v0.7.20 Dec 05 00:52:04.415 INFO [stderr] Compiling num-traits v0.1.36 Dec 05 00:52:04.415 INFO [stderr] Compiling serde v0.8.21 Dec 05 00:52:04.443 INFO [stderr] Compiling lazy_static v0.2.2 Dec 05 00:52:04.446 INFO [stderr] Compiling lazy_static v0.1.16 Dec 05 00:52:04.447 INFO [stderr] Compiling khronos_api v1.0.0 Dec 05 00:52:04.449 INFO [stderr] Compiling gcc v0.3.41 Dec 05 00:52:04.452 INFO [stderr] Compiling log v0.3.6 Dec 05 00:52:05.265 INFO [stderr] Compiling rustc-serialize v0.3.22 Dec 05 00:52:05.449 INFO [stderr] Compiling rustc-demangle v0.1.3 Dec 05 00:52:06.066 INFO [stderr] Compiling smallvec v0.1.8 Dec 05 00:52:06.410 INFO [stderr] Compiling memchr v0.1.11 Dec 05 00:52:08.682 INFO [stderr] Compiling xml-rs v0.3.5 Dec 05 00:52:08.957 INFO [stderr] Compiling x11-dl v2.12.0 Dec 05 00:52:08.977 INFO [stderr] Compiling shared_library v0.1.5 Dec 05 00:52:09.502 INFO [stderr] Compiling phf v0.7.20 Dec 05 00:52:15.314 INFO [stderr] Compiling phf_generator v0.7.20 Dec 05 00:52:15.315 INFO [stderr] Compiling aho-corasick v0.5.3 Dec 05 00:52:15.447 INFO [stderr] Compiling tempfile v2.1.4 Dec 05 00:52:15.734 INFO [stderr] Compiling num-integer v0.1.32 Dec 05 00:52:16.012 INFO [stderr] Compiling osmesa-sys v0.1.2 Dec 05 00:52:16.889 INFO [stderr] Compiling backtrace-sys v0.1.5 Dec 05 00:52:18.493 INFO [stderr] Compiling phf_codegen v0.7.20 Dec 05 00:52:19.105 INFO [stderr] Compiling thread-id v2.0.0 Dec 05 00:52:20.074 INFO [stderr] Compiling fs2 v0.2.5 Dec 05 00:52:25.117 INFO [stderr] Compiling time v0.1.35 Dec 05 00:52:25.134 INFO [stderr] Compiling num-iter v0.1.32 Dec 05 00:52:25.692 INFO [stderr] Compiling thread_local v0.2.7 Dec 05 00:52:25.974 INFO [stderr] Compiling target_build_utils v0.1.2 Dec 05 00:52:26.321 INFO [stderr] Compiling memmap v0.2.3 Dec 05 00:52:27.986 INFO [stderr] Compiling wayland-scanner v0.5.11 Dec 05 00:52:30.100 INFO [stderr] Compiling gl_generator v0.5.2 Dec 05 00:52:34.042 INFO [stderr] Compiling regex v0.1.80 Dec 05 00:52:35.133 INFO [stderr] Compiling backtrace v0.2.3 Dec 05 00:52:40.222 INFO [stderr] Compiling wayland-client v0.5.12 Dec 05 00:52:50.689 INFO [stderr] Compiling glutin v0.6.2 Dec 05 00:52:51.262 INFO [stderr] Compiling glium v0.15.0 Dec 05 00:52:51.294 INFO [stderr] Compiling num-bigint v0.1.35 Dec 05 00:53:11.188 INFO [stderr] Compiling num-complex v0.1.35 Dec 05 00:53:11.256 INFO [stderr] Compiling serde_json v0.8.4 Dec 05 00:53:11.644 INFO [stderr] Compiling num-rational v0.1.35 Dec 05 00:53:12.132 INFO [stderr] Compiling env_logger v0.3.5 Dec 05 00:53:15.756 INFO [stderr] Compiling num v0.1.36 Dec 05 00:53:16.276 INFO [stderr] Compiling nalgebra v0.10.1 Dec 05 00:53:16.312 INFO [stderr] Compiling quickcheck v0.4.1 Dec 05 00:53:27.265 INFO [stderr] Compiling libloading v0.3.1 Dec 05 00:53:33.841 INFO [stderr] Compiling dlib v0.3.1 Dec 05 00:53:34.364 INFO [stderr] Compiling wayland-sys v0.5.11 Dec 05 00:53:42.126 INFO [stderr] Compiling wayland-window v0.2.3 Dec 05 00:53:42.126 INFO [stderr] Compiling wayland-kbd v0.3.6 Dec 05 00:54:19.208 INFO [stderr] Compiling mach v0.0.1 (/source) Dec 05 00:54:20.064 INFO [stderr] warning: unused import: `CollisionObjectSpace` Dec 05 00:54:20.064 INFO [stderr] --> examples/ray_tracing_demo.rs:8:12 Dec 05 00:54:20.064 INFO [stderr] | Dec 05 00:54:20.064 INFO [stderr] 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Dec 05 00:54:20.064 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 05 00:54:20.064 INFO [stderr] | Dec 05 00:54:20.064 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 00:54:20.064 INFO [stderr] Dec 05 00:54:20.836 INFO [stderr] warning: field is never used: `color` Dec 05 00:54:20.836 INFO [stderr] --> examples/raytracing/point_light.rs:6:5 Dec 05 00:54:20.836 INFO [stderr] | Dec 05 00:54:20.836 INFO [stderr] 6 | color: Color, Dec 05 00:54:20.836 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 00:54:20.836 INFO [stderr] | Dec 05 00:54:20.836 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 05 00:54:20.836 INFO [stderr] Dec 05 00:54:20.836 INFO [stderr] warning: field is never used: `position` Dec 05 00:54:20.836 INFO [stderr] --> examples/raytracing/point_light.rs:7:5 Dec 05 00:54:20.836 INFO [stderr] | Dec 05 00:54:20.836 INFO [stderr] 7 | position: Vec3D, Dec 05 00:54:20.836 INFO [stderr] | ^^^^^^^^^^^^^^^ Dec 05 00:54:20.836 INFO [stderr] Dec 05 00:54:20.836 INFO [stderr] warning: field is never used: `color` Dec 05 00:54:20.836 INFO [stderr] --> examples/raytracing/directional_light.rs:6:5 Dec 05 00:54:20.836 INFO [stderr] | Dec 05 00:54:20.836 INFO [stderr] 6 | color: Color, Dec 05 00:54:20.836 INFO [stderr] | ^^^^^^^^^^^^ Dec 05 00:54:20.836 INFO [stderr] Dec 05 00:54:20.836 INFO [stderr] warning: field is never used: `direction` Dec 05 00:54:20.837 INFO [stderr] --> examples/raytracing/directional_light.rs:7:5 Dec 05 00:54:20.837 INFO [stderr] | Dec 05 00:54:20.837 INFO [stderr] 7 | direction: UnitVec3D, Dec 05 00:54:20.837 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 05 00:54:20.837 INFO [stderr] Dec 05 00:54:20.837 INFO [stderr] warning: field is never used: `point_lights` Dec 05 00:54:20.837 INFO [stderr] --> examples/ray_tracing_demo.rs:19:5 Dec 05 00:54:20.837 INFO [stderr] | Dec 05 00:54:20.837 INFO [stderr] 19 | point_lights: Vec, Dec 05 00:54:20.837 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 00:54:20.844 INFO [stderr] Dec 05 00:54:20.844 INFO [stderr] warning: field is never used: `max_ray_bounces` Dec 05 00:54:20.844 INFO [stderr] --> examples/ray_tracing_demo.rs:20:5 Dec 05 00:54:20.844 INFO [stderr] | Dec 05 00:54:20.844 INFO [stderr] 20 | max_ray_bounces: usize, Dec 05 00:54:20.844 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 05 00:54:20.844 INFO [stderr] Dec 05 00:54:20.844 INFO [stderr] warning: field is never used: `directional_lights` Dec 05 00:54:20.844 INFO [stderr] --> examples/ray_tracing_demo.rs:21:5 Dec 05 00:54:20.844 INFO [stderr] | Dec 05 00:54:20.844 INFO [stderr] 21 | directional_lights: Vec, Dec 05 00:54:20.844 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 05 00:54:20.844 INFO [stderr] Dec 05 00:54:21.436 INFO [stderr] warning: unused macro definition Dec 05 00:54:21.436 INFO [stderr] --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Dec 05 00:54:21.436 INFO [stderr] | Dec 05 00:54:21.436 INFO [stderr] 3 | / macro_rules! assert_properties { Dec 05 00:54:21.436 INFO [stderr] 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Dec 05 00:54:21.436 INFO [stderr] 5 | | assert_properties_for_actions($target, $actions, $properties); Dec 05 00:54:21.436 INFO [stderr] 6 | | }; Dec 05 00:54:21.436 INFO [stderr] 7 | | } Dec 05 00:54:21.436 INFO [stderr] | |_^ Dec 05 00:54:21.444 INFO [stderr] | Dec 05 00:54:21.444 INFO [stderr] = note: #[warn(unused_macros)] on by default Dec 05 00:54:21.444 INFO [stderr] Dec 05 00:54:21.496 INFO [stderr] warning: unused import: `Vec3D` Dec 05 00:54:21.496 INFO [stderr] --> src/collisions/detection/gjkepa/gjk.rs:2:29 Dec 05 00:54:21.496 INFO [stderr] | Dec 05 00:54:21.496 INFO [stderr] 2 | use maths::{Approximations, Vec3D}; Dec 05 00:54:21.496 INFO [stderr] | ^^^^^ Dec 05 00:54:21.505 INFO [stderr] | Dec 05 00:54:21.505 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 05 00:54:21.505 INFO [stderr] Dec 05 00:54:31.208 INFO [stderr] warning: unused variable: `sphere` Dec 05 00:54:31.208 INFO [stderr] --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Dec 05 00:54:31.208 INFO [stderr] | Dec 05 00:54:31.208 INFO [stderr] 8 | fn intersection(&self, sphere: &Sphere) -> Option { Dec 05 00:54:31.208 INFO [stderr] | ^^^^^^ help: consider using `_sphere` instead Dec 05 00:54:31.208 INFO [stderr] | Dec 05 00:54:31.208 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 00:54:31.208 INFO [stderr] Dec 05 00:54:31.223 INFO [stderr] warning: unused variable: `ray` Dec 05 00:54:31.223 INFO [stderr] --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Dec 05 00:54:31.223 INFO [stderr] | Dec 05 00:54:31.223 INFO [stderr] 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Dec 05 00:54:31.223 INFO [stderr] | ^^^ help: consider using `_ray` instead Dec 05 00:54:31.223 INFO [stderr] Dec 05 00:54:39.133 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 34s Dec 05 00:54:39.149 INFO [stderr] su: No module specific data is present Dec 05 00:54:39.506 INFO running `"docker" "inspect" "5d4565b8362bfabf1b591acc7e1464bc49fba0ba8050602453515c7aa4d72d2e"` Dec 05 00:54:39.702 INFO running `"docker" "rm" "-f" "5d4565b8362bfabf1b591acc7e1464bc49fba0ba8050602453515c7aa4d72d2e"` Dec 05 00:54:39.878 INFO [stdout] 5d4565b8362bfabf1b591acc7e1464bc49fba0ba8050602453515c7aa4d72d2e Dec 05 00:54:39.882 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 05 00:54:40.168 INFO [stdout] bd7d607f1ad8bd6e70684a9f342bd55e85251749899c071c8fc05c7015a9e246 Dec 05 00:54:40.170 INFO running `"docker" "start" "-a" "bd7d607f1ad8bd6e70684a9f342bd55e85251749899c071c8fc05c7015a9e246"` Dec 05 00:54:41.368 INFO [stderr] usermod: no changes Dec 05 00:54:41.656 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s Dec 05 00:54:41.680 INFO [stderr] Running /target/debug/deps/mach-f787e26938272c99 Dec 05 00:54:41.684 INFO [stdout] Dec 05 00:54:41.684 INFO [stdout] running 114 tests Dec 05 00:54:41.684 INFO [stdout] test collisions::collision_group::tests::it_allows_non_environment_groups_to_collide_within_the_group ... ok Dec 05 00:54:41.684 INFO [stdout] test collisions::collision_group::tests::it_allows_environment_group_to_collide_with_all_other_groups ... ok Dec 05 00:54:41.684 INFO [stdout] test collisions::collision_group::tests::it_does_not_allow_non_environment_groups_to_collide_across_groups ... ok Dec 05 00:54:41.684 INFO [stdout] test collisions::collisionobjectspace::mach_collision_object_space::tests::collision_object_space_behaviour::it_generates_unique_ids ... ok Dec 05 00:54:41.688 INFO [stdout] test collisions::collision_group::tests::it_does_not_allow_environment_group_to_collide_with_itself ... ok Dec 05 00:54:41.688 INFO [stdout] test collisions::broadphase::brute_force_broadphase::tests::broadphase_behaviour::it_does_not_allow_environment_bodies_to_collide ... ok Dec 05 00:54:41.688 INFO [stdout] test collisions::collisionobjectspace::mach_collision_object_space::tests::collision_object_space_behaviour::it_only_considers_non_environment_bodies_as_foreground ... ok Dec 05 00:54:41.692 INFO [stdout] test collisions::broadphase::brute_force_broadphase::tests::broadphase_behaviour::it_does_not_generate_close_proximity_pairs_for_intersecting_environment_bodies ... ok Dec 05 00:54:41.692 INFO [stdout] test collisions::broadphase::brute_force_broadphase::tests::broadphase_behaviour::it_generates_close_proximity_pairs_for_intersecting_bodies ... ok Dec 05 00:54:41.760 INFO [stdout] test collisions::detection::gjkepa::contact_tracker::tests::it_can_be_instantiated_with_intersecting_bodies ... ok Dec 05 00:54:41.768 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_handles_face_face_collisions ... ok Dec 05 00:54:41.800 INFO [stdout] test collisions::detection::gjkepa::contact_tracker::tests::it_can_be_instantiated_with_non_intersecting_bodies ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_handles_edge_face_collisions ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_does_not_return_false_positives ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::detection::gjkepa::gjk_simplex::tests::it_returns_an_error_when_the_vertices_are_coplanar ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::narrowphase::null_narrowphase::tests::narrowphase_behaviour::it_passes_the_collision_test_for_definitely_intersecting_bodies ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::polygon_and_polygon_2d_intersection::tests::it_recognises_when_a_polygon_is_fully_encapsulated_by_another ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::polygon_and_polygon_2d_intersection::tests::it_recognises_when_the_polygons_do_not_intersect ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::polygon_and_polygon_2d_intersection::tests::it_recognises_when_the_polygons_intersect_excluding_any_points_on_either_polygon ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::polygon_and_polygon_2d_intersection::tests::it_recognises_when_the_polygons_intersect_including_points_on_the_polygons ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::ray_and_ray_2d_intersection::tests::it_correctly_identifies_intersecting_rays ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::intersections::ray_and_ray_2d_intersection::tests::it_correctly_identifies_non_intersecting_rays ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::plane_2d::tests::it_can_project_2d_vectors_along_the_plane_normal ... ok Dec 05 00:54:41.801 INFO [stdout] test collisions::shapes::_2d::polygon::tests::it_cannot_be_created_with_less_than_3_points ... ok Dec 05 00:54:41.812 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_handles_vertex_face_collisions ... ok Dec 05 00:54:41.816 INFO [stdout] test collisions::shapes::_2d::polygon::tests::it_generates_convex_polygons_from_arbitrary_points ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::convex_polyhedron::tests::it_returns_an_error_with_too_few_points ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::computing_the_number_of_vertices ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::computing_the_support_indices ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::computing_the_volume ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::determining_equality ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::instantiating_with_dimensions ... ok Dec 05 00:54:41.818 INFO [stdout] test collisions::shapes::convex_shapes::convex_polyhedron::tests::it_returns_an_error_with_coplanar_points ... ok Dec 05 00:54:41.832 INFO [stdout] test collisions::detection::gjkepa::minkowski_difference::tests::it_always_generates_a_valid_support_point ... ok Dec 05 00:54:41.832 INFO [stdout] test collisions::shapes::convex_shapes::cuboid::tests::it_behaves_like_a_support_map ... ok Dec 05 00:54:41.832 INFO [stdout] test collisions::shapes::convex_shapes::sphere::tests::it_behaves_like_a_support_map ... ok Dec 05 00:54:41.840 INFO [stdout] test collisions::shapes::direction::direction_test::it_can_be_transformed_by_a_transform ... ok Dec 05 00:54:41.852 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_handles_edge_edge_collisions ... ok Dec 05 00:54:41.852 INFO [stdout] test collisions::shapes::line_projection::tests::it_recognises_projected_points_beyond_the_end_of_the_line ... ok Dec 05 00:54:41.852 INFO [stdout] test collisions::shapes::direction::direction_test::it_can_be_transformed_by_the_inverse_of_a_transform ... ok Dec 05 00:54:41.852 INFO [stdout] test collisions::shapes::line_projection::tests::it_recognises_projected_points_before_the_start_of_the_line ... ok Dec 05 00:54:41.852 INFO [stdout] test collisions::shapes::ray::tests::it_can_compute_the_closest_point_to_another_ray ... ok Dec 05 00:54:41.860 INFO [stdout] test collisions::shapes::line_projection::tests::it_recognises_projected_points_on_the_line ... ok Dec 05 00:54:41.860 INFO [stdout] test dynamics::integrators::semi_implicit_euler::tests::integrator_behaviour::it_correctly_integrates_simple_constant_velocity_linear_motion ... ok Dec 05 00:54:41.860 INFO [stdout] test dynamics::integrators::semi_implicit_euler::tests::integrator_behaviour::it_does_not_change_velocity_or_angular_velocity_with_no_applied_force ... ok Dec 05 00:54:41.868 INFO [stdout] test dynamics::integrators::semi_implicit_euler::tests::integrator_behaviour::it_can_correctly_integrate_zero_motion ... ok Dec 05 00:54:41.868 INFO [stdout] test dynamics::integrators::semi_implicit_euler::tests::integrator_behaviour::it_correctly_integrates_simple_constant_force_linear_motion ... ok Dec 05 00:54:41.880 INFO [stdout] test mach_world::tests::world_behaviour::it_can_simulate_constant_velocity ... ok Dec 05 00:54:41.888 INFO [stdout] test maths::_2d::unit_vec_2d::tests::it_always_has_a_length_of_one ... ok Dec 05 00:54:41.888 INFO [stdout] test collisions::detection::gjkepa::minkowski_difference::tests::it_behaves_like_a_support_map ... ok Dec 05 00:54:41.903 INFO [stdout] test maths::_2d::vec_2d::tests::it_can_be_rotated_90_degrees_counter_clockwise ... ok Dec 05 00:54:41.903 INFO [stdout] test maths::matrix::matrix_test::adding_a_matrix ... ok Dec 05 00:54:41.903 INFO [stdout] test collisions::shapes::support_map::vec_tests::it_behaves_like_a_support_map ... ok Dec 05 00:54:41.903 INFO [stdout] test maths::matrix::matrix_test::computing_the_determinant ... ok Dec 05 00:54:41.903 INFO [stdout] test maths::matrix::matrix_test::computing_the_inverse ... ok Dec 05 00:54:41.903 INFO [stdout] test maths::matrix::matrix_test::dividing_by_a_scalar ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_as_a_skew_matrix ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_as_a_diagonal_matrix ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::getting_elements_by_element_position ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_as_the_identity_matrix ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_from_a_slice ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_from_axis_angle ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::instantiating_with_components ... ok Dec 05 00:54:41.908 INFO [stdout] test maths::matrix::matrix_test::multiplying_by_a_matrix ... ok Dec 05 00:54:41.916 INFO [stdout] test maths::matrix::matrix_test::negating ... ok Dec 05 00:54:41.916 INFO [stdout] test maths::matrix::matrix_test::multiplying_by_a_vector ... ok Dec 05 00:54:41.916 INFO [stdout] test maths::matrix::matrix_test::multiplying_by_a_scalar ... ok Dec 05 00:54:41.920 INFO [stdout] test maths::quat::quat_test::it_can_be_cloned ... ok Dec 05 00:54:41.928 INFO [stdout] test maths::quat::quat_test::it_can_be_instantiated_as_the_identity_quaternion ... ok Dec 05 00:54:41.928 INFO [stdout] test maths::matrix::matrix_test::subtrating_by_a_matrix ... ok Dec 05 00:54:41.928 INFO [stdout] test maths::matrix::matrix_test::setting_by_index ... ok Dec 05 00:54:41.928 INFO [stdout] test maths::quat::quat_test::it_can_be_normalized ... ok Dec 05 00:54:41.928 INFO [stdout] test maths::quat::quat_test::it_can_be_instantiated_from_a_vector ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_can_compute_the_length ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_can_compute_the_inverse ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_can_be_instantiated_with_scalars ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_supports_quaternion_multiplication_with_a_scalar ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_can_compute_the_squared_length ... ok Dec 05 00:54:41.936 INFO [stdout] test maths::quat::quat_test::it_supports_quaternion_multiplication_with_scalars ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::quat::quat_test::it_supports_scalar_multiplication_using_the_multiplication_operator ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::quat::quat_test::it_supports_quaternion_multiplication_using_the_multiplication_operator ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::quat::quat_test::it_supports_the_unary_negation_operator ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::quat::quat_test::it_supports_the_subtraction_operator_with_quaternions ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::quat::quat_test::it_supports_the_division_operator_with_scalars ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::sparse_matrix::sparse_matrix_test::it_zeroes_all_entries_by_default ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::transform::transform_test::it_can_be_instantiated_with_translation_and_rotation ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::unit_quat::tests::it_can_be_instantiated_using_the_axis_angle_formulation ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::unit_quat::tests::it_can_rotate_a_vector ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::unit_vec_3d::tests::computing_the_normalized_vector ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::cloning ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_distance_between_vectors ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_the_cross_product ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_the_inner_product ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_the_outer_product ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_the_squared_length ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::computing_the_vector_length ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::dereferencing_elements_by_index ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::it_can_be_cloned ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::it_can_be_instantiated_with_scalars ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::it_can_be_instatiated_as_the_zero_vector ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::it_supports_the_addition_operator_with_vectors ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::it_supports_the_subtraction_operator_with_vectors ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::multiplying_by_a_scalar ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::mutably_dereferencing_elements_by_index ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::vec_3d::tests::negating ... ok Dec 05 00:54:41.944 INFO [stdout] test utils::compute_surfaces_for_convex_hull::tests::it_works_with_a_cube ... ok Dec 05 00:54:41.944 INFO [stdout] test utils::compute_surfaces_for_convex_hull::tests::it_works_with_a_tetrahedron ... ok Dec 05 00:54:41.944 INFO [stdout] test maths::transform::transform_test::it_can_be_apply_itself_to_a_point ... ok Dec 05 00:54:41.945 INFO [stdout] test maths::transform::transform_test::it_can_be_instantiated_as_the_identity_transform ... ok Dec 05 00:54:41.984 INFO [stdout] test mach_world::tests::world_behaviour::it_can_simulate_collisions_with_rotation ... ok Dec 05 00:54:41.984 INFO [stdout] test mach_world::tests::world_behaviour::it_can_simulate_collisions_without_rotation ... ok Dec 05 00:54:45.796 INFO [stdout] test collisions::detection::gjkepa::epa::tests::it_generates_valid_convex_polyhedron ... ok Dec 05 00:54:45.979 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_does_not_return_false_negatives ... ok Dec 05 00:54:46.392 INFO [stderr] Doc-tests mach Dec 05 00:54:46.392 INFO [stdout] test collisions::detection::gjkepa::gjk_epa_detection::tests::detection_behaviour::it_always_has_the_normal_pointing_towards_the_first_body ... ok Dec 05 00:54:46.392 INFO [stdout] Dec 05 00:54:46.392 INFO [stdout] test result: ok. 114 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 00:54:46.392 INFO [stdout] Dec 05 00:54:46.821 INFO [stdout] Dec 05 00:54:46.821 INFO [stdout] running 3 tests Dec 05 00:54:46.821 INFO [stdout] test src/maths/matrix.rs - maths::matrix::Matrix::fmt (line 125) ... ignored Dec 05 00:54:46.821 INFO [stdout] test src/maths/quat.rs - maths::quat::Quat::fmt (line 106) ... ignored Dec 05 00:54:47.432 INFO [stdout] test src/maths/vec_3d.rs - maths::vec_3d::Vec3D (line 79) ... ok Dec 05 00:54:47.432 INFO [stdout] Dec 05 00:54:47.432 INFO [stdout] test result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Dec 05 00:54:47.432 INFO [stdout] Dec 05 00:54:47.452 INFO [stderr] su: No module specific data is present Dec 05 00:54:48.103 INFO running `"docker" "inspect" "bd7d607f1ad8bd6e70684a9f342bd55e85251749899c071c8fc05c7015a9e246"` Dec 05 00:54:48.468 INFO running `"docker" "rm" "-f" "bd7d607f1ad8bd6e70684a9f342bd55e85251749899c071c8fc05c7015a9e246"` Dec 05 00:54:48.836 INFO [stdout] bd7d607f1ad8bd6e70684a9f342bd55e85251749899c071c8fc05c7015a9e246