[INFO] fetching crate color-macro 0.1.1...
[INFO] checking color-macro-0.1.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate color-macro 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate color-macro 0.1.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate color-macro 0.1.1
[INFO] finished tweaking crates.io crate color-macro 0.1.1
[INFO] tweaked toml for crates.io crate color-macro 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded color-parser v0.1.0
[INFO] [stderr]   Downloaded color-core v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c83611f735678642dc350cde4ff97de07a3b996b5d20a6e4d21028e80a1447f
[INFO] running `Command { std: "docker" "start" "-a" "0c83611f735678642dc350cde4ff97de07a3b996b5d20a6e4d21028e80a1447f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c83611f735678642dc350cde4ff97de07a3b996b5d20a6e4d21028e80a1447f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c83611f735678642dc350cde4ff97de07a3b996b5d20a6e4d21028e80a1447f", kill_on_drop: false }`
[INFO] [stdout] 0c83611f735678642dc350cde4ff97de07a3b996b5d20a6e4d21028e80a1447f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52b7284d34be0c08fb385ffcf3e1274c8d0c7f24bf2d82dcd506160c64db84ef
[INFO] running `Command { std: "docker" "start" "-a" "52b7284d34be0c08fb385ffcf3e1274c8d0c7f24bf2d82dcd506160c64db84ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking color-core v0.1.4
[INFO] [stderr]     Checking color-parser v0.1.0
[INFO] [stdout] error[E0599]: no function or associated item named `rgba` found for struct `RGBColor` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-parser-0.1.0/src/hex/mod.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |         8 => RGBA32::rgba(
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `RGBColor<f32>` consider using one of the following associated functions:
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::gray
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn gray(value: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `as_rgba` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn as_rgba(&self) -> RGBA8 {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `rgb` found for struct `RGBColor` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-parser-0.1.0/src/hex/mod.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |         6 => RGBA32::rgb(
[INFO] [stdout]    |                      ^^^ function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `RGBColor<f32>` consider using one of the following associated functions:
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::gray
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn gray(value: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `as_rgb` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn as_rgb(&self) -> RGB8 {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `rgba` found for struct `RGBColor` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-parser-0.1.0/src/hex/mod.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |         4 => RGBA32::rgba(hex_digit(hex[0])? * 17, hex_digit(hex[1])? * 17, hex_digit(hex[2])? * 17, hex_digit(hex[3])? * 17),
[INFO] [stdout]    |                      ^^^^ function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `RGBColor<f32>` consider using one of the following associated functions:
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::gray
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn gray(value: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `as_rgba` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn as_rgba(&self) -> RGBA8 {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `rgb` found for struct `RGBColor` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-parser-0.1.0/src/hex/mod.rs:28:22
[INFO] [stdout]    |
[INFO] [stdout] 28 |         3 => RGBA32::rgb(hex_digit(hex[0])? * 17, hex_digit(hex[1])? * 17, hex_digit(hex[2])? * 17),
[INFO] [stdout]    |                      ^^^ function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |
[INFO] [stdout] note: if you're trying to build a new `RGBColor<f32>` consider using one of the following associated functions:
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::gray
[INFO] [stdout]       color_core::rgb::rgba32::<impl RGBColor<f32>>::new
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn gray(value: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new(r: f32, g: f32, b: f32, a: f32) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: there is a method `as_rgb` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/color-core-0.1.4/src/rgb/rgba32/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub fn as_rgb(&self) -> RGB8 {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `color-parser` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "52b7284d34be0c08fb385ffcf3e1274c8d0c7f24bf2d82dcd506160c64db84ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52b7284d34be0c08fb385ffcf3e1274c8d0c7f24bf2d82dcd506160c64db84ef", kill_on_drop: false }`
[INFO] [stdout] 52b7284d34be0c08fb385ffcf3e1274c8d0c7f24bf2d82dcd506160c64db84ef
