Sep 02 10:38:20.984 INFO checking image-0.18.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:38:20.985 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:38:20.985 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/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 02 10:38:21.181 INFO blam! 3512d61460f4c9afdb47980c8511d6ba5d559708b1f90bc5006a463ba9fca9ad Sep 02 10:38:21.183 INFO running `"docker" "start" "-a" "3512d61460f4c9afdb47980c8511d6ba5d559708b1f90bc5006a463ba9fca9ad"` Sep 02 10:38:21.839 INFO kablam! Checking image v0.18.0 (file:///source) Sep 02 10:38:23.576 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:38:23.576 INFO kablam! --> src/buffer.rs:493:23 Sep 02 10:38:23.576 INFO kablam! | Sep 02 10:38:23.576 INFO kablam! 493 | / (width as usize Sep 02 10:38:23.576 INFO kablam! 494 | | * height as usize Sep 02 10:38:23.576 INFO kablam! 495 | | * (
::channel_count() as usize) Sep 02 10:38:23.576 INFO kablam! 496 | | )], Sep 02 10:38:23.577 INFO kablam! | |_______________________^ help: remove these parentheses Sep 02 10:38:23.577 INFO kablam! | Sep 02 10:38:23.577 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 10:38:23.577 INFO kablam! Sep 02 10:38:23.684 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.684 INFO kablam! --> src/lib.rs:64:5 Sep 02 10:38:23.684 INFO kablam! | Sep 02 10:38:23.684 INFO kablam! 64 | PPM, Sep 02 10:38:23.684 INFO kablam! | ^^^ Sep 02 10:38:23.684 INFO kablam! | Sep 02 10:38:23.684 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 10:38:23.684 INFO kablam! Sep 02 10:38:23.684 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.684 INFO kablam! --> src/lib.rs:64:5 Sep 02 10:38:23.684 INFO kablam! | Sep 02 10:38:23.684 INFO kablam! 64 | PPM, Sep 02 10:38:23.684 INFO kablam! | ^^^ Sep 02 10:38:23.684 INFO kablam! Sep 02 10:38:23.696 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 10:38:23.696 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 02 10:38:23.696 INFO kablam! | Sep 02 10:38:23.696 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 02 10:38:23.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.696 INFO kablam! Sep 02 10:38:23.696 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 02 10:38:23.696 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 02 10:38:23.697 INFO kablam! | Sep 02 10:38:23.697 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 02 10:38:23.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.697 INFO kablam! Sep 02 10:38:23.699 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 10:38:23.699 INFO kablam! --> src/dynimage.rs:6:5 Sep 02 10:38:23.699 INFO kablam! | Sep 02 10:38:23.699 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 02 10:38:23.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.699 INFO kablam! Sep 02 10:38:23.699 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.699 INFO kablam! --> src/dynimage.rs:575:18 Sep 02 10:38:23.699 INFO kablam! | Sep 02 10:38:23.699 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 02 10:38:23.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.699 INFO kablam! Sep 02 10:38:23.700 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.700 INFO kablam! --> src/dynimage.rs:645:9 Sep 02 10:38:23.700 INFO kablam! | Sep 02 10:38:23.700 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 02 10:38:23.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.700 INFO kablam! Sep 02 10:38:23.700 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 02 10:38:23.700 INFO kablam! --> src/dynimage.rs:645:58 Sep 02 10:38:23.700 INFO kablam! | Sep 02 10:38:23.700 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 02 10:38:23.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.700 INFO kablam! Sep 02 10:38:23.700 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.700 INFO kablam! --> src/dynimage.rs:668:13 Sep 02 10:38:23.700 INFO kablam! | Sep 02 10:38:23.700 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 02 10:38:23.700 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 10:38:23.700 INFO kablam! Sep 02 10:38:23.706 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 02 10:38:23.707 INFO kablam! --> src/dynimage.rs:377:13 Sep 02 10:38:23.707 INFO kablam! | Sep 02 10:38:23.707 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 02 10:38:23.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 10:38:23.707 INFO kablam! Sep 02 10:38:24.397 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 10:38:24.397 INFO kablam! --> src/buffer.rs:493:23 Sep 02 10:38:24.397 INFO kablam! | Sep 02 10:38:24.397 INFO kablam! 493 | / (width as usize Sep 02 10:38:24.397 INFO kablam! 494 | | * height as usize Sep 02 10:38:24.398 INFO kablam! 495 | | * (
::channel_count() as usize)
Sep 02 10:38:24.398 INFO kablam! 496 | | )],
Sep 02 10:38:24.398 INFO kablam! | |_______________________^ help: remove these parentheses
Sep 02 10:38:24.398 INFO kablam! |
Sep 02 10:38:24.398 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 02 10:38:24.398 INFO kablam!
Sep 02 10:38:24.520 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.520 INFO kablam! --> src/lib.rs:64:5
Sep 02 10:38:24.520 INFO kablam! |
Sep 02 10:38:24.520 INFO kablam! 64 | PPM,
Sep 02 10:38:24.520 INFO kablam! | ^^^
Sep 02 10:38:24.520 INFO kablam! |
Sep 02 10:38:24.520 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 02 10:38:24.520 INFO kablam!
Sep 02 10:38:24.520 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.520 INFO kablam! --> src/lib.rs:64:5
Sep 02 10:38:24.520 INFO kablam! |
Sep 02 10:38:24.520 INFO kablam! 64 | PPM,
Sep 02 10:38:24.520 INFO kablam! | ^^^
Sep 02 10:38:24.520 INFO kablam!
Sep 02 10:38:24.534 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 02 10:38:24.534 INFO kablam! --> src/pnm/decoder.rs:2:5
Sep 02 10:38:24.534 INFO kablam! |
Sep 02 10:38:24.534 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 02 10:38:24.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.534 INFO kablam!
Sep 02 10:38:24.535 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 02 10:38:24.535 INFO kablam! --> src/ppm/mod.rs:4:9
Sep 02 10:38:24.535 INFO kablam! |
Sep 02 10:38:24.535 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder;
Sep 02 10:38:24.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.535 INFO kablam!
Sep 02 10:38:24.535 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 02 10:38:24.535 INFO kablam! --> src/ppm/mod.rs:38:33
Sep 02 10:38:24.535 INFO kablam! |
Sep 02 10:38:24.535 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 02 10:38:24.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.535 INFO kablam!
Sep 02 10:38:24.535 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 02 10:38:24.536 INFO kablam! --> src/ppm/mod.rs:82:33
Sep 02 10:38:24.536 INFO kablam! |
Sep 02 10:38:24.536 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 02 10:38:24.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.536 INFO kablam!
Sep 02 10:38:24.539 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 02 10:38:24.539 INFO kablam! --> src/dynimage.rs:6:5
Sep 02 10:38:24.539 INFO kablam! |
Sep 02 10:38:24.539 INFO kablam! 6 | use std::ascii::AsciiExt;
Sep 02 10:38:24.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.539 INFO kablam!
Sep 02 10:38:24.539 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.539 INFO kablam! --> src/dynimage.rs:575:18
Sep 02 10:38:24.540 INFO kablam! |
Sep 02 10:38:24.540 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM,
Sep 02 10:38:24.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.540 INFO kablam!
Sep 02 10:38:24.540 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.540 INFO kablam! --> src/dynimage.rs:645:9
Sep 02 10:38:24.540 INFO kablam! |
Sep 02 10:38:24.540 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 02 10:38:24.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.540 INFO kablam!
Sep 02 10:38:24.540 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 02 10:38:24.540 INFO kablam! --> src/dynimage.rs:645:58
Sep 02 10:38:24.540 INFO kablam! |
Sep 02 10:38:24.540 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 02 10:38:24.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.540 INFO kablam!
Sep 02 10:38:24.540 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.540 INFO kablam! --> src/dynimage.rs:668:13
Sep 02 10:38:24.540 INFO kablam! |
Sep 02 10:38:24.540 INFO kablam! 668 | (b"P6", ImageFormat::PPM),
Sep 02 10:38:24.540 INFO kablam! | ^^^^^^^^^^^^^^^^
Sep 02 10:38:24.541 INFO kablam!
Sep 02 10:38:24.541 INFO kablam! warning: use of deprecated item 'ppm::decoder::__test_reexports': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 02 10:38:24.541 INFO kablam!
Sep 02 10:38:24.546 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 02 10:38:24.546 INFO kablam! --> src/dynimage.rs:377:13
Sep 02 10:38:24.546 INFO kablam! |
Sep 02 10:38:24.546 INFO kablam! 377 | image::ImageFormat::PPM => {
Sep 02 10:38:24.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 02 10:38:24.546 INFO kablam!
Sep 02 10:38:26.441 INFO kablam! warning: use of deprecated item '