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 19 updates #6035

Closed
wants to merge 1 commit into from

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

0db8851
Select commit
Loading
Failed to load commit list.
Closed

build(deps): bump the all group across 1 directory with 19 updates #6035

build(deps): bump the all group across 1 directory with 19 updates
0db8851
Select commit
Loading
Failed to load commit list.
Cirrus CI / debian-12-arm failed Aug 26, 2024 in 15m 36s

Task Summary

Instruction build failed in 11:02

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 03:14 clone
✅ 00:32 install_rust
✅ 00:03 install_gh_cli
✅ 00:42 getdeps
❌ 11:02 build

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`.
warning: `wezterm-gui` (bin "wezterm-gui") generated 2 warnings
error: could not compile `wezterm-gui` (bin "wezterm-gui") due to 4 previous errors; 2 warnings emitted
warning: build failed, waiting for other jobs to finish...

Exit status: 101