Skip to content

Comments

feat: Add more options menu to live room with dpad menu key support#259

Draft
Copilot wants to merge 5 commits intomainfrom
copilot/add-more-options-button-live
Draft

feat: Add more options menu to live room with dpad menu key support#259
Copilot wants to merge 5 commits intomainfrom
copilot/add-more-options-button-live

Conversation

Copy link

Copilot AI commented Dec 14, 2025

Following PR #232 pattern, adds a "更多设置" (more options) button to live room header that consolidates all overlay controls into a bottom sheet menu. Triggered by click or dpad menu key (contextMenu).

Changes

lib/pages/live_room/widgets/header_control.dart

  • Added HeaderMixin to state class for bottom sheet functionality
  • Implemented showSettingSheet() with all live controls: danmaku settings, quality/aspect ratio selection, PiP, flip controls, refresh, block management, navigation
  • Added more options button to header bar
  • Exported state class via typedef for GlobalKey access:
    typedef LiveHeaderControlState = _LiveHeaderControlState;

lib/pages/live_room/view.dart

  • Wired onShowMenu callback to PlayerFocus:
    PlayerFocus(
      onShowMenu: () {
        final state = _liveRoomController.headerKey.currentState;
        if (state is LiveHeaderControlState) {
          state.showSettingSheet();
        }
      },
      ...
    )

lib/pages/live_room/controller.dart

  • Updated headerKey type: GlobalKey<LiveHeaderControlState>

Menu Contents

All existing overlay buttons plus: send danmaku, audio-only mode, PiP, scheduled exit, player info, stream refresh, block management, danmaku toggle/settings, aspect ratio, quality, flip controls, background playback, navigation.

Original prompt

This section details on the original issue you should resolve

<issue_title>feat</issue_title>
<issue_description>#232
仿造此pr,为直播界面添加一个更多选项按钮在右上角,并使得dpad菜单键能触发他
复制使用和ugc播放器一样的更多选项样式,将直播界面的遮罩上的所有按钮往里面塞一份,使得遮罩上的按钮功能能被用户在更多选项弹出的菜单里触发或者更改</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 4 commits December 14, 2025 16:12
Co-authored-by: UcnacDx2 <127503808+UcnacDx2@users.noreply.github.com>
Co-authored-by: UcnacDx2 <127503808+UcnacDx2@users.noreply.github.com>
Co-authored-by: UcnacDx2 <127503808+UcnacDx2@users.noreply.github.com>
Co-authored-by: UcnacDx2 <127503808+UcnacDx2@users.noreply.github.com>
Copilot AI changed the title [WIP] Add more options button to live interface feat: Add more options menu to live room with dpad menu key support Dec 14, 2025
Copilot AI requested a review from UcnacDx2 December 14, 2025 16:22
@UcnacDx2
Copy link
Owner

CI Check 失败 (Build Linux)
工作流在执行过程中遇到错误。

