Oct 27 08:09:52.553 INFO checking asarode/piston-grok against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:09:52.553 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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:09:52.898 INFO blam! 24ad1f8d69f4575344c96c02dd35474854e73ea509428cccbada631593fbebf3 Oct 27 08:09:52.900 INFO running `"docker" "start" "-a" "24ad1f8d69f4575344c96c02dd35474854e73ea509428cccbada631593fbebf3"` Oct 27 08:09:54.604 INFO kablam! usermod: no changes Oct 27 08:09:54.916 INFO kablam! Checking num_cpus v1.5.1 Oct 27 08:09:55.432 INFO kablam! Checking rayon-core v1.2.1 Oct 27 08:09:56.416 INFO kablam! Checking rayon v0.8.1 Oct 27 08:09:59.167 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 08:10:00.835 INFO kablam! Checking image v0.13.0 Oct 27 08:10:06.155 INFO kablam! Checking piston2d-opengl_graphics v0.43.1 Oct 27 08:10:08.584 INFO kablam! Checking piston-grok v0.1.0 (/source) Oct 27 08:10:12.682 INFO kablam! warning: unused variable: `args` Oct 27 08:10:12.682 INFO kablam! --> src/circles.rs:97:26 Oct 27 08:10:12.682 INFO kablam! | Oct 27 08:10:12.682 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 27 08:10:12.682 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 08:10:12.682 INFO kablam! | Oct 27 08:10:12.682 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:10:12.682 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: struct is never constructed: `App` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:12:1 Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! 12 | pub struct App { Oct 27 08:10:12.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:10:12.699 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: method is never used: `render` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:18:5 Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 27 08:10:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.699 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:21:9 Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 27 08:10:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.699 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: constant item is never used: `RED` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:22:9 Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 27 08:10:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.699 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: method is never used: `update` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:40:5 Oct 27 08:10:12.699 INFO kablam! | Oct 27 08:10:12.699 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 27 08:10:12.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.699 INFO kablam! Oct 27 08:10:12.699 INFO kablam! warning: function is never used: `start` Oct 27 08:10:12.699 INFO kablam! --> src/spinning_box.rs:45:1 Oct 27 08:10:12.707 INFO kablam! | Oct 27 08:10:12.707 INFO kablam! 45 | pub fn start() { Oct 27 08:10:12.707 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:10:12.707 INFO kablam! Oct 27 08:10:12.955 INFO kablam! warning: unused variable: `args` Oct 27 08:10:12.955 INFO kablam! --> src/circles.rs:97:26 Oct 27 08:10:12.955 INFO kablam! | Oct 27 08:10:12.955 INFO kablam! 97 | fn update(&mut self, args: &UpdateArgs) { Oct 27 08:10:12.955 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 27 08:10:12.955 INFO kablam! | Oct 27 08:10:12.955 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:10:12.955 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: struct is never constructed: `App` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:12:1 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 12 | pub struct App { Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: method is never used: `render` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:18:5 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 18 | fn render(&mut self, args: &RenderArgs) { Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:21:9 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 21 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: constant item is never used: `RED` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:22:9 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 22 | const RED: [f32; 4] = [1.0, 0.0, 0.0, 1.0]; Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: method is never used: `update` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:40:5 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 40 | fn update(&mut self, args: &UpdateArgs) { Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.975 INFO kablam! warning: function is never used: `start` Oct 27 08:10:12.975 INFO kablam! --> src/spinning_box.rs:45:1 Oct 27 08:10:12.975 INFO kablam! | Oct 27 08:10:12.975 INFO kablam! 45 | pub fn start() { Oct 27 08:10:12.975 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:10:12.975 INFO kablam! Oct 27 08:10:12.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.37s Oct 27 08:10:13.011 INFO kablam! su: No module specific data is present Oct 27 08:10:13.603 INFO running `"docker" "rm" "-f" "24ad1f8d69f4575344c96c02dd35474854e73ea509428cccbada631593fbebf3"` Oct 27 08:10:13.871 INFO blam! 24ad1f8d69f4575344c96c02dd35474854e73ea509428cccbada631593fbebf3