[INFO] fetching crate color-rs 0.3.0... [INFO] extracting crate color-rs 0.3.0 into work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/color-rs/0.3.0 [INFO] extracting crate color-rs 0.3.0 into work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/color-rs/0.3.0 [INFO] validating manifest of color-rs-0.3.0 on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of color-rs-0.3.0 on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing color-rs-0.3.0 [INFO] finished frobbing color-rs-0.3.0 [INFO] frobbed toml for color-rs-0.3.0 written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/reg/color-rs/0.3.0/Cargo.toml [INFO] started frobbing color-rs-0.3.0 [INFO] finished frobbing color-rs-0.3.0 [INFO] frobbed toml for color-rs-0.3.0 written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/color-rs/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded angle v0.3.5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking color-rs-0.3.0 against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-4/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/reg/color-rs/0.3.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 252d8878f524cfa3bf06564c920b0b99ebbdef2e7c141902468f9de2ba301030 [INFO] running `"docker" "start" "-a" "252d8878f524cfa3bf06564c920b0b99ebbdef2e7c141902468f9de2ba301030"` [INFO] [stderr] Checking angle v0.3.5 [INFO] [stderr] Checking color-rs v0.3.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `num` [INFO] [stderr] --> src/rgb.rs:479:9 [INFO] [stderr] | [INFO] [stderr] 479 | use num::Saturating; [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `std::num` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/rgb.rs:489:9 [INFO] [stderr] | [INFO] [stderr] 489 | assert_eq!(Rgb::::new(0xFF, 0xFF, 0xFF).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/rgb.rs:490:9 [INFO] [stderr] | [INFO] [stderr] 490 | assert_eq!(Rgb::::new(0x99, 0x00, 0x00).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/rgb.rs:491:9 [INFO] [stderr] | [INFO] [stderr] 491 | assert_eq!(Rgb::::new(0x00, 0x99, 0x00).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/rgb.rs:492:9 [INFO] [stderr] | [INFO] [stderr] 492 | assert_eq!(Rgb::::new(0x00, 0x00, 0x99).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `saturating_add` found for type `rgb::Rgb` in the current scope [INFO] [stderr] --> src/rgb.rs:498:43 [INFO] [stderr] | [INFO] [stderr] 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } [INFO] [stderr] | ----------------- method `saturating_add` not found for this [INFO] [stderr] ... [INFO] [stderr] 498 | assert_eq!( rgb!(254u8, 254, 254).saturating_add( rgb!(20, 20, 20) ), rgb!(255, 255, 255) ); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use num_traits::Saturating;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `saturating_sub` found for type `rgb::Rgb` in the current scope [INFO] [stderr] --> src/rgb.rs:499:40 [INFO] [stderr] | [INFO] [stderr] 28 | pub struct Rgb { pub r: T, pub g: T, pub b: T } [INFO] [stderr] | ----------------- method `saturating_sub` not found for this [INFO] [stderr] ... [INFO] [stderr] 499 | assert_eq!( rgb!(20u8, 20, 20).saturating_sub( rgb!(50, 50, 50) ), rgb!(0, 0, 0) ); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use num_traits::Saturating;` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/hsv.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | assert_eq!(Hsv::::new(Deg(0.0), 0.0, 1.0).to_hsv::(), Hsv::::new(Deg(0.0), 0.0, 1.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/hsv.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(Hsv::::new(Deg(0.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(0.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/hsv.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | assert_eq!(Hsv::::new(Deg(120.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(120.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `hsv::Hsv` [INFO] [stderr] --> src/hsv.rs:148:9 [INFO] [stderr] | [INFO] [stderr] 148 | assert_eq!(Hsv::::new(Deg(240.0), 1.0, 0.6).to_hsv::(), Hsv::::new(Deg(240.0), 1.0, 0.6)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | hsv::Hsv [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `hsv::Hsv` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0369, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0369`. [INFO] [stderr] error: Could not compile `color-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "252d8878f524cfa3bf06564c920b0b99ebbdef2e7c141902468f9de2ba301030"` [INFO] running `"docker" "rm" "-f" "252d8878f524cfa3bf06564c920b0b99ebbdef2e7c141902468f9de2ba301030"` [INFO] [stdout] 252d8878f524cfa3bf06564c920b0b99ebbdef2e7c141902468f9de2ba301030