Oct 27 14:45:47.098 INFO checking termage-1.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:45:47.100 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 14:45:47.483 INFO blam! 8b4d364a8f027759f62039706e6bf6a1fbc78d708d7878f46fb58aa96d34afaf Oct 27 14:45:47.507 INFO running `"docker" "start" "-a" "8b4d364a8f027759f62039706e6bf6a1fbc78d708d7878f46fb58aa96d34afaf"` Oct 27 14:45:49.033 INFO kablam! usermod: no changes Oct 27 14:45:49.245 INFO kablam! Checking terminal_graphics v0.1.5 Oct 27 14:45:49.263 INFO kablam! Checking png v0.12.0 Oct 27 14:45:49.263 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 14:45:52.855 INFO kablam! Checking image v0.19.0 Oct 27 14:45:59.551 INFO kablam! Checking termage v1.1.1 (/source) Oct 27 14:46:03.091 INFO kablam! warning: unused import: `Frame` Oct 27 14:46:03.091 INFO kablam! --> src/lib.rs:11:71 Oct 27 14:46:03.091 INFO kablam! | Oct 27 14:46:03.091 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 27 14:46:03.091 INFO kablam! | ^^^^^ Oct 27 14:46:03.091 INFO kablam! | Oct 27 14:46:03.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:46:03.091 INFO kablam! Oct 27 14:46:03.091 INFO kablam! warning: unused import: `ImageBuffer` Oct 27 14:46:03.091 INFO kablam! --> src/lib.rs:12:28 Oct 27 14:46:03.091 INFO kablam! | Oct 27 14:46:03.091 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 27 14:46:03.091 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:46:03.091 INFO kablam! Oct 27 14:46:03.223 INFO kablam! warning: unused variable: `i` Oct 27 14:46:03.223 INFO kablam! --> src/lib.rs:177:10 Oct 27 14:46:03.223 INFO kablam! | Oct 27 14:46:03.223 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 27 14:46:03.223 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:46:03.223 INFO kablam! | Oct 27 14:46:03.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:46:03.223 INFO kablam! Oct 27 14:46:03.227 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:03.227 INFO kablam! --> src/lib.rs:26:9 Oct 27 14:46:03.227 INFO kablam! | Oct 27 14:46:03.227 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 27 14:46:03.227 INFO kablam! | ----^ Oct 27 14:46:03.227 INFO kablam! | | Oct 27 14:46:03.227 INFO kablam! | help: remove this `mut` Oct 27 14:46:03.227 INFO kablam! | Oct 27 14:46:03.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:46:03.227 INFO kablam! Oct 27 14:46:03.227 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:03.227 INFO kablam! --> src/lib.rs:28:9 Oct 27 14:46:03.227 INFO kablam! | Oct 27 14:46:03.227 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 27 14:46:03.227 INFO kablam! | ----^^^^^^^ Oct 27 14:46:03.227 INFO kablam! | | Oct 27 14:46:03.227 INFO kablam! | help: remove this `mut` Oct 27 14:46:03.227 INFO kablam! Oct 27 14:46:03.243 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:03.243 INFO kablam! --> src/lib.rs:163:9 Oct 27 14:46:03.243 INFO kablam! | Oct 27 14:46:03.243 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 27 14:46:03.243 INFO kablam! | ----^^^ Oct 27 14:46:03.243 INFO kablam! | | Oct 27 14:46:03.243 INFO kablam! | help: remove this `mut` Oct 27 14:46:03.243 INFO kablam! Oct 27 14:46:03.243 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:03.243 INFO kablam! --> src/lib.rs:171:9 Oct 27 14:46:03.243 INFO kablam! | Oct 27 14:46:03.243 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 27 14:46:03.243 INFO kablam! | ----^^^^^^ Oct 27 14:46:03.243 INFO kablam! | | Oct 27 14:46:03.243 INFO kablam! | help: remove this `mut` Oct 27 14:46:03.243 INFO kablam! Oct 27 14:46:03.758 INFO kablam! warning: unused import: `Frame` Oct 27 14:46:03.763 INFO kablam! --> src/lib.rs:11:71 Oct 27 14:46:03.763 INFO kablam! | Oct 27 14:46:03.763 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 27 14:46:03.763 INFO kablam! | ^^^^^ Oct 27 14:46:03.763 INFO kablam! | Oct 27 14:46:03.763 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:46:03.763 INFO kablam! Oct 27 14:46:03.763 INFO kablam! warning: unused import: `ImageBuffer` Oct 27 14:46:03.763 INFO kablam! --> src/lib.rs:12:28 Oct 27 14:46:03.763 INFO kablam! | Oct 27 14:46:03.763 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 27 14:46:03.763 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:46:03.763 INFO kablam! Oct 27 14:46:04.099 INFO kablam! warning: unused variable: `i` Oct 27 14:46:04.099 INFO kablam! --> src/lib.rs:177:10 Oct 27 14:46:04.099 INFO kablam! | Oct 27 14:46:04.103 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 27 14:46:04.103 INFO kablam! | ^ help: consider using `_i` instead Oct 27 14:46:04.103 INFO kablam! | Oct 27 14:46:04.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:46:04.103 INFO kablam! Oct 27 14:46:04.115 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:04.115 INFO kablam! --> src/lib.rs:26:9 Oct 27 14:46:04.115 INFO kablam! | Oct 27 14:46:04.115 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 27 14:46:04.115 INFO kablam! | ----^ Oct 27 14:46:04.115 INFO kablam! | | Oct 27 14:46:04.115 INFO kablam! | help: remove this `mut` Oct 27 14:46:04.115 INFO kablam! | Oct 27 14:46:04.115 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:46:04.115 INFO kablam! Oct 27 14:46:04.115 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:04.115 INFO kablam! --> src/lib.rs:28:9 Oct 27 14:46:04.115 INFO kablam! | Oct 27 14:46:04.115 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 27 14:46:04.115 INFO kablam! | ----^^^^^^^ Oct 27 14:46:04.115 INFO kablam! | | Oct 27 14:46:04.115 INFO kablam! | help: remove this `mut` Oct 27 14:46:04.115 INFO kablam! Oct 27 14:46:04.122 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:04.122 INFO kablam! --> src/lib.rs:163:9 Oct 27 14:46:04.122 INFO kablam! | Oct 27 14:46:04.122 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 27 14:46:04.122 INFO kablam! | ----^^^ Oct 27 14:46:04.122 INFO kablam! | | Oct 27 14:46:04.122 INFO kablam! | help: remove this `mut` Oct 27 14:46:04.122 INFO kablam! Oct 27 14:46:04.159 INFO kablam! warning: variable does not need to be mutable Oct 27 14:46:04.159 INFO kablam! --> src/lib.rs:171:9 Oct 27 14:46:04.159 INFO kablam! | Oct 27 14:46:04.159 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 27 14:46:04.159 INFO kablam! | ----^^^^^^ Oct 27 14:46:04.159 INFO kablam! | | Oct 27 14:46:04.159 INFO kablam! | help: remove this `mut` Oct 27 14:46:04.159 INFO kablam! Oct 27 14:46:07.783 INFO kablam! warning: unused import: `image::Pixel` Oct 27 14:46:07.783 INFO kablam! --> src/bin/main.rs:7:5 Oct 27 14:46:07.783 INFO kablam! | Oct 27 14:46:07.783 INFO kablam! 7 | use image::Pixel; Oct 27 14:46:07.783 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:46:07.783 INFO kablam! | Oct 27 14:46:07.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:46:07.783 INFO kablam! Oct 27 14:46:07.783 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 27 14:46:07.783 INFO kablam! --> src/bin/main.rs:9:5 Oct 27 14:46:07.783 INFO kablam! | Oct 27 14:46:07.783 INFO kablam! 9 | use terminal_graphics::Display; Oct 27 14:46:07.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:46:07.783 INFO kablam! Oct 27 14:46:07.783 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 27 14:46:07.783 INFO kablam! --> src/bin/main.rs:10:5 Oct 27 14:46:07.783 INFO kablam! | Oct 27 14:46:07.783 INFO kablam! 10 | use terminal_graphics::Colour; Oct 27 14:46:07.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:46:07.783 INFO kablam! Oct 27 14:46:08.161 INFO kablam! warning: unused import: `image::Pixel` Oct 27 14:46:08.162 INFO kablam! --> src/bin/main.rs:7:5 Oct 27 14:46:08.162 INFO kablam! | Oct 27 14:46:08.162 INFO kablam! 7 | use image::Pixel; Oct 27 14:46:08.162 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:46:08.162 INFO kablam! | Oct 27 14:46:08.162 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:46:08.162 INFO kablam! Oct 27 14:46:08.162 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 27 14:46:08.162 INFO kablam! --> src/bin/main.rs:9:5 Oct 27 14:46:08.162 INFO kablam! | Oct 27 14:46:08.162 INFO kablam! 9 | use terminal_graphics::Display; Oct 27 14:46:08.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:46:08.162 INFO kablam! Oct 27 14:46:08.162 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 27 14:46:08.162 INFO kablam! --> src/bin/main.rs:10:5 Oct 27 14:46:08.162 INFO kablam! | Oct 27 14:46:08.162 INFO kablam! 10 | use terminal_graphics::Colour; Oct 27 14:46:08.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:46:08.165 INFO kablam! Oct 27 14:46:08.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.18s Oct 27 14:46:08.247 INFO kablam! su: No module specific data is present Oct 27 14:46:09.215 INFO running `"docker" "rm" "-f" "8b4d364a8f027759f62039706e6bf6a1fbc78d708d7878f46fb58aa96d34afaf"` Oct 27 14:46:09.479 INFO blam! 8b4d364a8f027759f62039706e6bf6a1fbc78d708d7878f46fb58aa96d34afaf