点击展开错误详情 ``` [ +306 ms] executing: uname -m [ +4 ms] Exit code 0 from: uname -m [ ] x86_64 [ +7 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +8 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +28 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +17 ms] executing: [/home/runner/work/PiliPlus/PiliPlus/] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/dart pub --suppress-analytics --directory . get --example Resolving dependencies... Downloading packages... characters 1.4.0 (1.4.1 available) ! font_awesome_flutter 10.9.0 (overridden) (10.12.0 available) image 4.5.4 (4.6.0 available) matcher 0.12.17 (0.12.18 available) material_color_utilities 0.11.1 (0.13.0 available) ! media_kit 1.1.11 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit (overridden) ! media_kit_libs_android_video 1.3.7 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/android/media_kit_libs_android_video (overridden) ! media_kit_libs_video 1.0.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/universal/media_kit_libs_video (overridden) ! media_kit_libs_windows_video 1.0.10 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/windows/media_kit_libs_windows_video (overridden) ! media_kit_native_event_loop 1.0.9 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_native_event_loop (overridden) ! media_kit_video 1.2.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_video (overridden) ! mime 2.0.0 (overridden) ! path 1.9.1 (overridden) pointycastle 3.9.1 (4.0.0 available) ! rxdart 0.28.0 (overridden) ! screen_brightness_android 2.1.3 (overridden) ! screen_brightness_ios 2.1.2 (overridden) ! screen_brightness_platform_interface 2.1.0 (overridden) test_api 0.7.7 (0.7.8 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 8 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [ +677 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +53 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ +4 ms] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ +1 ms] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ +2 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ ] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ +5 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +4 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ +4 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ +1 ms] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ +1 ms] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ ] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ ] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ +4 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ +2 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ +2 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ +1 ms] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ +2 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ +4 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ ] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ ] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ +2 ms] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ +1 ms] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ +3 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ ] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ +2 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ +1 ms] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ +1 ms] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ +1 ms] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ +1 ms] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ +2 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ +2 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ +1 ms] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ +1 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ +1 ms] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ +1 ms] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ +1 ms] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ +1 ms] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ +1 ms] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ +1 ms] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ +1 ms] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ +2 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ +8 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ +1 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ +2 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ +1 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ +1 ms] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ +3 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +5 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ +3 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ +3 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ +2 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ +3 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ +3 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ +1 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ +1 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ +1 ms] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ +114 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +24 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ ] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ ] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ +1 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ ] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ +2 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +1 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ +2 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ ] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ ] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ ] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ ] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ +2 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ +1 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ +1 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ +1 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ +2 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ ] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ ] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ ] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ ] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ +1 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ ] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ +1 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ ] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ ] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ ] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ +1 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ +1 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ ] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ +1 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ ] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ ] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ ] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ ] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ ] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ ] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ ] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ +1 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ +4 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ +1 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ +1 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ +1 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ ] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ +1 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +3 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ +1 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ +3 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ +1 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ +1 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ +2 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ +1 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ +1 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ +1 ms] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ +9 ms] Generating /home/runner/work/PiliPlus/PiliPlus/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +46 ms] Building Linux application... [ +3 ms] executing: [/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/runner/work/PiliPlus/PiliPlus/linux [+3204 ms] -- The CXX compiler identification is Clang 18.1.3 [ +339 ms] -- Detecting CXX compiler ABI info [ +345 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ +7 ms] -- Detecting CXX compile features [ +7 ms] -- Detecting CXX compile features - done [ +57 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +20 ms] -- Found gtk+-3.0, version 3.24.41 [ +189 ms] -- Checking for module 'glib-2.0' [ +8 ms] -- Found glib-2.0, version 2.80.0 [ +20 ms] -- Checking for module 'gio-2.0' [ +8 ms] -- Found gio-2.0, version 2.80.0 [ +219 ms] -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.11") [ ] /usr/lib/x86_64-linux-gnu/libasound.so [ +1 ms] -- Downloading archive from https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.2.tar.gz... [ +560 ms] -- Downloaded archive to /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz. [ +2 ms] -- /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz Verification successful. [ ] -- Directory /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc does not exist! [ ] -- Extracting mimalloc-2.1.2.tar.gz... [ +5 ms] -- Checking for module 'mpv' [ +12 ms] -- Found mpv, version 2.2.0 [ +71 ms] -- Checking for module 'epoxy' [ +8 ms] -- Found epoxy, version 1.5.10 [ +29 ms] -- Checking for module 'ayatana-appindicator3-0.1' [ +27 ms] -- Found ayatana-appindicator3-0.1, version 0.5.90 [ +482 ms] -- Configuring done (3.6s) [ +213 ms] -- Generating done (0.2s) [ +1 ms] -- Build files have been written to: /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release [ +9 ms] executing: ninja -C /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release install [ +6 ms] ninja: Entering directory `/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release' [+2235 ms] [1/39] Building CXX object plugins/media_kit_native_event_loop/shared/CMakeFiles/media_kit_native_event_loop.dir/media_kit_native_event_loop.cc.o [ +99 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+10104 ms] [3/39] Generating ../../mimalloc/out/release/mimalloc.o [ ] -- The C compiler identification is GNU 13.3.0 [ ] -- The CXX compiler identification is GNU 13.3.0 [ ] -- Detecting C compiler ABI info [ ] -- Detecting C compiler ABI info - done [ ] -- Check for working C compiler: /usr/bin/cc - skipped [ ] -- Detecting C compile features [ ] -- Detecting C compile features - done [ ] -- Detecting CXX compiler ABI info [ ] -- Detecting CXX compiler ABI info - done [ ] -- Check for working CXX compiler: /usr/bin/c++ - skipped [ ] -- Detecting CXX compile features [ ] -- Detecting CXX compile features - done [ ] -- [ ] -- No build type selected, default to: Release [ ] -- Override standard malloc (MI_OVERRIDE=ON) [ ] -- [ ] -- Library base name: mimalloc [ ] -- Version : 2.1 [ ] -- Build type : release [ ] -- C Compiler : /usr/bin/cc [ ] -- Compiler flags : -Wall;-Wextra;-Wno-unknown-pragmas;-fvisibility=hidden;-Wstrict-prototypes;-ftls-model=initial-exec;-fno-builtin-malloc [ ] -- Compiler defines : [ ] -- Link libraries : /usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/librt.a [ ] -- Build targets : shared;static;object;tests [ ] -- [ ] -- Configuring done (2.2s) [ ] -- Generating done (0.1s) [ ] -- Build files have been written to: /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc/out/release [ ] [ 2%] Building C object CMakeFiles/mimalloc.dir/src/alloc.c.o [ ] [ 5%] Building C object CMakeFiles/mimalloc.dir/src/alloc-aligned.c.o [ ] [ 7%] Building C object CMakeFiles/mimalloc.dir/src/alloc-posix.c.o [ ] [ 10%] Building C object CMakeFiles/mimalloc.dir/src/arena.c.o [ ] [ 12%] Building C object CMakeFiles/mimalloc.dir/src/bitmap.c.o [ ] [ 15%] Building C object CMakeFiles/mimalloc.dir/src/heap.c.o [ ] [ 17%] Building C object CMakeFiles/mimalloc.dir/src/init.c.o [ ] [ 20%] Building C object CMakeFiles/mimalloc.dir/src/options.c.o [ ] [ 22%] Building C object CMakeFiles/mimalloc.dir/src/os.c.o [ ] [ 25%] Building C object CMakeFiles/mimalloc.dir/src/page.c.o [ ] [ 27%] Building C object CMakeFiles/mimalloc.dir/src/random.c.o [ ] [ 30%] Building C object CMakeFiles/mimalloc.dir/src/segment.c.o [ ] [ 32%] Building C object CMakeFiles/mimalloc.dir/src/segment-map.c.o [ ] [ 35%] Building C object CMakeFiles/mimalloc.dir/src/stats.c.o [ ] [ 37%] Building C object CMakeFiles/mimalloc.dir/src/prim/prim.c.o [ ] [ 40%] Linking C shared library libmimalloc.so [ ] [ 40%] Built target mimalloc [ ] [ 42%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc.c.o [ ] [ 45%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.o [ ] [ 47%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.o [ ] [ 50%] Building C object CMakeFiles/mimalloc-static.dir/src/arena.c.o [ ] [ 52%] Building C object CMakeFiles/mimalloc-static.dir/src/bitmap.c.o [ ] [ 55%] Building C object CMakeFiles/mimalloc-static.dir/src/heap.c.o [ ] [ 57%] Building C object CMakeFiles/mimalloc-static.dir/src/init.c.o [ ] [ 60%] Building C object CMakeFiles/mimalloc-static.dir/src/options.c.o [ ] [ 62%] Building C object CMakeFiles/mimalloc-static.dir/src/os.c.o [ ] [ 65%] Building C object CMakeFiles/mimalloc-static.dir/src/page.c.o [ ] [ 67%] Building C object CMakeFiles/mimalloc-static.dir/src/random.c.o [ ] [ 70%] Building C object CMakeFiles/mimalloc-static.dir/src/segment.c.o [ ] [ 72%] Building C object CMakeFiles/mimalloc-static.dir/src/segment-map.c.o [ ] [ 75%] Building C object CMakeFiles/mimalloc-static.dir/src/stats.c.o [ ] [ 77%] Building C object CMakeFiles/mimalloc-static.dir/src/prim/prim.c.o [ ] [ 80%] Linking C static library libmimalloc.a [ ] [ 80%] Built target mimalloc-static [ ] [ 82%] Building C object CMakeFiles/mimalloc-obj.dir/src/static.c.o [ ] [ 82%] Built target mimalloc-obj [ ] [ 85%] Generating mimalloc.o [ ] [ 85%] Built target mimalloc-obj-target [ ] [ 87%] Building C object CMakeFiles/mimalloc-test-api.dir/test/test-api.c.o [ ] [ 90%] Linking C executable mimalloc-test-api [ ] [ 90%] Built target mimalloc-test-api [ ] [ 92%] Building C object CMakeFiles/mimalloc-test-api-fill.dir/test/test-api-fill.c.o [ ] [ 95%] Linking C executable mimalloc-test-api-fill [ ] [ 95%] Built target mimalloc-test-api-fill [ ] [ 97%] Building C object CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.o [ ] [100%] Linking C executable mimalloc-test-stress [ ] [100%] Built target mimalloc-test-stress [+13471 ms] [4/39] Generating /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [ +5 ms] FAILED: [code=1] /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/libflutter_linux_gtk.so /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_engine.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_call.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_response.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_value.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_view.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/flutter_linux.h flutter/_phony_ /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/flutter/_phony_ [ +1 ms] cd /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/flutter && /usr/local/bin/cmake -E env FLUTTER_ROOT=/opt/hostedtoolcache/flutter/stable-3.38.4-x64 PROJECT_DIR=/home/runner/work/PiliPlus/PiliPlus DART_DEFINES=cGlsaS50aW1lPTE3NjU3MzAxMDg=,cGlsaS5uYW1lPTEuMS41,cGlsaS5oYXNoPTJhNGZkMDVhNzlhNmE0MDliMzNjNDM5MDUyZjZiMzE0ZDU3NDNhNDY=,cGlsaS5jb2RlPTQ1MDg=,RkxVVFRFUl9WRVJTSU9OPTMuMzguNA==,RkxVVFRFUl9DSEFOTkVMPXN0YWJsZQ==,RkxVVFRFUl9HSVRfVVJMPWh0dHBzOi8vZ2l0aHViLmNvbS9mbHV0dGVyL2ZsdXR0ZXIuZ2l0,RkxVVFRFUl9GUkFNRVdPUktfUkVWSVNJT049NjZkZDkzZjlhMg==,RkxVVFRFUl9FTkdJTkVfUkVWSVNJT049YTVjYjk2MzY5ZQ==,RkxVVFRFUl9EQVJUX1ZFUlNJT049My4xMC4z DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true TREE_SHAKE_ICONS=true PACKAGE_CONFIG=/home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json FLUTTER_TARGET=lib/main.dart /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter_tools/bin/tool_backend.sh linux-x64 Release [ ] [ +42 ms] executing: uname -m [ ] [ +5 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +12 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +8 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +67 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +25 ms] Initializing file store [ ] [ +43 ms] dart_build: Starting due to {} [ ] [ +1 ms] Skipping target: gen_localizations [ ] [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json} [ ] [ +6 ms] unpack_linux: Starting due to {} [ ] [ +63 ms] unpack_linux: Complete [ ] [ +436 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +40 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +2 ms] dart_build: Complete [ ] [ +1 ms] install_code_assets: Starting due to {} [ ] [ +7 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7a267bb0a116b81ecad1295ce0533aa9/native_assets.json. [ ] [ +2 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7a267bb0a116b81ecad1295ce0533aa9/native_assets.json done. [ ] [ ] install_code_assets: Complete [ ] [ +13 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ ] [ +3 ms] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ ] [ +1 ms] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ ] [ +2 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ ] [ +1 ms] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ ] [ +5 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ ] [ +5 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ ] [ +5 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ ] [ +1 ms] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ ] [ +3 ms] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] [ +1 ms] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] [ ] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] [ ] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ ] [ +1 ms] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ ] [ ] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ ] [ +3 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ ] [ +1 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] [ ] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ ] [ +2 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] [ +1 ms] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] [ ] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ ] [ +3 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ ] [ +4 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ +1 ms] [ ] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ ] [ +1 ms] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ ] [ +1 ms] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ ] [ ] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ ] [ +4 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ ] [ ] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ ] [ +1 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ ] [ ] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ ] [ ] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] [ ] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ ] [ ] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] [ +1 ms] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ ] [ +3 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ ] [ +2 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ ] [ +1 ms] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ ] [ +2 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ ] [ +3 ms] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ ] [ +1 ms] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ ] [ +1 ms] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ ] [ +1 ms] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ ] [ +1 ms] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] [ +1 ms] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ ] [ +1 ms] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] [ +1 ms] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ ] [ +2 ms] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ ] [ +2 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ ] [ +7 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] [ +1 ms] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ ] [ +2 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] [ +1 ms] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ ] [ +2 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ ] [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ ] [ +2 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ ] [ +1 ms] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ ] [ +4 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ ] [ +7 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ ] [ +2 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ ] [ +4 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ ] [ +2 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ ] [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ ] [ +3 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] [ +1 ms] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ ] [ +5 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ ] [ +2 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] [ +1 ms] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] [ +1 ms] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ ] [ +1 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] [ +1 ms] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ ] [ +1 ms] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] [ +1 ms] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ ] [ +23 ms] gen_dart_plugin_registrant: Complete [ ] [ +2 ms] kernel_snapshot_program: Starting due to {} [ +2 ms] [ +13 ms] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/dartaotruntime /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/snapshots/frontend_server_aot.dart.snapshot --sdk-root /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/artifacts/engine/common/flutter_patched_sdk_product/ --target=flutter --no-print-incremental-dependencies -Dpili.time=1765730108 -Dpili.name=1.1.5 -Dpili.hash=2a4fd05a79a6a409b33c439052f6b314d5743a46 -Dpili.code=4508 -DFLUTTER_VERSION=3.38.4 -DFLUTTER_CHANNEL=stable -DFLUTTER_GIT_URL=https://github.com/flutter/flutter.git -DFLUTTER_FRAMEWORK_REVISION=66dd93f9a2 -DFLUTTER_ENGINE_REVISION=a5cb96369e -DFLUTTER_DART_VERSION=3.10.3 -Ddart.vm.profile=false -Ddart.vm.product=true --delete-tostring-package-uri=dart:ui --delete-tostring-package-uri=package:flutter --aot --tfa --target-os linux --packages /home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json --output-dill /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7a267bb0a116b81ecad1295ce0533aa9/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7a267bb0a116b81ecad1295ce0533aa9/kernel_snapshot_program.d --source file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error package:PiliPlus/main.dart [ ] [+11448 ms] lib/pages/live_room/widgets/header_control.dart:68:20: Error: Too many positional arguments: 0 allowed, but 1 found. [ ] [ +1 ms] Try removing the extra positional arguments. [ ] [ ] showBottomSheet( [ ] [ ] ^ [ ] [ ] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter/lib/src/material/bottom_sheet.dart:1360:33: Context: Found this candidate, but the arguments don't match. [ ] [ ] PersistentBottomSheetController showBottomSheet({ [ ] [ ] ^^^^^^^^^^^^^^^ [ ] [+13096 ms] Persisting file store [ ] [ +2 ms] Done persisting file store [ ] [ +3 ms] Target kernel_snapshot_program failed: Exception [ ] #0 KernelSnapshot.build (package:flutter_tools/src/build_system/targets/common.dart:289:7) [ ] [ ] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:895:9) [ ] [ ] #2 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #3 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #4 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #5 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #6 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #7 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #8 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart:653:16) [ ] [ ] #9 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:361:32) [ ] [ ] #10 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) [ ] [ ] #11 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #12 CommandRunner.runCommand (package:args/command_runner.dart:212:13) [ ] [ ] #13 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) [ ] [ ] #14 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #15 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) [ ] [ ] #16 run.. (package:flutter_tools/runner.dart:104:11) [ ] [ ] #17 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #18 main (package:flutter_tools/executable.dart:103:3) [ ] [ ] [ +1 ms] "flutter assemble" took 25,486ms. [ ] [ +8 ms] [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3) [ ] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:379:7) [ ] [ ] #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) [ ] [ ] #3 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) [ ] [ ] #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) [ ] [ ] #6 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) [ ] [ ] #8 run.. (package:flutter_tools/runner.dart:104:11) [ ] [ ] #9 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #10 main (package:flutter_tools/executable.dart:103:3) [ ] [ ] [ ] Running 1 shutdown hook [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 1 [ ] ninja: build stopped: subcommand failed. [ +4 ms] Building Linux application... (completed in 31.8s) [ ] "flutter linux" took 33,043ms. [ +8 ms] Build process failed [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3) #1 _runBuild (package:flutter_tools/src/linux/build_linux.dart:219:5) #2 buildLinux (package:flutter_tools/src/linux/build_linux.dart:100:5) #3 BuildLinuxCommand.runCommand (package:flutter_tools/src/commands/build_linux.dart:95:5) #4 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) #5 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #6 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #7 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) #8 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #9 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) #10 run.. (package:flutter_tools/runner.dart:104:11) #11 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #12 main (package:flutter_tools/executable.dart:103:3)

[ ] Running 1 shutdown hook
[ ] Shutdown hooks complete
[ ] exiting with code 1

</details>

@UcnacDx2
Copy link
Owner

CI Check 失败 (Build Linux)
工作流在执行过程中遇到错误。

点击展开错误详情 ``` [ +180 ms] executing: uname -m [ +4 ms] Exit code 0 from: uname -m [ ] x86_64 [ +7 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +8 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +28 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +16 ms] executing: [/home/runner/work/PiliPlus/PiliPlus/] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/dart pub --suppress-analytics --directory . get --example Resolving dependencies... Downloading packages... characters 1.4.0 (1.4.1 available) ! font_awesome_flutter 10.9.0 (overridden) (10.12.0 available) image 4.5.4 (4.6.0 available) matcher 0.12.17 (0.12.18 available) material_color_utilities 0.11.1 (0.13.0 available) ! media_kit 1.1.11 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit (overridden) ! media_kit_libs_android_video 1.3.7 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/android/media_kit_libs_android_video (overridden) ! media_kit_libs_video 1.0.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/universal/media_kit_libs_video (overridden) ! media_kit_libs_windows_video 1.0.10 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/windows/media_kit_libs_windows_video (overridden) ! media_kit_native_event_loop 1.0.9 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_native_event_loop (overridden) ! media_kit_video 1.2.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_video (overridden) ! mime 2.0.0 (overridden) ! path 1.9.1 (overridden) pointycastle 3.9.1 (4.0.0 available) ! rxdart 0.28.0 (overridden) ! screen_brightness_android 2.1.3 (overridden) ! screen_brightness_ios 2.1.2 (overridden) ! screen_brightness_platform_interface 2.1.0 (overridden) test_api 0.7.7 (0.7.8 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 8 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [ +707 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +47 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ +2 ms] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ +1 ms] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ +2 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ +1 ms] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ +4 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +3 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ +4 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ ] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ +1 ms] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ +1 ms] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ +1 ms] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ +3 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ +1 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ +2 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ +1 ms] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ +2 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ +5 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ ] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ +1 ms] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ +1 ms] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ ] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ +4 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ +1 ms] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ +1 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ +1 ms] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ ] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ +1 ms] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ +2 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ +1 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ ] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ +1 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ +1 ms] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ +1 ms] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ ] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ ] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ +1 ms] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ ] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ +1 ms] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ +2 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ +7 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ +1 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ +1 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ +1 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ +1 ms] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ +3 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +5 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ +3 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ +4 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ +2 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ +2 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ +3 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ +1 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ +1 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ +1 ms] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ +120 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +27 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ ] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ ] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ +1 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ ] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ +2 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +1 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ +2 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ ] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ ] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ ] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ ] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ +2 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ +1 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ +1 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ +1 ms] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ +1 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ +2 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ ] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ ] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ ] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ ] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ +2 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ ] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ +1 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ ] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ ] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ ] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ +1 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ +1 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ ] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ +1 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ ] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ ] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ ] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ ] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ ] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ ] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ ] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ +1 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ +4 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ +1 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ +1 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ +1 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ ] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ +2 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +3 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ +1 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ +3 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ +1 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ +1 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ +2 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ +1 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ +1 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ ] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ +9 ms] Generating /home/runner/work/PiliPlus/PiliPlus/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +45 ms] Building Linux application... [ +3 ms] executing: [/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/runner/work/PiliPlus/PiliPlus/linux [+4310 ms] -- The CXX compiler identification is Clang 18.1.3 [ +98 ms] -- Detecting CXX compiler ABI info [ +169 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ +4 ms] -- Detecting CXX compile features [ +5 ms] -- Detecting CXX compile features - done [ +46 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +42 ms] -- Found gtk+-3.0, version 3.24.41 [ +191 ms] -- Checking for module 'glib-2.0' [ +8 ms] -- Found glib-2.0, version 2.80.0 [ +20 ms] -- Checking for module 'gio-2.0' [ +8 ms] -- Found gio-2.0, version 2.80.0 [ +46 ms] -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.11") [ ] /usr/lib/x86_64-linux-gnu/libasound.so [ +1 ms] -- Downloading archive from https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.2.tar.gz... [ +916 ms] -- Downloaded archive to /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz. [ +2 ms] -- /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz Verification successful. [ ] -- Directory /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc does not exist! [ ] -- Extracting mimalloc-2.1.2.tar.gz... [ +5 ms] -- Checking for module 'mpv' [ +16 ms] -- Found mpv, version 2.2.0 [ +70 ms] -- Checking for module 'epoxy' [ +8 ms] -- Found epoxy, version 1.5.10 [ +29 ms] -- Checking for module 'ayatana-appindicator3-0.1' [ +26 ms] -- Found ayatana-appindicator3-0.1, version 0.5.90 [ +484 ms] -- Configuring done (6.2s) [ +139 ms] -- Generating done (0.1s) [ ] -- Build files have been written to: /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release [ +8 ms] executing: ninja -C /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release install [ +5 ms] ninja: Entering directory `/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release' [+2973 ms] [1/39] Building CXX object plugins/media_kit_native_event_loop/shared/CMakeFiles/media_kit_native_event_loop.dir/media_kit_native_event_loop.cc.o [ +60 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+12117 ms] [3/39] Generating ../../mimalloc/out/release/mimalloc.o [ ] -- The C compiler identification is GNU 13.3.0 [ ] -- The CXX compiler identification is GNU 13.3.0 [ ] -- Detecting C compiler ABI info [ ] -- Detecting C compiler ABI info - done [ ] -- Check for working C compiler: /usr/bin/cc - skipped [ ] -- Detecting C compile features [ ] -- Detecting C compile features - done [ ] -- Detecting CXX compiler ABI info [ ] -- Detecting CXX compiler ABI info - done [ ] -- Check for working CXX compiler: /usr/bin/c++ - skipped [ ] -- Detecting CXX compile features [ ] -- Detecting CXX compile features - done [ ] -- [ ] -- No build type selected, default to: Release [ ] -- Override standard malloc (MI_OVERRIDE=ON) [ ] -- [ ] -- Library base name: mimalloc [ ] -- Version : 2.1 [ ] -- Build type : release [ ] -- C Compiler : /usr/bin/cc [ ] -- Compiler flags : -Wall;-Wextra;-Wno-unknown-pragmas;-fvisibility=hidden;-Wstrict-prototypes;-ftls-model=initial-exec;-fno-builtin-malloc [ ] -- Compiler defines : [ ] -- Link libraries : /usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/librt.a [ ] -- Build targets : shared;static;object;tests [ ] -- [ ] -- Configuring done (1.3s) [ ] -- Generating done (0.0s) [ ] -- Build files have been written to: /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc/out/release [ ] [ 2%] Building C object CMakeFiles/mimalloc.dir/src/alloc.c.o [ ] [ 5%] Building C object CMakeFiles/mimalloc.dir/src/alloc-aligned.c.o [ ] [ 7%] Building C object CMakeFiles/mimalloc.dir/src/alloc-posix.c.o [ ] [ 10%] Building C object CMakeFiles/mimalloc.dir/src/arena.c.o [ ] [ 12%] Building C object CMakeFiles/mimalloc.dir/src/bitmap.c.o [ ] [ 15%] Building C object CMakeFiles/mimalloc.dir/src/heap.c.o [ ] [ 17%] Building C object CMakeFiles/mimalloc.dir/src/init.c.o [ ] [ 20%] Building C object CMakeFiles/mimalloc.dir/src/options.c.o [ ] [ 22%] Building C object CMakeFiles/mimalloc.dir/src/os.c.o [ ] [ 25%] Building C object CMakeFiles/mimalloc.dir/src/page.c.o [ ] [ 27%] Building C object CMakeFiles/mimalloc.dir/src/random.c.o [ ] [ 30%] Building C object CMakeFiles/mimalloc.dir/src/segment.c.o [ ] [ 32%] Building C object CMakeFiles/mimalloc.dir/src/segment-map.c.o [ ] [ 35%] Building C object CMakeFiles/mimalloc.dir/src/stats.c.o [ ] [ 37%] Building C object CMakeFiles/mimalloc.dir/src/prim/prim.c.o [ ] [ 40%] Linking C shared library libmimalloc.so [ ] [ 40%] Built target mimalloc [ ] [ 42%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc.c.o [ ] [ 45%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.o [ ] [ 47%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.o [ ] [ 50%] Building C object CMakeFiles/mimalloc-static.dir/src/arena.c.o [ ] [ 52%] Building C object CMakeFiles/mimalloc-static.dir/src/bitmap.c.o [ ] [ 55%] Building C object CMakeFiles/mimalloc-static.dir/src/heap.c.o [ ] [ 57%] Building C object CMakeFiles/mimalloc-static.dir/src/init.c.o [ ] [ 60%] Building C object CMakeFiles/mimalloc-static.dir/src/options.c.o [ ] [ 62%] Building C object CMakeFiles/mimalloc-static.dir/src/os.c.o [ ] [ 65%] Building C object CMakeFiles/mimalloc-static.dir/src/page.c.o [ ] [ 67%] Building C object CMakeFiles/mimalloc-static.dir/src/random.c.o [ ] [ 70%] Building C object CMakeFiles/mimalloc-static.dir/src/segment.c.o [ ] [ 72%] Building C object CMakeFiles/mimalloc-static.dir/src/segment-map.c.o [ ] [ 75%] Building C object CMakeFiles/mimalloc-static.dir/src/stats.c.o [ ] [ 77%] Building C object CMakeFiles/mimalloc-static.dir/src/prim/prim.c.o [ ] [ 80%] Linking C static library libmimalloc.a [ ] [ 80%] Built target mimalloc-static [ ] [ 82%] Building C object CMakeFiles/mimalloc-obj.dir/src/static.c.o [ ] [ 82%] Built target mimalloc-obj [ ] [ 85%] Generating mimalloc.o [ ] [ 85%] Built target mimalloc-obj-target [ ] [ 87%] Building C object CMakeFiles/mimalloc-test-api.dir/test/test-api.c.o [ ] [ 90%] Linking C executable mimalloc-test-api [ ] [ 90%] Built target mimalloc-test-api [ ] [ 92%] Building C object CMakeFiles/mimalloc-test-api-fill.dir/test/test-api-fill.c.o [ ] [ 95%] Linking C executable mimalloc-test-api-fill [ ] [ 95%] Built target mimalloc-test-api-fill [ ] [ 97%] Building C object CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.o [ ] [100%] Linking C executable mimalloc-test-stress [ ] [100%] Built target mimalloc-test-stress [+9999 ms] [4/39] Generating /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [ +5 ms] FAILED: [code=1] /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/libflutter_linux_gtk.so /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_engine.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_call.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_method_response.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_value.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/fl_view.h /home/runner/work/PiliPlus/PiliPlus/linux/flutter/ephemeral/flutter_linux/flutter_linux.h flutter/_phony_ /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/flutter/_phony_ [ +1 ms] cd /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/flutter && /usr/local/bin/cmake -E env FLUTTER_ROOT=/opt/hostedtoolcache/flutter/stable-3.38.4-x64 PROJECT_DIR=/home/runner/work/PiliPlus/PiliPlus DART_DEFINES=cGlsaS5jb2RlPTQ1MDg=,cGlsaS50aW1lPTE3NjU3MzAxMjg=,cGlsaS5uYW1lPTEuMS41,cGlsaS5oYXNoPTJhNGZkMDVhNzlhNmE0MDliMzNjNDM5MDUyZjZiMzE0ZDU3NDNhNDY=,RkxVVFRFUl9WRVJTSU9OPTMuMzguNA==,RkxVVFRFUl9DSEFOTkVMPXN0YWJsZQ==,RkxVVFRFUl9HSVRfVVJMPWh0dHBzOi8vZ2l0aHViLmNvbS9mbHV0dGVyL2ZsdXR0ZXIuZ2l0,RkxVVFRFUl9GUkFNRVdPUktfUkVWSVNJT049NjZkZDkzZjlhMg==,RkxVVFRFUl9FTkdJTkVfUkVWSVNJT049YTVjYjk2MzY5ZQ==,RkxVVFRFUl9EQVJUX1ZFUlNJT049My4xMC4z DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true TREE_SHAKE_ICONS=true PACKAGE_CONFIG=/home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json FLUTTER_TARGET=lib/main.dart /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter_tools/bin/tool_backend.sh linux-x64 Release [ ] [ +34 ms] executing: uname -m [ ] [ +5 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +12 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +8 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +58 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterEngineStamp' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +30 ms] Initializing file store [ ] [ +35 ms] dart_build: Starting due to {} [ ] [ +1 ms] Skipping target: gen_localizations [ ] [ +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json} [ ] [ +6 ms] unpack_linux: Starting due to {} [ ] [ +72 ms] unpack_linux: Complete [ ] [ +449 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +45 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +1 ms] dart_build: Complete [ ] [ +1 ms] install_code_assets: Starting due to {} [ ] [ +8 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7878eab473233651bba4e21c542eabc6/native_assets.json. [ ] [ +2 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7878eab473233651bba4e21c542eabc6/native_assets.json done. [ ] [ ] install_code_assets: Complete [ ] [ +17 ms] Found plugin window_manager at /home/runner/.pub-cache/git/window_manager-974ab0a71d37cfca9d9bd5b295d7bd1df80b790b/packages/window_manager/ [ ] [ +3 ms] Found plugin screen_retriever at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever-0.2.0/ [ ] [ +1 ms] Found plugin screen_retriever_windows at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_windows-0.2.0/ [ ] [ +2 ms] Found plugin screen_retriever_macos at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_macos-0.2.0/ [ ] [ +2 ms] Found plugin screen_retriever_linux at /home/runner/.pub-cache/hosted/pub.dev/screen_retriever_linux-0.2.0/ [ ] [ +5 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ ] [ +4 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ ] [ +4 ms] Found plugin url_launcher at /home/runner/.pub-cache/hosted/pub.dev/url_launcher-6.3.2/ [ ] [ +2 ms] Found plugin url_launcher_windows at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_windows-3.1.5/ [ ] [ +2 ms] Found plugin url_launcher_web at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_web-2.4.1/ [ ] [ +1 ms] Found plugin url_launcher_macos at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_macos-3.2.5/ [ ] [ +1 ms] Found plugin url_launcher_linux at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_linux-3.2.2/ [ ] [ +2 ms] Found plugin url_launcher_ios at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_ios-6.3.6/ [ ] [ +3 ms] Found plugin url_launcher_android at /home/runner/.pub-cache/hosted/pub.dev/url_launcher_android-6.3.28/ [ ] [ +1 ms] Found plugin tray_manager at /home/runner/.pub-cache/hosted/pub.dev/tray_manager-0.5.2/ [ ] [ +4 ms] Found plugin share_plus at /home/runner/.pub-cache/hosted/pub.dev/share_plus-12.0.1/ [ ] [ +2 ms] Found plugin path_provider at /home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.5/ [ ] [ +1 ms] Found plugin path_provider_windows at /home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/ [ ] [ +2 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] [ +1 ms] Found plugin path_provider_foundation at /home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.5.1/ [ ] [ +1 ms] Found plugin path_provider_android at /home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.22/ [ ] [ +3 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ ] [ +7 ms] Found plugin permission_handler_apple at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_apple-9.4.7/ [ +1 ms] [ +1 ms] Found plugin permission_handler_android at /home/runner/.pub-cache/hosted/pub.dev/permission_handler_android-13.0.1/ [ ] [ +1 ms] Found plugin media_kit_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_video/ [ ] [ +1 ms] Found plugin screen_brightness_ios at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_ios-2.1.2/ [ ] [ +1 ms] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ ] [ +4 ms] Found plugin flutter_volume_controller at /home/runner/.pub-cache/hosted/pub.dev/flutter_volume_controller-1.3.4/ [ ] [ +1 ms] Found plugin flutter_plugin_android_lifecycle at /home/runner/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.33/ [ ] [ +2 ms] Found plugin media_kit_native_event_loop at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/media_kit_native_event_loop/ [ ] [ +1 ms] Found plugin media_kit_libs_windows_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/windows/media_kit_libs_windows_video/ [ ] [ +1 ms] Found plugin media_kit_libs_macos_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_macos_video-1.1.4/ [ ] [ +1 ms] Found plugin media_kit_libs_linux at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.2.1/ [ ] [ ] Found plugin media_kit_libs_ios_video at /home/runner/.pub-cache/hosted/pub.dev/media_kit_libs_ios_video-1.1.4/ [ ] [ ] Found plugin media_kit_libs_android_video at /home/runner/.pub-cache/git/media-kit-bc999bf181ddf12d60891f76e41359e4177b93a7/libs/android/media_kit_libs_android_video/ [ ] [ +2 ms] Found plugin live_photo_maker at /home/runner/.pub-cache/hosted/pub.dev/live_photo_maker-0.0.6/ [ ] [ +1 ms] Found plugin image_picker at /home/runner/.pub-cache/hosted/pub.dev/image_picker-1.2.1/ [ ] [ +1 ms] Found plugin image_picker_windows at /home/runner/.pub-cache/hosted/pub.dev/image_picker_windows-0.2.2/ [ ] [ +2 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ ] [ +3 ms] Found plugin image_picker_macos at /home/runner/.pub-cache/hosted/pub.dev/image_picker_macos-0.2.2+1/ [ ] [ +1 ms] Found plugin file_selector_macos at /home/runner/.pub-cache/hosted/pub.dev/file_selector_macos-0.9.5/ [ ] [ +1 ms] Found plugin image_picker_linux at /home/runner/.pub-cache/hosted/pub.dev/image_picker_linux-0.2.2/ [ ] [ ] Found plugin file_selector_linux at /home/runner/.pub-cache/hosted/pub.dev/file_selector_linux-0.9.4/ [ ] [ ] Found plugin image_picker_ios at /home/runner/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.13+3/ [ ] [ ] Found plugin image_picker_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_picker_for_web-3.1.1/ [ ] [ +2 ms] Found plugin image_picker_android at /home/runner/.pub-cache/hosted/pub.dev/image_picker_android-0.8.13+10/ [ ] [ +1 ms] Found plugin image_cropper at /home/runner/.pub-cache/hosted/pub.dev/image_cropper-11.0.0/ [ ] [ +2 ms] Found plugin image_cropper_for_web at /home/runner/.pub-cache/hosted/pub.dev/image_cropper_for_web-7.0.0/ [ ] [ +3 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ ] [ +7 ms] Found plugin flutter_inappwebview at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview-6.1.5/ [ ] [ +1 ms] Found plugin flutter_inappwebview_windows at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_windows-0.6.0/ [ ] [ +2 ms] Found plugin flutter_inappwebview_web at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_web-1.1.2/ [ ] [ +1 ms] Found plugin flutter_inappwebview_macos at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_macos-1.1.2/ [ ] [ ] Found plugin flutter_inappwebview_ios at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_ios-1.1.2/ [ ] [ ] Found plugin flutter_inappwebview_android at /home/runner/.pub-cache/hosted/pub.dev/flutter_inappwebview_android-1.1.3/ [ ] [ +1 ms] Found plugin flutter_displaymode at /home/runner/.pub-cache/hosted/pub.dev/flutter_displaymode-0.7.0/ [ ] [ +1 ms] Found plugin sqflite at /home/runner/.pub-cache/hosted/pub.dev/sqflite-2.4.2/ [ ] [ +1 ms] Found plugin sqflite_darwin at /home/runner/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.2/ [ ] [ ] Found plugin sqflite_android at /home/runner/.pub-cache/hosted/pub.dev/sqflite_android-2.4.2+2/ [ ] [ +1 ms] Found plugin floating at /home/runner/.pub-cache/git/floating-a66ec0b9dabde6b5880a3f4f3425e57842a38e51/ [ ] [ +4 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ ] [ +6 ms] Found plugin dynamic_color at /home/runner/.pub-cache/hosted/pub.dev/dynamic_color-1.8.1/ [ ] [ +2 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ ] [ +6 ms] Found plugin connectivity_plus at /home/runner/.pub-cache/hosted/pub.dev/connectivity_plus-7.0.0/ [ ] [ +2 ms] Found plugin chat_bottom_container at /home/runner/.pub-cache/git/flutter_chat_packages-acccababf698ef1712031c383ea4b7ff54ae630c/packages/chat_bottom_container/ [ ] [ ] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] [ ] Found plugin shared_preferences_windows at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.4.1/ [ ] [ +1 ms] Found plugin shared_preferences_web at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_web-2.4.3/ [ ] [ ] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] [ ] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] [ ] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ ] [ +3 ms] Found plugin fluttertoast at /home/runner/.pub-cache/hosted/pub.dev/fluttertoast-9.0.0/ [ ] [ +1 ms] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ ] [ +5 ms] Found plugin battery_plus at /home/runner/.pub-cache/hosted/pub.dev/battery_plus-7.0.0/ [ ] [ +2 ms] Found plugin auto_orientation at /home/runner/.pub-cache/git/auto_orientation-ca2bb137bd0e4b221df3bc5ba1492d2902c78624/ [ ] [ ] Found plugin audio_session at /home/runner/.pub-cache/hosted/pub.dev/audio_session-0.2.2/ [ ] [ ] Found plugin audio_service at /home/runner/.pub-cache/hosted/pub.dev/audio_service-0.18.18/ [ ] [ ] Found plugin audio_service_web at /home/runner/.pub-cache/hosted/pub.dev/audio_service_web-0.1.4/ [ ] [ +2 ms] Found plugin app_links at /home/runner/.pub-cache/hosted/pub.dev/app_links-7.0.0/ [ ] [ +1 ms] Found plugin app_links_web at /home/runner/.pub-cache/hosted/pub.dev/app_links_web-1.0.4/ [ ] [ +1 ms] Found plugin app_links_linux at /home/runner/.pub-cache/hosted/pub.dev/app_links_linux-1.0.3/ [ ] [ +1 ms] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ ] [ +26 ms] gen_dart_plugin_registrant: Complete [ ] [ +3 ms] kernel_snapshot_program: Starting due to {} [ +2 ms] [ +13 ms] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/dartaotruntime /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/dart-sdk/bin/snapshots/frontend_server_aot.dart.snapshot --sdk-root /opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/cache/artifacts/engine/common/flutter_patched_sdk_product/ --target=flutter --no-print-incremental-dependencies -Dpili.code=4508 -Dpili.time=1765730128 -Dpili.name=1.1.5 -Dpili.hash=2a4fd05a79a6a409b33c439052f6b314d5743a46 -DFLUTTER_VERSION=3.38.4 -DFLUTTER_CHANNEL=stable -DFLUTTER_GIT_URL=https://github.com/flutter/flutter.git -DFLUTTER_FRAMEWORK_REVISION=66dd93f9a2 -DFLUTTER_ENGINE_REVISION=a5cb96369e -DFLUTTER_DART_VERSION=3.10.3 -Ddart.vm.profile=false -Ddart.vm.product=true --delete-tostring-package-uri=dart:ui --delete-tostring-package-uri=package:flutter --aot --tfa --target-os linux --packages /home/runner/work/PiliPlus/PiliPlus/.dart_tool/package_config.json --output-dill /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7878eab473233651bba4e21c542eabc6/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/7878eab473233651bba4e21c542eabc6/kernel_snapshot_program.d --source file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error package:PiliPlus/main.dart [ ] [+11027 ms] lib/pages/live_room/widgets/header_control.dart:68:20: Error: Too many positional arguments: 0 allowed, but 1 found. [ ] [ +1 ms] Try removing the extra positional arguments. [ ] [ ] showBottomSheet( [ ] [ ] ^ [ ] [ ] /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter/lib/src/material/bottom_sheet.dart:1360:33: Context: Found this candidate, but the arguments don't match. [ ] [ ] PersistentBottomSheetController showBottomSheet({ [ ] [ ] ^^^^^^^^^^^^^^^ [ ] [+12746 ms] Persisting file store [ ] [ +2 ms] Done persisting file store [ ] [ +2 ms] Target kernel_snapshot_program failed: Exception [ ] #0 KernelSnapshot.build (package:flutter_tools/src/build_system/targets/common.dart:289:7) [ ] [ ] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:895:9) [ ] [ ] #2 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #3 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #4 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #5 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #6 Future.wait. (dart:async/future.dart:546:21) [ ] [ ] #7 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:833:32) [ ] [ ] #8 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart:653:16) [ ] [ ] #9 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:361:32) [ ] [ ] #10 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) [ ] [ ] #11 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #12 CommandRunner.runCommand (package:args/command_runner.dart:212:13) [ ] [ ] #13 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) [ ] [ ] #14 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #15 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) [ ] [ ] #16 run.. (package:flutter_tools/runner.dart:104:11) [ ] [ ] #17 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #18 main (package:flutter_tools/executable.dart:103:3) [ ] [ ] [ +1 ms] "flutter assemble" took 24,751ms. [ ] [ +7 ms] [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3) [ ] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:379:7) [ ] [ ] #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) [ ] [ ] #3 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) [ ] [ ] #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) [ ] [ ] #6 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) [ ] [ ] #8 run.. (package:flutter_tools/runner.dart:104:11) [ ] [ ] #9 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) [ ] [ ] #10 main (package:flutter_tools/executable.dart:103:3) [ ] [ ] [ ] Running 1 shutdown hook [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 1 [ ] ninja: build stopped: subcommand failed. [ +3 ms] Building Linux application... (completed in 31.9s) [ ] "flutter linux" took 33,115ms. [ +8 ms] Build process failed [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:34:3) #1 _runBuild (package:flutter_tools/src/linux/build_linux.dart:219:5) #2 buildLinux (package:flutter_tools/src/linux/build_linux.dart:100:5) #3 BuildLinuxCommand.runCommand (package:flutter_tools/src/commands/build_linux.dart:95:5) #4 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1559:27) #5 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #6 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #7 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:487:9) #8 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #9 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:422:5) #10 run.. (package:flutter_tools/runner.dart:104:11) #11 AppContext.run. (package:flutter_tools/src/base/context.dart:154:19) #12 main (package:flutter_tools/executable.dart:103:3)

