Jul 12 12:01:08.170 INFO checking color-rs-0.3.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 12:01:08.170 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:01:08.170 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 12:01:08.170 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 12:01:08.403 INFO blam! e2056dbc00bb8ed00e5b86679d2f74c113148943258915dfce154a024f8e49f6 Jul 12 12:01:08.405 INFO running `"docker" "start" "-a" "e2056dbc00bb8ed00e5b86679d2f74c113148943258915dfce154a024f8e49f6"` Jul 12 12:01:09.523 INFO kablam! Checking angle v0.3.5 Jul 12 12:01:10.789 INFO kablam! Checking color-rs v0.3.0 (file:///source) Jul 12 12:01:13.093 INFO kablam! error[E0432]: unresolved import `num` Jul 12 12:01:13.093 INFO kablam! --> src/rgb.rs:479:9 Jul 12 12:01:13.093 INFO kablam! | Jul 12 12:01:13.093 INFO kablam! 479 | use num::Saturating; Jul 12 12:01:13.093 INFO kablam! | ^^^ Did you mean `std::num`? Jul 12 12:01:13.093 INFO kablam! Jul 12 12:01:13.244 INFO kablam! warning: unused import: `num::Saturating` Jul 12 12:01:13.244 INFO kablam! --> src/rgb.rs:479:9 Jul 12 12:01:13.244 INFO kablam! | Jul 12 12:01:13.244 INFO kablam! 479 | use num::Saturating; Jul 12 12:01:13.244 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 12 12:01:13.244 INFO kablam! | Jul 12 12:01:13.244 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 12:01:13.244 INFO kablam! Jul 12 12:01:14.309 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:14.309 INFO kablam! --> src/rgb.rs:489:9 Jul 12 12:01:14.310 INFO kablam! | Jul 12 12:01:14.310 INFO kablam! 489 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); Jul 12 12:01:14.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:14.310 INFO kablam! | Jul 12 12:01:14.310 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:14.310 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) Jul 12 12:01:14.310 INFO kablam! Jul 12 12:01:14.339 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:14.339 INFO kablam! --> src/rgb.rs:490:9 Jul 12 12:01:14.339 INFO kablam! | Jul 12 12:01:14.339 INFO kablam! 490 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); Jul 12 12:01:14.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:14.339 INFO kablam! | Jul 12 12:01:14.339 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:14.339 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) Jul 12 12:01:14.339 INFO kablam! Jul 12 12:01:14.376 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:14.376 INFO kablam! --> src/rgb.rs:491:9 Jul 12 12:01:14.376 INFO kablam! | Jul 12 12:01:14.376 INFO kablam! 491 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); Jul 12 12:01:14.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:14.376 INFO kablam! | Jul 12 12:01:14.376 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:14.376 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) Jul 12 12:01:14.376 INFO kablam! Jul 12 12:01:14.397 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:14.397 INFO kablam! --> src/rgb.rs:492:9 Jul 12 12:01:14.397 INFO kablam! | Jul 12 12:01:14.397 INFO kablam! 492 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); Jul 12 12:01:14.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:14.397 INFO kablam! | Jul 12 12:01:14.397 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:14.398 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) Jul 12 12:01:14.398 INFO kablam! Jul 12 12:01:14.511 INFO kablam! error[E0599]: no method named `saturating_add` found for type `rgb::Rgb` in the current scope Jul 12 12:01:14.511 INFO kablam! --> src/rgb.rs:498:43 Jul 12 12:01:14.511 INFO kablam! | Jul 12 12:01:14.511 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Jul 12 12:01:14.511 INFO kablam! | ----------------- method `saturating_add` not found for this Jul 12 12:01:14.511 INFO kablam! ... Jul 12 12:01:14.511 INFO kablam! 498 | assert_eq!( rgb!(254u8, 254, 254).saturating_add( rgb!(20, 20, 20) ), rgb!(255, 255, 255) ); Jul 12 12:01:14.511 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 12:01:14.511 INFO kablam! | Jul 12 12:01:14.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 12:01:14.511 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 12:01:14.511 INFO kablam! `use num_traits::Saturating;` Jul 12 12:01:14.512 INFO kablam! Jul 12 12:01:14.516 INFO kablam! error[E0599]: no method named `saturating_sub` found for type `rgb::Rgb` in the current scope Jul 12 12:01:14.516 INFO kablam! --> src/rgb.rs:499:40 Jul 12 12:01:14.516 INFO kablam! | Jul 12 12:01:14.516 INFO kablam! 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } Jul 12 12:01:14.516 INFO kablam! | ----------------- method `saturating_sub` not found for this Jul 12 12:01:14.517 INFO kablam! ... Jul 12 12:01:14.517 INFO kablam! 499 | assert_eq!( rgb!(20u8, 20, 20).saturating_sub( rgb!(50, 50, 50) ), rgb!(0, 0, 0) ); Jul 12 12:01:14.517 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 12:01:14.517 INFO kablam! | Jul 12 12:01:14.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 12:01:14.517 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 12:01:14.517 INFO kablam! `use num_traits::Saturating;` Jul 12 12:01:14.517 INFO kablam! Jul 12 12:01:15.026 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:15.026 INFO kablam! --> src/hsv.rs:145:9 Jul 12 12:01:15.026 INFO kablam! | Jul 12 12:01:15.026 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)); Jul 12 12:01:15.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:15.026 INFO kablam! | Jul 12 12:01:15.026 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:15.026 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) Jul 12 12:01:15.026 INFO kablam! Jul 12 12:01:15.038 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:15.038 INFO kablam! --> src/hsv.rs:146:9 Jul 12 12:01:15.038 INFO kablam! | Jul 12 12:01:15.038 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)); Jul 12 12:01:15.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:15.038 INFO kablam! | Jul 12 12:01:15.038 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:15.038 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) Jul 12 12:01:15.038 INFO kablam! Jul 12 12:01:15.041 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:15.041 INFO kablam! --> src/hsv.rs:147:9 Jul 12 12:01:15.041 INFO kablam! | Jul 12 12:01:15.041 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)); Jul 12 12:01:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:15.041 INFO kablam! | Jul 12 12:01:15.041 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:15.042 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) Jul 12 12:01:15.042 INFO kablam! Jul 12 12:01:15.045 INFO kablam! error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` Jul 12 12:01:15.045 INFO kablam! --> src/hsv.rs:148:9 Jul 12 12:01:15.045 INFO kablam! | Jul 12 12:01:15.045 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)); Jul 12 12:01:15.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 12:01:15.045 INFO kablam! | Jul 12 12:01:15.045 INFO kablam! = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` Jul 12 12:01:15.045 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) Jul 12 12:01:15.045 INFO kablam! Jul 12 12:01:15.303 INFO kablam! error: aborting due to 11 previous errors Jul 12 12:01:15.303 INFO kablam! Jul 12 12:01:15.303 INFO kablam! Some errors occurred: E0369, E0432, E0599. Jul 12 12:01:15.303 INFO kablam! For more information about an error, try `rustc --explain E0369`. Jul 12 12:01:15.319 INFO kablam! error: Could not compile `color-rs`. Jul 12 12:01:15.319 INFO kablam! Jul 12 12:01:15.319 INFO kablam! To learn more, run the command again with --verbose. Jul 12 12:01:15.321 INFO kablam! su: No module specific data is present Jul 12 12:01:16.002 INFO running `"docker" "rm" "-f" "e2056dbc00bb8ed00e5b86679d2f74c113148943258915dfce154a024f8e49f6"` Jul 12 12:01:16.165 INFO blam! e2056dbc00bb8ed00e5b86679d2f74c113148943258915dfce154a024f8e49f6