Sep 01 17:08:05.105 INFO checking image-0.18.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 17:08:05.105 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 17:08:05.106 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:08:05.287 INFO blam! 462b0b257653fb32048d20084656bea27962baf4760685f2507d230e1f98d755 Sep 01 17:08:05.289 INFO running `"docker" "start" "-a" "462b0b257653fb32048d20084656bea27962baf4760685f2507d230e1f98d755"` Sep 01 17:08:06.006 INFO kablam! Checking image v0.18.0 (file:///source) Sep 01 17:08:08.919 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:08:08.919 INFO kablam! --> src/buffer.rs:493:23 Sep 01 17:08:08.919 INFO kablam! | Sep 01 17:08:08.919 INFO kablam! 493 | / (width as usize Sep 01 17:08:08.919 INFO kablam! 494 | | * height as usize Sep 01 17:08:08.919 INFO kablam! 495 | | * (
::channel_count() as usize) Sep 01 17:08:08.919 INFO kablam! 496 | | )], Sep 01 17:08:08.919 INFO kablam! | |_______________________^ help: remove these parentheses Sep 01 17:08:08.920 INFO kablam! | Sep 01 17:08:08.920 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:08:08.920 INFO kablam! Sep 01 17:08:09.048 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.048 INFO kablam! --> src/lib.rs:64:5 Sep 01 17:08:09.048 INFO kablam! | Sep 01 17:08:09.048 INFO kablam! 64 | PPM, Sep 01 17:08:09.048 INFO kablam! | ^^^ Sep 01 17:08:09.048 INFO kablam! | Sep 01 17:08:09.048 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 17:08:09.049 INFO kablam! Sep 01 17:08:09.049 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.049 INFO kablam! --> src/lib.rs:64:5 Sep 01 17:08:09.049 INFO kablam! | Sep 01 17:08:09.049 INFO kablam! 64 | PPM, Sep 01 17:08:09.049 INFO kablam! | ^^^ Sep 01 17:08:09.050 INFO kablam! Sep 01 17:08:09.067 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 17:08:09.067 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 01 17:08:09.067 INFO kablam! | Sep 01 17:08:09.067 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 01 17:08:09.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.068 INFO kablam! Sep 01 17:08:09.069 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 01 17:08:09.069 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 01 17:08:09.069 INFO kablam! | Sep 01 17:08:09.069 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 01 17:08:09.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.069 INFO kablam! Sep 01 17:08:09.073 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 17:08:09.073 INFO kablam! --> src/dynimage.rs:6:5 Sep 01 17:08:09.073 INFO kablam! | Sep 01 17:08:09.073 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 01 17:08:09.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.073 INFO kablam! Sep 01 17:08:09.074 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.074 INFO kablam! --> src/dynimage.rs:575:18 Sep 01 17:08:09.074 INFO kablam! | Sep 01 17:08:09.074 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 01 17:08:09.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.075 INFO kablam! Sep 01 17:08:09.075 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.075 INFO kablam! --> src/dynimage.rs:645:9 Sep 01 17:08:09.075 INFO kablam! | Sep 01 17:08:09.075 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 01 17:08:09.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.076 INFO kablam! Sep 01 17:08:09.076 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 01 17:08:09.076 INFO kablam! --> src/dynimage.rs:645:58 Sep 01 17:08:09.076 INFO kablam! | Sep 01 17:08:09.076 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 01 17:08:09.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.077 INFO kablam! Sep 01 17:08:09.077 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.077 INFO kablam! --> src/dynimage.rs:668:13 Sep 01 17:08:09.077 INFO kablam! | Sep 01 17:08:09.077 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 01 17:08:09.077 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 17:08:09.078 INFO kablam! Sep 01 17:08:09.086 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 01 17:08:09.086 INFO kablam! --> src/dynimage.rs:377:13 Sep 01 17:08:09.086 INFO kablam! | Sep 01 17:08:09.087 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 01 17:08:09.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 17:08:09.087 INFO kablam! Sep 01 17:08:09.158 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:08:09.159 INFO kablam! --> src/buffer.rs:493:23 Sep 01 17:08:09.159 INFO kablam! | Sep 01 17:08:09.159 INFO kablam! 493 | / (width as usize Sep 01 17:08:09.159 INFO kablam! 494 | | * height as usize Sep 01 17:08:09.159 INFO kablam! 495 | | * (
::channel_count() as usize)
Sep 01 17:08:09.159 INFO kablam! 496 | | )],
Sep 01 17:08:09.159 INFO kablam! | |_______________________^ help: remove these parentheses
Sep 01 17:08:09.159 INFO kablam! |
Sep 01 17:08:09.159 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 01 17:08:09.159 INFO kablam!
Sep 01 17:08:09.356 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.356 INFO kablam! --> src/lib.rs:64:5
Sep 01 17:08:09.356 INFO kablam! |
Sep 01 17:08:09.356 INFO kablam! 64 | PPM,
Sep 01 17:08:09.356 INFO kablam! | ^^^
Sep 01 17:08:09.356 INFO kablam! |
Sep 01 17:08:09.356 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 01 17:08:09.356 INFO kablam!
Sep 01 17:08:09.356 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.356 INFO kablam! --> src/lib.rs:64:5
Sep 01 17:08:09.356 INFO kablam! |
Sep 01 17:08:09.356 INFO kablam! 64 | PPM,
Sep 01 17:08:09.356 INFO kablam! | ^^^
Sep 01 17:08:09.357 INFO kablam!
Sep 01 17:08:09.376 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 01 17:08:09.376 INFO kablam! --> src/pnm/decoder.rs:2:5
Sep 01 17:08:09.376 INFO kablam! |
Sep 01 17:08:09.376 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 01 17:08:09.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.376 INFO kablam!
Sep 01 17:08:09.377 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 01 17:08:09.377 INFO kablam! --> src/ppm/mod.rs:4:9
Sep 01 17:08:09.377 INFO kablam! |
Sep 01 17:08:09.377 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder;
Sep 01 17:08:09.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.377 INFO kablam!
Sep 01 17:08:09.377 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 01 17:08:09.377 INFO kablam! --> src/ppm/mod.rs:38:33
Sep 01 17:08:09.377 INFO kablam! |
Sep 01 17:08:09.377 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 01 17:08:09.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.378 INFO kablam!
Sep 01 17:08:09.378 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 01 17:08:09.378 INFO kablam! --> src/ppm/mod.rs:82:33
Sep 01 17:08:09.378 INFO kablam! |
Sep 01 17:08:09.378 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 01 17:08:09.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.378 INFO kablam!
Sep 01 17:08:09.383 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 01 17:08:09.384 INFO kablam! --> src/dynimage.rs:6:5
Sep 01 17:08:09.384 INFO kablam! |
Sep 01 17:08:09.384 INFO kablam! 6 | use std::ascii::AsciiExt;
Sep 01 17:08:09.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.384 INFO kablam!
Sep 01 17:08:09.384 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.384 INFO kablam! --> src/dynimage.rs:575:18
Sep 01 17:08:09.385 INFO kablam! |
Sep 01 17:08:09.385 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM,
Sep 01 17:08:09.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.385 INFO kablam!
Sep 01 17:08:09.385 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.385 INFO kablam! --> src/dynimage.rs:645:9
Sep 01 17:08:09.385 INFO kablam! |
Sep 01 17:08:09.385 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 01 17:08:09.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.385 INFO kablam!
Sep 01 17:08:09.385 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 01 17:08:09.385 INFO kablam! --> src/dynimage.rs:645:58
Sep 01 17:08:09.385 INFO kablam! |
Sep 01 17:08:09.385 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 01 17:08:09.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.385 INFO kablam!
Sep 01 17:08:09.385 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.385 INFO kablam! --> src/dynimage.rs:668:13
Sep 01 17:08:09.385 INFO kablam! |
Sep 01 17:08:09.385 INFO kablam! 668 | (b"P6", ImageFormat::PPM),
Sep 01 17:08:09.385 INFO kablam! | ^^^^^^^^^^^^^^^^
Sep 01 17:08:09.385 INFO kablam!
Sep 01 17:08:09.387 INFO kablam! warning: use of deprecated item 'ppm::decoder::__test_reexports': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 01 17:08:09.387 INFO kablam!
Sep 01 17:08:09.395 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 01 17:08:09.395 INFO kablam! --> src/dynimage.rs:377:13
Sep 01 17:08:09.395 INFO kablam! |
Sep 01 17:08:09.395 INFO kablam! 377 | image::ImageFormat::PPM => {
Sep 01 17:08:09.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 01 17:08:09.395 INFO kablam!
Sep 01 17:08:11.617 INFO kablam! warning: use of deprecated item '