Sep 21 09:34:30.394 INFO checking glyph_packer-0.0.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 09:34:30.394 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 09:34:30.394 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-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:30.583 INFO blam! 054f5c077a3807f92c9057bb9d97c60df55369fa11982a7f351223a64ad051e8 Sep 21 09:34:30.585 INFO running `"docker" "start" "-a" "054f5c077a3807f92c9057bb9d97c60df55369fa11982a7f351223a64ad051e8"` Sep 21 09:34:31.520 INFO kablam! usermod: no changes Sep 21 09:34:31.662 INFO kablam! Checking num-rational v0.2.1 Sep 21 09:34:31.666 INFO kablam! Checking tiff v0.2.0 Sep 21 09:34:32.566 INFO kablam! Checking image v0.20.0 Sep 21 09:34:37.334 INFO kablam! Checking glyph_packer v0.0.0 (/source) Sep 21 09:34:38.430 INFO kablam! error[E0191]: the value of the associated type `Pixel` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.430 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.430 INFO kablam! | Sep 21 09:34:38.430 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `Pixel` value Sep 21 09:34:38.430 INFO kablam! Sep 21 09:34:38.430 INFO kablam! error[E0191]: the value of the associated type `InnerImageView` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.430 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.430 INFO kablam! | Sep 21 09:34:38.430 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImageView` value Sep 21 09:34:38.430 INFO kablam! Sep 21 09:34:38.430 INFO kablam! error[E0191]: the value of the associated type `InnerImage` (from the trait `image::GenericImage`) must be specified Sep 21 09:34:38.430 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.430 INFO kablam! | Sep 21 09:34:38.430 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImage` value Sep 21 09:34:38.430 INFO kablam! Sep 21 09:34:38.431 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.431 INFO kablam! --> src/buffer2d.rs:54:34 Sep 21 09:34:38.431 INFO kablam! | Sep 21 09:34:38.431 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.431 INFO kablam! | ^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.431 INFO kablam! | Sep 21 09:34:38.431 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.431 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.431 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.431 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.431 INFO kablam! Sep 21 09:34:38.431 INFO kablam! error[E0277]: the trait bound `dyn image::GenericImage: image::GenericImageView` is not satisfied Sep 21 09:34:38.431 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.431 INFO kablam! | Sep 21 09:34:38.431 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImageView` is not implemented for `dyn image::GenericImage` Sep 21 09:34:38.431 INFO kablam! Sep 21 09:34:38.438 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.438 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.438 INFO kablam! | Sep 21 09:34:38.438 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.438 INFO kablam! | Sep 21 09:34:38.438 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.438 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.438 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.438 INFO kablam! Sep 21 09:34:38.442 INFO kablam! error: aborting due to 6 previous errors Sep 21 09:34:38.442 INFO kablam! Sep 21 09:34:38.442 INFO kablam! Some errors occurred: E0038, E0191, E0277. Sep 21 09:34:38.442 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 09:34:38.453 INFO kablam! error: Could not compile `glyph_packer`. Sep 21 09:34:38.453 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 09:34:38.538 INFO kablam! error[E0191]: the value of the associated type `Pixel` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `Pixel` value Sep 21 09:34:38.538 INFO kablam! Sep 21 09:34:38.538 INFO kablam! error[E0191]: the value of the associated type `InnerImageView` (from the trait `image::GenericImageView`) must be specified Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImageView` value Sep 21 09:34:38.538 INFO kablam! Sep 21 09:34:38.538 INFO kablam! error[E0191]: the value of the associated type `InnerImage` (from the trait `image::GenericImage`) must be specified Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ missing associated type `InnerImage` value Sep 21 09:34:38.538 INFO kablam! Sep 21 09:34:38.538 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:34 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.538 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.538 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.538 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.538 INFO kablam! Sep 21 09:34:38.538 INFO kablam! error[E0277]: the trait bound `dyn image::GenericImage: image::GenericImageView` is not satisfied Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImageView` is not implemented for `dyn image::GenericImage` Sep 21 09:34:38.538 INFO kablam! Sep 21 09:34:38.538 INFO kablam! error[E0038]: the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.538 INFO kablam! --> src/buffer2d.rs:54:9 Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.538 INFO kablam! 54 | GenericImage::dimensions(self).0 Sep 21 09:34:38.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `image::GenericImage` cannot be made into an object Sep 21 09:34:38.538 INFO kablam! | Sep 21 09:34:38.539 INFO kablam! = note: method `pixels_mut` references the `Self` type in its arguments or return type Sep 21 09:34:38.539 INFO kablam! = note: method `copy_from` has generic type parameters Sep 21 09:34:38.539 INFO kablam! = note: method `pixels` references the `Self` type in its arguments or return type Sep 21 09:34:38.539 INFO kablam! Sep 21 09:34:38.542 INFO kablam! error: aborting due to 6 previous errors Sep 21 09:34:38.542 INFO kablam! Sep 21 09:34:38.542 INFO kablam! Some errors occurred: E0038, E0191, E0277. Sep 21 09:34:38.542 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 09:34:38.554 INFO kablam! error: Could not compile `glyph_packer`. Sep 21 09:34:38.554 INFO kablam! Sep 21 09:34:38.554 INFO kablam! To learn more, run the command again with --verbose. Sep 21 09:34:38.556 INFO kablam! su: No module specific data is present Sep 21 09:34:39.355 INFO running `"docker" "rm" "-f" "054f5c077a3807f92c9057bb9d97c60df55369fa11982a7f351223a64ad051e8"` Sep 21 09:34:39.479 INFO blam! 054f5c077a3807f92c9057bb9d97c60df55369fa11982a7f351223a64ad051e8