Sep 04 14:00:53.907 INFO checking image-0.18.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 14:00:53.907 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 14:00:53.907 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:00:54.114 INFO blam! 3014b542fda22c92df45111a32a13d06c55f2758f87273ff59ed2bf59e14780e Sep 04 14:00:54.116 INFO running `"docker" "start" "-a" "3014b542fda22c92df45111a32a13d06c55f2758f87273ff59ed2bf59e14780e"` Sep 04 14:00:54.821 INFO kablam! Checking image v0.18.0 (file:///source) Sep 04 14:00:57.499 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:00:57.499 INFO kablam! --> src/buffer.rs:493:23 Sep 04 14:00:57.499 INFO kablam! | Sep 04 14:00:57.499 INFO kablam! 493 | / (width as usize Sep 04 14:00:57.499 INFO kablam! 494 | | * height as usize Sep 04 14:00:57.499 INFO kablam! 495 | | * (
::channel_count() as usize) Sep 04 14:00:57.499 INFO kablam! 496 | | )], Sep 04 14:00:57.499 INFO kablam! | |_______________________^ help: remove these parentheses Sep 04 14:00:57.500 INFO kablam! | Sep 04 14:00:57.501 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 14:00:57.501 INFO kablam! Sep 04 14:00:57.653 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.653 INFO kablam! --> src/lib.rs:64:5 Sep 04 14:00:57.653 INFO kablam! | Sep 04 14:00:57.653 INFO kablam! 64 | PPM, Sep 04 14:00:57.654 INFO kablam! | ^^^ Sep 04 14:00:57.654 INFO kablam! | Sep 04 14:00:57.655 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 14:00:57.655 INFO kablam! Sep 04 14:00:57.655 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.656 INFO kablam! --> src/lib.rs:64:5 Sep 04 14:00:57.656 INFO kablam! | Sep 04 14:00:57.656 INFO kablam! 64 | PPM, Sep 04 14:00:57.656 INFO kablam! | ^^^ Sep 04 14:00:57.656 INFO kablam! Sep 04 14:00:57.676 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 14:00:57.676 INFO kablam! --> src/pnm/decoder.rs:2:5 Sep 04 14:00:57.676 INFO kablam! | Sep 04 14:00:57.676 INFO kablam! 2 | use std::ascii::AsciiExt; Sep 04 14:00:57.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.677 INFO kablam! Sep 04 14:00:57.678 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 04 14:00:57.678 INFO kablam! --> src/ppm/mod.rs:4:9 Sep 04 14:00:57.678 INFO kablam! | Sep 04 14:00:57.678 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder; Sep 04 14:00:57.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.678 INFO kablam! Sep 04 14:00:57.683 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 14:00:57.683 INFO kablam! --> src/dynimage.rs:6:5 Sep 04 14:00:57.683 INFO kablam! | Sep 04 14:00:57.683 INFO kablam! 6 | use std::ascii::AsciiExt; Sep 04 14:00:57.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.684 INFO kablam! Sep 04 14:00:57.685 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.685 INFO kablam! --> src/dynimage.rs:575:18 Sep 04 14:00:57.685 INFO kablam! | Sep 04 14:00:57.685 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM, Sep 04 14:00:57.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.685 INFO kablam! Sep 04 14:00:57.686 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.686 INFO kablam! --> src/dynimage.rs:645:9 Sep 04 14:00:57.686 INFO kablam! | Sep 04 14:00:57.686 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 04 14:00:57.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.687 INFO kablam! Sep 04 14:00:57.687 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary Sep 04 14:00:57.687 INFO kablam! --> src/dynimage.rs:645:58 Sep 04 14:00:57.687 INFO kablam! | Sep 04 14:00:57.687 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))), Sep 04 14:00:57.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.688 INFO kablam! Sep 04 14:00:57.689 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.689 INFO kablam! --> src/dynimage.rs:668:13 Sep 04 14:00:57.689 INFO kablam! | Sep 04 14:00:57.689 INFO kablam! 668 | (b"P6", ImageFormat::PPM), Sep 04 14:00:57.689 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 14:00:57.689 INFO kablam! Sep 04 14:00:57.699 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM` Sep 04 14:00:57.700 INFO kablam! --> src/dynimage.rs:377:13 Sep 04 14:00:57.700 INFO kablam! | Sep 04 14:00:57.700 INFO kablam! 377 | image::ImageFormat::PPM => { Sep 04 14:00:57.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:00:57.700 INFO kablam! Sep 04 14:00:57.870 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 14:00:57.870 INFO kablam! --> src/buffer.rs:493:23 Sep 04 14:00:57.870 INFO kablam! | Sep 04 14:00:57.870 INFO kablam! 493 | / (width as usize Sep 04 14:00:57.870 INFO kablam! 494 | | * height as usize Sep 04 14:00:57.870 INFO kablam! 495 | | * (
::channel_count() as usize)
Sep 04 14:00:57.870 INFO kablam! 496 | | )],
Sep 04 14:00:57.870 INFO kablam! | |_______________________^ help: remove these parentheses
Sep 04 14:00:57.870 INFO kablam! |
Sep 04 14:00:57.870 INFO kablam! = note: #[warn(unused_parens)] on by default
Sep 04 14:00:57.870 INFO kablam!
Sep 04 14:00:58.066 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.066 INFO kablam! --> src/lib.rs:64:5
Sep 04 14:00:58.066 INFO kablam! |
Sep 04 14:00:58.066 INFO kablam! 64 | PPM,
Sep 04 14:00:58.066 INFO kablam! | ^^^
Sep 04 14:00:58.066 INFO kablam! |
Sep 04 14:00:58.066 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 04 14:00:58.066 INFO kablam!
Sep 04 14:00:58.066 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.066 INFO kablam! --> src/lib.rs:64:5
Sep 04 14:00:58.066 INFO kablam! |
Sep 04 14:00:58.066 INFO kablam! 64 | PPM,
Sep 04 14:00:58.067 INFO kablam! | ^^^
Sep 04 14:00:58.067 INFO kablam!
Sep 04 14:00:58.086 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 04 14:00:58.086 INFO kablam! --> src/pnm/decoder.rs:2:5
Sep 04 14:00:58.086 INFO kablam! |
Sep 04 14:00:58.086 INFO kablam! 2 | use std::ascii::AsciiExt;
Sep 04 14:00:58.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.086 INFO kablam!
Sep 04 14:00:58.087 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 14:00:58.087 INFO kablam! --> src/ppm/mod.rs:4:9
Sep 04 14:00:58.087 INFO kablam! |
Sep 04 14:00:58.087 INFO kablam! 4 | pub use self::decoder::PPMDecoder as PPMDecoder;
Sep 04 14:00:58.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.087 INFO kablam!
Sep 04 14:00:58.087 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 14:00:58.087 INFO kablam! --> src/ppm/mod.rs:38:33
Sep 04 14:00:58.088 INFO kablam! |
Sep 04 14:00:58.088 INFO kablam! 38 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 04 14:00:58.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.088 INFO kablam!
Sep 04 14:00:58.088 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 14:00:58.088 INFO kablam! --> src/ppm/mod.rs:82:33
Sep 04 14:00:58.088 INFO kablam! |
Sep 04 14:00:58.088 INFO kablam! 82 | let mut decoder = match super::PPMDecoder::new(&stream[..]) {
Sep 04 14:00:58.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.088 INFO kablam!
Sep 04 14:00:58.094 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead
Sep 04 14:00:58.094 INFO kablam! --> src/dynimage.rs:6:5
Sep 04 14:00:58.094 INFO kablam! |
Sep 04 14:00:58.094 INFO kablam! 6 | use std::ascii::AsciiExt;
Sep 04 14:00:58.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.094 INFO kablam!
Sep 04 14:00:58.095 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.095 INFO kablam! --> src/dynimage.rs:575:18
Sep 04 14:00:58.095 INFO kablam! |
Sep 04 14:00:58.095 INFO kablam! 575 | "ppm" => image::ImageFormat::PPM,
Sep 04 14:00:58.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.095 INFO kablam!
Sep 04 14:00:58.095 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.095 INFO kablam! --> src/dynimage.rs:645:9
Sep 04 14:00:58.095 INFO kablam! |
Sep 04 14:00:58.095 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 04 14:00:58.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.095 INFO kablam!
Sep 04 14:00:58.096 INFO kablam! warning: use of deprecated item 'ppm::decoder::PPMDecoder': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 14:00:58.096 INFO kablam! --> src/dynimage.rs:645:58
Sep 04 14:00:58.096 INFO kablam! |
Sep 04 14:00:58.096 INFO kablam! 645 | image::ImageFormat::PPM => decoder_to_image(try!(ppm::PPMDecoder::new(BufReader::new(r)))),
Sep 04 14:00:58.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.096 INFO kablam!
Sep 04 14:00:58.096 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.096 INFO kablam! --> src/dynimage.rs:668:13
Sep 04 14:00:58.096 INFO kablam! |
Sep 04 14:00:58.096 INFO kablam! 668 | (b"P6", ImageFormat::PPM),
Sep 04 14:00:58.096 INFO kablam! | ^^^^^^^^^^^^^^^^
Sep 04 14:00:58.096 INFO kablam!
Sep 04 14:00:58.099 INFO kablam! warning: use of deprecated item 'ppm::decoder::__test_reexports': Use `pnm::PNMDecoder` instead, check the subtype if necessary
Sep 04 14:00:58.099 INFO kablam!
Sep 04 14:00:58.107 INFO kablam! warning: use of deprecated item 'image::ImageFormat::PPM': Use the more general `PNM`
Sep 04 14:00:58.107 INFO kablam! --> src/dynimage.rs:377:13
Sep 04 14:00:58.107 INFO kablam! |
Sep 04 14:00:58.107 INFO kablam! 377 | image::ImageFormat::PPM => {
Sep 04 14:00:58.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^
Sep 04 14:00:58.107 INFO kablam!
Sep 04 14:01:00.933 INFO kablam! warning: use of deprecated item '