[INFO] fetching crate color 0.0.1... [INFO] checking color-0.0.1 against beta for pr-78714 [INFO] extracting crate color 0.0.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate color 0.0.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate color 0.0.1 [INFO] finished tweaking crates.io crate color 0.0.1 [INFO] tweaked toml for crates.io crate color 0.0.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c298709bb3ac9a719987cb74d83e81737b9b2a4db5809c7037ca3235fc5a7ff3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c298709bb3ac9a719987cb74d83e81737b9b2a4db5809c7037ca3235fc5a7ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c298709bb3ac9a719987cb74d83e81737b9b2a4db5809c7037ca3235fc5a7ff3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c298709bb3ac9a719987cb74d83e81737b9b2a4db5809c7037ca3235fc5a7ff3", kill_on_drop: false }` [INFO] [stdout] c298709bb3ac9a719987cb74d83e81737b9b2a4db5809c7037ca3235fc5a7ff3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4dd2f0cf65d8e01f9e44bb7e7ee287b64d19876a23b998f941e5689416534582 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4dd2f0cf65d8e01f9e44bb7e7ee287b64d19876a23b998f941e5689416534582", kill_on_drop: false }` [INFO] [stderr] Checking color v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/lib.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 60 | pub trait Color3: Color { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 61 | fn into_fixed(self) -> [T, ..3]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] 62 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/lib.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait Color4: Color { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 65 | fn into_fixed(self) -> [T, ..4]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] 66 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / #![comment = "A library that provides types and conversions for working with [INFO] [stdout] 19 | | various color formats."] [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #![license = "ASL2"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/alpha.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 56 | impl> Color4 for AlphaColor { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 57 | fn into_fixed(self) -> [T, ..4] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 64 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u16`, not a shift [INFO] [stdout] --> src/channel.rs:73:61 [INFO] [stdout] | [INFO] [stdout] 73 | #[inline] fn to_channel_u16(self) -> u16 { (self as u16 << 8) | self as u16 } [INFO] [stdout] | ----------- ^^ - interpreted as generic arguments [INFO] [stdout] | | | [INFO] [stdout] | | not interpreted as shift [INFO] [stdout] | help: try shifting the cast value: `(self as u16)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/hsv.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 72 | impl Color3 for Hsv { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 78 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/rgb.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 72 | impl Color3 for Rgb { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 78 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/lib.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 60 | pub trait Color3: Color { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 61 | fn into_fixed(self) -> [T, ..3]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] 62 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/lib.rs:65:30 [INFO] [stdout] | [INFO] [stdout] 64 | pub trait Color4: Color { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 65 | fn into_fixed(self) -> [T, ..4]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] 66 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / #![comment = "A library that provides types and conversions for working with [INFO] [stdout] 19 | | various color formats."] [INFO] [stdout] | |_____________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: non-builtin inner attributes are unstable [INFO] [stdout] --> src/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | #![license = "ASL2"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #54726 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/alpha.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 56 | impl> Color4 for AlphaColor { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 57 | fn into_fixed(self) -> [T, ..4] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 64 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `<` is interpreted as a start of generic arguments for `u16`, not a shift [INFO] [stdout] --> src/channel.rs:73:61 [INFO] [stdout] | [INFO] [stdout] 73 | #[inline] fn to_channel_u16(self) -> u16 { (self as u16 << 8) | self as u16 } [INFO] [stdout] | ----------- ^^ - interpreted as generic arguments [INFO] [stdout] | | | [INFO] [stdout] | | not interpreted as shift [INFO] [stdout] | help: try shifting the cast value: `(self as u16)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/hsv.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 72 | impl Color3 for Hsv { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 78 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/rgb.rs:73:30 [INFO] [stdout] | [INFO] [stdout] 72 | impl Color3 for Rgb { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 73 | fn into_fixed(self) -> [T, ..3] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 78 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero` [INFO] [stdout] --> src/lib.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | use std::num::{One, Zero}; [INFO] [stdout] | ^^^ ^^^^ no `Zero` in `num` [INFO] [stdout] | | [INFO] [stdout] | no `One` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::Float`, `std::num::Primitive` [INFO] [stdout] --> src/channel.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | use std::num::{Float, Primitive}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ no `Primitive` in `num` [INFO] [stdout] | | [INFO] [stdout] | no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> src/lib.rs:18:4 [INFO] [stdout] | [INFO] [stdout] 18 | #![comment = "A library that provides types and conversions for working with [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> src/lib.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | #![license = "ASL2"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/alpha.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/hsv.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/rgb.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/srgb.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/ycbcr.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero` [INFO] [stdout] --> src/lib.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | use std::num::{One, Zero}; [INFO] [stdout] | ^^^ ^^^^ no `Zero` in `num` [INFO] [stdout] | | [INFO] [stdout] | no `One` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::Float`, `std::num::Primitive` [INFO] [stdout] --> src/channel.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | use std::num::{Float, Primitive}; [INFO] [stdout] | ^^^^^ ^^^^^^^^^ no `Primitive` in `num` [INFO] [stdout] | | [INFO] [stdout] | no `Float` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> src/lib.rs:18:4 [INFO] [stdout] | [INFO] [stdout] 18 | #![comment = "A library that provides types and conversions for working with [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> src/lib.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | #![license = "ASL2"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/alpha.rs:19:3 [INFO] [stdout] | [INFO] [stdout] 19 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:138:7 [INFO] [stdout] | [INFO] [stdout] 138 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:159:7 [INFO] [stdout] | [INFO] [stdout] 159 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:166:7 [INFO] [stdout] | [INFO] [stdout] 166 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:187:7 [INFO] [stdout] | [INFO] [stdout] 187 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:194:7 [INFO] [stdout] | [INFO] [stdout] 194 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:222:7 [INFO] [stdout] | [INFO] [stdout] 222 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:231:7 [INFO] [stdout] | [INFO] [stdout] 231 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:252:7 [INFO] [stdout] | [INFO] [stdout] 252 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/channel.rs:259:7 [INFO] [stdout] | [INFO] [stdout] 259 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/hsv.rs:26:3 [INFO] [stdout] | [INFO] [stdout] 26 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/hsv.rs:143:7 [INFO] [stdout] | [INFO] [stdout] 143 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/hsv.rs:151:7 [INFO] [stdout] | [INFO] [stdout] 151 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/rgb.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/rgb.rs:286:7 [INFO] [stdout] | [INFO] [stdout] 286 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `test` [INFO] [stdout] --> src/rgb.rs:292:7 [INFO] [stdout] | [INFO] [stdout] 292 | #[test] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/srgb.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/ycbcr.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[deriving(Clone, PartialEq, Eq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stdout] --> src/channel.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stdout] --> src/channel.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `std::num` [INFO] [stdout] --> src/channel.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | std::num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use hsv::cast; [INFO] [stdout] | [INFO] [stdout] 18 | use rgb::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/hsv.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/hsv.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `num` [INFO] [stdout] --> src/hsv.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use channel::cast; [INFO] [stdout] | [INFO] [stdout] 16 | use rgb::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/rgb.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/rgb.rs:25:34 [INFO] [stdout] | [INFO] [stdout] 25 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `num` [INFO] [stdout] --> src/rgb.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use channel::cast; [INFO] [stdout] | [INFO] [stdout] 16 | use hsv::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stdout] --> src/channel.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `std::num` [INFO] [stdout] --> src/channel.rs:21:44 [INFO] [stdout] | [INFO] [stdout] 21 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `std::num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `std::num` [INFO] [stdout] --> src/channel.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | std::num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `std::num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use hsv::cast; [INFO] [stdout] | [INFO] [stdout] 18 | use rgb::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/hsv.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/hsv.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `num` [INFO] [stdout] --> src/hsv.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use channel::cast; [INFO] [stdout] | [INFO] [stdout] 16 | use rgb::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/rgb.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NumCast` in module `num` [INFO] [stdout] --> src/rgb.rs:25:34 [INFO] [stdout] | [INFO] [stdout] 25 | fn cast(n: T) -> U { [INFO] [stdout] | ^^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cast` in module `num` [INFO] [stdout] --> src/rgb.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | num::cast(n).unwrap() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use channel::cast; [INFO] [stdout] | [INFO] [stdout] 16 | use hsv::cast; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0432, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `color` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0432, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4dd2f0cf65d8e01f9e44bb7e7ee287b64d19876a23b998f941e5689416534582", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dd2f0cf65d8e01f9e44bb7e7ee287b64d19876a23b998f941e5689416534582", kill_on_drop: false }` [INFO] [stdout] 4dd2f0cf65d8e01f9e44bb7e7ee287b64d19876a23b998f941e5689416534582