Sep 21 07:21:09.996 INFO checking luminance-gl-0.13.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:21:09.997 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:21:09.997 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/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 07:21:10.229 INFO blam! 4719b7896654bd1013398e686f6cee3a9ed9be10268c1c4ec285dd7795fdac9c Sep 21 07:21:10.231 INFO running `"docker" "start" "-a" "4719b7896654bd1013398e686f6cee3a9ed9be10268c1c4ec285dd7795fdac9c"` Sep 21 07:21:11.429 INFO kablam! usermod: no changes Sep 21 07:21:11.500 INFO kablam! Checking luminance v0.16.0 Sep 21 07:21:11.500 INFO kablam! Compiling gl_generator v0.4.2 Sep 21 07:21:14.984 INFO kablam! Compiling gl v0.5.2 Sep 21 07:21:25.346 INFO kablam! Checking luminance-gl v0.13.0 (/source) Sep 21 07:21:26.110 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:21:26.110 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 21 07:21:26.110 INFO kablam! | Sep 21 07:21:26.110 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Sep 21 07:21:26.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:21:26.110 INFO kablam! | Sep 21 07:21:26.110 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:21:26.110 INFO kablam! Sep 21 07:21:26.233 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.233 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.233 INFO kablam! | Sep 21 07:21:26.233 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.233 INFO kablam! | Sep 21 07:21:26.234 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 07:21:26.234 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.234 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.234 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.234 INFO kablam! Sep 21 07:21:26.234 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.234 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.234 INFO kablam! | Sep 21 07:21:26.234 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.234 INFO kablam! | Sep 21 07:21:26.234 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.235 INFO kablam! Sep 21 07:21:26.270 INFO kablam! warning: the trait bound `CS: luminance::framebuffer::ColorSlot` is not satisfied Sep 21 07:21:26.270 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.270 INFO kablam! | Sep 21 07:21:26.270 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::ColorSlot` is not implemented for `CS` Sep 21 07:21:26.270 INFO kablam! | Sep 21 07:21:26.294 INFO kablam! = help: consider adding a `where CS: luminance::framebuffer::ColorSlot` bound Sep 21 07:21:26.294 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.294 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.294 INFO kablam! Sep 21 07:21:26.294 INFO kablam! warning: the trait bound `DS: luminance::framebuffer::DepthSlot` is not satisfied Sep 21 07:21:26.294 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.294 INFO kablam! | Sep 21 07:21:26.294 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::DepthSlot` is not implemented for `DS` Sep 21 07:21:26.294 INFO kablam! | Sep 21 07:21:26.294 INFO kablam! = help: consider adding a `where DS: luminance::framebuffer::DepthSlot` bound Sep 21 07:21:26.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! warning: the trait bound `CS: luminance::framebuffer::ColorSlot` is not satisfied Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::ColorSlot` is not implemented for `CS` Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! = help: consider adding a `where CS: luminance::framebuffer::ColorSlot` bound Sep 21 07:21:26.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! warning: the trait bound `DS: luminance::framebuffer::DepthSlot` is not satisfied Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::DepthSlot` is not implemented for `DS` Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! = help: consider adding a `where DS: luminance::framebuffer::DepthSlot` bound Sep 21 07:21:26.295 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.295 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! error[E0309]: the parameter type `L` may not live long enough Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.295 INFO kablam! | | Sep 21 07:21:26.295 INFO kablam! | help: consider adding an explicit lifetime bound `L: 'a`... Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! note: ...so that the type `L` will meet its required lifetime bounds Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.295 INFO kablam! error[E0309]: the parameter type `D` may not live long enough Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.295 INFO kablam! | | Sep 21 07:21:26.295 INFO kablam! | help: consider adding an explicit lifetime bound `D: 'a`... Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! note: ...so that the type `D` will meet its required lifetime bounds Sep 21 07:21:26.295 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.295 INFO kablam! | Sep 21 07:21:26.295 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.295 INFO kablam! Sep 21 07:21:26.296 INFO kablam! error[E0309]: the parameter type `CS` may not live long enough Sep 21 07:21:26.296 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.296 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.296 INFO kablam! | | Sep 21 07:21:26.296 INFO kablam! | help: consider adding an explicit lifetime bound `CS: 'a`... Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! note: ...so that the type `CS` will meet its required lifetime bounds Sep 21 07:21:26.296 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.296 INFO kablam! Sep 21 07:21:26.296 INFO kablam! error[E0309]: the parameter type `DS` may not live long enough Sep 21 07:21:26.296 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.296 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.296 INFO kablam! | | Sep 21 07:21:26.296 INFO kablam! | help: consider adding an explicit lifetime bound `DS: 'a`... Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! note: ...so that the type `DS` will meet its required lifetime bounds Sep 21 07:21:26.296 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.296 INFO kablam! | Sep 21 07:21:26.296 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.296 INFO kablam! Sep 21 07:21:26.296 INFO kablam! warning: the trait bound `T: luminance::Uniformable` is not satisfied Sep 21 07:21:26.296 INFO kablam! --> src/gl33/shader/program.rs:380:23 Sep 21 07:21:26.298 INFO kablam! | Sep 21 07:21:26.298 INFO kablam! 380 | pub type Uniform = program::Uniform; Sep 21 07:21:26.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Uniformable` is not implemented for `T` Sep 21 07:21:26.298 INFO kablam! | Sep 21 07:21:26.298 INFO kablam! = help: consider adding a `where T: luminance::Uniformable` bound Sep 21 07:21:26.298 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.298 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.298 INFO kablam! Sep 21 07:21:26.298 INFO kablam! error[E0038]: the trait `luminance::Uniformable` cannot be made into an object Sep 21 07:21:26.298 INFO kablam! --> src/gl33/shader/program.rs:381:24 Sep 21 07:21:26.298 INFO kablam! | Sep 21 07:21:26.298 INFO kablam! 381 | pub type Uniformable = program::Uniformable; Sep 21 07:21:26.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Uniformable` cannot be made into an object Sep 21 07:21:26.298 INFO kablam! | Sep 21 07:21:26.298 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 21 07:21:26.298 INFO kablam! Sep 21 07:21:26.299 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.299 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.299 INFO kablam! Sep 21 07:21:26.299 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.299 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.299 INFO kablam! Sep 21 07:21:26.299 INFO kablam! warning: the trait bound `P: luminance::Pixel` is not satisfied Sep 21 07:21:26.299 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Pixel` is not implemented for `P` Sep 21 07:21:26.299 INFO kablam! | Sep 21 07:21:26.299 INFO kablam! = help: consider adding a `where P: luminance::Pixel` bound Sep 21 07:21:26.299 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.299 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.299 INFO kablam! Sep 21 07:21:26.338 INFO kablam! error: aborting due to 5 previous errors Sep 21 07:21:26.338 INFO kablam! Sep 21 07:21:26.338 INFO kablam! Some errors occurred: E0038, E0309. Sep 21 07:21:26.338 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 07:21:26.339 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:21:26.339 INFO kablam! --> src/gl33/framebuffer.rs:31:45 Sep 21 07:21:26.339 INFO kablam! | Sep 21 07:21:26.339 INFO kablam! 31 | let mut textures: Vec = vec![0; (color_formats.len() + if depth_format.is_some() { 1 } else { 0 })]; // FIXME: remove that (inference) Sep 21 07:21:26.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:21:26.339 INFO kablam! | Sep 21 07:21:26.339 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:21:26.339 INFO kablam! Sep 21 07:21:26.350 INFO kablam! error: Could not compile `luminance-gl`. Sep 21 07:21:26.350 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:21:26.444 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.444 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.444 INFO kablam! | Sep 21 07:21:26.444 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.444 INFO kablam! | Sep 21 07:21:26.444 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 07:21:26.444 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.444 INFO kablam! Sep 21 07:21:26.444 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.444 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.444 INFO kablam! | Sep 21 07:21:26.444 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.444 INFO kablam! | Sep 21 07:21:26.444 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.445 INFO kablam! Sep 21 07:21:26.445 INFO kablam! warning: the trait bound `CS: luminance::framebuffer::ColorSlot` is not satisfied Sep 21 07:21:26.445 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.445 INFO kablam! | Sep 21 07:21:26.445 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::ColorSlot` is not implemented for `CS` Sep 21 07:21:26.445 INFO kablam! | Sep 21 07:21:26.445 INFO kablam! = help: consider adding a `where CS: luminance::framebuffer::ColorSlot` bound Sep 21 07:21:26.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.445 INFO kablam! Sep 21 07:21:26.445 INFO kablam! warning: the trait bound `DS: luminance::framebuffer::DepthSlot` is not satisfied Sep 21 07:21:26.445 INFO kablam! --> src/gl33/framebuffer.rs:9:38 Sep 21 07:21:26.445 INFO kablam! | Sep 21 07:21:26.445 INFO kablam! 9 | pub type Framebuffer = framebuffer::Framebuffer; Sep 21 07:21:26.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::DepthSlot` is not implemented for `DS` Sep 21 07:21:26.445 INFO kablam! | Sep 21 07:21:26.445 INFO kablam! = help: consider adding a `where DS: luminance::framebuffer::DepthSlot` bound Sep 21 07:21:26.445 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.445 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.445 INFO kablam! Sep 21 07:21:26.446 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.446 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.446 INFO kablam! Sep 21 07:21:26.446 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.446 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.446 INFO kablam! Sep 21 07:21:26.446 INFO kablam! warning: the trait bound `CS: luminance::framebuffer::ColorSlot` is not satisfied Sep 21 07:21:26.446 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::ColorSlot` is not implemented for `CS` Sep 21 07:21:26.446 INFO kablam! | Sep 21 07:21:26.446 INFO kablam! = help: consider adding a `where CS: luminance::framebuffer::ColorSlot` bound Sep 21 07:21:26.446 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.446 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.446 INFO kablam! Sep 21 07:21:26.453 INFO kablam! warning: the trait bound `DS: luminance::framebuffer::DepthSlot` is not satisfied Sep 21 07:21:26.453 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.453 INFO kablam! | Sep 21 07:21:26.453 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::framebuffer::DepthSlot` is not implemented for `DS` Sep 21 07:21:26.453 INFO kablam! | Sep 21 07:21:26.453 INFO kablam! = help: consider adding a `where DS: luminance::framebuffer::DepthSlot` bound Sep 21 07:21:26.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.453 INFO kablam! Sep 21 07:21:26.453 INFO kablam! error[E0309]: the parameter type `L` may not live long enough Sep 21 07:21:26.453 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.453 INFO kablam! | Sep 21 07:21:26.453 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.453 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.453 INFO kablam! | | Sep 21 07:21:26.453 INFO kablam! | help: consider adding an explicit lifetime bound `L: 'a`... Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! note: ...so that the type `L` will meet its required lifetime bounds Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! Sep 21 07:21:26.454 INFO kablam! error[E0309]: the parameter type `D` may not live long enough Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! | | Sep 21 07:21:26.454 INFO kablam! | help: consider adding an explicit lifetime bound `D: 'a`... Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! note: ...so that the type `D` will meet its required lifetime bounds Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! Sep 21 07:21:26.454 INFO kablam! error[E0309]: the parameter type `CS` may not live long enough Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! | | Sep 21 07:21:26.454 INFO kablam! | help: consider adding an explicit lifetime bound `CS: 'a`... Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! note: ...so that the type `CS` will meet its required lifetime bounds Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! Sep 21 07:21:26.454 INFO kablam! error[E0309]: the parameter type `DS` may not live long enough Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! | | Sep 21 07:21:26.454 INFO kablam! | help: consider adding an explicit lifetime bound `DS: 'a`... Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! note: ...so that the type `DS` will meet its required lifetime bounds Sep 21 07:21:26.454 INFO kablam! --> src/gl33/pipeline.rs:11:39 Sep 21 07:21:26.454 INFO kablam! | Sep 21 07:21:26.454 INFO kablam! 11 | pub type Pipeline<'a, L, D, CS, DS> = pipeline::Pipeline<'a, GL33, L, D, CS, DS>; Sep 21 07:21:26.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:21:26.454 INFO kablam! Sep 21 07:21:26.458 INFO kablam! warning: the trait bound `T: luminance::Uniformable` is not satisfied Sep 21 07:21:26.458 INFO kablam! --> src/gl33/shader/program.rs:380:23 Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! 380 | pub type Uniform = program::Uniform; Sep 21 07:21:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Uniformable` is not implemented for `T` Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! = help: consider adding a `where T: luminance::Uniformable` bound Sep 21 07:21:26.458 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.458 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.458 INFO kablam! Sep 21 07:21:26.458 INFO kablam! error[E0038]: the trait `luminance::Uniformable` cannot be made into an object Sep 21 07:21:26.458 INFO kablam! --> src/gl33/shader/program.rs:381:24 Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! 381 | pub type Uniformable = program::Uniformable; Sep 21 07:21:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Uniformable` cannot be made into an object Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 21 07:21:26.458 INFO kablam! Sep 21 07:21:26.458 INFO kablam! warning: the trait bound `L: luminance::Layerable` is not satisfied Sep 21 07:21:26.458 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Layerable` is not implemented for `L` Sep 21 07:21:26.458 INFO kablam! | Sep 21 07:21:26.458 INFO kablam! = help: consider adding a `where L: luminance::Layerable` bound Sep 21 07:21:26.458 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.458 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.458 INFO kablam! Sep 21 07:21:26.458 INFO kablam! warning: the trait bound `D: luminance::Dimensionable` is not satisfied Sep 21 07:21:26.458 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.459 INFO kablam! | Sep 21 07:21:26.459 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Dimensionable` is not implemented for `D` Sep 21 07:21:26.459 INFO kablam! | Sep 21 07:21:26.459 INFO kablam! = help: consider adding a `where D: luminance::Dimensionable` bound Sep 21 07:21:26.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.459 INFO kablam! Sep 21 07:21:26.459 INFO kablam! warning: the trait bound `P: luminance::Pixel` is not satisfied Sep 21 07:21:26.459 INFO kablam! --> src/gl33/texture.rs:12:29 Sep 21 07:21:26.459 INFO kablam! | Sep 21 07:21:26.459 INFO kablam! 12 | pub type Texture = texture::Texture; Sep 21 07:21:26.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `luminance::Pixel` is not implemented for `P` Sep 21 07:21:26.459 INFO kablam! | Sep 21 07:21:26.459 INFO kablam! = help: consider adding a `where P: luminance::Pixel` bound Sep 21 07:21:26.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 07:21:26.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 07:21:26.459 INFO kablam! Sep 21 07:21:26.488 INFO kablam! error: aborting due to 5 previous errors Sep 21 07:21:26.488 INFO kablam! Sep 21 07:21:26.488 INFO kablam! Some errors occurred: E0038, E0309. Sep 21 07:21:26.488 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 07:21:26.497 INFO kablam! error: Could not compile `luminance-gl`. Sep 21 07:21:26.497 INFO kablam! Sep 21 07:21:26.497 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:21:26.498 INFO kablam! su: No module specific data is present Sep 21 07:21:27.335 INFO running `"docker" "rm" "-f" "4719b7896654bd1013398e686f6cee3a9ed9be10268c1c4ec285dd7795fdac9c"` Sep 21 07:21:27.484 INFO blam! 4719b7896654bd1013398e686f6cee3a9ed9be10268c1c4ec285dd7795fdac9c