Oct 12 23:03:04.400 INFO testing stevebob/platform-game-experiment against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:03:04.402 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 23:03:04.925 INFO blam! 9c9454faeffaaaad69e0d7d166249f55011c3f75ddaa8a31bb7b042e32d55c8a Oct 12 23:03:04.928 INFO running `"docker" "start" "-a" "9c9454faeffaaaad69e0d7d166249f55011c3f75ddaa8a31bb7b042e32d55c8a"` Oct 12 23:03:06.879 INFO kablam! usermod: no changes Oct 12 23:03:07.138 INFO kablam! Compiling num-integer v0.1.39 Oct 12 23:03:07.138 INFO kablam! Compiling num-bigint v0.2.0 Oct 12 23:03:07.142 INFO kablam! Compiling num-rational v0.2.1 Oct 12 23:03:07.142 INFO kablam! Compiling num-iter v0.1.37 Oct 12 23:03:07.142 INFO kablam! Compiling num-complex v0.2.0 Oct 12 23:03:07.142 INFO kablam! Compiling cgmath v0.16.1 Oct 12 23:03:07.144 INFO kablam! Compiling custom_derive v0.1.7 Oct 12 23:03:07.144 INFO kablam! Compiling libloading v0.5.0 Oct 12 23:03:08.376 INFO kablam! Compiling draw_state v0.8.0 Oct 12 23:03:12.277 INFO kablam! Compiling log v0.4.2 Oct 12 23:03:13.516 INFO kablam! Compiling x11-dl v2.18.0 Oct 12 23:03:13.961 INFO kablam! Compiling newtype_derive v0.1.6 Oct 12 23:03:15.239 INFO kablam! Compiling best v0.6.0 Oct 12 23:03:16.403 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 23:03:17.736 INFO kablam! Compiling gfx_core v0.8.2 Oct 12 23:03:19.319 INFO kablam! Compiling dlib v0.4.1 Oct 12 23:03:21.374 INFO kablam! Compiling wayland-sys v0.12.5 Oct 12 23:03:31.521 INFO kablam! Compiling wayland-client v0.12.5 Oct 12 23:03:32.519 INFO kablam! Compiling gfx_gl v0.5.0 Oct 12 23:03:32.543 INFO kablam! Compiling glutin v0.15.0 Oct 12 23:03:46.892 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 12 23:03:46.892 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 12 23:03:54.043 INFO kablam! Compiling num v0.2.0 Oct 12 23:04:11.345 INFO kablam! Compiling wayland-window v0.13.3 Oct 12 23:04:14.459 INFO kablam! Compiling winit v0.13.1 Oct 12 23:04:46.850 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 12 23:04:46.856 INFO kablam! Compiling gfx v0.17.1 Oct 12 23:04:55.590 INFO kablam! Compiling gfx_window_glutin v0.23.0 Oct 12 23:05:00.917 INFO kablam! Compiling platform-game-experiment v0.1.0 (/source) Oct 12 23:05:04.497 INFO kablam! warning: function is never used: `vector2_cross_product` Oct 12 23:05:04.497 INFO kablam! --> src/collision.rs:5:1 Oct 12 23:05:04.497 INFO kablam! | Oct 12 23:05:04.497 INFO kablam! 5 | fn vector2_cross_product(v: Vector2, w: Vector2) -> N { Oct 12 23:05:04.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:05:04.497 INFO kablam! | Oct 12 23:05:04.497 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:05:04.497 INFO kablam! Oct 12 23:05:04.497 INFO kablam! warning: function is never used: `vertex_edge` Oct 12 23:05:04.497 INFO kablam! --> src/collision.rs:9:1 Oct 12 23:05:04.497 INFO kablam! | Oct 12 23:05:04.497 INFO kablam! 9 | / pub fn vertex_edge( Oct 12 23:05:04.497 INFO kablam! 10 | | vertex: Vector2, Oct 12 23:05:04.497 INFO kablam! 11 | | vertex_movement: Vector2, Oct 12 23:05:04.497 INFO kablam! 12 | | edge: LineSegment, Oct 12 23:05:04.497 INFO kablam! ... | Oct 12 23:05:04.497 INFO kablam! 49 | | } Oct 12 23:05:04.497 INFO kablam! 50 | | } Oct 12 23:05:04.497 INFO kablam! | |_^ Oct 12 23:05:04.497 INFO kablam! Oct 12 23:05:04.497 INFO kablam! warning: the feature `nonzero` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 12 23:05:04.497 INFO kablam! --> src/main.rs:1:12 Oct 12 23:05:04.497 INFO kablam! | Oct 12 23:05:04.497 INFO kablam! 1 | #![feature(nonzero)] Oct 12 23:05:04.497 INFO kablam! | ^^^^^^^ Oct 12 23:05:04.497 INFO kablam! | Oct 12 23:05:04.497 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:05:04.497 INFO kablam! Oct 12 23:05:09.070 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Oct 12 23:05:09.094 INFO kablam! su: No module specific data is present Oct 12 23:05:09.592 INFO running `"docker" "rm" "-f" "9c9454faeffaaaad69e0d7d166249f55011c3f75ddaa8a31bb7b042e32d55c8a"` Oct 12 23:05:09.911 INFO blam! 9c9454faeffaaaad69e0d7d166249f55011c3f75ddaa8a31bb7b042e32d55c8a Oct 12 23:05:09.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 23:05:10.364 INFO blam! b63c3668a5931a9b10d139c8c266b9895f8f14d9acc916fed567b61cbb6b4b23 Oct 12 23:05:10.366 INFO running `"docker" "start" "-a" "b63c3668a5931a9b10d139c8c266b9895f8f14d9acc916fed567b61cbb6b4b23"` Oct 12 23:05:11.794 INFO kablam! usermod: no changes Oct 12 23:05:12.059 INFO kablam! Compiling platform-game-experiment v0.1.0 (/source) Oct 12 23:05:15.387 INFO kablam! warning: the feature `nonzero` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 12 23:05:15.387 INFO kablam! --> src/main.rs:1:12 Oct 12 23:05:15.387 INFO kablam! | Oct 12 23:05:15.387 INFO kablam! 1 | #![feature(nonzero)] Oct 12 23:05:15.387 INFO kablam! | ^^^^^^^ Oct 12 23:05:15.387 INFO kablam! | Oct 12 23:05:15.387 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:05:15.387 INFO kablam! Oct 12 23:05:16.429 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.60s Oct 12 23:05:16.439 INFO kablam! su: No module specific data is present Oct 12 23:05:17.714 INFO running `"docker" "rm" "-f" "b63c3668a5931a9b10d139c8c266b9895f8f14d9acc916fed567b61cbb6b4b23"` Oct 12 23:05:18.083 INFO blam! b63c3668a5931a9b10d139c8c266b9895f8f14d9acc916fed567b61cbb6b4b23 Oct 12 23:05:18.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 12 23:05:18.599 INFO blam! 30b8008c3ab074649c82761902dd586512e796120173544fc8f6657f39b99f66 Oct 12 23:05:18.607 INFO running `"docker" "start" "-a" "30b8008c3ab074649c82761902dd586512e796120173544fc8f6657f39b99f66"` Oct 12 23:05:19.907 INFO kablam! usermod: no changes Oct 12 23:05:20.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 12 23:05:20.175 INFO kablam! Running /target/debug/deps/platform_game_experiment-9e5ad41ae4d2cc90 Oct 12 23:05:20.185 INFO blam! Oct 12 23:05:20.185 INFO blam! running 11 tests Oct 12 23:05:20.186 INFO blam! test collision::test::basic ... ok Oct 12 23:05:20.186 INFO blam! test line_segment::test::asymetric_end_vertex_overlapping ... ok Oct 12 23:05:20.186 INFO blam! test line_segment::test::basic_intersection ... ok Oct 12 23:05:20.186 INFO blam! test line_segment::test::asymetric_start_vertex_overlapping ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::non_parallel_non_intersecting ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::start_colinear_overlapping ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::colinear_non_overlapping ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::end_colinear_overlapping ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::nearby_lines_intersect ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::mid_colinear_overlapping ... ok Oct 12 23:05:20.195 INFO blam! test line_segment::test::parallel_non_intersecting ... ok Oct 12 23:05:20.195 INFO blam! Oct 12 23:05:20.195 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:05:20.195 INFO blam! Oct 12 23:05:20.199 INFO kablam! su: No module specific data is present Oct 12 23:05:21.578 INFO running `"docker" "rm" "-f" "30b8008c3ab074649c82761902dd586512e796120173544fc8f6657f39b99f66"` Oct 12 23:05:22.015 INFO blam! 30b8008c3ab074649c82761902dd586512e796120173544fc8f6657f39b99f66