[INFO] fetching crate color-macro 0.1.1...
[INFO] checking color-macro-0.1.1 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate color-macro 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate color-macro 0.1.1 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded minimal-lexical v0.2.1
[INFO] [stderr]   Downloaded nom v7.1.3
[INFO] [stderr]   Downloaded color-core v0.1.4
[INFO] [stderr]   Downloaded color-parser v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9a1e31ecf87037570cf2855ccb793b80112c335c9481578ce955223f608fa017
[INFO] running `Command { std: "docker" "start" "-a" "9a1e31ecf87037570cf2855ccb793b80112c335c9481578ce955223f608fa017", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9a1e31ecf87037570cf2855ccb793b80112c335c9481578ce955223f608fa017", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a1e31ecf87037570cf2855ccb793b80112c335c9481578ce955223f608fa017", kill_on_drop: false }`
[INFO] [stdout] 9a1e31ecf87037570cf2855ccb793b80112c335c9481578ce955223f608fa017
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bae17a67dcd89634f8353eadaf260c87aed38b03325d8e6a2756d19ee9364fe9
[INFO] running `Command { std: "docker" "start" "-a" "bae17a67dcd89634f8353eadaf260c87aed38b03325d8e6a2756d19ee9364fe9", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.71
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking color-core v0.1.4
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]     Checking quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[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]    |                      ^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |                      help: there is a method with a similar name: `as_rgba`
[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] 
[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]    |                      ^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |                      help: there is a method with a similar name: `as_rgb`
[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] 
[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]    |                      ^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |                      help: there is a method with a similar name: `as_rgba`
[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] 
[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]    |                      ^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      function or associated item not found in `RGBColor<f32>`
[INFO] [stdout]    |                      help: there is a method with a similar name: `as_rgb`
[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] 
[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" "bae17a67dcd89634f8353eadaf260c87aed38b03325d8e6a2756d19ee9364fe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bae17a67dcd89634f8353eadaf260c87aed38b03325d8e6a2756d19ee9364fe9", kill_on_drop: false }`
[INFO] [stdout] bae17a67dcd89634f8353eadaf260c87aed38b03325d8e6a2756d19ee9364fe9
