Sep 18 02:22:09.013 INFO checking color-rs-0.3.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 02:22:09.013 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 02:22:09.013 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 02:22:09.200 INFO blam! cc183054f27aab10b975022c4d8d774e7f61aee9e30917f086ebf9a4cd7d94ad Sep 18 02:22:09.203 INFO running `"docker" "start" "-a" "cc183054f27aab10b975022c4d8d774e7f61aee9e30917f086ebf9a4cd7d94ad"` Sep 18 02:22:10.073 INFO kablam! usermod: no changes Sep 18 02:22:10.142 INFO kablam! Checking angle v0.3.5 Sep 18 02:22:10.719 INFO kablam! Checking color-rs v0.3.0 (/source) Sep 18 02:22:11.559 INFO kablam! error[E0432]: unresolved import `num` Sep 18 02:22:11.559 INFO kablam! --> src/rgb.rs:479:9 Sep 18 02:22:11.559 INFO kablam! | Sep 18 02:22:11.559 INFO kablam! 479 | use num::Saturating; Sep 18 02:22:11.559 INFO kablam! | ^^^ Did you mean `std::num`? Sep 18 02:22:11.559 INFO kablam! Sep 18 02:22:11.611 INFO kablam! warning: unused import: `num::Saturating` Sep 18 02:22:11.611 INFO kablam! --> src/rgb.rs:479:9 Sep 18 02:22:11.611 INFO kablam! | Sep 18 02:22:11.611 INFO kablam! 479 | use num::Saturating; Sep 18 02:22:11.611 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 18 02:22:11.611 INFO kablam! | Sep 18 02:22:11.611 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 02:22:11.611 INFO kablam! Sep 18 02:22:11.915 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:11.915 INFO kablam! --> src/rgb.rs:489:9 Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! 489 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); Sep 18 02:22:11.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:11.915 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 18 02:22:11.915 INFO kablam! Sep 18 02:22:11.915 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:11.915 INFO kablam! --> src/rgb.rs:490:9 Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! 490 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); Sep 18 02:22:11.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:11.915 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 18 02:22:11.915 INFO kablam! Sep 18 02:22:11.915 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:11.915 INFO kablam! --> src/rgb.rs:491:9 Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! 491 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); Sep 18 02:22:11.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:11.915 INFO kablam! | Sep 18 02:22:11.915 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:11.915 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 18 02:22:11.915 INFO kablam! Sep 18 02:22:11.923 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:11.923 INFO kablam! --> src/rgb.rs:492:9 Sep 18 02:22:11.923 INFO kablam! | Sep 18 02:22:11.923 INFO kablam! 492 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); Sep 18 02:22:11.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:11.923 INFO kablam! | Sep 18 02:22:11.923 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:11.923 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 18 02:22:11.923 INFO kablam! Sep 18 02:22:11.972 INFO kablam! error[E0599]: no method named `saturating_add` found for type `rgb::Rgb` in the current scope Sep 18 02:22:11.972 INFO kablam! --> src/rgb.rs:498:43 Sep 18 02:22:11.972 INFO kablam! | Sep 18 02:22:11.972 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 18 02:22:11.972 INFO kablam! | ----------------- method `saturating_add` not found for this Sep 18 02:22:11.972 INFO kablam! ... Sep 18 02:22:11.972 INFO kablam! 498 | assert_eq!( rgb!(254u8, 254, 254).saturating_add( rgb!(20, 20, 20) ), rgb!(255, 255, 255) ); Sep 18 02:22:11.972 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:22:11.972 INFO kablam! | Sep 18 02:22:11.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 02:22:11.972 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 02:22:11.972 INFO kablam! `use num_traits::Saturating;` Sep 18 02:22:11.972 INFO kablam! Sep 18 02:22:11.979 INFO kablam! error[E0599]: no method named `saturating_sub` found for type `rgb::Rgb` in the current scope Sep 18 02:22:11.979 INFO kablam! --> src/rgb.rs:499:40 Sep 18 02:22:11.979 INFO kablam! | Sep 18 02:22:11.979 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 18 02:22:11.979 INFO kablam! | ----------------- method `saturating_sub` not found for this Sep 18 02:22:11.979 INFO kablam! ... Sep 18 02:22:11.979 INFO kablam! 499 | assert_eq!( rgb!(20u8, 20, 20).saturating_sub( rgb!(50, 50, 50) ), rgb!(0, 0, 0) ); Sep 18 02:22:11.979 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 02:22:11.979 INFO kablam! | Sep 18 02:22:11.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 18 02:22:11.979 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 18 02:22:11.979 INFO kablam! `use num_traits::Saturating;` Sep 18 02:22:11.979 INFO kablam! Sep 18 02:22:12.241 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:12.241 INFO kablam! --> src/hsv.rs:145:9 Sep 18 02:22:12.241 INFO kablam! | Sep 18 02:22:12.241 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 18 02:22:12.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:12.241 INFO kablam! | Sep 18 02:22:12.241 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:12.241 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 18 02:22:12.241 INFO kablam! Sep 18 02:22:12.243 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:12.243 INFO kablam! --> src/hsv.rs:146:9 Sep 18 02:22:12.243 INFO kablam! | Sep 18 02:22:12.243 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 18 02:22:12.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:12.243 INFO kablam! | Sep 18 02:22:12.243 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:12.243 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 18 02:22:12.243 INFO kablam! Sep 18 02:22:12.245 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:12.245 INFO kablam! --> src/hsv.rs:147:9 Sep 18 02:22:12.245 INFO kablam! | Sep 18 02:22:12.245 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 18 02:22:12.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:12.245 INFO kablam! | Sep 18 02:22:12.245 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:12.245 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 18 02:22:12.245 INFO kablam! Sep 18 02:22:12.247 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 18 02:22:12.247 INFO kablam! --> src/hsv.rs:148:9 Sep 18 02:22:12.247 INFO kablam! | Sep 18 02:22:12.247 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 18 02:22:12.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 02:22:12.247 INFO kablam! | Sep 18 02:22:12.247 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 18 02:22:12.247 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 18 02:22:12.247 INFO kablam! Sep 18 02:22:12.360 INFO kablam! error: aborting due to 11 previous errors Sep 18 02:22:12.360 INFO kablam! Sep 18 02:22:12.360 INFO kablam! Some errors occurred: E0369, E0432, E0599. Sep 18 02:22:12.360 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 18 02:22:12.362 INFO kablam! error: Could not compile `color-rs`. Sep 18 02:22:12.362 INFO kablam! Sep 18 02:22:12.362 INFO kablam! To learn more, run the command again with --verbose. Sep 18 02:22:12.367 INFO kablam! su: No module specific data is present Sep 18 02:22:12.968 INFO running `"docker" "rm" "-f" "cc183054f27aab10b975022c4d8d774e7f61aee9e30917f086ebf9a4cd7d94ad"` Sep 18 02:22:13.064 INFO blam! cc183054f27aab10b975022c4d8d774e7f61aee9e30917f086ebf9a4cd7d94ad