[INFO] fetching crate myelin-engine 0.11.0... [INFO] extracting crate myelin-engine 0.11.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/myelin-engine/0.11.0 [INFO] extracting crate myelin-engine 0.11.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/myelin-engine/0.11.0 [INFO] validating manifest of myelin-engine-0.11.0 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 myelin-engine-0.11.0 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 myelin-engine-0.11.0 [INFO] finished frobbing myelin-engine-0.11.0 [INFO] frobbed toml for myelin-engine-0.11.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/myelin-engine/0.11.0/Cargo.toml [INFO] started frobbing myelin-engine-0.11.0 [INFO] finished frobbing myelin-engine-0.11.0 [INFO] frobbed toml for myelin-engine-0.11.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/myelin-engine/0.11.0/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mockiato-codegen v0.4.2 [INFO] [stderr] Downloaded mockiato v0.4.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing myelin-engine-0.11.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/myelin-engine/0.11.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] ad036bf5805e82d922dd34c1ecf5bacfbab9c2513768718e071328ffc07f8292 [INFO] running `"docker" "start" "-a" "ad036bf5805e82d922dd34c1ecf5bacfbab9c2513768718e071328ffc07f8292"` [INFO] [stderr] Compiling nameof v1.1.0 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling syn v0.15.35 [INFO] [stderr] Compiling alga v0.8.2 [INFO] [stderr] Compiling nalgebra v0.17.3 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling myelin-geometry v2.4.0 [INFO] [stderr] warning[E0502]: cannot borrow `b` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.3/src/sparse/cs_matrix_solve.rs:81:29 [INFO] [stderr] | [INFO] [stderr] 81 | b[i] -= b[j] * val; [INFO] [stderr] | --------^--------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `b` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.3/src/sparse/cs_matrix_solve.rs:122:39 [INFO] [stderr] | [INFO] [stderr] 122 | b[j] -= val * b[i]; [INFO] [stderr] | --------------^--- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `workspace` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.17.3/src/sparse/cs_matrix_solve.rs:181:33 [INFO] [stderr] | [INFO] [stderr] 181 | workspace[i] -= workspace[j] * val; [INFO] [stderr] | ----------------^^^^^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling ncollide2d v0.18.4 [INFO] [stderr] Compiling nphysics2d v0.10.3 [INFO] [stderr] Compiling myelin-engine v0.11.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `"docker" "inspect" "ad036bf5805e82d922dd34c1ecf5bacfbab9c2513768718e071328ffc07f8292"` [INFO] running `"docker" "rm" "-f" "ad036bf5805e82d922dd34c1ecf5bacfbab9c2513768718e071328ffc07f8292"` [INFO] [stdout] ad036bf5805e82d922dd34c1ecf5bacfbab9c2513768718e071328ffc07f8292 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/myelin-engine/0.11.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 81fa51639f61079cfd479e734708c0007c53db8b70ac59c55e4d3889b2136766 [INFO] running `"docker" "start" "-a" "81fa51639f61079cfd479e734708c0007c53db8b70ac59c55e4d3889b2136766"` [INFO] [stderr] Compiling nearly_eq v0.2.4 [INFO] [stderr] Compiling mockiato-codegen v0.4.2 [INFO] [stderr] Compiling mockiato v0.4.2 [INFO] [stderr] Compiling myelin-engine v0.11.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/integration_tests.rs:23:23 [INFO] [stderr] | [INFO] [stderr] 23 | let behavior: Box = Box::new(StaticBehavior::default()); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectBehavior` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/integration_tests.rs:35:23 [INFO] [stderr] | [INFO] [stderr] 35 | let behavior: Box = Box::new(StaticBehavior::default()); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectBehavior` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/integration_tests.rs:46:27 [INFO] [stderr] | [INFO] [stderr] 46 | let behavior: Box = Box::new(StaticBehavior::default()); [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn ObjectBehavior` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.12s [INFO] running `"docker" "inspect" "81fa51639f61079cfd479e734708c0007c53db8b70ac59c55e4d3889b2136766"` [INFO] running `"docker" "rm" "-f" "81fa51639f61079cfd479e734708c0007c53db8b70ac59c55e4d3889b2136766"` [INFO] [stdout] 81fa51639f61079cfd479e734708c0007c53db8b70ac59c55e4d3889b2136766 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/myelin-engine/0.11.0:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 4fbbd9d14bc2e6643a5c377d155c40c93b9519e185b851c097600dc3a59c2415 [INFO] running `"docker" "start" "-a" "4fbbd9d14bc2e6643a5c377d155c40c93b9519e185b851c097600dc3a59c2415"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/myelin_engine-2ca174ac15ae18a7 [INFO] [stdout] [INFO] [stdout] running 90 tests [INFO] [stdout] test object_builder::test::can_create_object_builder_from_object_description ... ok [INFO] [stdout] test object::object_behavior::tests::object_behavior_can_be_downcast ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_build_object ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_error_for_missing_mobility ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_error_for_missing_location ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_error_for_missing_shape ... ok [INFO] [stdout] test simulation::simulation_impl::tests::converts_to_physical_body ... ok [INFO] [stdout] test object_builder::test::test_object_builder_uses_passable ... ok [INFO] [stdout] test object_builder::test::test_object_builder_uses_name ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_error_with_everything_missing ... ok [INFO] [stdout] test object_builder::test::test_object_builder_should_use_default_rotation ... ok [INFO] [stdout] test simulation::simulation_impl::tests::elapsed_time_in_update_is_initially_at_zero ... ok [INFO] [stdout] test simulation::simulation_impl::tests::force_application_is_propagated ... ok [INFO] [stdout] test simulation::simulation_impl::tests::destroy_removes_object ... ok [INFO] [stdout] test simulation::simulation_impl::tests::destroying_self_removes_object ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_objects_in_polygon ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_objects_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_objects_in_ray ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_simulated_timestep ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_step ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_step_to_added_object ... ok [INFO] [stdout] test simulation::simulation_impl::tests::propagates_zero_timestep ... ok [INFO] [stdout] test simulation::simulation_impl::tests::retrieves_added_object ... ok [INFO] [stdout] test simulation::simulation_impl::tests::elapsed_time_in_update_is_correct_after_step ... ok [INFO] [stdout] test simulation::simulation_impl::tests::returns_no_object_with_invalid_handle ... ok [INFO] [stdout] test simulation::simulation_impl::tests::spawns_object ... ignored [INFO] [stdout] test simulation::simulation_impl::tests::returns_added_object ... ok [INFO] [stdout] test simulation::simulation_impl::tests::returns_no_objects_when_empty ... ok [INFO] [stdout] test simulation::simulation_impl::tests::returns_no_objects_with_invalid_id ... ok [INFO] [stdout] test simulation::simulation_impl::tests::elapsed_time_in_update_is_correct_after_multiple_steps ... ok [INFO] [stdout] test simulation::simulation_impl::time::tests::returns_inner ... ok [INFO] [stdout] test simulation::simulation_impl::time::tests::duration_since_another_instant_wrapper_is_within_range ... ok [INFO] [stdout] test simulation::simulation_impl::time::tests::elapsed_time_is_within_range ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::applied_force_is_propagated ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_area_does_not_return_out_of_range_bodies ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_area_returns_body_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_area_returns_passable_body_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_polygon_returns_passable_body_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::time::tests::duration_since_another_instant_wrapper_is_within_range_after_second_sleep ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_polygon_returns_body_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_polygon_does_not_return_out_of_range_bodies ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_ray_returns_bodies_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_ray_does_not_return_out_of_range_bodies ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::can_return_grounded_object_with_valid_handle ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::can_return_mixed_objects_with_valid_handles ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::can_return_rigid_object_with_valid_handle ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::linear_force_with_no_torque_changes_location_and_speed ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::linear_force_and_torque_can_be_combined ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::force_does_nothing_before_step ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::negative_linear_force_results_in_lower_location ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::location_can_underflow ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::passable_body_can_move_into_other_passable_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::non_passable_body_can_move_out_of_passable_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::bodies_in_ray_returns_passable_bodies_in_area ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::negative_torque_results_in_negative_rotation ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::returns_correct_grounded_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::removing_object_returns_physical_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::removed_object_cannot_be_accessed ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::passable_body_can_move_out_of_passable_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::returns_correct_rigid_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::returns_correct_passable_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::returns_none_when_calling_body_with_invalid_handle ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::returns_none_when_removing_invalid_object ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::non_passable_body_can_move_into_passable_body ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::step_is_ignored_for_grounded_objects ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::timestep_can_be_changed ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_nphysics_rotation_returns_half_pi_when_passed_half_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::timestep_is_respected ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::step_is_ignored_for_rigid_objects_with_no_movement ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_nphysics_rotation_returns_0_when_passed_0 ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_nphysics_rotation_returns_pi_when_passed_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_0_when_passed_0 ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_nphysics_rotation_returns_negative_half_pi_when_passed_one_and_a_half_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_error_when_passed_too_big_value ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_half_pi_when_passed_half_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_error_when_passed_too_small_value ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_works_with_almost_zero_value ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_works_with_value_close_to_epsilon ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_returns_pi_when_passed_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::to_radians_returns_one_and_a_half_pi_when_passed_negative_half_pi ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::torque_with_no_linear_force_changes_rotation ... ok [INFO] [stdout] test simulation::simulation_impl::world::nphysics_world::tests::zero_force_is_ignored ... ok [INFO] [stdout] test world_interactor::world_interactor_impl::tests::find_objects_in_area_is_propagated ... ok [INFO] [stdout] test world_interactor::world_interactor_impl::tests::find_objects_in_ray_is_propagated ... ok [INFO] [stdout] test world_interactor::world_interactor_impl::tests::find_objects_in_polygon_is_propagated ... ok [INFO] [stdout] test world_interactor::world_interactor_impl::tests::object_is_propagated ... ok [INFO] [stdout] test simulation::simulation_impl::tests::panics_on_negative_timestep ... ok [INFO] [stdout] test simulation::simulation_impl::tests::objects_in_area_panics_when_given_invalid_handle ... ok [INFO] [stdout] test simulation::simulation_impl::tests::panics_on_invalid_body ... ok [INFO] [stdout] test world_interactor::world_interactor_impl::tests::object_panics_on_internal_error ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 89 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration_tests-1e7046710be78a39 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test simulation_retrieves_object ... ok [INFO] [stdout] test simulation_returns_object ... ok [INFO] [stdout] test simulation_runs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests myelin-engine [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/object/object_behavior.rs - object::object_behavior::ObjectBehavior::as_any (line 18) ... ignored [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::passable (line 105) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::build (line 132) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::location (line 72) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::shape (line 53) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder (line 21) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::mobility (line 83) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::rotation (line 94) ... ok [INFO] [stdout] test src/object_builder.rs - object_builder::ObjectBuilder::associated_data (line 116) ... ok [INFO] [stdout] test src/prelude.rs - prelude (line 3) ... ok [INFO] [stdout] test src/simulation/simulation_impl.rs - simulation::simulation_impl::SimulationImpl::new (line 82) ... ok [INFO] [stdout] test src/simulation/simulation_impl/builder.rs - simulation::simulation_impl::builder::SimulationBuilder (line 20) ... ok [INFO] [stdout] test src/simulation/simulation_impl/world/nphysics_world.rs - simulation::simulation_impl::world::nphysics_world::NphysicsWorld::with_timestep (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "4fbbd9d14bc2e6643a5c377d155c40c93b9519e185b851c097600dc3a59c2415"` [INFO] running `"docker" "rm" "-f" "4fbbd9d14bc2e6643a5c377d155c40c93b9519e185b851c097600dc3a59c2415"` [INFO] [stdout] 4fbbd9d14bc2e6643a5c377d155c40c93b9519e185b851c097600dc3a59c2415