Oct 11 05:33:50.492 INFO testing McGittyHub/snake-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:33:50.492 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:33:50.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:33:50.970 INFO blam! d48c0ab80d564d7778cd1df27dfdb394e284d86af73326a2923a67466100f1f6 Oct 11 05:33:50.971 INFO running `"docker" "start" "-a" "d48c0ab80d564d7778cd1df27dfdb394e284d86af73326a2923a67466100f1f6"` Oct 11 05:33:52.238 INFO kablam! usermod: no changes Oct 11 05:33:52.612 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 05:33:52.612 INFO kablam! Compiling png v0.9.0 Oct 11 05:33:52.637 INFO kablam! Compiling rayon v0.8.2 Oct 11 05:33:52.638 INFO kablam! Compiling x11-dl v2.17.1 Oct 11 05:33:52.638 INFO kablam! Compiling gfx_gl v0.4.0 Oct 11 05:33:52.638 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 05:33:52.640 INFO kablam! Compiling fs2 v0.2.5 Oct 11 05:33:52.640 INFO kablam! Compiling gfx v0.16.2 Oct 11 05:33:56.457 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 11 05:33:57.816 INFO kablam! Compiling memmap v0.4.0 Oct 11 05:34:10.248 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 05:34:12.604 INFO kablam! Compiling pistoncore-window v0.28.0 Oct 11 05:34:20.436 INFO kablam! Compiling pistoncore-event_loop v0.33.0 Oct 11 05:34:23.816 INFO kablam! Compiling image v0.15.0 Oct 11 05:34:25.996 INFO kablam! Compiling piston v0.33.0 Oct 11 05:34:30.360 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 05:34:34.144 INFO kablam! Compiling libloading v0.3.4 Oct 11 05:34:42.410 INFO kablam! Compiling dlib v0.3.1 Oct 11 05:34:43.724 INFO kablam! Compiling wayland-sys v0.9.10 Oct 11 05:34:52.469 INFO kablam! Compiling wayland-client v0.9.10 Oct 11 05:34:53.568 INFO kablam! Compiling piston-gfx_texture v0.26.0 Oct 11 05:34:57.320 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 11 05:34:57.328 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 11 05:35:03.216 INFO kablam! Compiling piston2d-gfx_graphics v0.43.0 Oct 11 05:35:05.261 INFO kablam! Compiling wayland-window v0.7.0 Oct 11 05:35:07.641 INFO kablam! Compiling winit v0.7.6 Oct 11 05:35:17.426 INFO kablam! Compiling glutin v0.9.2 Oct 11 05:35:22.680 INFO kablam! Compiling pistoncore-glutin_window v0.39.1 Oct 11 05:35:28.624 INFO kablam! Compiling piston_window v0.70.0 Oct 11 05:35:35.633 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 11 05:35:42.632 INFO kablam! warning: unused variable: `point` Oct 11 05:35:42.632 INFO kablam! --> src/snake_logic.rs:106:17 Oct 11 05:35:42.632 INFO kablam! | Oct 11 05:35:42.632 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 11 05:35:42.632 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 11 05:35:42.632 INFO kablam! | Oct 11 05:35:42.632 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:35:42.632 INFO kablam! Oct 11 05:35:42.632 INFO kablam! warning: unused variable: `rect` Oct 11 05:35:42.632 INFO kablam! --> src/snake_logic.rs:106:31 Oct 11 05:35:42.632 INFO kablam! | Oct 11 05:35:42.632 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 11 05:35:42.632 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 11 05:35:42.632 INFO kablam! Oct 11 05:35:42.668 INFO kablam! warning: method is never used: `can_move` Oct 11 05:35:42.668 INFO kablam! --> src/snake_logic.rs:149:5 Oct 11 05:35:42.668 INFO kablam! | Oct 11 05:35:42.668 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 11 05:35:42.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:35:42.668 INFO kablam! | Oct 11 05:35:42.668 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:35:42.668 INFO kablam! Oct 11 05:35:47.085 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 54s Oct 11 05:35:47.101 INFO kablam! su: No module specific data is present Oct 11 05:35:47.680 INFO running `"docker" "rm" "-f" "d48c0ab80d564d7778cd1df27dfdb394e284d86af73326a2923a67466100f1f6"` Oct 11 05:35:47.910 INFO blam! d48c0ab80d564d7778cd1df27dfdb394e284d86af73326a2923a67466100f1f6 Oct 11 05:35:47.917 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:35:47.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:35:48.324 INFO blam! f4702643f8fc7cc602af42d124135298f88f634bad91131534ece8d4e4cbfe99 Oct 11 05:35:48.330 INFO running `"docker" "start" "-a" "f4702643f8fc7cc602af42d124135298f88f634bad91131534ece8d4e4cbfe99"` Oct 11 05:35:49.266 INFO kablam! usermod: no changes Oct 11 05:35:49.610 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 11 05:35:56.976 INFO kablam! warning: unused variable: `point` Oct 11 05:35:56.976 INFO kablam! --> src/snake_logic.rs:106:17 Oct 11 05:35:56.976 INFO kablam! | Oct 11 05:35:56.976 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 11 05:35:56.976 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 11 05:35:56.976 INFO kablam! | Oct 11 05:35:56.976 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:35:56.976 INFO kablam! Oct 11 05:35:56.976 INFO kablam! warning: unused variable: `rect` Oct 11 05:35:56.976 INFO kablam! --> src/snake_logic.rs:106:31 Oct 11 05:35:56.976 INFO kablam! | Oct 11 05:35:56.976 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 11 05:35:56.976 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 11 05:35:56.976 INFO kablam! Oct 11 05:35:57.012 INFO kablam! warning: method is never used: `can_move` Oct 11 05:35:57.012 INFO kablam! --> src/snake_logic.rs:149:5 Oct 11 05:35:57.012 INFO kablam! | Oct 11 05:35:57.012 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 11 05:35:57.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:35:57.012 INFO kablam! | Oct 11 05:35:57.012 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:35:57.012 INFO kablam! Oct 11 05:35:57.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.32s Oct 11 05:35:57.637 INFO kablam! su: No module specific data is present Oct 11 05:35:58.337 INFO running `"docker" "rm" "-f" "f4702643f8fc7cc602af42d124135298f88f634bad91131534ece8d4e4cbfe99"` Oct 11 05:35:58.641 INFO blam! f4702643f8fc7cc602af42d124135298f88f634bad91131534ece8d4e4cbfe99 Oct 11 05:35:58.656 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:35:58.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:35:59.100 INFO blam! 245e86d3de271563094f378ad7ecc72a1443052c368c04891724501ad6acd049 Oct 11 05:35:59.108 INFO running `"docker" "start" "-a" "245e86d3de271563094f378ad7ecc72a1443052c368c04891724501ad6acd049"` Oct 11 05:36:00.267 INFO kablam! usermod: no changes Oct 11 05:36:00.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 11 05:36:00.632 INFO kablam! Running /target/debug/deps/snake_rs-a49734c8266c12b9 Oct 11 05:36:00.644 INFO blam! Oct 11 05:36:00.644 INFO blam! running 0 tests Oct 11 05:36:00.644 INFO blam! Oct 11 05:36:00.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:36:00.644 INFO blam! Oct 11 05:36:00.652 INFO kablam! su: No module specific data is present Oct 11 05:36:01.490 INFO running `"docker" "rm" "-f" "245e86d3de271563094f378ad7ecc72a1443052c368c04891724501ad6acd049"` Oct 11 05:36:01.767 INFO blam! 245e86d3de271563094f378ad7ecc72a1443052c368c04891724501ad6acd049