Sep 04 21:10:27.109 INFO checking color-rs-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:10:27.109 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:10:27.109 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:10:27.293 INFO blam! 76f69a971784a8e8670f63a3acb95f900f26ffaea955bdd581113d315e729233 Sep 04 21:10:27.296 INFO running `"docker" "start" "-a" "76f69a971784a8e8670f63a3acb95f900f26ffaea955bdd581113d315e729233"` Sep 04 21:10:27.929 INFO kablam! Checking angle v0.3.5 Sep 04 21:10:28.853 INFO kablam! Checking color-rs v0.3.0 (file:///source) Sep 04 21:10:30.345 INFO kablam! error[E0432]: unresolved import `num` Sep 04 21:10:30.345 INFO kablam! --> src/rgb.rs:479:9 Sep 04 21:10:30.346 INFO kablam! | Sep 04 21:10:30.346 INFO kablam! 479 | use num::Saturating; Sep 04 21:10:30.346 INFO kablam! | ^^^ Did you mean `std::num`? Sep 04 21:10:30.346 INFO kablam! Sep 04 21:10:30.416 INFO kablam! warning: unused import: `num::Saturating` Sep 04 21:10:30.416 INFO kablam! --> src/rgb.rs:479:9 Sep 04 21:10:30.416 INFO kablam! | Sep 04 21:10:30.416 INFO kablam! 479 | use num::Saturating; Sep 04 21:10:30.416 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 21:10:30.416 INFO kablam! | Sep 04 21:10:30.416 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:10:30.416 INFO kablam! Sep 04 21:10:31.159 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.159 INFO kablam! --> src/rgb.rs:489:9 Sep 04 21:10:31.159 INFO kablam! | Sep 04 21:10:31.159 INFO kablam! 489 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); Sep 04 21:10:31.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.160 INFO kablam! | Sep 04 21:10:31.160 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.160 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 04 21:10:31.160 INFO kablam! Sep 04 21:10:31.163 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.163 INFO kablam! --> src/rgb.rs:490:9 Sep 04 21:10:31.163 INFO kablam! | Sep 04 21:10:31.163 INFO kablam! 490 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); Sep 04 21:10:31.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.163 INFO kablam! | Sep 04 21:10:31.163 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.163 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 04 21:10:31.163 INFO kablam! Sep 04 21:10:31.166 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.166 INFO kablam! --> src/rgb.rs:491:9 Sep 04 21:10:31.166 INFO kablam! | Sep 04 21:10:31.166 INFO kablam! 491 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); Sep 04 21:10:31.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.166 INFO kablam! | Sep 04 21:10:31.166 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.166 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 04 21:10:31.166 INFO kablam! Sep 04 21:10:31.169 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.169 INFO kablam! --> src/rgb.rs:492:9 Sep 04 21:10:31.169 INFO kablam! | Sep 04 21:10:31.169 INFO kablam! 492 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); Sep 04 21:10:31.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.170 INFO kablam! | Sep 04 21:10:31.170 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.170 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 04 21:10:31.170 INFO kablam! Sep 04 21:10:31.228 INFO kablam! error[E0599]: no method named `saturating_add` found for type `rgb::Rgb` in the current scope Sep 04 21:10:31.228 INFO kablam! --> src/rgb.rs:498:43 Sep 04 21:10:31.228 INFO kablam! | Sep 04 21:10:31.228 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 04 21:10:31.228 INFO kablam! | ----------------- method `saturating_add` not found for this Sep 04 21:10:31.228 INFO kablam! ... Sep 04 21:10:31.228 INFO kablam! 498 | assert_eq!( rgb!(254u8, 254, 254).saturating_add( rgb!(20, 20, 20) ), rgb!(255, 255, 255) ); Sep 04 21:10:31.228 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 21:10:31.228 INFO kablam! | Sep 04 21:10:31.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 21:10:31.229 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 21:10:31.229 INFO kablam! `use num_traits::Saturating;` Sep 04 21:10:31.229 INFO kablam! Sep 04 21:10:31.234 INFO kablam! error[E0599]: no method named `saturating_sub` found for type `rgb::Rgb` in the current scope Sep 04 21:10:31.234 INFO kablam! --> src/rgb.rs:499:40 Sep 04 21:10:31.234 INFO kablam! | Sep 04 21:10:31.234 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Sep 04 21:10:31.234 INFO kablam! | ----------------- method `saturating_sub` not found for this Sep 04 21:10:31.234 INFO kablam! ... Sep 04 21:10:31.234 INFO kablam! 499 | assert_eq!( rgb!(20u8, 20, 20).saturating_sub( rgb!(50, 50, 50) ), rgb!(0, 0, 0) ); Sep 04 21:10:31.234 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 21:10:31.234 INFO kablam! | Sep 04 21:10:31.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 21:10:31.234 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 21:10:31.234 INFO kablam! `use num_traits::Saturating;` Sep 04 21:10:31.234 INFO kablam! Sep 04 21:10:31.684 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.684 INFO kablam! --> src/hsv.rs:145:9 Sep 04 21:10:31.684 INFO kablam! | Sep 04 21:10:31.684 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 04 21:10:31.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.685 INFO kablam! | Sep 04 21:10:31.685 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.685 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 04 21:10:31.685 INFO kablam! Sep 04 21:10:31.686 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.687 INFO kablam! --> src/hsv.rs:146:9 Sep 04 21:10:31.687 INFO kablam! | Sep 04 21:10:31.687 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 04 21:10:31.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.687 INFO kablam! | Sep 04 21:10:31.687 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.687 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 04 21:10:31.687 INFO kablam! Sep 04 21:10:31.689 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.689 INFO kablam! --> src/hsv.rs:147:9 Sep 04 21:10:31.689 INFO kablam! | Sep 04 21:10:31.689 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 04 21:10:31.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.689 INFO kablam! | Sep 04 21:10:31.689 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.689 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 04 21:10:31.689 INFO kablam! Sep 04 21:10:31.691 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Sep 04 21:10:31.691 INFO kablam! --> src/hsv.rs:148:9 Sep 04 21:10:31.691 INFO kablam! | Sep 04 21:10:31.691 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 04 21:10:31.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:10:31.691 INFO kablam! | Sep 04 21:10:31.691 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Sep 04 21:10:31.691 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 04 21:10:31.691 INFO kablam! Sep 04 21:10:31.780 INFO kablam! error: aborting due to 11 previous errors Sep 04 21:10:31.780 INFO kablam! Sep 04 21:10:31.781 INFO kablam! Some errors occurred: E0369, E0432, E0599. Sep 04 21:10:31.781 INFO kablam! For more information about an error, try `rustc --explain E0369`. Sep 04 21:10:31.789 INFO kablam! error: Could not compile `color-rs`. Sep 04 21:10:31.789 INFO kablam! Sep 04 21:10:31.789 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:10:31.791 INFO kablam! su: No module specific data is present Sep 04 21:10:32.255 INFO running `"docker" "rm" "-f" "76f69a971784a8e8670f63a3acb95f900f26ffaea955bdd581113d315e729233"` Sep 04 21:10:32.356 INFO blam! 76f69a971784a8e8670f63a3acb95f900f26ffaea955bdd581113d315e729233