Sep 21 09:34:31.064 INFO checking glyph_packer-0.0.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 09:34:31.064 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 09:34:31.064 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 09:34:31.263 INFO blam! 8893c8273aa9c50892af8f32cb36d2b73b89a1396195716ca480c4b1daa03bc0 Sep 21 09:34:31.265 INFO running `"docker" "start" "-a" "8893c8273aa9c50892af8f32cb36d2b73b89a1396195716ca480c4b1daa03bc0"` Sep 21 09:34:31.887 INFO kablam! usermod: no changes Sep 21 09:34:32.022 INFO kablam! Checking num-rational v0.2.1 Sep 21 09:34:32.022 INFO kablam! Checking tiff v0.2.0 Sep 21 09:34:32.911 INFO kablam! Checking image v0.20.0 Sep 21 09:34:37.731 INFO kablam! Checking glyph_packer v0.0.0 (/source) Sep 21 09:34:38.910 INFO kablam! error[E0191]: the value of the associated type `Pixel` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.910 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.910 INFO kablam! | Sep 21 09:34:38.910 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `Pixel` value Sep 21 09:34:38.910 INFO kablam! Sep 21 09:34:38.911 INFO kablam! error[E0191]: the value of the associated type `InnerImageView` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.911 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.911 INFO kablam! | Sep 21 09:34:38.911 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImageView` value Sep 21 09:34:38.911 INFO kablam! Sep 21 09:34:38.911 INFO kablam! error[E0191]: the value of the associated type `InnerImage` (from the trait `image::GenericImage`) must be specified Sep 21 09:34:38.911 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.911 INFO kablam! | Sep 21 09:34:38.911 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImage` value Sep 21 09:34:38.911 INFO kablam! Sep 21 09:34:38.911 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.911 INFO kablam! --> src/buffer2d.rs:54:34 Sep 21 09:34:38.911 INFO kablam! | Sep 21 09:34:38.911 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.912 INFO kablam! | ^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.912 INFO kablam! | Sep 21 09:34:38.912 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.912 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.912 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.912 INFO kablam! = note: required because of the requirements on the impl of `std::ops::CoerceUnsized<&dyn image::GenericImage>` for `&G` Sep 21 09:34:38.912 INFO kablam! Sep 21 09:34:38.912 INFO kablam! error[E0277]: the trait bound `dyn image::GenericImage: image::GenericImageView` is not satisfied Sep 21 09:34:38.912 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.912 INFO kablam! | Sep 21 09:34:38.912 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImageView` is not implemented for `dyn image::GenericImage` Sep 21 09:34:38.912 INFO kablam! Sep 21 09:34:38.912 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.912 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.912 INFO kablam! | Sep 21 09:34:38.912 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.912 INFO kablam! | Sep 21 09:34:38.912 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.912 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.912 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.918 INFO kablam! Sep 21 09:34:38.927 INFO kablam! error: aborting due to 6 previous errors Sep 21 09:34:38.927 INFO kablam! Sep 21 09:34:38.927 INFO kablam! Some errors occurred: E0038, E0191, E0277. Sep 21 09:34:38.927 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 09:34:38.930 INFO kablam! error: Could not compile `glyph_packer`. Sep 21 09:34:38.930 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 09:34:39.098 INFO kablam! error[E0191]: the value of the associated type `Pixel` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:39.098 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.098 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `Pixel` value Sep 21 09:34:39.098 INFO kablam! Sep 21 09:34:39.098 INFO kablam! error[E0191]: the value of the associated type `InnerImageView` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:39.098 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.098 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImageView` value Sep 21 09:34:39.098 INFO kablam! Sep 21 09:34:39.098 INFO kablam! error[E0191]: the value of the associated type `InnerImage` (from the trait `image::GenericImage`) must be specified Sep 21 09:34:39.098 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.098 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImage` value Sep 21 09:34:39.098 INFO kablam! Sep 21 09:34:39.098 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:39.098 INFO kablam! --> src/buffer2d.rs:54:34 Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.098 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.098 INFO kablam! | ^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.098 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:39.098 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:39.098 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:39.098 INFO kablam! = note: required because of the requirements on the impl of `std::ops::CoerceUnsized<&dyn image::GenericImage>` for `&G` Sep 21 09:34:39.098 INFO kablam! Sep 21 09:34:39.098 INFO kablam! error[E0277]: the trait bound `dyn image::GenericImage: image::GenericImageView` is not satisfied Sep 21 09:34:39.098 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:39.098 INFO kablam! | Sep 21 09:34:39.099 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImageView` is not implemented for `dyn image::GenericImage` Sep 21 09:34:39.099 INFO kablam! Sep 21 09:34:39.099 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:39.099 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:39.099 INFO kablam! | Sep 21 09:34:39.099 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:39.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:39.099 INFO kablam! | Sep 21 09:34:39.099 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:39.099 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:39.099 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:39.099 INFO kablam! Sep 21 09:34:39.106 INFO kablam! error: aborting due to 6 previous errors Sep 21 09:34:39.106 INFO kablam! Sep 21 09:34:39.106 INFO kablam! Some errors occurred: E0038, E0191, E0277. Sep 21 09:34:39.106 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 09:34:39.122 INFO kablam! error: Could not compile `glyph_packer`. Sep 21 09:34:39.122 INFO kablam! Sep 21 09:34:39.122 INFO kablam! To learn more, run the command again with --verbose. Sep 21 09:34:39.138 INFO kablam! su: No module specific data is present Sep 21 09:34:39.870 INFO running `"docker" "rm" "-f" "8893c8273aa9c50892af8f32cb36d2b73b89a1396195716ca480c4b1daa03bc0"` Sep 21 09:34:39.997 INFO blam! 8893c8273aa9c50892af8f32cb36d2b73b89a1396195716ca480c4b1daa03bc0