Skip to content

feat(widget): add dropdown::multi list widget #559

feat(widget): add dropdown::multi list widget

feat(widget): add dropdown::multi list widget #559

Triggered via pull request November 20, 2023 16:11
Status Failure
Total duration 3m 36s
Artifacts

ci.yml

on: pull_request
Matrix: examples
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 133 warnings
tests: src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests
aborting due to previous error
tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (wayland): src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests (wayland)
aborting due to previous error
tests (wayland)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (winit): src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests (winit)
aborting due to previous error
tests (winit)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (winit_debug): src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests (winit_debug)
aborting due to previous error
tests (winit_debug)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (winit_tokio): src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests (winit_tokio)
aborting due to previous error
tests (winit_tokio)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (winit_wgpu): src/widget/dropdown/multi/model.rs#L42
mismatched closing delimiter: `}`
tests (winit_wgpu)
aborting due to previous error
tests (winit_wgpu)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests: iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests: iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests
`iced_core` (lib) generated 2 warnings
tests: iced/renderer/src/lib.rs#L261
unreachable pattern
tests
`iced_renderer` (lib) generated 1 warning
tests: iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests: iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests: iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests: iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests: iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
examples (open-dialog)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (open-dialog): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
examples (open-dialog): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
examples (open-dialog)
`iced_core` (lib) generated 2 warnings
examples (open-dialog): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
examples (open-dialog): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
examples (open-dialog): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
examples (open-dialog): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
examples (open-dialog): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
examples (open-dialog): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
examples (open-dialog)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
examples (open-dialog)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (open-dialog)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (open-dialog)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (open-dialog)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (open-dialog)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (application)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (application): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
examples (application): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
examples (application)
`iced_core` (lib) generated 2 warnings
examples (application): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
examples (application): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
examples (application): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
examples (application): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
examples (application): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
examples (application): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
examples (application)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
examples (application)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (application)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (application)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (application)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (application)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (wayland)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (wayland): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (wayland): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (wayland)
`iced_core` (lib) generated 2 warnings
tests (wayland): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests (wayland): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests (wayland): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests (wayland): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests (wayland): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
tests (wayland): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
tests (wayland)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
tests (winit)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (winit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit)
`iced_core` (lib) generated 2 warnings
tests (winit): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests (winit): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests (winit): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests (winit): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests (winit): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
tests (winit): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
tests (winit)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
tests (winit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (winit_debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_debug): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_debug): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_debug)
`iced_core` (lib) generated 2 warnings
tests (winit_debug): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests (winit_debug): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests (winit_debug): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests (winit_debug): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests (winit_debug): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
tests (winit_debug): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
tests (winit_debug)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
tests (winit_debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (winit_tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_tokio): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_tokio): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_tokio)
`iced_core` (lib) generated 2 warnings
tests (winit_tokio): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests (winit_tokio): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests (winit_tokio): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests (winit_tokio): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests (winit_tokio): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
tests (winit_tokio): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
tests (winit_tokio)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)
tests (winit_wgpu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (winit_wgpu)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_wgpu)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_wgpu)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_wgpu)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_wgpu)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (winit_wgpu): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_wgpu): iced/core/src/keyboard/key_code.rs#L7
allow(unused_extern_crates) incompatible with previous forbid
tests (winit_wgpu)
`iced_core` (lib) generated 2 warnings
tests (winit_wgpu): iced/style/src/theme.rs#L26
unused import: `::palette::RgbHue`
tests (winit_wgpu): iced/style/src/theme.rs#L27
unused import: `iced_core::gradient::ColorStop`
tests (winit_wgpu): iced/style/src/theme.rs#L28
unused import: `iced_core::gradient::Linear`
tests (winit_wgpu): iced/style/src/theme.rs#L29
unused import: `iced_core::Degrees`
tests (winit_wgpu): iced/style/src/theme.rs#L30
unused import: `iced_core::Radians`
tests (winit_wgpu): iced/style/src/theme.rs#L25
unused import: `::palette::FromColor`
tests (winit_wgpu)
`iced_style` (lib) generated 6 warnings (run `cargo fix --lib -p iced_style` to apply 5 suggestions)