Oct 15 08:46:25.757 INFO testing McGittyHub/snake-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:46:25.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.147 INFO blam! beb9cad561b8edf9fc7df61a9d400504cd0348608a7da1af2612b2b7dba2658c Oct 15 08:46:26.153 INFO running `"docker" "start" "-a" "beb9cad561b8edf9fc7df61a9d400504cd0348608a7da1af2612b2b7dba2658c"` Oct 15 08:46:27.336 INFO kablam! usermod: no changes Oct 15 08:46:27.651 INFO kablam! Compiling itertools v0.5.10 Oct 15 08:46:27.651 INFO kablam! Compiling coco v0.1.1 Oct 15 08:46:27.651 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 08:46:27.679 INFO kablam! Compiling piston2d-graphics v0.21.1 Oct 15 08:46:27.679 INFO kablam! Compiling png v0.9.0 Oct 15 08:46:27.679 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 08:46:27.679 INFO kablam! Compiling gl v0.6.5 Oct 15 08:46:27.679 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 15 08:46:31.479 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 08:46:35.678 INFO kablam! Compiling derivative v1.0.0 Oct 15 08:46:38.671 INFO kablam! Compiling wayland-window v0.7.0 Oct 15 08:46:38.983 INFO kablam! Compiling rayon v0.8.2 Oct 15 08:46:39.679 INFO kablam! Compiling pistoncore-window v0.28.0 Oct 15 08:46:44.139 INFO kablam! Compiling pistoncore-event_loop v0.33.0 Oct 15 08:46:47.919 INFO kablam! Compiling piston v0.33.0 Oct 15 08:46:48.639 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 08:47:00.235 INFO kablam! Compiling winit v0.7.6 Oct 15 08:47:02.467 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 08:47:03.027 INFO kablam! Compiling image v0.15.0 Oct 15 08:47:14.180 INFO kablam! Compiling glutin v0.9.2 Oct 15 08:47:21.735 INFO kablam! Compiling pistoncore-glutin_window v0.39.1 Oct 15 08:47:58.099 INFO kablam! Compiling gfx v0.16.2 Oct 15 08:47:58.100 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 08:48:11.083 INFO kablam! Compiling piston-gfx_texture v0.26.0 Oct 15 08:48:13.145 INFO kablam! Compiling piston2d-gfx_graphics v0.43.0 Oct 15 08:48:17.839 INFO kablam! Compiling piston_window v0.70.0 Oct 15 08:48:21.056 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 15 08:48:24.316 INFO kablam! warning: unused variable: `point` Oct 15 08:48:24.317 INFO kablam! --> src/snake_logic.rs:106:17 Oct 15 08:48:24.317 INFO kablam! | Oct 15 08:48:24.318 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:24.319 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 15 08:48:24.319 INFO kablam! | Oct 15 08:48:24.320 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:24.321 INFO kablam! Oct 15 08:48:24.321 INFO kablam! warning: unused variable: `rect` Oct 15 08:48:24.322 INFO kablam! --> src/snake_logic.rs:106:31 Oct 15 08:48:24.322 INFO kablam! | Oct 15 08:48:24.323 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:24.324 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 15 08:48:24.324 INFO kablam! Oct 15 08:48:24.355 INFO kablam! warning: method is never used: `can_move` Oct 15 08:48:24.356 INFO kablam! --> src/snake_logic.rs:149:5 Oct 15 08:48:24.357 INFO kablam! | Oct 15 08:48:24.357 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 15 08:48:24.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:24.359 INFO kablam! | Oct 15 08:48:24.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:24.360 INFO kablam! Oct 15 08:48:29.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 01s Oct 15 08:48:29.016 INFO kablam! su: No module specific data is present Oct 15 08:48:29.679 INFO running `"docker" "rm" "-f" "beb9cad561b8edf9fc7df61a9d400504cd0348608a7da1af2612b2b7dba2658c"` Oct 15 08:48:29.925 INFO blam! beb9cad561b8edf9fc7df61a9d400504cd0348608a7da1af2612b2b7dba2658c Oct 15 08:48:29.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:30.523 INFO blam! 30872bea06c2080dc417375181483cd8f8e78fb5b56469cc12cfcf1e0dad7836 Oct 15 08:48:30.525 INFO running `"docker" "start" "-a" "30872bea06c2080dc417375181483cd8f8e78fb5b56469cc12cfcf1e0dad7836"` Oct 15 08:48:31.795 INFO kablam! usermod: no changes Oct 15 08:48:32.069 INFO kablam! Compiling snake-rs v0.1.0 (/source) Oct 15 08:48:35.489 INFO kablam! warning: unused variable: `point` Oct 15 08:48:35.490 INFO kablam! --> src/snake_logic.rs:106:17 Oct 15 08:48:35.490 INFO kablam! | Oct 15 08:48:35.490 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:35.491 INFO kablam! | ^^^^^ help: consider using `_point` instead Oct 15 08:48:35.492 INFO kablam! | Oct 15 08:48:35.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:48:35.493 INFO kablam! Oct 15 08:48:35.493 INFO kablam! warning: unused variable: `rect` Oct 15 08:48:35.494 INFO kablam! --> src/snake_logic.rs:106:31 Oct 15 08:48:35.494 INFO kablam! | Oct 15 08:48:35.495 INFO kablam! 106 | fn closest_side(point: Point, rect: Rect) -> Dir { Oct 15 08:48:35.495 INFO kablam! | ^^^^ help: consider using `_rect` instead Oct 15 08:48:35.496 INFO kablam! Oct 15 08:48:35.523 INFO kablam! warning: method is never used: `can_move` Oct 15 08:48:35.523 INFO kablam! --> src/snake_logic.rs:149:5 Oct 15 08:48:35.523 INFO kablam! | Oct 15 08:48:35.523 INFO kablam! 149 | pub fn can_move(&self, input_dir: Dir) -> bool { Oct 15 08:48:35.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:48:35.523 INFO kablam! | Oct 15 08:48:35.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:48:35.523 INFO kablam! Oct 15 08:48:36.211 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.39s Oct 15 08:48:36.228 INFO kablam! su: No module specific data is present Oct 15 08:48:36.733 INFO running `"docker" "rm" "-f" "30872bea06c2080dc417375181483cd8f8e78fb5b56469cc12cfcf1e0dad7836"` Oct 15 08:48:36.884 INFO blam! 30872bea06c2080dc417375181483cd8f8e78fb5b56469cc12cfcf1e0dad7836 Oct 15 08:48:36.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.279 INFO blam! 6c65ef249805e2059a4c22f0f6809c7befbfba3adf822a928b91bc576f84a88b Oct 15 08:48:37.279 INFO running `"docker" "start" "-a" "6c65ef249805e2059a4c22f0f6809c7befbfba3adf822a928b91bc576f84a88b"` Oct 15 08:48:38.015 INFO kablam! usermod: no changes Oct 15 08:48:38.289 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 15 08:48:38.311 INFO kablam! Running /target/debug/deps/snake_rs-957b82e28399c990 Oct 15 08:48:38.313 INFO blam! Oct 15 08:48:38.313 INFO blam! running 0 tests Oct 15 08:48:38.313 INFO blam! Oct 15 08:48:38.313 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:48:38.313 INFO blam! Oct 15 08:48:38.317 INFO kablam! su: No module specific data is present Oct 15 08:48:39.051 INFO running `"docker" "rm" "-f" "6c65ef249805e2059a4c22f0f6809c7befbfba3adf822a928b91bc576f84a88b"` Oct 15 08:48:39.347 INFO blam! 6c65ef249805e2059a4c22f0f6809c7befbfba3adf822a928b91bc576f84a88b