Oct 21 23:06:37.095 INFO checking termage-1.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:06:37.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 23:06:37.380 INFO blam! 0e144379eb9aca3b96641214ec6c0eb27d11001063c3c0d81a649637d516f544 Oct 21 23:06:37.381 INFO running `"docker" "start" "-a" "0e144379eb9aca3b96641214ec6c0eb27d11001063c3c0d81a649637d516f544"` Oct 21 23:06:38.474 INFO kablam! usermod: no changes Oct 21 23:06:38.629 INFO kablam! Checking terminal_graphics v0.1.5 Oct 21 23:06:38.648 INFO kablam! Checking terminal_size v0.1.8 Oct 21 23:06:38.648 INFO kablam! Compiling num-derive v0.2.3 Oct 21 23:06:38.648 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 21 23:06:50.044 INFO kablam! Checking image v0.19.0 Oct 21 23:06:56.472 INFO kablam! Checking termage v1.1.1 (/source) Oct 21 23:06:59.477 INFO kablam! warning: unused import: `Frame` Oct 21 23:06:59.477 INFO kablam! --> src/lib.rs:11:71 Oct 21 23:06:59.477 INFO kablam! | Oct 21 23:06:59.477 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 21 23:06:59.477 INFO kablam! | ^^^^^ Oct 21 23:06:59.477 INFO kablam! | Oct 21 23:06:59.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:06:59.480 INFO kablam! Oct 21 23:06:59.480 INFO kablam! warning: unused import: `ImageBuffer` Oct 21 23:06:59.480 INFO kablam! --> src/lib.rs:12:28 Oct 21 23:06:59.480 INFO kablam! | Oct 21 23:06:59.480 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 21 23:06:59.480 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:06:59.480 INFO kablam! Oct 21 23:06:59.672 INFO kablam! warning: unused variable: `i` Oct 21 23:06:59.672 INFO kablam! --> src/lib.rs:177:10 Oct 21 23:06:59.672 INFO kablam! | Oct 21 23:06:59.672 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 21 23:06:59.672 INFO kablam! | ^ help: consider using `_i` instead Oct 21 23:06:59.680 INFO kablam! | Oct 21 23:06:59.681 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:06:59.681 INFO kablam! Oct 21 23:06:59.692 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:59.693 INFO kablam! --> src/lib.rs:26:9 Oct 21 23:06:59.693 INFO kablam! | Oct 21 23:06:59.693 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 21 23:06:59.693 INFO kablam! | ----^ Oct 21 23:06:59.694 INFO kablam! | | Oct 21 23:06:59.694 INFO kablam! | help: remove this `mut` Oct 21 23:06:59.694 INFO kablam! | Oct 21 23:06:59.694 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:06:59.695 INFO kablam! Oct 21 23:06:59.695 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:59.695 INFO kablam! --> src/lib.rs:28:9 Oct 21 23:06:59.695 INFO kablam! | Oct 21 23:06:59.696 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 21 23:06:59.696 INFO kablam! | ----^^^^^^^ Oct 21 23:06:59.696 INFO kablam! | | Oct 21 23:06:59.697 INFO kablam! | help: remove this `mut` Oct 21 23:06:59.697 INFO kablam! Oct 21 23:06:59.697 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:59.697 INFO kablam! --> src/lib.rs:163:9 Oct 21 23:06:59.698 INFO kablam! | Oct 21 23:06:59.698 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 21 23:06:59.698 INFO kablam! | ----^^^ Oct 21 23:06:59.698 INFO kablam! | | Oct 21 23:06:59.699 INFO kablam! | help: remove this `mut` Oct 21 23:06:59.706 INFO kablam! Oct 21 23:06:59.712 INFO kablam! warning: variable does not need to be mutable Oct 21 23:06:59.713 INFO kablam! --> src/lib.rs:171:9 Oct 21 23:06:59.716 INFO kablam! | Oct 21 23:06:59.720 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 21 23:06:59.721 INFO kablam! | ----^^^^^^ Oct 21 23:06:59.721 INFO kablam! | | Oct 21 23:06:59.721 INFO kablam! | help: remove this `mut` Oct 21 23:06:59.721 INFO kablam! Oct 21 23:06:59.808 INFO kablam! warning: unused import: `Frame` Oct 21 23:06:59.809 INFO kablam! --> src/lib.rs:11:71 Oct 21 23:06:59.809 INFO kablam! | Oct 21 23:06:59.809 INFO kablam! 11 | use image::{GenericImage, Pixel, RgbImage, gif, Frames, ImageDecoder, Frame}; Oct 21 23:06:59.810 INFO kablam! | ^^^^^ Oct 21 23:06:59.810 INFO kablam! | Oct 21 23:06:59.810 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:06:59.810 INFO kablam! Oct 21 23:06:59.811 INFO kablam! warning: unused import: `ImageBuffer` Oct 21 23:06:59.811 INFO kablam! --> src/lib.rs:12:28 Oct 21 23:06:59.811 INFO kablam! | Oct 21 23:06:59.811 INFO kablam! 12 | use image::{ConvertBuffer, ImageBuffer}; Oct 21 23:06:59.812 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:06:59.812 INFO kablam! Oct 21 23:07:00.028 INFO kablam! warning: unused variable: `i` Oct 21 23:07:00.029 INFO kablam! --> src/lib.rs:177:10 Oct 21 23:07:00.029 INFO kablam! | Oct 21 23:07:00.029 INFO kablam! 177 | for (i, frame) in frames.enumerate() { Oct 21 23:07:00.030 INFO kablam! | ^ help: consider using `_i` instead Oct 21 23:07:00.030 INFO kablam! | Oct 21 23:07:00.030 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:07:00.030 INFO kablam! Oct 21 23:07:00.032 INFO kablam! warning: variable does not need to be mutable Oct 21 23:07:00.032 INFO kablam! --> src/lib.rs:26:9 Oct 21 23:07:00.032 INFO kablam! | Oct 21 23:07:00.032 INFO kablam! 26 | let mut f = File::open(filename).expect("File not found"); Oct 21 23:07:00.032 INFO kablam! | ----^ Oct 21 23:07:00.032 INFO kablam! | | Oct 21 23:07:00.032 INFO kablam! | help: remove this `mut` Oct 21 23:07:00.032 INFO kablam! | Oct 21 23:07:00.032 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:07:00.032 INFO kablam! Oct 21 23:07:00.032 INFO kablam! warning: variable does not need to be mutable Oct 21 23:07:00.032 INFO kablam! --> src/lib.rs:28:9 Oct 21 23:07:00.032 INFO kablam! | Oct 21 23:07:00.032 INFO kablam! 28 | let mut decoder = gif::Decoder::new(f); Oct 21 23:07:00.032 INFO kablam! | ----^^^^^^^ Oct 21 23:07:00.032 INFO kablam! | | Oct 21 23:07:00.032 INFO kablam! | help: remove this `mut` Oct 21 23:07:00.032 INFO kablam! Oct 21 23:07:00.052 INFO kablam! warning: variable does not need to be mutable Oct 21 23:07:00.052 INFO kablam! --> src/lib.rs:163:9 Oct 21 23:07:00.052 INFO kablam! | Oct 21 23:07:00.052 INFO kablam! 163 | let mut img = get_image(image_filepath); Oct 21 23:07:00.052 INFO kablam! | ----^^^ Oct 21 23:07:00.052 INFO kablam! | | Oct 21 23:07:00.052 INFO kablam! | help: remove this `mut` Oct 21 23:07:00.052 INFO kablam! Oct 21 23:07:00.059 INFO kablam! warning: variable does not need to be mutable Oct 21 23:07:00.059 INFO kablam! --> src/lib.rs:171:9 Oct 21 23:07:00.059 INFO kablam! | Oct 21 23:07:00.059 INFO kablam! 171 | let mut frames = get_gif(gif_filepath); Oct 21 23:07:00.059 INFO kablam! | ----^^^^^^ Oct 21 23:07:00.059 INFO kablam! | | Oct 21 23:07:00.059 INFO kablam! | help: remove this `mut` Oct 21 23:07:00.060 INFO kablam! Oct 21 23:07:02.978 INFO kablam! warning: unused import: `image::Pixel` Oct 21 23:07:02.978 INFO kablam! --> src/bin/main.rs:7:5 Oct 21 23:07:02.978 INFO kablam! | Oct 21 23:07:02.978 INFO kablam! 7 | use image::Pixel; Oct 21 23:07:02.978 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:07:02.978 INFO kablam! | Oct 21 23:07:02.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:07:02.978 INFO kablam! Oct 21 23:07:02.978 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 21 23:07:02.978 INFO kablam! --> src/bin/main.rs:9:5 Oct 21 23:07:02.978 INFO kablam! | Oct 21 23:07:02.978 INFO kablam! 9 | use terminal_graphics::Display; Oct 21 23:07:02.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:07:02.978 INFO kablam! Oct 21 23:07:02.978 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 21 23:07:02.978 INFO kablam! --> src/bin/main.rs:10:5 Oct 21 23:07:02.978 INFO kablam! | Oct 21 23:07:02.978 INFO kablam! 10 | use terminal_graphics::Colour; Oct 21 23:07:02.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:07:02.978 INFO kablam! Oct 21 23:07:03.168 INFO kablam! warning: unused import: `image::Pixel` Oct 21 23:07:03.168 INFO kablam! --> src/bin/main.rs:7:5 Oct 21 23:07:03.168 INFO kablam! | Oct 21 23:07:03.168 INFO kablam! 7 | use image::Pixel; Oct 21 23:07:03.168 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:07:03.168 INFO kablam! | Oct 21 23:07:03.168 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:07:03.168 INFO kablam! Oct 21 23:07:03.168 INFO kablam! warning: unused import: `terminal_graphics::Display` Oct 21 23:07:03.168 INFO kablam! --> src/bin/main.rs:9:5 Oct 21 23:07:03.168 INFO kablam! | Oct 21 23:07:03.168 INFO kablam! 9 | use terminal_graphics::Display; Oct 21 23:07:03.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:07:03.168 INFO kablam! Oct 21 23:07:03.168 INFO kablam! warning: unused import: `terminal_graphics::Colour` Oct 21 23:07:03.168 INFO kablam! --> src/bin/main.rs:10:5 Oct 21 23:07:03.168 INFO kablam! | Oct 21 23:07:03.168 INFO kablam! 10 | use terminal_graphics::Colour; Oct 21 23:07:03.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:07:03.168 INFO kablam! Oct 21 23:07:03.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.71s Oct 21 23:07:03.228 INFO kablam! su: No module specific data is present Oct 21 23:07:03.885 INFO running `"docker" "rm" "-f" "0e144379eb9aca3b96641214ec6c0eb27d11001063c3c0d81a649637d516f544"` Oct 21 23:07:04.231 INFO blam! 0e144379eb9aca3b96641214ec6c0eb27d11001063c3c0d81a649637d516f544