Skip to content

[various] use GitHub workflows for validation instead of Cirrus #8

[various] use GitHub workflows for validation instead of Cirrus

[various] use GitHub workflows for validation instead of Cirrus #8

Triggered via pull request November 18, 2023 01:37
@MaikuBMaikuB
synchronize #2155
github-ci
Status Cancelled
Total duration 8m 34s
Artifacts

validate.yml

on: pull_request
analyze
40s
analyze
Build Android example app (stable channel)
3m 21s
Build Android example app (stable channel)
Build Android example app (3.0.0)
2m 41s
Build Android example app (3.0.0)
Build iOS example app (stable channel)
5m 38s
Build iOS example app (stable channel)
Build macOS example app (stable channel)
5m 38s
Build macOS example app (stable channel)
Build Linux example app (stable channel)
1m 27s
Build Linux example app (stable channel)
Build Linux example app (3.0.0)
1m 36s
Build Linux example app (3.0.0)
Run all unit tests (Dart)
1m 5s
Run all unit tests (Dart)
Run all unit tests (Android)
3m 36s
Run all unit tests (Android)
Run integration tests (Android)
8m 26s
Run integration tests (Android)
Run integration tests (iOS)
2m 28s
Run integration tests (iOS)
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 4 warnings, and 7 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
Run integration tests (iOS)
Process completed with exit code 127.
Run integration tests (Android)
The run was canceled by @MaikuB.
Run integration tests (Android)
The operation was canceled.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze
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/
analyze
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/
analyze
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/
'iterable_contains_unrelated_type' is deprecated and should be replaced by 'collection_methods_unrelated_type'.: analysis_options.yaml#L66
Try replacing 'iterable_contains_unrelated_type' with 'collection_methods_unrelated_type'.
'list_remove_unrelated_type' is deprecated and should be replaced by 'collection_methods_unrelated_type'.: analysis_options.yaml#L72
Try replacing 'list_remove_unrelated_type' with 'collection_methods_unrelated_type'.
The variable 'activeNotification' should be final.: flutter_local_notifications/example/lib/main.dart#L2562
Try making the variable final. See https://dart.dev/lints/prefer_final_in_for_each to learn more about this problem.
The variable 'channel' should be final.: flutter_local_notifications/example/lib/main.dart#L2735
Try making the variable final. See https://dart.dev/lints/prefer_final_in_for_each to learn more about this problem.
'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.10.0-1.1.pre.: flutter_local_notifications/lib/src/platform_specifics/darwin/mappers.dart#L18
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.