Oct 27 08:57:58.757 INFO checking aarroyoc/hexaminas-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:57:58.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 08:57:59.091 INFO blam! 6598d39a75f22c50f7391370b0b4a360f2c5fbdc4e8f35ed871bb05608fe962c Oct 27 08:57:59.099 INFO running `"docker" "start" "-a" "6598d39a75f22c50f7391370b0b4a360f2c5fbdc4e8f35ed871bb05608fe962c"` Oct 27 08:58:00.062 INFO kablam! usermod: no changes Oct 27 08:58:00.383 INFO kablam! Checking memmap v0.6.2 Oct 27 08:58:00.387 INFO kablam! Checking shared_library v0.1.8 Oct 27 08:58:00.389 INFO kablam! Checking tempfile v2.2.0 Oct 27 08:58:00.389 INFO kablam! Checking x11-dl v2.17.3 Oct 27 08:58:00.389 INFO kablam! Checking rayon-core v1.4.0 Oct 27 08:58:00.395 INFO kablam! Checking wayland-client v0.12.5 Oct 27 08:58:00.398 INFO kablam! Checking pistoncore-window v0.31.0 Oct 27 08:58:02.039 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 08:58:03.799 INFO kablam! Checking pistoncore-event_loop v0.36.0 Oct 27 08:58:04.727 INFO kablam! Checking rayon v1.0.0 Oct 27 08:58:06.235 INFO kablam! Checking piston v0.36.0 Oct 27 08:58:06.292 INFO kablam! Checking wayland-protocols v0.12.5 Oct 27 08:58:06.292 INFO kablam! Checking wayland-kbd v0.13.1 Oct 27 08:58:17.031 INFO kablam! Checking wayland-window v0.13.2 Oct 27 08:58:17.527 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 27 08:58:18.837 INFO kablam! Checking winit v0.10.0 Oct 27 08:58:20.649 INFO kablam! Checking image v0.18.0 Oct 27 08:58:23.123 INFO kablam! Checking glutin v0.12.2 Oct 27 08:58:26.795 INFO kablam! Checking pistoncore-glutin_window v0.45.2 Oct 27 08:58:30.183 INFO kablam! Checking piston-gfx_texture v0.31.0 Oct 27 08:58:33.247 INFO kablam! Checking piston2d-gfx_graphics v0.50.0 Oct 27 08:58:37.588 INFO kablam! Checking piston_window v0.77.0 Oct 27 08:58:41.920 INFO kablam! Checking hexaminas v0.1.0 (/source) Oct 27 08:58:47.512 INFO kablam! warning: unused import: `piston_window::character::CharacterCache` Oct 27 08:58:47.514 INFO kablam! --> src/table.rs:5:5 Oct 27 08:58:47.515 INFO kablam! | Oct 27 08:58:47.516 INFO kablam! 5 | use piston_window::character::CharacterCache; Oct 27 08:58:47.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:58:47.517 INFO kablam! | Oct 27 08:58:47.518 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:58:47.518 INFO kablam! Oct 27 08:58:47.703 INFO kablam! warning: unused variable: `m` Oct 27 08:58:47.704 INFO kablam! --> src/main.rs:33:29 Oct 27 08:58:47.704 INFO kablam! | Oct 27 08:58:47.705 INFO kablam! 33 | let m = table.get_mines_around(pos); Oct 27 08:58:47.706 INFO kablam! | ^ help: consider using `_m` instead Oct 27 08:58:47.706 INFO kablam! | Oct 27 08:58:47.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:58:47.708 INFO kablam! Oct 27 08:58:47.708 INFO kablam! warning: unused variable: `hex` Oct 27 08:58:47.708 INFO kablam! --> src/table.rs:232:27 Oct 27 08:58:47.708 INFO kablam! | Oct 27 08:58:47.709 INFO kablam! 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Oct 27 08:58:47.709 INFO kablam! | ^^^ help: consider using `_hex` instead Oct 27 08:58:47.709 INFO kablam! Oct 27 08:58:48.020 INFO kablam! warning: unused import: `piston_window::character::CharacterCache` Oct 27 08:58:48.020 INFO kablam! --> src/table.rs:5:5 Oct 27 08:58:48.020 INFO kablam! | Oct 27 08:58:48.020 INFO kablam! 5 | use piston_window::character::CharacterCache; Oct 27 08:58:48.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:58:48.020 INFO kablam! | Oct 27 08:58:48.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:58:48.020 INFO kablam! Oct 27 08:58:48.182 INFO kablam! warning: unused variable: `m` Oct 27 08:58:48.183 INFO kablam! --> src/main.rs:33:29 Oct 27 08:58:48.183 INFO kablam! | Oct 27 08:58:48.183 INFO kablam! 33 | let m = table.get_mines_around(pos); Oct 27 08:58:48.183 INFO kablam! | ^ help: consider using `_m` instead Oct 27 08:58:48.184 INFO kablam! | Oct 27 08:58:48.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:58:48.185 INFO kablam! Oct 27 08:58:48.186 INFO kablam! warning: unused variable: `hex` Oct 27 08:58:48.186 INFO kablam! --> src/table.rs:232:27 Oct 27 08:58:48.186 INFO kablam! | Oct 27 08:58:48.186 INFO kablam! 232 | pub fn draw(&mut self,hex: &G2dTexture,glyphs: &mut Glyphs,c: &Context, g: &mut G2d) Oct 27 08:58:48.186 INFO kablam! | ^^^ help: consider using `_hex` instead Oct 27 08:58:48.187 INFO kablam! Oct 27 08:58:48.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.19s Oct 27 08:58:48.298 INFO kablam! su: No module specific data is present Oct 27 08:58:49.603 INFO running `"docker" "rm" "-f" "6598d39a75f22c50f7391370b0b4a360f2c5fbdc4e8f35ed871bb05608fe962c"` Oct 27 08:58:50.000 INFO blam! 6598d39a75f22c50f7391370b0b4a360f2c5fbdc4e8f35ed871bb05608fe962c