Sep 21 12:03:20.542 INFO checking color-rs-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:03:20.543 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:03:20.543 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/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 12:03:20.712 INFO blam! 2463f5fd80ec3f0d10dca1c2d0f96df7318c73aedb6e395d0b380ffa2bca32b3 Sep 21 12:03:20.715 INFO running `"docker" "start" "-a" "2463f5fd80ec3f0d10dca1c2d0f96df7318c73aedb6e395d0b380ffa2bca32b3"` Sep 21 12:03:21.810 INFO kablam! usermod: no changes Sep 21 12:03:21.857 INFO kablam! Checking angle v0.3.5 Sep 21 12:03:22.360 INFO kablam! Checking color-rs v0.3.0 (/source) Sep 21 12:03:22.923 INFO kablam! error[E0432]: unresolved import `num` Sep 21 12:03:22.924 INFO kablam! --> src/rgb.rs:479:9 Sep 21 12:03:22.924 INFO kablam! | Sep 21 12:03:22.924 INFO kablam! 479 | use num::Saturating; Sep 21 12:03:22.925 INFO kablam! | ^^^ Did you mean `std::num`? Sep 21 12:03:22.925 INFO kablam! Sep 21 12:03:22.971 INFO kablam! warning: unused import: `num::Saturating` Sep 21 12:03:22.971 INFO kablam! --> src/rgb.rs:479:9 Sep 21 12:03:22.971 INFO kablam! | Sep 21 12:03:22.971 INFO kablam! 479 | use num::Saturating; Sep 21 12:03:22.971 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 12:03:22.971 INFO kablam! | Sep 21 12:03:22.971 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:03:22.971 INFO kablam! Sep 21 12:03:23.088 INFO kablam! warning: the trait bound `T: channel::Channel` is not satisfied Sep 21 12:03:23.088 INFO kablam! --> src/alpha.rs:26:20 Sep 21 12:03:23.088 INFO kablam! | Sep 21 12:03:23.089 INFO kablam! 26 | pub type Hsva = AlphaColor>; Sep 21 12:03:23.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `channel::Channel` is not implemented for `T` Sep 21 12:03:23.089 INFO kablam! | Sep 21 12:03:23.089 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:03:23.089 INFO kablam! = help: consider adding a `where T: channel::Channel` bound Sep 21 12:03:23.089 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:03:23.089 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:03:23.089 INFO kablam! Sep 21 12:03:23.099 INFO kablam! warning: the trait bound `T: channel::Channel` is not satisfied Sep 21 12:03:23.099 INFO kablam! --> src/alpha.rs:26:20 Sep 21 12:03:23.099 INFO kablam! | Sep 21 12:03:23.099 INFO kablam! 26 | pub type Hsva = AlphaColor>; Sep 21 12:03:23.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `channel::Channel` is not implemented for `T` Sep 21 12:03:23.099 INFO kablam! | Sep 21 12:03:23.099 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 12:03:23.099 INFO kablam! = help: consider adding a `where T: channel::Channel` bound Sep 21 12:03:23.099 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 12:03:23.099 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 12:03:23.099 INFO kablam! Sep 21 12:03:23.269 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.269 INFO kablam! --> src/rgb.rs:489:9 Sep 21 12:03:23.269 INFO kablam! | Sep 21 12:03:23.269 INFO kablam! 489 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); Sep 21 12:03:23.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.270 INFO kablam! | Sep 21 12:03:23.270 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.270 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.270 INFO kablam! Sep 21 12:03:23.271 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.271 INFO kablam! --> src/rgb.rs:490:9 Sep 21 12:03:23.271 INFO kablam! | Sep 21 12:03:23.271 INFO kablam! 490 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); Sep 21 12:03:23.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.271 INFO kablam! | Sep 21 12:03:23.271 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.271 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.271 INFO kablam! Sep 21 12:03:23.273 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.273 INFO kablam! --> src/rgb.rs:491:9 Sep 21 12:03:23.273 INFO kablam! | Sep 21 12:03:23.273 INFO kablam! 491 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); Sep 21 12:03:23.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.273 INFO kablam! | Sep 21 12:03:23.273 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.273 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.273 INFO kablam! Sep 21 12:03:23.274 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.274 INFO kablam! --> src/rgb.rs:492:9 Sep 21 12:03:23.275 INFO kablam! | Sep 21 12:03:23.275 INFO kablam! 492 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); Sep 21 12:03:23.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.275 INFO kablam! | Sep 21 12:03:23.275 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.275 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.275 INFO kablam! Sep 21 12:03:23.313 INFO kablam! error[E0599]: no method named `saturating_add` found for type `rgb::Rgb` in the current scope Sep 21 12:03:23.313 INFO kablam! --> src/rgb.rs:498:43 Sep 21 12:03:23.313 INFO kablam! | Sep 21 12:03:23.313 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 21 12:03:23.313 INFO kablam! | ----------------- method `saturating_add` not found for this Sep 21 12:03:23.313 INFO kablam! ... Sep 21 12:03:23.313 INFO kablam! 498 | assert_eq!( rgb!(254u8, 254, 254).saturating_add( rgb!(20, 20, 20) ), rgb!(255, 255, 255) ); Sep 21 12:03:23.313 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 12:03:23.313 INFO kablam! | Sep 21 12:03:23.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 12:03:23.313 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 12:03:23.313 INFO kablam! `use num_traits::Saturating;` Sep 21 12:03:23.313 INFO kablam! Sep 21 12:03:23.316 INFO kablam! error[E0599]: no method named `saturating_sub` found for type `rgb::Rgb` in the current scope Sep 21 12:03:23.316 INFO kablam! --> src/rgb.rs:499:40 Sep 21 12:03:23.316 INFO kablam! | Sep 21 12:03:23.316 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 21 12:03:23.316 INFO kablam! | ----------------- method `saturating_sub` not found for this Sep 21 12:03:23.316 INFO kablam! ... Sep 21 12:03:23.316 INFO kablam! 499 | assert_eq!( rgb!(20u8, 20, 20).saturating_sub( rgb!(50, 50, 50) ), rgb!(0, 0, 0) ); Sep 21 12:03:23.316 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 12:03:23.316 INFO kablam! | Sep 21 12:03:23.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 12:03:23.316 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 12:03:23.316 INFO kablam! `use num_traits::Saturating;` Sep 21 12:03:23.316 INFO kablam! Sep 21 12:03:23.542 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! --> src/hsv.rs:145:9 Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! 145 | assert_eq!(Hsv::::new(Deg(0.0), 0.0, 1.0).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); Sep 21 12:03:23.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.542 INFO kablam! Sep 21 12:03:23.542 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! --> src/hsv.rs:146:9 Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! 146 | assert_eq!(Hsv::::new(Deg(0.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); Sep 21 12:03:23.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.542 INFO kablam! Sep 21 12:03:23.542 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! --> src/hsv.rs:147:9 Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! 147 | assert_eq!(Hsv::::new(Deg(120.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); Sep 21 12:03:23.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.542 INFO kablam! Sep 21 12:03:23.542 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! --> src/hsv.rs:148:9 Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! 148 | assert_eq!(Hsv::::new(Deg(240.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); Sep 21 12:03:23.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:03:23.542 INFO kablam! | Sep 21 12:03:23.542 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 21 12:03:23.542 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 21 12:03:23.542 INFO kablam! Sep 21 12:03:23.614 INFO kablam! error: aborting due to 11 previous errors Sep 21 12:03:23.614 INFO kablam! Sep 21 12:03:23.614 INFO kablam! Some errors occurred: E0369, E0432, E0599. Sep 21 12:03:23.614 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 21 12:03:23.622 INFO kablam! error: Could not compile `color-rs`. Sep 21 12:03:23.622 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 12:03:23.794 INFO kablam! error: build failed Sep 21 12:03:23.798 INFO kablam! su: No module specific data is present Sep 21 12:03:24.614 INFO running `"docker" "rm" "-f" "2463f5fd80ec3f0d10dca1c2d0f96df7318c73aedb6e395d0b380ffa2bca32b3"` Sep 21 12:03:24.738 INFO blam! 2463f5fd80ec3f0d10dca1c2d0f96df7318c73aedb6e395d0b380ffa2bca32b3