Skip to content

Update egui requirement from 0.22.0 to 0.23.0 #1733

Update egui requirement from 0.22.0 to 0.23.0

Update egui requirement from 0.22.0 to 0.23.0 #1733

Triggered via pull request October 2, 2023 12:55
Status Failure
Total duration 13m 38s
Artifacts

ci.yml

on: pull_request
Formatting
32s
Formatting
Documentation
3m 56s
Documentation
Typos
6s
Typos
Clippy
3m 21s
Clippy
Build Extractor
2m 21s
Build Extractor
Dependency Graph (assets/depgraph.svg)
26s
Dependency Graph (assets/depgraph.svg)
Unused Dependencies
4m 57s
Unused Dependencies
Matrix: valence-tests
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 1 warning
Clippy: tools/packet_inspector/src/app.rs#L37
method `ui` has an incompatible type for trait
Clippy: tools/packet_inspector/src/app.rs#L41
method `title` has an incompatible type for trait
Clippy: tools/packet_inspector/src/app.rs#L123
method `update` has an incompatible type for trait
Clippy: tools/packet_inspector/src/tri_checkbox.rs#L92
missing fields `fill_texture_id` and `uv` in initializer of `egui::epaint::RectShape`
Clippy: tools/packet_inspector/src/app/packet_list.rs#L151
use of deprecated associated function `egui::Rounding::none`: Use Rounding::ZERO
Clippy: tools/packet_inspector/src/app/packet_list.rs#L152
the trait bound `egui_dock::egui::Color32: std::convert::From<egui::Rgba>` is not satisfied
Unused Dependencies: tools/packet_inspector/src/app.rs#L37
method `ui` has an incompatible type for trait
Unused Dependencies: tools/packet_inspector/src/app.rs#L41
method `title` has an incompatible type for trait
Unused Dependencies: tools/packet_inspector/src/app.rs#L123
method `update` has an incompatible type for trait
Unused Dependencies: tools/packet_inspector/src/tri_checkbox.rs#L92
missing fields `fill_texture_id` and `uv` in initializer of `egui::epaint::RectShape`
Unused Dependencies: tools/packet_inspector/src/app/packet_list.rs#L151
use of deprecated associated function `egui::Rounding::none`: Use Rounding::ZERO
Unused Dependencies: tools/packet_inspector/src/app/packet_list.rs#L152
the trait bound `egui_dock::egui::Color32: From<egui::Rgba>` is not satisfied
Tests (ubuntu-latest): tools/packet_inspector/src/app.rs#L37
method `ui` has an incompatible type for trait
Tests (ubuntu-latest): tools/packet_inspector/src/app.rs#L41
method `title` has an incompatible type for trait
Tests (ubuntu-latest): tools/packet_inspector/src/app.rs#L123
method `update` has an incompatible type for trait
Tests (ubuntu-latest): tools/packet_inspector/src/tri_checkbox.rs#L92
missing fields `fill_texture_id` and `uv` in initializer of `egui::epaint::RectShape`
Tests (ubuntu-latest): tools/packet_inspector/src/app/packet_list.rs#L151
use of deprecated associated function `egui::Rounding::none`: Use Rounding::ZERO
Tests (ubuntu-latest): tools/packet_inspector/src/app/packet_list.rs#L152
the trait bound `egui_dock::egui::Color32: From<egui::Rgba>` is not satisfied
Tests (windows-latest)
The job was canceled because "ubuntu-latest_default_sta" failed.
Tests (windows-latest)
The operation was canceled.
Tests (macos-latest)
The job was canceled because "ubuntu-latest_default_sta" failed.
Tests (macos-latest): tools/packet_inspector/src/app.rs#L37
method `ui` has an incompatible type for trait
Tests (macos-latest): tools/packet_inspector/src/app.rs#L41
method `title` has an incompatible type for trait
Tests (macos-latest): tools/packet_inspector/src/app.rs#L123
method `update` has an incompatible type for trait
Tests (macos-latest): tools/packet_inspector/src/tri_checkbox.rs#L92
missing fields `fill_texture_id` and `uv` in initializer of `egui::epaint::RectShape`
Tests (macos-latest): tools/packet_inspector/src/app/packet_list.rs#L151
use of deprecated associated function `egui::Rounding::none`: Use Rounding::ZERO
Tests (macos-latest): tools/packet_inspector/src/app/packet_list.rs#L152
the trait bound `egui_dock::egui::Color32: From<egui::Rgba>` is not satisfied
Build Extractor
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/