Sep 04 16:56:53.639 INFO checking image-0.18.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 16:56:53.639 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 16:56:53.639 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:56:53.851 INFO blam! 13ecbf6e0bc8b132bb51e0691bfe374fdfa3ab5d7c1e0a0475fb7e381c953fcc Sep 04 16:56:53.853 INFO running `"docker" "start" "-a" "13ecbf6e0bc8b132bb51e0691bfe374fdfa3ab5d7c1e0a0475fb7e381c953fcc"` Sep 04 16:56:54.698 INFO kablam! Checking image v0.18.0 (file:///source) Sep 04 16:56:56.890 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:56:56.890 INFO kablam! --> src/buffer.rs:493:23 Sep 04 16:56:56.890 INFO kablam! | Sep 04 16:56:56.890 INFO kablam! 493 | / (width as usize Sep 04 16:56:56.890 INFO kablam! 494 | | * height as usize Sep 04 16:56:56.890 INFO kablam! 495 | | * (
::channel_count() as usize) Sep 04 16:56:56.890 INFO kablam! 496 | | )], Sep 04 16:56:56.890 INFO kablam! | |_______________________^ help: remove these parentheses Sep 04 16:56:56.890 INFO kablam! | Sep 04 16:56:56.890 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 16:56:56.890 INFO kablam! Sep 04 16:56:57.021 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.021 INFO kablam! --> src/lib.rs:64:5 Sep 04 16:56:57.021 INFO kablam! | Sep 04 16:56:57.021 INFO kablam! 64 | PPM, Sep 04 16:56:57.021 INFO kablam! | ^^^ Sep 04 16:56:57.021 INFO kablam! | Sep 04 16:56:57.021 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:56:57.021 INFO kablam! Sep 04 16:56:57.021 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.021 INFO kablam! --> src/lib.rs:64:5 Sep 04 16:56:57.022 INFO kablam! | Sep 04 16:56:57.022 INFO kablam! 64 | PPM, Sep 04 16:56:57.022 INFO kablam! | ^^^ Sep 04 16:56:57.022 INFO kablam! Sep 04 16:56:57.049 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 16:56:57.049 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 04 16:56:57.049 INFO kablam! | Sep 04 16:56:57.049 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 04 16:56:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.049 INFO kablam! Sep 04 16:56:57.049 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 04 16:56:57.049 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 04 16:56:57.049 INFO kablam! | Sep 04 16:56:57.049 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 04 16:56:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.049 INFO kablam! Sep 04 16:56:57.052 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 16:56:57.052 INFO kablam! --> src/dynimage.rs:6:5 Sep 04 16:56:57.052 INFO kablam! | Sep 04 16:56:57.052 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 04 16:56:57.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.052 INFO kablam! Sep 04 16:56:57.053 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.053 INFO kablam! --> src/dynimage.rs:575:18 Sep 04 16:56:57.053 INFO kablam! | Sep 04 16:56:57.053 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 04 16:56:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.053 INFO kablam! Sep 04 16:56:57.053 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.053 INFO kablam! --> src/dynimage.rs:645:9 Sep 04 16:56:57.053 INFO kablam! | Sep 04 16:56:57.053 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 04 16:56:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.053 INFO kablam! Sep 04 16:56:57.053 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 04 16:56:57.053 INFO kablam! --> src/dynimage.rs:645:58 Sep 04 16:56:57.053 INFO kablam! | Sep 04 16:56:57.053 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 04 16:56:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.053 INFO kablam! Sep 04 16:56:57.053 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.053 INFO kablam! --> src/dynimage.rs:668:13 Sep 04 16:56:57.053 INFO kablam! | Sep 04 16:56:57.053 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 04 16:56:57.053 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 16:56:57.053 INFO kablam! Sep 04 16:56:57.059 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 16:56:57.059 INFO kablam! --> src/dynimage.rs:377:13 Sep 04 16:56:57.059 INFO kablam! | Sep 04 16:56:57.059 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 04 16:56:57.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:56:57.059 INFO kablam! Sep 04 16:56:57.136 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 16:56:57.136 INFO kablam! --> src/buffer.rs:493:23 Sep 04 16:56:57.136 INFO kablam! | Sep 04 16:56:57.136 INFO kablam! 493 | / (width as usize Sep 04 16:56:57.136 INFO kablam! 494 | | * height as usize Sep 04 16:56:57.136 INFO kablam! 495 | | * (
::channel_count() as usize)
Sep 04 16:56:57.136 INFO kablam! 496 | | )],
Sep 04 16:56:57.136 INFO kablam! | |_______________________^ help: remove these parentheses
Sep 04 16:56:57.136 INFO kablam! |
Sep 04 16:56:57.136 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 04 16:56:57.136 INFO kablam!
Sep 04 16:56:57.310 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.310 INFO kablam! --> src/lib.rs:64:5
Sep 04 16:56:57.310 INFO kablam! |
Sep 04 16:56:57.310 INFO kablam! 64 | PPM,
Sep 04 16:56:57.310 INFO kablam! | ^^^
Sep 04 16:56:57.310 INFO kablam! |
Sep 04 16:56:57.310 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 04 16:56:57.310 INFO kablam!
Sep 04 16:56:57.310 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.310 INFO kablam! --> src/lib.rs:64:5
Sep 04 16:56:57.310 INFO kablam! |
Sep 04 16:56:57.310 INFO kablam! 64 | PPM,
Sep 04 16:56:57.310 INFO kablam! | ^^^
Sep 04 16:56:57.310 INFO kablam!
Sep 04 16:56:57.324 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 04 16:56:57.324 INFO kablam! --> src/pnm/decoder.rs:2:5
Sep 04 16:56:57.324 INFO kablam! |
Sep 04 16:56:57.324 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 04 16:56:57.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.324 INFO kablam!
Sep 04 16:56:57.325 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 16:56:57.325 INFO kablam! --> src/ppm/mod.rs:4:9
Sep 04 16:56:57.325 INFO kablam! |
Sep 04 16:56:57.325 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder;
Sep 04 16:56:57.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.325 INFO kablam!
Sep 04 16:56:57.325 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 16:56:57.325 INFO kablam! --> src/ppm/mod.rs:38:33
Sep 04 16:56:57.325 INFO kablam! |
Sep 04 16:56:57.325 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 04 16:56:57.325 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.325 INFO kablam!
Sep 04 16:56:57.326 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 16:56:57.326 INFO kablam! --> src/ppm/mod.rs:82:33
Sep 04 16:56:57.326 INFO kablam! |
Sep 04 16:56:57.326 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 04 16:56:57.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.326 INFO kablam!
Sep 04 16:56:57.330 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 04 16:56:57.330 INFO kablam! --> src/dynimage.rs:6:5
Sep 04 16:56:57.330 INFO kablam! |
Sep 04 16:56:57.330 INFO kablam! 6 | use std::ascii::AsciiExt;
Sep 04 16:56:57.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.330 INFO kablam!
Sep 04 16:56:57.330 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.331 INFO kablam! --> src/dynimage.rs:575:18
Sep 04 16:56:57.331 INFO kablam! |
Sep 04 16:56:57.331 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM,
Sep 04 16:56:57.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.331 INFO kablam!
Sep 04 16:56:57.331 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.331 INFO kablam! --> src/dynimage.rs:645:9
Sep 04 16:56:57.331 INFO kablam! |
Sep 04 16:56:57.331 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 04 16:56:57.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.331 INFO kablam!
Sep 04 16:56:57.331 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 16:56:57.331 INFO kablam! --> src/dynimage.rs:645:58
Sep 04 16:56:57.331 INFO kablam! |
Sep 04 16:56:57.331 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 04 16:56:57.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.331 INFO kablam!
Sep 04 16:56:57.331 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.331 INFO kablam! --> src/dynimage.rs:668:13
Sep 04 16:56:57.331 INFO kablam! |
Sep 04 16:56:57.331 INFO kablam! 668 | (b"P6", ImageFormat::PPM),
Sep 04 16:56:57.331 INFO kablam! | ^^^^^^^^^^^^^^^^
Sep 04 16:56:57.331 INFO kablam!
Sep 04 16:56:57.333 INFO kablam! warning: use of deprecated item 'ppm::decoder::__test_reexports': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 16:56:57.333 INFO kablam!
Sep 04 16:56:57.339 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 16:56:57.339 INFO kablam! --> src/dynimage.rs:377:13
Sep 04 16:56:57.339 INFO kablam! |
Sep 04 16:56:57.339 INFO kablam! 377 | image::ImageFormat::PPM => {
Sep 04 16:56:57.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 16:56:57.339 INFO kablam!
Sep 04 16:56:59.324 INFO kablam! warning: use of deprecated item '