Sep 06 05:19:48.454 INFO checking image-0.18.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:19:48.454 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:19:48.454 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:19:48.690 INFO blam! c54d7d7f9ca38f939b1e792b5f22a5599f82a3b63a2366dabde24d86ab46b578 Sep 06 05:19:48.692 INFO running `"docker" "start" "-a" "c54d7d7f9ca38f939b1e792b5f22a5599f82a3b63a2366dabde24d86ab46b578"` Sep 06 05:19:50.277 INFO kablam! usermod: no changes Sep 06 05:19:50.391 INFO kablam! Checking image v0.18.0 (file:///source) Sep 06 05:19:52.286 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:19:52.286 INFO kablam! --> src/buffer.rs:493:23 Sep 06 05:19:52.286 INFO kablam! | Sep 06 05:19:52.286 INFO kablam! 493 | / (width as usize Sep 06 05:19:52.286 INFO kablam! 494 | | * height as usize Sep 06 05:19:52.286 INFO kablam! 495 | | * (

::channel_count() as usize) Sep 06 05:19:52.286 INFO kablam! 496 | | )], Sep 06 05:19:52.286 INFO kablam! | |_______________________^ help: remove these parentheses Sep 06 05:19:52.286 INFO kablam! | Sep 06 05:19:52.286 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:19:52.286 INFO kablam! Sep 06 05:19:52.511 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 05:19:52.511 INFO kablam! --> src/buffer.rs:493:23 Sep 06 05:19:52.511 INFO kablam! | Sep 06 05:19:52.511 INFO kablam! 493 | / (width as usize Sep 06 05:19:52.511 INFO kablam! 494 | | * height as usize Sep 06 05:19:52.511 INFO kablam! 495 | | * (

::channel_count() as usize) Sep 06 05:19:52.511 INFO kablam! 496 | | )], Sep 06 05:19:52.511 INFO kablam! | |_______________________^ help: remove these parentheses Sep 06 05:19:52.512 INFO kablam! | Sep 06 05:19:52.512 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 05:19:52.512 INFO kablam! Sep 06 05:19:52.586 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.586 INFO kablam! --> src/lib.rs:64:5 Sep 06 05:19:52.586 INFO kablam! | Sep 06 05:19:52.586 INFO kablam! 64 | PPM, Sep 06 05:19:52.586 INFO kablam! | ^^^ Sep 06 05:19:52.586 INFO kablam! | Sep 06 05:19:52.586 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:19:52.586 INFO kablam! Sep 06 05:19:52.586 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.586 INFO kablam! --> src/lib.rs:64:5 Sep 06 05:19:52.586 INFO kablam! | Sep 06 05:19:52.586 INFO kablam! 64 | PPM, Sep 06 05:19:52.586 INFO kablam! | ^^^ Sep 06 05:19:52.586 INFO kablam! Sep 06 05:19:52.602 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:19:52.602 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 06 05:19:52.602 INFO kablam! | Sep 06 05:19:52.602 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 06 05:19:52.602 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.602 INFO kablam! Sep 06 05:19:52.605 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.605 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 06 05:19:52.605 INFO kablam! | Sep 06 05:19:52.605 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 06 05:19:52.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.605 INFO kablam! Sep 06 05:19:52.605 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.605 INFO kablam! --> src/ppm/mod.rs:38:33 Sep 06 05:19:52.605 INFO kablam! | Sep 06 05:19:52.605 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) { Sep 06 05:19:52.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.605 INFO kablam! Sep 06 05:19:52.605 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.606 INFO kablam! --> src/ppm/mod.rs:82:33 Sep 06 05:19:52.606 INFO kablam! | Sep 06 05:19:52.606 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) { Sep 06 05:19:52.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.606 INFO kablam! Sep 06 05:19:52.609 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:19:52.609 INFO kablam! --> src/dynimage.rs:6:5 Sep 06 05:19:52.609 INFO kablam! | Sep 06 05:19:52.609 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 06 05:19:52.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.622 INFO kablam! Sep 06 05:19:52.622 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.622 INFO kablam! --> src/dynimage.rs:575:18 Sep 06 05:19:52.622 INFO kablam! | Sep 06 05:19:52.622 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 06 05:19:52.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.622 INFO kablam! Sep 06 05:19:52.622 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.622 INFO kablam! --> src/dynimage.rs:645:9 Sep 06 05:19:52.622 INFO kablam! | Sep 06 05:19:52.623 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:52.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.623 INFO kablam! Sep 06 05:19:52.623 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.623 INFO kablam! --> src/dynimage.rs:645:58 Sep 06 05:19:52.623 INFO kablam! | Sep 06 05:19:52.623 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:52.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.623 INFO kablam! Sep 06 05:19:52.623 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.623 INFO kablam! --> src/dynimage.rs:668:13 Sep 06 05:19:52.623 INFO kablam! | Sep 06 05:19:52.623 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 06 05:19:52.623 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 05:19:52.623 INFO kablam! Sep 06 05:19:52.624 INFO kablam! warning: use of deprecated item 'ppm::decoder::__test_reexports': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.624 INFO kablam! Sep 06 05:19:52.630 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.630 INFO kablam! --> src/dynimage.rs:377:13 Sep 06 05:19:52.630 INFO kablam! | Sep 06 05:19:52.630 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 06 05:19:52.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.630 INFO kablam! Sep 06 05:19:52.674 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.674 INFO kablam! --> src/lib.rs:64:5 Sep 06 05:19:52.674 INFO kablam! | Sep 06 05:19:52.674 INFO kablam! 64 | PPM, Sep 06 05:19:52.674 INFO kablam! | ^^^ Sep 06 05:19:52.674 INFO kablam! | Sep 06 05:19:52.674 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:19:52.674 INFO kablam! Sep 06 05:19:52.674 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.674 INFO kablam! --> src/lib.rs:64:5 Sep 06 05:19:52.674 INFO kablam! | Sep 06 05:19:52.674 INFO kablam! 64 | PPM, Sep 06 05:19:52.674 INFO kablam! | ^^^ Sep 06 05:19:52.674 INFO kablam! Sep 06 05:19:52.693 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:19:52.694 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 06 05:19:52.694 INFO kablam! | Sep 06 05:19:52.694 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 06 05:19:52.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.694 INFO kablam! Sep 06 05:19:52.694 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.694 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 06 05:19:52.694 INFO kablam! | Sep 06 05:19:52.694 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 06 05:19:52.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.694 INFO kablam! Sep 06 05:19:52.696 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:19:52.696 INFO kablam! --> src/dynimage.rs:6:5 Sep 06 05:19:52.696 INFO kablam! | Sep 06 05:19:52.696 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 06 05:19:52.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.696 INFO kablam! Sep 06 05:19:52.696 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.696 INFO kablam! --> src/dynimage.rs:575:18 Sep 06 05:19:52.696 INFO kablam! | Sep 06 05:19:52.696 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 06 05:19:52.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.696 INFO kablam! Sep 06 05:19:52.696 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.696 INFO kablam! --> src/dynimage.rs:645:9 Sep 06 05:19:52.696 INFO kablam! | Sep 06 05:19:52.696 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:52.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.701 INFO kablam! Sep 06 05:19:52.701 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:52.701 INFO kablam! --> src/dynimage.rs:645:58 Sep 06 05:19:52.701 INFO kablam! | Sep 06 05:19:52.701 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:52.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.701 INFO kablam! Sep 06 05:19:52.701 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.701 INFO kablam! --> src/dynimage.rs:668:13 Sep 06 05:19:52.701 INFO kablam! | Sep 06 05:19:52.701 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 06 05:19:52.701 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 06 05:19:52.701 INFO kablam! Sep 06 05:19:52.709 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 06 05:19:52.709 INFO kablam! --> src/dynimage.rs:377:13 Sep 06 05:19:52.709 INFO kablam! | Sep 06 05:19:52.709 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 06 05:19:52.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:52.709 INFO kablam! Sep 06 05:19:54.074 INFO kablam! warning: use of deprecated item '>::new': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:54.074 INFO kablam! --> src/ppm/mod.rs:38:33 Sep 06 05:19:54.074 INFO kablam! | Sep 06 05:19:54.074 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) { Sep 06 05:19:54.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:54.074 INFO kablam! Sep 06 05:19:54.086 INFO kablam! warning: use of deprecated item '>::new': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:54.086 INFO kablam! --> src/ppm/mod.rs:82:33 Sep 06 05:19:54.086 INFO kablam! | Sep 06 05:19:54.086 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) { Sep 06 05:19:54.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:54.086 INFO kablam! Sep 06 05:19:55.410 INFO kablam! warning: use of deprecated item '>::new': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:55.410 INFO kablam! --> src/dynimage.rs:645:58 Sep 06 05:19:55.410 INFO kablam! | Sep 06 05:19:55.410 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:55.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:55.410 INFO kablam! Sep 06 05:19:55.795 INFO kablam! warning: use of deprecated item '>::new': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 06 05:19:55.795 INFO kablam! --> src/dynimage.rs:645:58 Sep 06 05:19:55.795 INFO kablam! | Sep 06 05:19:55.795 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 06 05:19:55.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:55.802 INFO kablam! Sep 06 05:19:55.845 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:19:55.845 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 06 05:19:55.845 INFO kablam! | Sep 06 05:19:55.845 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 06 05:19:55.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:55.845 INFO kablam! | Sep 06 05:19:55.845 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:19:55.845 INFO kablam! Sep 06 05:19:55.846 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:19:55.846 INFO kablam! --> src/dynimage.rs:6:5 Sep 06 05:19:55.846 INFO kablam! | Sep 06 05:19:55.846 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 06 05:19:55.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:55.846 INFO kablam! Sep 06 05:19:56.163 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:19:56.163 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 06 05:19:56.163 INFO kablam! | Sep 06 05:19:56.163 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 06 05:19:56.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:56.163 INFO kablam! | Sep 06 05:19:56.163 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 05:19:56.163 INFO kablam! Sep 06 05:19:56.165 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 05:19:56.165 INFO kablam! --> src/dynimage.rs:6:5 Sep 06 05:19:56.165 INFO kablam! | Sep 06 05:19:56.165 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 06 05:19:56.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:19:56.165 INFO kablam! Sep 06 05:19:56.337 INFO kablam! warning: unreachable pattern Sep 06 05:19:56.337 INFO kablam! --> src/dynimage.rs:648:9 Sep 06 05:19:56.337 INFO kablam! | Sep 06 05:19:56.337 INFO kablam! 648 | _ => Err(image::ImageError::UnsupportedError(format!("A decoder for {:?} is not available.", format))), Sep 06 05:19:56.337 INFO kablam! | ^ Sep 06 05:19:56.337 INFO kablam! | Sep 06 05:19:56.337 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Sep 06 05:19:56.337 INFO kablam! Sep 06 05:19:56.625 INFO kablam! warning: unreachable pattern Sep 06 05:19:56.625 INFO kablam! --> src/dynimage.rs:648:9 Sep 06 05:19:56.625 INFO kablam! | Sep 06 05:19:56.625 INFO kablam! 648 | _ => Err(image::ImageError::UnsupportedError(format!("A decoder for {:?} is not available.", format))), Sep 06 05:19:56.625 INFO kablam! | ^ Sep 06 05:19:56.630 INFO kablam! | Sep 06 05:19:56.630 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Sep 06 05:19:56.630 INFO kablam! Sep 06 05:19:59.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.78s Sep 06 05:19:59.081 INFO kablam! su: No module specific data is present Sep 06 05:20:00.453 INFO running `"docker" "rm" "-f" "c54d7d7f9ca38f939b1e792b5f22a5599f82a3b63a2366dabde24d86ab46b578"` Sep 06 05:20:00.570 INFO blam! c54d7d7f9ca38f939b1e792b5f22a5599f82a3b63a2366dabde24d86ab46b578