Nov 16 12:19:16.761 INFO testing stevebob/platform-game-experiment against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 12:19:16.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 12:19:17.331 INFO [stdout] 2fd91e052660e8f61eb2586f3c119572942444381c48231e31bc6b140509b270 Nov 16 12:19:17.339 INFO running `"docker" "start" "-a" "2fd91e052660e8f61eb2586f3c119572942444381c48231e31bc6b140509b270"` Nov 16 12:19:18.903 INFO [stderr] usermod: no changes Nov 16 12:19:19.300 INFO [stderr] Compiling custom_derive v0.1.7 Nov 16 12:19:19.300 INFO [stderr] Compiling xml-rs v0.7.0 Nov 16 12:19:19.300 INFO [stderr] Compiling draw_state v0.8.0 Nov 16 12:19:19.312 INFO [stderr] Compiling itertools v0.5.10 Nov 16 12:19:19.316 INFO [stderr] Compiling newtype_derive v0.1.6 Nov 16 12:19:19.320 INFO [stderr] Compiling num-complex v0.2.0 Nov 16 12:19:19.322 INFO [stderr] Compiling num-bigint v0.2.0 Nov 16 12:19:19.324 INFO [stderr] Compiling num-iter v0.1.37 Nov 16 12:19:20.427 INFO [stderr] Compiling cgmath v0.16.1 Nov 16 12:19:20.861 INFO [stderr] Compiling best v0.6.0 Nov 16 12:19:31.091 INFO [stderr] Compiling derivative v1.0.0 Nov 16 12:19:33.765 INFO [stderr] Compiling wayland-scanner v0.12.5 Nov 16 12:19:33.767 INFO [stderr] Compiling gl_generator v0.9.0 Nov 16 12:19:36.530 INFO [stderr] Compiling num-rational v0.2.1 Nov 16 12:19:40.295 INFO [stderr] Compiling wayland-client v0.12.5 Nov 16 12:19:40.295 INFO [stderr] Compiling wayland-protocols v0.12.5 Nov 16 12:19:44.688 INFO [stderr] Compiling num v0.2.0 Nov 16 12:19:45.980 INFO [stderr] Compiling gfx_gl v0.5.0 Nov 16 12:19:56.396 INFO [stderr] Compiling glutin v0.15.0 Nov 16 12:20:03.560 INFO [stderr] Compiling gfx_core v0.8.2 Nov 16 12:20:09.684 INFO [stderr] Compiling wayland-kbd v0.13.1 Nov 16 12:20:26.268 INFO [stderr] Compiling wayland-window v0.13.3 Nov 16 12:20:27.728 INFO [stderr] Compiling winit v0.13.1 Nov 16 12:20:58.195 INFO [stderr] Compiling gfx_device_gl v0.15.3 Nov 16 12:20:58.196 INFO [stderr] Compiling gfx v0.17.1 Nov 16 12:21:06.651 INFO [stderr] Compiling gfx_window_glutin v0.23.0 Nov 16 12:21:11.015 INFO [stderr] Compiling platform-game-experiment v0.1.0 (/source) Nov 16 12:21:14.342 INFO [stderr] warning: function is never used: `vector2_cross_product` Nov 16 12:21:14.343 INFO [stderr] --> src/collision.rs:5:1 Nov 16 12:21:14.343 INFO [stderr] | Nov 16 12:21:14.344 INFO [stderr] 5 | fn vector2_cross_product(v: Vector2, w: Vector2) -> N { Nov 16 12:21:14.344 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 12:21:14.345 INFO [stderr] | Nov 16 12:21:14.345 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 16 12:21:14.346 INFO [stderr] Nov 16 12:21:14.346 INFO [stderr] warning: function is never used: `vertex_edge` Nov 16 12:21:14.346 INFO [stderr] --> src/collision.rs:9:1 Nov 16 12:21:14.346 INFO [stderr] | Nov 16 12:21:14.346 INFO [stderr] 9 | / pub fn vertex_edge( Nov 16 12:21:14.346 INFO [stderr] 10 | | vertex: Vector2, Nov 16 12:21:14.346 INFO [stderr] 11 | | vertex_movement: Vector2, Nov 16 12:21:14.346 INFO [stderr] 12 | | edge: LineSegment, Nov 16 12:21:14.346 INFO [stderr] ... | Nov 16 12:21:14.346 INFO [stderr] 49 | | } Nov 16 12:21:14.346 INFO [stderr] 50 | | } Nov 16 12:21:14.346 INFO [stderr] | |_^ Nov 16 12:21:14.346 INFO [stderr] Nov 16 12:21:14.346 INFO [stderr] warning: the feature `nonzero` has been stable since 1.28.0 and no longer requires an attribute to enable Nov 16 12:21:14.346 INFO [stderr] --> src/main.rs:1:12 Nov 16 12:21:14.347 INFO [stderr] | Nov 16 12:21:14.347 INFO [stderr] 1 | #![feature(nonzero)] Nov 16 12:21:14.349 INFO [stderr] | ^^^^^^^ Nov 16 12:21:14.349 INFO [stderr] | Nov 16 12:21:14.349 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 12:21:14.349 INFO [stderr] Nov 16 12:21:19.419 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 00s Nov 16 12:21:19.451 INFO [stderr] su: No module specific data is present Nov 16 12:21:21.150 INFO running `"docker" "inspect" "2fd91e052660e8f61eb2586f3c119572942444381c48231e31bc6b140509b270"` Nov 16 12:21:21.473 INFO running `"docker" "rm" "-f" "2fd91e052660e8f61eb2586f3c119572942444381c48231e31bc6b140509b270"` Nov 16 12:21:21.799 INFO [stdout] 2fd91e052660e8f61eb2586f3c119572942444381c48231e31bc6b140509b270 Nov 16 12:21:21.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 12:21:22.303 INFO [stdout] a142705fa6a68db73a0510ba5bbc7628ba93371d83383039ae06e8c13b5556f7 Nov 16 12:21:22.306 INFO running `"docker" "start" "-a" "a142705fa6a68db73a0510ba5bbc7628ba93371d83383039ae06e8c13b5556f7"` Nov 16 12:21:24.451 INFO [stderr] usermod: no changes Nov 16 12:21:24.682 INFO [stderr] Compiling platform-game-experiment v0.1.0 (/source) Nov 16 12:21:27.760 INFO [stderr] warning: the feature `nonzero` has been stable since 1.28.0 and no longer requires an attribute to enable Nov 16 12:21:27.761 INFO [stderr] --> src/main.rs:1:12 Nov 16 12:21:27.761 INFO [stderr] | Nov 16 12:21:27.762 INFO [stderr] 1 | #![feature(nonzero)] Nov 16 12:21:27.763 INFO [stderr] | ^^^^^^^ Nov 16 12:21:27.763 INFO [stderr] | Nov 16 12:21:27.764 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 12:21:27.765 INFO [stderr] Nov 16 12:21:29.098 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.62s Nov 16 12:21:29.115 INFO [stderr] su: No module specific data is present Nov 16 12:21:31.035 INFO running `"docker" "inspect" "a142705fa6a68db73a0510ba5bbc7628ba93371d83383039ae06e8c13b5556f7"` Nov 16 12:21:31.385 INFO running `"docker" "rm" "-f" "a142705fa6a68db73a0510ba5bbc7628ba93371d83383039ae06e8c13b5556f7"` Nov 16 12:21:31.783 INFO [stdout] a142705fa6a68db73a0510ba5bbc7628ba93371d83383039ae06e8c13b5556f7 Nov 16 12:21:31.790 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 12:21:32.303 INFO [stdout] 68a069ad5b29d7cbcc68aa5b9674f35210fd23c6e2efd34d927257dd62963f5f Nov 16 12:21:32.305 INFO running `"docker" "start" "-a" "68a069ad5b29d7cbcc68aa5b9674f35210fd23c6e2efd34d927257dd62963f5f"` Nov 16 12:21:34.186 INFO [stderr] usermod: no changes Nov 16 12:21:34.518 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.30s Nov 16 12:21:34.534 INFO [stderr] Running /target/debug/deps/platform_game_experiment-6016cad871ce7f42 Nov 16 12:21:34.544 INFO [stdout] Nov 16 12:21:34.544 INFO [stdout] running 11 tests Nov 16 12:21:34.583 INFO [stdout] test collision::test::basic ... ok Nov 16 12:21:34.583 INFO [stdout] test line_segment::test::asymetric_start_vertex_overlapping ... ok Nov 16 12:21:34.583 INFO [stdout] test line_segment::test::asymetric_end_vertex_overlapping ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::colinear_non_overlapping ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::basic_intersection ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::end_colinear_overlapping ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::mid_colinear_overlapping ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::nearby_lines_intersect ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::parallel_non_intersecting ... ok Nov 16 12:21:34.584 INFO [stdout] test line_segment::test::start_colinear_overlapping ... ok Nov 16 12:21:34.591 INFO [stdout] test line_segment::test::non_parallel_non_intersecting ... ok Nov 16 12:21:34.591 INFO [stdout] Nov 16 12:21:34.591 INFO [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 12:21:34.591 INFO [stdout] Nov 16 12:21:34.595 INFO [stderr] su: No module specific data is present Nov 16 12:21:36.011 INFO running `"docker" "inspect" "68a069ad5b29d7cbcc68aa5b9674f35210fd23c6e2efd34d927257dd62963f5f"` Nov 16 12:21:36.275 INFO running `"docker" "rm" "-f" "68a069ad5b29d7cbcc68aa5b9674f35210fd23c6e2efd34d927257dd62963f5f"` Nov 16 12:21:36.575 INFO [stdout] 68a069ad5b29d7cbcc68aa5b9674f35210fd23c6e2efd34d927257dd62963f5f