build(deps): bump the all group across 1 directory with 19 updates #6035
Cirrus CI / ubuntu-22.04-arm
failed
Aug 26, 2024 in 16m 7s
Task Summary
Instruction build failed in 10:49
Details
✅ 03:14 clone
✅ 00:33 install_rust
✅ 00:05 install_gh_cli
✅ 01:22 getdeps
❌ 10:49 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
Loading