Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group across 1 directory with 24 updates #6138

Closed
wants to merge 1 commit into from

build(deps): bump the all group across 1 directory with 24 updates

404c18a
Select commit
Loading
Failed to load commit list.
Closed

build(deps): bump the all group across 1 directory with 24 updates #6138

build(deps): bump the all group across 1 directory with 24 updates
404c18a
Select commit
Loading
Failed to load commit list.
Cirrus CI / ubuntu-24.04-arm failed Sep 14, 2024 in 15m 40s

Task Summary

Instruction build failed in 10:28

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 03:13 clone
✅ 00:33 install_rust
✅ 00:04 install_gh_cli
✅ 01:18 getdeps
❌ 10:28 build

107 | |                         -fw / 2.,
108 | |                         fw / 2.,
109 | |                         dmin,
110 | |                         dmax,
111 | |                     )));
    | |______________________^ expected `colorgrad::Color`, found `csscolorparser::color::Color`
    |
    = note: `csscolorparser::color::Color` and `colorgrad::Color` have similar names, but are actually distinct types
note: `csscolorparser::color::Color` is defined in crate `csscolorparser`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csscolorparser-0.6.2/src/color.rs:22:1
    |
22  | pub struct Color {
    | ^^^^^^^^^^^^^^^^
note: `colorgrad::Color` is defined in crate `csscolorparser`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csscolorparser-0.7.0/src/color.rs:26:1
    |
26  | pub struct Color {
    | ^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `csscolorparser` are being used?
note: function defined here
   --> wezterm-gui/src/termwindow/background.rs:42:12
    |
42  |         fn to_pixel(c: colorgrad::Color) -> image::Rgba<u8> {
    |            ^^^^^^^^ -------------------

error[E0308]: mismatched types
   --> wezterm-gui/src/termwindow/background.rs:138:39
    |
138 |                     *pixel = to_pixel(grad.at(t));
    |                              -------- ^^^^^^^^^^ expected `colorgrad::Color`, found `csscolorparser::color::Color`
    |                              |
    |                              arguments to this function are incorrect
    |
    = note: `csscolorparser::color::Color` and `colorgrad::Color` have similar names, but are actually distinct types
note: `csscolorparser::color::Color` is defined in crate `csscolorparser`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csscolorparser-0.6.2/src/color.rs:22:1
    |
22  | pub struct Color {
    | ^^^^^^^^^^^^^^^^
note: `colorgrad::Color` is defined in crate `csscolorparser`
   --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csscolorparser-0.7.0/src/color.rs:26:1
    |
26  | pub struct Color {
    | ^^^^^^^^^^^^^^^^
    = note: perhaps two different versions of crate `csscolorparser` are being used?
note: function defined here
   --> wezterm-gui/src/termwindow/background.rs:42:12
    |
42  |         fn to_pixel(c: colorgrad::Color) -> image::Rgba<u8> {
    |            ^^^^^^^^ -------------------

For more information about this error, try `rustc --explain E0308`.
error: could not compile `wezterm-gui` (bin "wezterm-gui") due to 4 previous errors
warning: build failed, waiting for other jobs to finish...

Exit status: 101