Sep 21 05:57:37.693 INFO checking parallel_image_crop-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:57:37.693 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:57:37.693 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/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 21 05:57:37.923 INFO blam! 53e07ac6e0384493b1859a564bcb2f2eb9e669b5dfea4d6e1ff5bf7f2471fd98 Sep 21 05:57:37.925 INFO running `"docker" "start" "-a" "53e07ac6e0384493b1859a564bcb2f2eb9e669b5dfea4d6e1ff5bf7f2471fd98"` Sep 21 05:57:38.823 INFO kablam! usermod: no changes Sep 21 05:57:38.932 INFO kablam! Checking parallel_image_crop v0.1.0 (/source) Sep 21 05:57:40.078 INFO kablam! warning: unused import: `std::fs::File` Sep 21 05:57:40.078 INFO kablam! --> src/lib.rs:7:5 Sep 21 05:57:40.078 INFO kablam! | Sep 21 05:57:40.078 INFO kablam! 7 | use std::fs::File; Sep 21 05:57:40.078 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:57:40.078 INFO kablam! | Sep 21 05:57:40.078 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:57:40.078 INFO kablam! Sep 21 05:57:40.078 INFO kablam! warning: unused import: `OsStr` Sep 21 05:57:40.078 INFO kablam! --> src/lib.rs:9:22 Sep 21 05:57:40.078 INFO kablam! | Sep 21 05:57:40.078 INFO kablam! 9 | use std::ffi::{CStr, OsStr}; Sep 21 05:57:40.078 INFO kablam! | ^^^^^ Sep 21 05:57:40.078 INFO kablam! Sep 21 05:57:40.078 INFO kablam! warning: unused import: `c_uchar` Sep 21 05:57:40.078 INFO kablam! --> src/lib.rs:12:28 Sep 21 05:57:40.078 INFO kablam! | Sep 21 05:57:40.078 INFO kablam! 12 | use libc::{size_t, c_char, c_uchar}; Sep 21 05:57:40.078 INFO kablam! | ^^^^^^^ Sep 21 05:57:40.078 INFO kablam! Sep 21 05:57:40.078 INFO kablam! warning: unused imports: `ColorType`, `ImageBuffer`, `imageops` Sep 21 05:57:40.078 INFO kablam! --> src/lib.rs:13:27 Sep 21 05:57:40.078 INFO kablam! | Sep 21 05:57:40.078 INFO kablam! 13 | use image::{GenericImage, ImageBuffer, imageops, FilterType, ColorType, ImageDecoder}; Sep 21 05:57:40.078 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ Sep 21 05:57:40.078 INFO kablam! Sep 21 05:57:40.102 INFO kablam! warning: unused import: `std::fs::File` Sep 21 05:57:40.102 INFO kablam! --> src/lib.rs:7:5 Sep 21 05:57:40.102 INFO kablam! | Sep 21 05:57:40.102 INFO kablam! 7 | use std::fs::File; Sep 21 05:57:40.102 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 05:57:40.102 INFO kablam! | Sep 21 05:57:40.102 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 05:57:40.102 INFO kablam! Sep 21 05:57:40.102 INFO kablam! warning: unused import: `OsStr` Sep 21 05:57:40.102 INFO kablam! --> src/lib.rs:9:22 Sep 21 05:57:40.102 INFO kablam! | Sep 21 05:57:40.102 INFO kablam! 9 | use std::ffi::{CStr, OsStr}; Sep 21 05:57:40.102 INFO kablam! | ^^^^^ Sep 21 05:57:40.102 INFO kablam! Sep 21 05:57:40.102 INFO kablam! warning: unused import: `c_uchar` Sep 21 05:57:40.102 INFO kablam! --> src/lib.rs:12:28 Sep 21 05:57:40.102 INFO kablam! | Sep 21 05:57:40.102 INFO kablam! 12 | use libc::{size_t, c_char, c_uchar}; Sep 21 05:57:40.102 INFO kablam! | ^^^^^^^ Sep 21 05:57:40.102 INFO kablam! Sep 21 05:57:40.102 INFO kablam! warning: unused imports: `ImageBuffer`, `imageops` Sep 21 05:57:40.102 INFO kablam! --> src/lib.rs:13:27 Sep 21 05:57:40.102 INFO kablam! | Sep 21 05:57:40.102 INFO kablam! 13 | use image::{GenericImage, ImageBuffer, imageops, FilterType, ColorType, ImageDecoder}; Sep 21 05:57:40.102 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^ Sep 21 05:57:40.102 INFO kablam! Sep 21 05:57:40.192 INFO kablam! warning: unused import: `ImageDecoder` Sep 21 05:57:40.195 INFO kablam! --> src/lib.rs:13:73 Sep 21 05:57:40.195 INFO kablam! | Sep 21 05:57:40.195 INFO kablam! 13 | use image::{GenericImage, ImageBuffer, imageops, FilterType, ColorType, ImageDecoder}; Sep 21 05:57:40.195 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:57:40.195 INFO kablam! Sep 21 05:57:40.230 INFO kablam! warning: method is never used: `into_vec` Sep 21 05:57:40.230 INFO kablam! --> src/lib.rs:70:5 Sep 21 05:57:40.230 INFO kablam! | Sep 21 05:57:40.231 INFO kablam! 70 | fn into_vec(self) -> Vec { Sep 21 05:57:40.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:40.231 INFO kablam! | Sep 21 05:57:40.232 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 05:57:40.232 INFO kablam! Sep 21 05:57:40.236 INFO kablam! warning: unused import: `ImageDecoder` Sep 21 05:57:40.236 INFO kablam! --> src/lib.rs:13:73 Sep 21 05:57:40.236 INFO kablam! | Sep 21 05:57:40.237 INFO kablam! 13 | use image::{GenericImage, ImageBuffer, imageops, FilterType, ColorType, ImageDecoder}; Sep 21 05:57:40.237 INFO kablam! | ^^^^^^^^^^^^ Sep 21 05:57:40.237 INFO kablam! Sep 21 05:57:40.290 INFO kablam! warning: method is never used: `into_vec` Sep 21 05:57:40.290 INFO kablam! --> src/lib.rs:70:5 Sep 21 05:57:40.290 INFO kablam! | Sep 21 05:57:40.290 INFO kablam! 70 | fn into_vec(self) -> Vec { Sep 21 05:57:40.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 05:57:40.290 INFO kablam! | Sep 21 05:57:40.290 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 05:57:40.290 INFO kablam! Sep 21 05:57:40.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Sep 21 05:57:40.317 INFO kablam! su: No module specific data is present Sep 21 05:57:41.068 INFO running `"docker" "rm" "-f" "53e07ac6e0384493b1859a564bcb2f2eb9e669b5dfea4d6e1ff5bf7f2471fd98"` Sep 21 05:57:41.171 INFO blam! 53e07ac6e0384493b1859a564bcb2f2eb9e669b5dfea4d6e1ff5bf7f2471fd98