Sep 20 23:59:54.969 INFO checking CodeGradox/Rust-Sense-Hat against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:59:54.969 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:59:54.969 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:59:55.245 INFO blam! 31ef8f7db936992ccb398ab158d8c4a46e687c85b9b4c5ee4044285033622839 Sep 20 23:59:55.247 INFO running `"docker" "start" "-a" "31ef8f7db936992ccb398ab158d8c4a46e687c85b9b4c5ee4044285033622839"` Sep 20 23:59:56.897 INFO kablam! usermod: no changes Sep 20 23:59:57.010 INFO kablam! Checking fs2 v0.2.5 Sep 20 23:59:57.398 INFO kablam! Checking memmap v0.3.0 Sep 20 23:59:57.731 INFO kablam! Checking framebuffer v0.1.4 Sep 20 23:59:58.256 INFO kablam! Checking rust_sense_hat v0.1.0 (/source) Sep 20 23:59:58.826 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.826 INFO kablam! --> src/lib.rs:54:13 Sep 20 23:59:58.826 INFO kablam! | Sep 20 23:59:58.826 INFO kablam! 54 | let mut frame = self.get_frame(); Sep 20 23:59:58.826 INFO kablam! | ----^^^^^ Sep 20 23:59:58.826 INFO kablam! | | Sep 20 23:59:58.826 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.826 INFO kablam! | Sep 20 23:59:58.826 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:59:58.827 INFO kablam! Sep 20 23:59:58.827 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.827 INFO kablam! --> src/lib.rs:68:13 Sep 20 23:59:58.827 INFO kablam! | Sep 20 23:59:58.827 INFO kablam! 68 | let mut frame = self.get_frame(); Sep 20 23:59:58.827 INFO kablam! | ----^^^^^ Sep 20 23:59:58.827 INFO kablam! | | Sep 20 23:59:58.828 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.828 INFO kablam! Sep 20 23:59:58.828 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.828 INFO kablam! --> src/lib.rs:76:13 Sep 20 23:59:58.828 INFO kablam! | Sep 20 23:59:58.829 INFO kablam! 76 | let mut frame = self.get_frame(); Sep 20 23:59:58.829 INFO kablam! | ----^^^^^ Sep 20 23:59:58.829 INFO kablam! | | Sep 20 23:59:58.829 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.829 INFO kablam! Sep 20 23:59:58.849 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.849 INFO kablam! --> src/lib.rs:54:13 Sep 20 23:59:58.850 INFO kablam! | Sep 20 23:59:58.850 INFO kablam! 54 | let mut frame = self.get_frame(); Sep 20 23:59:58.850 INFO kablam! | ----^^^^^ Sep 20 23:59:58.850 INFO kablam! | | Sep 20 23:59:58.850 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.851 INFO kablam! | Sep 20 23:59:58.851 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:59:58.851 INFO kablam! Sep 20 23:59:58.851 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.851 INFO kablam! --> src/lib.rs:68:13 Sep 20 23:59:58.851 INFO kablam! | Sep 20 23:59:58.852 INFO kablam! 68 | let mut frame = self.get_frame(); Sep 20 23:59:58.852 INFO kablam! | ----^^^^^ Sep 20 23:59:58.852 INFO kablam! | | Sep 20 23:59:58.852 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.858 INFO kablam! Sep 20 23:59:58.861 INFO kablam! warning: variable does not need to be mutable Sep 20 23:59:58.861 INFO kablam! --> src/lib.rs:76:13 Sep 20 23:59:58.861 INFO kablam! | Sep 20 23:59:58.861 INFO kablam! 76 | let mut frame = self.get_frame(); Sep 20 23:59:58.861 INFO kablam! | ----^^^^^ Sep 20 23:59:58.862 INFO kablam! | | Sep 20 23:59:58.862 INFO kablam! | help: remove this `mut` Sep 20 23:59:58.862 INFO kablam! Sep 20 23:59:59.526 INFO kablam! error[E0599]: no method named `draw_pixel` found for type `rust_sense_hat::LedDisplay` in the current scope Sep 20 23:59:59.526 INFO kablam! --> examples/main.rs:20:21 Sep 20 23:59:59.526 INFO kablam! | Sep 20 23:59:59.526 INFO kablam! 20 | display.draw_pixel(i, j, white); Sep 20 23:59:59.526 INFO kablam! | ^^^^^^^^^^ Sep 20 23:59:59.526 INFO kablam! Sep 20 23:59:59.526 INFO kablam! error[E0599]: no method named `draw_pixel` found for type `rust_sense_hat::LedDisplay` in the current scope Sep 20 23:59:59.526 INFO kablam! --> examples/main.rs:29:21 Sep 20 23:59:59.526 INFO kablam! | Sep 20 23:59:59.526 INFO kablam! 29 | display.draw_pixel(j, i, red); Sep 20 23:59:59.526 INFO kablam! | ^^^^^^^^^^ Sep 20 23:59:59.526 INFO kablam! Sep 20 23:59:59.526 INFO kablam! error[E0599]: no method named `draw_pixel` found for type `rust_sense_hat::LedDisplay` in the current scope Sep 20 23:59:59.526 INFO kablam! --> examples/main.rs:38:21 Sep 20 23:59:59.526 INFO kablam! | Sep 20 23:59:59.526 INFO kablam! 38 | display.draw_pixel(i, j, blue); Sep 20 23:59:59.526 INFO kablam! | ^^^^^^^^^^ Sep 20 23:59:59.526 INFO kablam! Sep 20 23:59:59.530 INFO kablam! error[E0599]: no method named `draw_pixel` found for type `rust_sense_hat::LedDisplay` in the current scope Sep 20 23:59:59.530 INFO kablam! --> examples/main.rs:47:21 Sep 20 23:59:59.530 INFO kablam! | Sep 20 23:59:59.530 INFO kablam! 47 | display.draw_pixel(j, i, green); Sep 20 23:59:59.530 INFO kablam! | ^^^^^^^^^^ Sep 20 23:59:59.530 INFO kablam! Sep 20 23:59:59.534 INFO kablam! error: aborting due to 4 previous errors Sep 20 23:59:59.534 INFO kablam! Sep 20 23:59:59.534 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 23:59:59.542 INFO kablam! error: Could not compile `rust_sense_hat`. Sep 20 23:59:59.542 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:59:59.716 INFO kablam! error: build failed Sep 20 23:59:59.717 INFO kablam! su: No module specific data is present Sep 21 00:00:01.273 INFO running `"docker" "rm" "-f" "31ef8f7db936992ccb398ab158d8c4a46e687c85b9b4c5ee4044285033622839"` Sep 21 00:00:01.393 INFO blam! 31ef8f7db936992ccb398ab158d8c4a46e687c85b9b4c5ee4044285033622839