Oct 15 08:46:28.912 INFO testing McGittyHub/snake-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:46:28.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:46:29.513 INFO blam! aea5c44f85807fbe914964e0f3a96263750acfe3242641dc1280b17848aa7720 Oct 15 08:46:29.531 INFO running `"docker" "start" "-a" "aea5c44f85807fbe914964e0f3a96263750acfe3242641dc1280b17848aa7720"` Oct 15 08:46:30.663 INFO kablam! usermod: no changes Oct 15 08:46:31.011 INFO kablam! Compiling itertools v0.5.10 Oct 15 08:46:31.019 INFO kablam! Compiling coco v0.1.1 Oct 15 08:46:31.019 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 08:46:31.027 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 08:46:31.027 INFO kablam! Compiling tempfile v2.2.0 Oct 15 08:46:31.031 INFO kablam! Compiling num-rational v0.1.40 Oct 15 08:46:31.035 INFO kablam! Compiling gl_generator v0.7.0 Oct 15 08:46:31.035 INFO kablam! Compiling png v0.9.0 Oct 15 08:46:33.587 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 08:46:37.049 INFO kablam! Compiling fs2 v0.2.5 Oct 15 08:46:37.049 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 08:46:37.103 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 08:46:37.139 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 15 08:46:39.711 INFO kablam! Compiling derivative v1.0.0 Oct 15 08:46:40.442 INFO kablam! Compiling memmap v0.4.0 Oct 15 08:46:42.164 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 08:46:43.919 INFO kablam! Compiling rayon v0.8.2 Oct 15 08:46:52.479 INFO kablam! Compiling pistoncore-window v0.28.0 Oct 15 08:47:00.211 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 08:47:01.079 INFO kablam! Compiling pistoncore-event_loop v0.33.0 Oct 15 08:47:03.855 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 08:47:04.931 INFO kablam! Compiling piston v0.33.0 Oct 15 08:47:09.054 INFO kablam! Compiling image v0.15.0 Oct 15 08:47:14.590 INFO kablam! Compiling libloading v0.3.4 Oct 15 08:47:21.015 INFO kablam! Compiling dlib v0.3.1 Oct 15 08:47:22.072 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 08:47:25.643 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 08:47:36.375 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 08:47:36.403 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 08:47:47.639 INFO kablam! Compiling wayland-window v0.7.0 Oct 15 08:47:49.519 INFO kablam! Compiling winit v0.7.6 Oct 15 08:47:59.270 INFO kablam! Compiling glutin v0.9.2 Oct 15 08:48:05.171 INFO kablam! Compiling pistoncore-glutin_window v0.39.1 Oct 15 08:48:17.587 INFO kablam! Compiling gfx v0.16.2 Oct 15 08:48:17.587 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 08:48:28.975 INFO kablam! Compiling piston-gfx_texture v0.26.0 Oct 15 08:48:30.955 INFO kablam! Compiling piston2d-gfx_graphics v0.43.0 Oct 15 08:48:35.615 INFO kablam! Compiling piston_window v0.70.0 Oct 15 08:48:38.626 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 15 08:48:41.771 INFO kablam! warning: unused variable: `point` Oct 15 08:48:41.772 INFO kablam! --> src/snake_logic.rs:106:17 Oct 15 08:48:41.772 INFO kablam! | Oct 15 08:48:41.772 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:41.772 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 15 08:48:41.773 INFO kablam! | Oct 15 08:48:41.773 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:41.773 INFO kablam! Oct 15 08:48:41.774 INFO kablam! warning: unused variable: `rect` Oct 15 08:48:41.774 INFO kablam! --> src/snake_logic.rs:106:31 Oct 15 08:48:41.774 INFO kablam! | Oct 15 08:48:41.774 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:41.775 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 15 08:48:41.775 INFO kablam! Oct 15 08:48:41.803 INFO kablam! warning: method is never used: `can_move` Oct 15 08:48:41.803 INFO kablam! --> src/snake_logic.rs:149:5 Oct 15 08:48:41.803 INFO kablam! | Oct 15 08:48:41.803 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 15 08:48:41.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:41.803 INFO kablam! | Oct 15 08:48:41.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:41.803 INFO kablam! Oct 15 08:48:46.557 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 15s Oct 15 08:48:46.570 INFO kablam! su: No module specific data is present Oct 15 08:48:46.915 INFO running `"docker" "rm" "-f" "aea5c44f85807fbe914964e0f3a96263750acfe3242641dc1280b17848aa7720"` Oct 15 08:48:47.059 INFO blam! aea5c44f85807fbe914964e0f3a96263750acfe3242641dc1280b17848aa7720 Oct 15 08:48:47.066 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:48:47.260 INFO blam! 593f62641453b0bf17c6a843c4364c2ccc80ec1de7f6657ac13a2f76be4a415d Oct 15 08:48:47.264 INFO running `"docker" "start" "-a" "593f62641453b0bf17c6a843c4364c2ccc80ec1de7f6657ac13a2f76be4a415d"` Oct 15 08:48:47.723 INFO kablam! usermod: no changes Oct 15 08:48:47.930 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 15 08:48:51.095 INFO kablam! warning: unused variable: `point` Oct 15 08:48:51.095 INFO kablam! --> src/snake_logic.rs:106:17 Oct 15 08:48:51.095 INFO kablam! | Oct 15 08:48:51.095 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:51.095 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 15 08:48:51.095 INFO kablam! | Oct 15 08:48:51.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:51.095 INFO kablam! Oct 15 08:48:51.095 INFO kablam! warning: unused variable: `rect` Oct 15 08:48:51.095 INFO kablam! --> src/snake_logic.rs:106:31 Oct 15 08:48:51.095 INFO kablam! | Oct 15 08:48:51.095 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:51.095 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 15 08:48:51.095 INFO kablam! Oct 15 08:48:51.125 INFO kablam! warning: method is never used: `can_move` Oct 15 08:48:51.125 INFO kablam! --> src/snake_logic.rs:149:5 Oct 15 08:48:51.125 INFO kablam! | Oct 15 08:48:51.125 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 15 08:48:51.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:51.126 INFO kablam! | Oct 15 08:48:51.126 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:51.126 INFO kablam! Oct 15 08:48:51.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.93s Oct 15 08:48:51.695 INFO kablam! su: No module specific data is present Oct 15 08:48:52.747 INFO running `"docker" "rm" "-f" "593f62641453b0bf17c6a843c4364c2ccc80ec1de7f6657ac13a2f76be4a415d"` Oct 15 08:48:53.064 INFO blam! 593f62641453b0bf17c6a843c4364c2ccc80ec1de7f6657ac13a2f76be4a415d Oct 15 08:48:53.066 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 08:48:53.535 INFO blam! 3ca8c598a24de2893977d99b9ef76398a7f6dc45313acd9647ae7a89b0388bd7 Oct 15 08:48:53.537 INFO running `"docker" "start" "-a" "3ca8c598a24de2893977d99b9ef76398a7f6dc45313acd9647ae7a89b0388bd7"` Oct 15 08:48:54.982 INFO kablam! usermod: no changes Oct 15 08:48:55.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 15 08:48:55.283 INFO kablam! Running /target/debug/deps/snake_rs-a49734c8266c12b9 Oct 15 08:48:55.284 INFO blam! Oct 15 08:48:55.284 INFO blam! running 0 tests Oct 15 08:48:55.285 INFO blam! Oct 15 08:48:55.285 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:55.285 INFO blam! Oct 15 08:48:55.288 INFO kablam! su: No module specific data is present Oct 15 08:48:56.319 INFO running `"docker" "rm" "-f" "3ca8c598a24de2893977d99b9ef76398a7f6dc45313acd9647ae7a89b0388bd7"` Oct 15 08:48:56.595 INFO blam! 3ca8c598a24de2893977d99b9ef76398a7f6dc45313acd9647ae7a89b0388bd7