Sep 21 06:00:01.151 INFO checking palette-0.4.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:00:01.151 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:00:01.151 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 06:00:01.311 INFO blam! c287398ce4357ea83f614fac6afb14b94f9d12bae4f2752034f4d8986f6c42a5 Sep 21 06:00:01.312 INFO running `"docker" "start" "-a" "c287398ce4357ea83f614fac6afb14b94f9d12bae4f2752034f4d8986f6c42a5"` Sep 21 06:00:02.023 INFO kablam! usermod: no changes Sep 21 06:00:02.197 INFO kablam! Compiling palette v0.4.1 (/source) Sep 21 06:00:02.197 INFO kablam! Checking png v0.11.0 Sep 21 06:00:02.197 INFO kablam! Compiling palette_derive v0.4.1 Sep 21 06:00:03.586 INFO kablam! Checking image v0.18.0 Sep 21 06:00:10.380 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.380 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:10.380 INFO kablam! | Sep 21 06:00:10.380 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:10.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.380 INFO kablam! | Sep 21 06:00:10.380 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:00:10.380 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.380 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.380 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.380 INFO kablam! Sep 21 06:00:10.382 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.382 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:10.382 INFO kablam! | Sep 21 06:00:10.382 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:10.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.382 INFO kablam! | Sep 21 06:00:10.382 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.382 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.382 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.382 INFO kablam! Sep 21 06:00:10.382 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:10.382 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:10.382 INFO kablam! | Sep 21 06:00:10.382 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:10.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:10.382 INFO kablam! | Sep 21 06:00:10.382 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:10.382 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.382 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.382 INFO kablam! Sep 21 06:00:10.391 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.391 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:10.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.391 INFO kablam! Sep 21 06:00:10.391 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.391 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:10.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.391 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.391 INFO kablam! Sep 21 06:00:10.391 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:10.391 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:10.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:10.391 INFO kablam! | Sep 21 06:00:10.391 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:10.391 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.392 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.392 INFO kablam! Sep 21 06:00:10.402 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.402 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:10.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.402 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.402 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.402 INFO kablam! Sep 21 06:00:10.402 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.402 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:10.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.402 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.402 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.402 INFO kablam! Sep 21 06:00:10.402 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:10.402 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:10.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:10.402 INFO kablam! | Sep 21 06:00:10.402 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:10.402 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.402 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.402 INFO kablam! Sep 21 06:00:10.410 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.410 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:10.410 INFO kablam! | Sep 21 06:00:10.410 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:10.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.410 INFO kablam! | Sep 21 06:00:10.410 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.410 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.410 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.410 INFO kablam! Sep 21 06:00:10.410 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.410 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:10.410 INFO kablam! | Sep 21 06:00:10.410 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:10.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.410 INFO kablam! | Sep 21 06:00:10.410 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.411 INFO kablam! Sep 21 06:00:10.411 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.411 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:10.411 INFO kablam! | Sep 21 06:00:10.411 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:10.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.411 INFO kablam! | Sep 21 06:00:10.411 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.411 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.411 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.411 INFO kablam! Sep 21 06:00:10.418 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.418 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:10.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.418 INFO kablam! Sep 21 06:00:10.418 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.418 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:10.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.418 INFO kablam! Sep 21 06:00:10.418 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.418 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:10.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.418 INFO kablam! | Sep 21 06:00:10.418 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.418 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.418 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.418 INFO kablam! Sep 21 06:00:10.424 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.424 INFO kablam! --> src/luma/luma.rs:21:37 Sep 21 06:00:10.424 INFO kablam! | Sep 21 06:00:10.424 INFO kablam! 21 | pub type Lumaa = Alpha, T>; Sep 21 06:00:10.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.424 INFO kablam! | Sep 21 06:00:10.424 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.424 INFO kablam! Sep 21 06:00:10.424 INFO kablam! warning: the trait bound `S: luma::LumaStandard` is not satisfied Sep 21 06:00:10.424 INFO kablam! --> src/luma/luma.rs:21:37 Sep 21 06:00:10.424 INFO kablam! | Sep 21 06:00:10.424 INFO kablam! 21 | pub type Lumaa = Alpha, T>; Sep 21 06:00:10.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `luma::LumaStandard` is not implemented for `S` Sep 21 06:00:10.424 INFO kablam! | Sep 21 06:00:10.424 INFO kablam! = help: consider adding a `where S: luma::LumaStandard` bound Sep 21 06:00:10.424 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.424 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.424 INFO kablam! Sep 21 06:00:10.436 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.436 INFO kablam! --> src/luma/mod.rs:11:30 Sep 21 06:00:10.436 INFO kablam! | Sep 21 06:00:10.436 INFO kablam! 11 | pub type SrgbLuma = Luma; Sep 21 06:00:10.436 INFO kablam! | ^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.436 INFO kablam! | Sep 21 06:00:10.436 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.436 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.436 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.436 INFO kablam! Sep 21 06:00:10.437 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.437 INFO kablam! --> src/luma/mod.rs:13:31 Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! 13 | pub type SrgbLumaa = Lumaa; Sep 21 06:00:10.437 INFO kablam! | ^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.437 INFO kablam! Sep 21 06:00:10.437 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.437 INFO kablam! --> src/luma/mod.rs:16:39 Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! 16 | pub type LinLuma = Luma, T>; Sep 21 06:00:10.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.437 INFO kablam! Sep 21 06:00:10.437 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.437 INFO kablam! --> src/luma/mod.rs:16:39 Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! 16 | pub type LinLuma = Luma, T>; Sep 21 06:00:10.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.437 INFO kablam! = note: required because of the requirements on the impl of `luma::LumaStandard` for `encoding::linear::Linear` Sep 21 06:00:10.437 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.437 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.437 INFO kablam! Sep 21 06:00:10.437 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.437 INFO kablam! --> src/luma/mod.rs:18:40 Sep 21 06:00:10.437 INFO kablam! | Sep 21 06:00:10.437 INFO kablam! 18 | pub type LinLumaa = Lumaa, T>; Sep 21 06:00:10.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.438 INFO kablam! Sep 21 06:00:10.438 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.438 INFO kablam! --> src/luma/mod.rs:18:40 Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! 18 | pub type LinLumaa = Lumaa, T>; Sep 21 06:00:10.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.438 INFO kablam! = note: required because of the requirements on the impl of `luma::LumaStandard` for `encoding::linear::Linear` Sep 21 06:00:10.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.438 INFO kablam! Sep 21 06:00:10.438 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.438 INFO kablam! --> src/luma/mod.rs:21:31 Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! 21 | pub type GammaLuma = Luma, T>; Sep 21 06:00:10.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.438 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.438 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.438 INFO kablam! Sep 21 06:00:10.438 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.438 INFO kablam! --> src/luma/mod.rs:23:32 Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! 23 | pub type GammaLumaa = Lumaa, T>; Sep 21 06:00:10.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.438 INFO kablam! | Sep 21 06:00:10.438 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.439 INFO kablam! Sep 21 06:00:10.439 INFO kablam! warning: the trait bound `S: rgb::RgbStandard` is not satisfied Sep 21 06:00:10.439 INFO kablam! --> src/rgb/rgb.rs:25:36 Sep 21 06:00:10.439 INFO kablam! | Sep 21 06:00:10.439 INFO kablam! 25 | pub type Rgba = Alpha, T>; Sep 21 06:00:10.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbStandard` is not implemented for `S` Sep 21 06:00:10.439 INFO kablam! | Sep 21 06:00:10.439 INFO kablam! = help: consider adding a `where S: rgb::RgbStandard` bound Sep 21 06:00:10.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.439 INFO kablam! Sep 21 06:00:10.439 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.439 INFO kablam! --> src/rgb/rgb.rs:25:36 Sep 21 06:00:10.439 INFO kablam! | Sep 21 06:00:10.439 INFO kablam! 25 | pub type Rgba = Alpha, T>; Sep 21 06:00:10.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.439 INFO kablam! | Sep 21 06:00:10.439 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.439 INFO kablam! Sep 21 06:00:10.453 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.453 INFO kablam! --> src/rgb/mod.rs:17:26 Sep 21 06:00:10.453 INFO kablam! | Sep 21 06:00:10.453 INFO kablam! 17 | pub type Srgb = Rgb<::encoding::Srgb, T>; Sep 21 06:00:10.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.453 INFO kablam! | Sep 21 06:00:10.453 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.453 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.453 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.453 INFO kablam! Sep 21 06:00:10.454 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.454 INFO kablam! --> src/rgb/mod.rs:19:27 Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! 19 | pub type Srgba = Rgba<::encoding::Srgb, T>; Sep 21 06:00:10.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.454 INFO kablam! Sep 21 06:00:10.454 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.454 INFO kablam! --> src/rgb/mod.rs:22:29 Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! 22 | pub type LinSrgb = Rgb, T>; Sep 21 06:00:10.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.454 INFO kablam! Sep 21 06:00:10.454 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.454 INFO kablam! --> src/rgb/mod.rs:24:30 Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! 24 | pub type LinSrgba = Rgba, T>; Sep 21 06:00:10.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.454 INFO kablam! Sep 21 06:00:10.454 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.454 INFO kablam! --> src/rgb/mod.rs:27:31 Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! 27 | pub type GammaSrgb = Rgb<::encoding::Gamma<::encoding::Srgb>, T>; Sep 21 06:00:10.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.454 INFO kablam! Sep 21 06:00:10.454 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.454 INFO kablam! --> src/rgb/mod.rs:29:32 Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! 29 | pub type GammaSrgba = Rgba<::encoding::Gamma<::encoding::Srgb>, T>; Sep 21 06:00:10.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.454 INFO kablam! | Sep 21 06:00:10.454 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.454 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.454 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.454 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:10.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.466 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:10.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.466 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:10.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.466 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:10.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.466 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:10.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.466 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.466 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.466 INFO kablam! Sep 21 06:00:10.466 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:10.466 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:10.466 INFO kablam! | Sep 21 06:00:10.466 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:10.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:10.467 INFO kablam! | Sep 21 06:00:10.467 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:10.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.467 INFO kablam! Sep 21 06:00:10.558 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:10.558 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:10.558 INFO kablam! | Sep 21 06:00:10.558 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:10.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:10.558 INFO kablam! ... Sep 21 06:00:10.558 INFO kablam! 597 | / make_color! { Sep 21 06:00:10.558 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:10.558 INFO kablam! 599 | | Luma> { Sep 21 06:00:10.558 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:10.558 INFO kablam! ... | Sep 21 06:00:10.558 INFO kablam! 650 | | } Sep 21 06:00:10.558 INFO kablam! 651 | | } Sep 21 06:00:10.558 INFO kablam! | |_- in this macro invocation Sep 21 06:00:10.558 INFO kablam! | Sep 21 06:00:10.558 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:10.558 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.559 INFO kablam! Sep 21 06:00:10.559 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:10.559 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:10.559 INFO kablam! | Sep 21 06:00:10.559 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:10.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:10.559 INFO kablam! ... Sep 21 06:00:10.559 INFO kablam! 597 | / make_color! { Sep 21 06:00:10.559 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:10.559 INFO kablam! 599 | | Luma> { Sep 21 06:00:10.559 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:10.559 INFO kablam! ... | Sep 21 06:00:10.559 INFO kablam! 650 | | } Sep 21 06:00:10.559 INFO kablam! 651 | | } Sep 21 06:00:10.559 INFO kablam! | |_- in this macro invocation Sep 21 06:00:10.559 INFO kablam! | Sep 21 06:00:10.559 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:10.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.559 INFO kablam! Sep 21 06:00:10.559 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:10.559 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:10.559 INFO kablam! | Sep 21 06:00:10.559 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:10.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:10.559 INFO kablam! ... Sep 21 06:00:10.559 INFO kablam! 597 | / make_color! { Sep 21 06:00:10.559 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:10.559 INFO kablam! 599 | | Luma> { Sep 21 06:00:10.559 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:10.559 INFO kablam! ... | Sep 21 06:00:10.559 INFO kablam! 650 | | } Sep 21 06:00:10.559 INFO kablam! 651 | | } Sep 21 06:00:10.559 INFO kablam! | |_- in this macro invocation Sep 21 06:00:10.559 INFO kablam! | Sep 21 06:00:10.559 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:10.559 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:10.559 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:10.559 INFO kablam! Sep 21 06:00:12.006 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.006 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:12.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 06:00:12.006 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.006 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.006 INFO kablam! Sep 21 06:00:12.006 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.006 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:12.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.006 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.006 INFO kablam! Sep 21 06:00:12.006 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:12.006 INFO kablam! --> src/hsl.rs:18:36 Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! 18 | pub type Hsla = Alpha, T>; Sep 21 06:00:12.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:12.006 INFO kablam! | Sep 21 06:00:12.006 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:12.006 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.006 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.006 INFO kablam! Sep 21 06:00:12.017 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.017 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:12.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.017 INFO kablam! Sep 21 06:00:12.017 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.017 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:12.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.017 INFO kablam! Sep 21 06:00:12.017 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:12.017 INFO kablam! --> src/hsv.rs:17:36 Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! 17 | pub type Hsva = Alpha, T>; Sep 21 06:00:12.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:12.017 INFO kablam! | Sep 21 06:00:12.017 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:12.017 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.017 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.017 INFO kablam! Sep 21 06:00:12.038 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.038 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:12.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.038 INFO kablam! Sep 21 06:00:12.038 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.038 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:12.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.038 INFO kablam! Sep 21 06:00:12.038 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:12.038 INFO kablam! --> src/hwb.rs:18:36 Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! 18 | pub type Hwba = Alpha, T>; Sep 21 06:00:12.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:12.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.038 INFO kablam! Sep 21 06:00:12.038 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.038 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:12.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.038 INFO kablam! Sep 21 06:00:12.038 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.038 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:12.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.038 INFO kablam! | Sep 21 06:00:12.038 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.039 INFO kablam! Sep 21 06:00:12.039 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.039 INFO kablam! --> src/lab.rs:14:30 Sep 21 06:00:12.039 INFO kablam! | Sep 21 06:00:12.039 INFO kablam! 14 | pub type Laba = Alpha, T>; Sep 21 06:00:12.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.039 INFO kablam! | Sep 21 06:00:12.039 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.039 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.039 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.039 INFO kablam! Sep 21 06:00:12.054 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.054 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:12.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.054 INFO kablam! Sep 21 06:00:12.054 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.054 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:12.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.054 INFO kablam! Sep 21 06:00:12.054 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.054 INFO kablam! --> src/lch.rs:14:30 Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! 14 | pub type Lcha = Alpha, T>; Sep 21 06:00:12.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.054 INFO kablam! | Sep 21 06:00:12.054 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.054 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.054 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.054 INFO kablam! Sep 21 06:00:12.062 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.062 INFO kablam! --> src/luma/luma.rs:21:37 Sep 21 06:00:12.062 INFO kablam! | Sep 21 06:00:12.062 INFO kablam! 21 | pub type Lumaa = Alpha, T>; Sep 21 06:00:12.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.062 INFO kablam! | Sep 21 06:00:12.062 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.062 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.062 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.062 INFO kablam! Sep 21 06:00:12.063 INFO kablam! warning: the trait bound `S: luma::LumaStandard` is not satisfied Sep 21 06:00:12.063 INFO kablam! --> src/luma/luma.rs:21:37 Sep 21 06:00:12.063 INFO kablam! | Sep 21 06:00:12.063 INFO kablam! 21 | pub type Lumaa = Alpha, T>; Sep 21 06:00:12.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `luma::LumaStandard` is not implemented for `S` Sep 21 06:00:12.063 INFO kablam! | Sep 21 06:00:12.063 INFO kablam! = help: consider adding a `where S: luma::LumaStandard` bound Sep 21 06:00:12.063 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.063 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.063 INFO kablam! Sep 21 06:00:12.087 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.087 INFO kablam! --> src/luma/mod.rs:11:30 Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.087 INFO kablam! 11 | pub type SrgbLuma = Luma; Sep 21 06:00:12.087 INFO kablam! | ^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.087 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.087 INFO kablam! Sep 21 06:00:12.087 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.087 INFO kablam! --> src/luma/mod.rs:13:31 Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.087 INFO kablam! 13 | pub type SrgbLumaa = Lumaa; Sep 21 06:00:12.087 INFO kablam! | ^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.087 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.087 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.087 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.087 INFO kablam! Sep 21 06:00:12.087 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.087 INFO kablam! --> src/luma/mod.rs:16:39 Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.087 INFO kablam! 16 | pub type LinLuma = Luma, T>; Sep 21 06:00:12.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.087 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.088 INFO kablam! Sep 21 06:00:12.088 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.088 INFO kablam! --> src/luma/mod.rs:16:39 Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! 16 | pub type LinLuma = Luma, T>; Sep 21 06:00:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.088 INFO kablam! = note: required because of the requirements on the impl of `luma::LumaStandard` for `encoding::linear::Linear` Sep 21 06:00:12.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.088 INFO kablam! Sep 21 06:00:12.088 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.088 INFO kablam! --> src/luma/mod.rs:18:40 Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! 18 | pub type LinLumaa = Lumaa, T>; Sep 21 06:00:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.088 INFO kablam! Sep 21 06:00:12.088 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.088 INFO kablam! --> src/luma/mod.rs:18:40 Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! 18 | pub type LinLumaa = Lumaa, T>; Sep 21 06:00:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.088 INFO kablam! = note: required because of the requirements on the impl of `luma::LumaStandard` for `encoding::linear::Linear` Sep 21 06:00:12.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.088 INFO kablam! Sep 21 06:00:12.088 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.088 INFO kablam! --> src/luma/mod.rs:21:31 Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! 21 | pub type GammaLuma = Luma, T>; Sep 21 06:00:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.088 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.088 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.088 INFO kablam! Sep 21 06:00:12.088 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.088 INFO kablam! --> src/luma/mod.rs:23:32 Sep 21 06:00:12.088 INFO kablam! | Sep 21 06:00:12.088 INFO kablam! 23 | pub type GammaLumaa = Lumaa, T>; Sep 21 06:00:12.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.089 INFO kablam! | Sep 21 06:00:12.089 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.089 INFO kablam! Sep 21 06:00:12.089 INFO kablam! warning: the trait bound `S: rgb::RgbStandard` is not satisfied Sep 21 06:00:12.089 INFO kablam! --> src/rgb/rgb.rs:25:36 Sep 21 06:00:12.089 INFO kablam! | Sep 21 06:00:12.089 INFO kablam! 25 | pub type Rgba = Alpha, T>; Sep 21 06:00:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbStandard` is not implemented for `S` Sep 21 06:00:12.089 INFO kablam! | Sep 21 06:00:12.089 INFO kablam! = help: consider adding a `where S: rgb::RgbStandard` bound Sep 21 06:00:12.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.089 INFO kablam! Sep 21 06:00:12.089 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.089 INFO kablam! --> src/rgb/rgb.rs:25:36 Sep 21 06:00:12.089 INFO kablam! | Sep 21 06:00:12.089 INFO kablam! 25 | pub type Rgba = Alpha, T>; Sep 21 06:00:12.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.089 INFO kablam! | Sep 21 06:00:12.089 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.089 INFO kablam! Sep 21 06:00:12.094 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.094 INFO kablam! --> src/rgb/mod.rs:17:26 Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! 17 | pub type Srgb = Rgb<::encoding::Srgb, T>; Sep 21 06:00:12.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.094 INFO kablam! Sep 21 06:00:12.094 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.094 INFO kablam! --> src/rgb/mod.rs:19:27 Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! 19 | pub type Srgba = Rgba<::encoding::Srgb, T>; Sep 21 06:00:12.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.094 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.094 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.094 INFO kablam! Sep 21 06:00:12.094 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.094 INFO kablam! --> src/rgb/mod.rs:22:29 Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! 22 | pub type LinSrgb = Rgb, T>; Sep 21 06:00:12.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.094 INFO kablam! | Sep 21 06:00:12.094 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.095 INFO kablam! Sep 21 06:00:12.095 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.095 INFO kablam! --> src/rgb/mod.rs:24:30 Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! 24 | pub type LinSrgba = Rgba, T>; Sep 21 06:00:12.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.095 INFO kablam! Sep 21 06:00:12.095 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.095 INFO kablam! --> src/rgb/mod.rs:27:31 Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! 27 | pub type GammaSrgb = Rgb<::encoding::Gamma<::encoding::Srgb>, T>; Sep 21 06:00:12.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.095 INFO kablam! Sep 21 06:00:12.095 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.095 INFO kablam! --> src/rgb/mod.rs:29:32 Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! 29 | pub type GammaSrgba = Rgba<::encoding::Gamma<::encoding::Srgb>, T>; Sep 21 06:00:12.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.095 INFO kablam! Sep 21 06:00:12.095 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.095 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:12.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.095 INFO kablam! Sep 21 06:00:12.095 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.095 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:12.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.095 INFO kablam! | Sep 21 06:00:12.095 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.095 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.095 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.096 INFO kablam! Sep 21 06:00:12.096 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.096 INFO kablam! --> src/xyz.rs:17:36 Sep 21 06:00:12.096 INFO kablam! | Sep 21 06:00:12.096 INFO kablam! 17 | pub type Xyza = Alpha, T>; Sep 21 06:00:12.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.096 INFO kablam! | Sep 21 06:00:12.096 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.096 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.096 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.096 INFO kablam! Sep 21 06:00:12.100 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.100 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:12.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.100 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.100 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.100 INFO kablam! Sep 21 06:00:12.100 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.100 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:12.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.100 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.100 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.100 INFO kablam! Sep 21 06:00:12.100 INFO kablam! warning: the trait bound `Wp: white_point::WhitePoint` is not satisfied Sep 21 06:00:12.100 INFO kablam! --> src/yxy.rs:15:36 Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! 15 | pub type Yxya = Alpha, T>; Sep 21 06:00:12.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `white_point::WhitePoint` is not implemented for `Wp` Sep 21 06:00:12.100 INFO kablam! | Sep 21 06:00:12.100 INFO kablam! = help: consider adding a `where Wp: white_point::WhitePoint` bound Sep 21 06:00:12.100 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.100 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.100 INFO kablam! Sep 21 06:00:12.247 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 06:00:12.247 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:12.247 INFO kablam! | Sep 21 06:00:12.247 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:12.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 06:00:12.247 INFO kablam! ... Sep 21 06:00:12.247 INFO kablam! 597 | / make_color! { Sep 21 06:00:12.247 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:12.247 INFO kablam! 599 | | Luma> { Sep 21 06:00:12.247 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:12.247 INFO kablam! ... | Sep 21 06:00:12.247 INFO kablam! 650 | | } Sep 21 06:00:12.247 INFO kablam! 651 | | } Sep 21 06:00:12.247 INFO kablam! | |_- in this macro invocation Sep 21 06:00:12.247 INFO kablam! | Sep 21 06:00:12.247 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 06:00:12.247 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.247 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.247 INFO kablam! Sep 21 06:00:12.247 INFO kablam! warning: the trait bound `T: Component` is not satisfied Sep 21 06:00:12.247 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:12.247 INFO kablam! | Sep 21 06:00:12.247 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:12.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `Component` is not implemented for `T` Sep 21 06:00:12.247 INFO kablam! ... Sep 21 06:00:12.247 INFO kablam! 597 | / make_color! { Sep 21 06:00:12.247 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:12.247 INFO kablam! 599 | | Luma> { Sep 21 06:00:12.247 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:12.248 INFO kablam! ... | Sep 21 06:00:12.248 INFO kablam! 650 | | } Sep 21 06:00:12.248 INFO kablam! 651 | | } Sep 21 06:00:12.248 INFO kablam! | |_- in this macro invocation Sep 21 06:00:12.248 INFO kablam! | Sep 21 06:00:12.248 INFO kablam! = help: consider adding a `where T: Component` bound Sep 21 06:00:12.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.248 INFO kablam! Sep 21 06:00:12.248 INFO kablam! warning: the trait bound `S: rgb::RgbSpace` is not satisfied Sep 21 06:00:12.248 INFO kablam! --> src/lib.rs:380:56 Sep 21 06:00:12.248 INFO kablam! | Sep 21 06:00:12.248 INFO kablam! 380 | pub type Colora = Alpha, T>; Sep 21 06:00:12.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `rgb::RgbSpace` is not implemented for `S` Sep 21 06:00:12.248 INFO kablam! ... Sep 21 06:00:12.248 INFO kablam! 597 | / make_color! { Sep 21 06:00:12.248 INFO kablam! 598 | | ///Linear luminance. Sep 21 06:00:12.248 INFO kablam! 599 | | Luma> { Sep 21 06:00:12.248 INFO kablam! 600 | | ///Linear luminance. Sep 21 06:00:12.248 INFO kablam! ... | Sep 21 06:00:12.248 INFO kablam! 650 | | } Sep 21 06:00:12.248 INFO kablam! 651 | | } Sep 21 06:00:12.248 INFO kablam! | |_- in this macro invocation Sep 21 06:00:12.248 INFO kablam! | Sep 21 06:00:12.248 INFO kablam! = help: consider adding a `where S: rgb::RgbSpace` bound Sep 21 06:00:12.248 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 06:00:12.248 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 06:00:12.248 INFO kablam! Sep 21 06:00:16.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.74s Sep 21 06:00:16.795 INFO kablam! su: No module specific data is present Sep 21 06:00:17.885 INFO running `"docker" "rm" "-f" "c287398ce4357ea83f614fac6afb14b94f9d12bae4f2752034f4d8986f6c42a5"` Sep 21 06:00:18.009 INFO blam! c287398ce4357ea83f614fac6afb14b94f9d12bae4f2752034f4d8986f6c42a5