Oct 27 12:29:05.265 INFO checking CTJeffries/Fives against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:29:05.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 12:29:05.763 INFO blam! e7973aa0ddf9a7e6741f9d2b97ce9ebd70783f69a219d5b66dfb6d6af401185a Oct 27 12:29:05.771 INFO running `"docker" "start" "-a" "e7973aa0ddf9a7e6741f9d2b97ce9ebd70783f69a219d5b66dfb6d6af401185a"` Oct 27 12:29:06.935 INFO kablam! usermod: no changes Oct 27 12:29:07.319 INFO kablam! Compiling x11-dl v2.18.1 Oct 27 12:29:07.319 INFO kablam! Compiling num-derive v0.2.2 Oct 27 12:29:07.319 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 12:29:18.547 INFO kablam! Checking image v0.19.0 Oct 27 12:29:19.287 INFO kablam! Checking pistoncore-window v0.32.0 Oct 27 12:29:21.823 INFO kablam! Checking winit v0.12.0 Oct 27 12:29:24.615 INFO kablam! Checking pistoncore-event_loop v0.37.0 Oct 27 12:29:28.120 INFO kablam! Checking piston v0.37.0 Oct 27 12:29:28.865 INFO kablam! Checking glutin v0.14.0 Oct 27 12:29:32.753 INFO kablam! Checking piston2d-opengl_graphics v0.53.0 Oct 27 12:29:33.824 INFO kablam! Checking pistoncore-glutin_window v0.47.0 Oct 27 12:29:38.388 INFO kablam! Checking fives v0.1.0 (/source) Oct 27 12:29:46.451 INFO kablam! warning: unused variable: `unused` Oct 27 12:29:46.451 INFO kablam! --> src/gameboard_graphics.rs:144:13 Oct 27 12:29:46.451 INFO kablam! | Oct 27 12:29:46.451 INFO kablam! 144 | for unused in 0..((val as f64 / 5.0).log2() as usize / 6) { Oct 27 12:29:46.451 INFO kablam! | ^^^^^^ help: consider using `_unused` instead Oct 27 12:29:46.451 INFO kablam! | Oct 27 12:29:46.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:29:46.451 INFO kablam! Oct 27 12:29:46.487 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:29:46.487 INFO kablam! --> src/gameboard_graphics.rs:111:21 Oct 27 12:29:46.487 INFO kablam! | Oct 27 12:29:46.487 INFO kablam! 111 | / text::Text::new_color(settings.text_color, 40) Oct 27 12:29:46.487 INFO kablam! 112 | | .draw(&number, glyphs, &c.draw_state, Oct 27 12:29:46.487 INFO kablam! 113 | | c.transform.trans(pos[0], pos[1]), g); Oct 27 12:29:46.487 INFO kablam! | |____________________________________________________________________^ Oct 27 12:29:46.494 INFO kablam! | Oct 27 12:29:46.495 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:29:46.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:29:46.495 INFO kablam! Oct 27 12:29:46.495 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:29:46.495 INFO kablam! --> src/gameboard_graphics.rs:119:9 Oct 27 12:29:46.495 INFO kablam! | Oct 27 12:29:46.495 INFO kablam! 119 | / text::Text::new(50).draw(&board.get_score(), glyphs, &c.draw_state, Oct 27 12:29:46.495 INFO kablam! 120 | | c.transform.trans(20.0, settings.length + 50.0), g); Oct 27 12:29:46.495 INFO kablam! | |__________________________________________________________________________________^ Oct 27 12:29:46.495 INFO kablam! | Oct 27 12:29:46.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:29:46.495 INFO kablam! Oct 27 12:29:46.603 INFO kablam! warning: unused variable: `unused` Oct 27 12:29:46.603 INFO kablam! --> src/gameboard_graphics.rs:144:13 Oct 27 12:29:46.603 INFO kablam! | Oct 27 12:29:46.603 INFO kablam! 144 | for unused in 0..((val as f64 / 5.0).log2() as usize / 6) { Oct 27 12:29:46.603 INFO kablam! | ^^^^^^ help: consider using `_unused` instead Oct 27 12:29:46.611 INFO kablam! | Oct 27 12:29:46.611 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:29:46.612 INFO kablam! Oct 27 12:29:46.647 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:29:46.647 INFO kablam! --> src/gameboard_graphics.rs:111:21 Oct 27 12:29:46.648 INFO kablam! | Oct 27 12:29:46.648 INFO kablam! 111 | / text::Text::new_color(settings.text_color, 40) Oct 27 12:29:46.648 INFO kablam! 112 | | .draw(&number, glyphs, &c.draw_state, Oct 27 12:29:46.648 INFO kablam! 113 | | c.transform.trans(pos[0], pos[1]), g); Oct 27 12:29:46.649 INFO kablam! | |____________________________________________________________________^ Oct 27 12:29:46.649 INFO kablam! | Oct 27 12:29:46.650 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:29:46.650 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:29:46.650 INFO kablam! Oct 27 12:29:46.650 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:29:46.651 INFO kablam! --> src/gameboard_graphics.rs:119:9 Oct 27 12:29:46.651 INFO kablam! | Oct 27 12:29:46.651 INFO kablam! 119 | / text::Text::new(50).draw(&board.get_score(), glyphs, &c.draw_state, Oct 27 12:29:46.652 INFO kablam! 120 | | c.transform.trans(20.0, settings.length + 50.0), g); Oct 27 12:29:46.652 INFO kablam! | |__________________________________________________________________________________^ Oct 27 12:29:46.652 INFO kablam! | Oct 27 12:29:46.653 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:29:46.653 INFO kablam! Oct 27 12:29:46.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.75s Oct 27 12:29:46.719 INFO kablam! su: No module specific data is present Oct 27 12:29:47.863 INFO running `"docker" "rm" "-f" "e7973aa0ddf9a7e6741f9d2b97ce9ebd70783f69a219d5b66dfb6d6af401185a"` Oct 27 12:29:48.079 INFO blam! e7973aa0ddf9a7e6741f9d2b97ce9ebd70783f69a219d5b66dfb6d6af401185a