[ ] Running 1 shutdown hook
[ ] Shutdown hooks complete
[ ] exiting with code 1

</details>

@UcnacDx2
Copy link
Owner

CI Check 失败 (Build Android)
工作流在执行过程中遇到错误。

点击展开错误详情 ``` Resolving dependencies... Downloading packages... characters 1.4.0 (1.4.1 available) ! font_awesome_flutter 10.9.0 (overridden) (10.12.0 available) image 4.5.4 (4.6.0 available) matcher 0.12.17 (0.12.18 available) material_color_utilities 0.11.1 (0.13.0 available) ! media_kit 1.1.11 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit (overridden) ! media_kit_libs_android_video 1.3.7 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/android/media_kit_libs_android_video (overridden) ! media_kit_libs_video 1.0.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/universal/media_kit_libs_video (overridden) ! media_kit_libs_windows_video 1.0.10 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/windows/media_kit_libs_windows_video (overridden) ! media_kit_native_event_loop 1.0.9 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_native_event_loop (overridden) ! media_kit_video 1.2.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_video (overridden) ! mime 2.0.0 (overridden) ! path 1.9.1 (overridden) pointycastle 3.9.1 (4.0.0 available) ! rxdart 0.28.0 (overridden) ! screen_brightness_android 2.1.3 (overridden) ! screen_brightness_ios 2.1.2 (overridden) ! screen_brightness_platform_interface 2.1.0 (overridden) test_api 0.7.7 (0.7.8 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 8 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. Running Gradle task 'assembleRelease'... Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-arm64-v8a.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-armeabi-v7a.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-x86_64.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-x86.jar Checking the license for package Android SDK Platform 31 in /usr/local/lib/android/sdk/licenses License for package Android SDK Platform 31 accepted. Preparing "Install Android SDK Platform 31 (revision 1)". "Install Android SDK Platform 31 (revision 1)" ready. Installing Android SDK Platform 31 in /usr/local/lib/android/sdk/platforms/android-31 "Install Android SDK Platform 31 (revision 1)" complete. "Install Android SDK Platform 31 (revision 1)" finished. lib/pages/live_room/widgets/header_control.dart:68:20: Error: Too many positional arguments: 0 allowed, but 1 found. Try removing the extra positional arguments. showBottomSheet( ^ /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter/lib/src/material/bottom_sheet.dart:1360:33: Context: Found this candidate, but the arguments don't match. PersistentBottomSheetController showBottomSheet({ ^^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildRelease'.

Process 'command '/opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/flutter'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 1m 11s
[========= ] 25%
Running Gradle task 'assembleRelease'... 72.2s
Gradle task assembleRelease failed with exit code 1

</details>

@UcnacDx2
Copy link
Owner

CI Check 失败 (Build Android)
工作流在执行过程中遇到错误。

点击展开错误详情 ``` Resolving dependencies... Downloading packages... characters 1.4.0 (1.4.1 available) ! font_awesome_flutter 10.9.0 (overridden) (10.12.0 available) image 4.5.4 (4.6.0 available) matcher 0.12.17 (0.12.18 available) material_color_utilities 0.11.1 (0.13.0 available) ! media_kit 1.1.11 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit (overridden) ! media_kit_libs_android_video 1.3.7 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/android/media_kit_libs_android_video (overridden) ! media_kit_libs_video 1.0.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/universal/media_kit_libs_video (overridden) ! media_kit_libs_windows_video 1.0.10 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in libs/windows/media_kit_libs_windows_video (overridden) ! media_kit_native_event_loop 1.0.9 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_native_event_loop (overridden) ! media_kit_video 1.2.5 from git https://github.com/bggRGjQaUbCoE/media-kit.git at bc999b in media_kit_video (overridden) ! mime 2.0.0 (overridden) ! path 1.9.1 (overridden) pointycastle 3.9.1 (4.0.0 available) ! rxdart 0.28.0 (overridden) ! screen_brightness_android 2.1.3 (overridden) ! screen_brightness_ios 2.1.2 (overridden) ! screen_brightness_platform_interface 2.1.0 (overridden) test_api 0.7.7 (0.7.8 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 8 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. Running Gradle task 'assembleRelease'... e: The daemon has terminated unexpectedly on startup attempt #1 with error code: 0. The daemon process output: 1. Kotlin compile daemon is ready Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-arm64-v8a.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-armeabi-v7a.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-x86_64.jar Downloading file from: https://github.com/My-Responsitories/libmpv-android-video-build/releases/download/vnext/default-x86.jar Checking the license for package Android SDK Platform 31 in /usr/local/lib/android/sdk/licenses License for package Android SDK Platform 31 accepted. Preparing "Install Android SDK Platform 31 (revision 1)". "Install Android SDK Platform 31 (revision 1)" ready. Installing Android SDK Platform 31 in /usr/local/lib/android/sdk/platforms/android-31 "Install Android SDK Platform 31 (revision 1)" complete. "Install Android SDK Platform 31 (revision 1)" finished. lib/pages/live_room/widgets/header_control.dart:68:20: Error: Too many positional arguments: 0 allowed, but 1 found. Try removing the extra positional arguments. showBottomSheet( ^ /opt/hostedtoolcache/flutter/stable-3.38.4-x64/packages/flutter/lib/src/material/bottom_sheet.dart:1360:33: Context: Found this candidate, but the arguments don't match. PersistentBottomSheetController showBottomSheet({ ^^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildRelease'.

Process 'command '/opt/hostedtoolcache/flutter/stable-3.38.4-x64/bin/flutter'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.

BUILD FAILED in 1m 17s
[========= ] 25%
Running Gradle task 'assembleRelease'... 78.5s
Gradle task assembleRelease failed with exit code 1

</details>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat

2 participants