feat: Implement D-pad long-press variable speed scrubbing#266
feat: Implement D-pad long-press variable speed scrubbing#266google-labs-jules[bot] wants to merge 6 commits intomainfrom
Conversation
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
|
❌ 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 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/plugin/pl_player/view.dart:48:8: Error: Error when reading 'packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart': StandardFileSystem only supports file:* and data:* URIs import 'packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart'; ^ lib/plugin/pl_player/view.dart:350:32: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. BottomControlType.pre => ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:367:33: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. BottomControlType.next => ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:423:20: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. return ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:494:15: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. : ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:520:36: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. BottomControlType.episode => ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:847:39: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. BottomControlType.fullscreen => ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. ScrubbingOverlay(controller: controller), ^^^^^^^^^^ lib/plugin/pl_player/view.dart:1883:34: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. return ComBtn( ^^^^^^ lib/plugin/pl_player/view.dart:1923:32: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. child: ComBtn( ^^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:58:42: Error: The getter 'value' isn't defined for the type 'LoadingState'. - 'LoadingState' is from 'package:PiliPlus/http/loading_state.dart' ('lib/http/loading_state.dart'). - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'value'. if (videoShot == null || videoShot.value.response == null) { ^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:67:30: Error: The getter 'value' isn't defined for the type 'LoadingState'. - 'LoadingState' is from 'package:PiliPlus/http/loading_state.dart' ('lib/http/loading_state.dart'). - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'value'. final data = videoShot.value.response!; ^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:87:22: Error: The getter 'pvT' isn't defined for the type 'VideoShotData'. - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvT'. final pvT = data.pvT; ^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:88:22: Error: The getter 'pvX' isn't defined for the type 'VideoShotData'. - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvX'. final pvX = data.pvX; ^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:89:22: Error: The getter 'pvY' isn't defined for the type 'VideoShotData'. - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvY'. final pvY = data.pvY; ^^^ Unhandled exception: FileSystemException(uri=packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart; message=StandardFileSystem only supports file:* and data:* URIs) #0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:45) #1 asFileUri (package:vm/kernel_front_end.dart:1008) #2 writeDepfile (package:vm/kernel_front_end.dart:1171) #3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:738) #4 starter (package:frontend_server/starter.dart:102) #5 main (file:///b/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13)Target kernel_snapshot_program failed: Exception FAILURE: Build failed with an exception.
BUILD FAILED in 1m 13s |
|
❌ CI Check 失败 (Build Linux) 点击展开错误详情``` [ +149 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [+2278 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +46 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/ [ ] 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/ [ +4 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +2 ms] Found plugin package_info_plus at /home/runner/.pub-cache/hosted/pub.dev/package_info_plus-9.0.0/ [ +3 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/ [ +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/ [ ] 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/ [ +3 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/ [ +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/ [ +4 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/ [ +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/ [ +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/ [ +4 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/ [ +107 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +25 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/ [ +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/ [ +5 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/ [ +2 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +4 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/ [ +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/ [ ] 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/ [ +8 ms] Generating /home/runner/work/PiliPlus/PiliPlus/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +49 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 [ +633 ms] -- The CXX compiler identification is Clang 18.1.3 [ +20 ms] -- Detecting CXX compiler ABI info [ +183 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ +10 ms] -- Detecting CXX compile features [ +3 ms] -- Detecting CXX compile features - done [ +19 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +91 ms] -- Found gtk+-3.0, version 3.24.41 [ +194 ms] -- Checking for module 'glib-2.0' [ +8 ms] -- Found glib-2.0, version 2.80.0 [ +21 ms] -- Checking for module 'gio-2.0' [ +8 ms] -- Found gio-2.0, version 2.80.0 [ +74 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... [+1129 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 [ +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 [ +483 ms] -- Configuring done (3.0s) [ +123 ms] -- Generating done (0.1s) [ +1 ms] -- 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' [+2898 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 [ +77 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+8007 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 (0.5s) [ ] -- 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 [+14132 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_ [ +4 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=cGlsaS5jb2RlPTQ1MDQ=,cGlsaS5oYXNoPWZmMDI5OTdiNDI1YTE2NTNiY2FlNjk0NTZhOTM5YzVjN2I3OWFiNTA=,cGlsaS50aW1lPTE3NjU5NjMwMjE=,cGlsaS5uYW1lPTEuMS41,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 [ ] [ +44 ms] executing: uname -m [ ] [ +7 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +11 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. [ ] [ +2 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. [ ] [ +77 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. [ ] [ +27 ms] Initializing file store [ ] [ +45 ms] dart_build: Starting due to {} [ ] [ +2 ms] Skipping target: gen_localizations [ ] [ +3 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} [ ] [ +9 ms] unpack_linux: Starting due to {} [ ] [ +85 ms] unpack_linux: Complete [ ] [ +577 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +55 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +3 ms] dart_build: Complete [ ] [ +2 ms] install_code_assets: Starting due to {} [ ] [ +12 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/ac88cd506562c6c75cce7efbb1fa4493/native_assets.json. [ ] [ +3 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/ac88cd506562c6c75cce7efbb1fa4493/native_assets.json done. [ ] [ ] install_code_assets: Complete [ ] [ +18 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +5 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/ [ ] [ +3 ms] Found plugin path_provider_linux at /home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ [ ] [ +2 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/ [ ] [ +5 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ ] [ +6 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +3 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/ [ ] [ +3 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ ] [ +9 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/ [ ] [ ] 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/ [ ] [ +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/ [ ] [ +5 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/ [ ] [ +3 ms] Found plugin device_info_plus at /home/runner/.pub-cache/hosted/pub.dev/device_info_plus-12.3.0/ [ ] [ +5 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/ [ ] [ +1 ms] Found plugin shared_preferences at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences-2.5.4/ [ ] [ +1 ms] 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/ [ ] [ +1 ms] Found plugin shared_preferences_linux at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.4.1/ [ ] [ +1 ms] Found plugin shared_preferences_foundation at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.5.6/ [ ] [ +1 ms] Found plugin shared_preferences_android at /home/runner/.pub-cache/hosted/pub.dev/shared_preferences_android-2.4.18/ [ ] [ +4 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/ [ ] [ +1 ms] 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/ [ ] [ +33 ms] gen_dart_plugin_registrant: Complete [ ] [ +4 ms] kernel_snapshot_program: Starting due to {} [ +2 ms] [ +20 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=4504 -Dpili.hash=ff02997b425a1653bcae69456a939c5c7b79ab50 -Dpili.time=1765963021 -Dpili.name=1.1.5 -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/ac88cd506562c6c75cce7efbb1fa4493/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/ac88cd506562c6c75cce7efbb1fa4493/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 [ ] [+1690 ms] lib/plugin/pl_player/view.dart:48:8: Error: Error when reading 'packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart': StandardFileSystem only supports file:* and data:* URIs [ ] [ +1 ms] import 'packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart'; [ ] [ ] ^ [ ] [+9176 ms] lib/plugin/pl_player/view.dart:350:32: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] BottomControlType.pre => ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:367:33: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] BottomControlType.next => ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:423:20: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] return ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:494:15: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] : ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:520:36: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] BottomControlType.episode => ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:847:39: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] BottomControlType.fullscreen => ComBtn( [ ] [ ] ^^^^^^ [ ] [ +4 ms] lib/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. [ ] [ ] ScrubbingOverlay(controller: controller), [ ] [ ] ^^^^^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:1883:34: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] return ComBtn( [ ] [ ] ^^^^^^ [ ] [ ] lib/plugin/pl_player/view.dart:1923:32: Error: The method 'ComBtn' isn't defined for the type '_PLVideoPlayerState'. [ ] [ ] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'ComBtn'. [ ] [ ] child: ComBtn( [ ] [ ] ^^^^^^ [ ] [+2383 ms] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:58:42: Error: The getter 'value' isn't defined for the type 'LoadingState'. [ ] [ ] - 'LoadingState' is from 'package:PiliPlus/http/loading_state.dart' ('lib/http/loading_state.dart'). [ ] [ ] - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'value'. [ ] [ ] if (videoShot == null || videoShot.value.response == null) { [ ] [ ] ^^^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:67:30: Error: The getter 'value' isn't defined for the type 'LoadingState'. [ ] [ ] - 'LoadingState' is from 'package:PiliPlus/http/loading_state.dart' ('lib/http/loading_state.dart'). [ ] [ ] - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'value'. [ ] [ ] final data = videoShot.value.response!; [ ] [ ] ^^^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:87:22: Error: The getter 'pvT' isn't defined for the type 'VideoShotData'. [ ] [ ] - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvT'. [ ] [ ] final pvT = data.pvT; [ ] [ ] ^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:88:22: Error: The getter 'pvX' isn't defined for the type 'VideoShotData'. [ ] [ ] - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvX'. [ ] [ ] final pvX = data.pvX; [ ] [ ] ^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:89:22: Error: The getter 'pvY' isn't defined for the type 'VideoShotData'. [ ] [ ] - 'VideoShotData' is from 'package:PiliPlus/models_new/video/video_shot/data.dart' ('lib/models_new/video/video_shot/data.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'pvY'. [ ] [ ] final pvY = data.pvY; [ ] [ ] ^^^ [ ] [+10068 ms] Unhandled exception: [ ] FileSystemException(uri=packagepackage:PiliPlus/plugin/pl_player/widgets/video_gestures.dart; message=StandardFileSystem only supports file:* and data:* URIs) [ ] #0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:45) [ ] #1 asFileUri (package:vm/kernel_front_end.dart:1008) [ ] #2 writeDepfile (package:vm/kernel_front_end.dart:1171) [ ] [ ] #3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:738) [ ] [ ] #4 starter (package:frontend_server/starter.dart:102) [ ] [ ] #5 main (file:///b/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13) [ ] [ ] [ +149 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,682ms. [ ] [ +10 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 28.4s) [ ] "flutter linux" took 31,154ms. [ +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 |
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released. Fixes CI build errors by correcting import statements and data access in the scrubbing overlay.
|
❌ 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 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/plugin/pl_player/view.dart:49:8: Error: Error when reading 'lib/plugin/pl_player/widgets/video_gestures.dart': No such file or directory import 'package:PiliPlus/plugin/pl_player/widgets/video_gestures.dart'; ^ lib/plugin/pl_player/view.dart:1667:55: Error: The getter 'controller' isn't defined for the type 'PLVideoPlayer'. - 'PLVideoPlayer' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. ScrubbingOverlay(controller: widget.controller), ^^^^^^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:58:46: Error: 'Success' isn't a type. if (videoShot == null || videoShot is! Success) { ^^^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:67:34: Error: 'Success' isn't a type. final data = (videoShot as Success).response; ^^^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:74:14: Error: The method 'MpvConvertWebp' isn't defined for the type 'ScrubbingOverlay'. - 'ScrubbingOverlay' is from 'package:PiliPlus/plugin/pl_player/widgets/scrubbing_overlay.dart' ('lib/plugin/pl_player/widgets/scrubbing_overlay.dart'). Try correcting the name to the name of an existing method, or defining a method named 'MpvConvertWebp'. return MpvConvertWebp( ^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: ExceptionFAILURE: Build failed with an exception.
BUILD FAILED in 1m 12s |
|
❌ CI Check 失败 (Build Linux) 点击展开错误详情``` [ +292 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. [ +27 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [+2215 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +51 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/ [ ] 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/ [ +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/ [ ] 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/ [ +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/ [ +3 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/ [ +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/ [ +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/ [ +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/ [ +2 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ +2 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/ [ ] 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/ [ +1 ms] 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/ [ +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/ [ ] 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/ [ +6 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/ [ +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/ [ +1 ms] 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/ [ +72 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +26 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/ [ +3 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/ [ +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/ [ +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/ [ +2 ms] Found plugin saver_gallery at /home/runner/.pub-cache/hosted/pub.dev/saver_gallery-4.1.0/ [ +3 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/ [ +1 ms] 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/ [ +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/ [ +5 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/ [ +2 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +4 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/ [ +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/ [ ] 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 [+3192 ms] -- The CXX compiler identification is Clang 18.1.3 [ +104 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 [ +3 ms] -- Detecting CXX compile features [ +5 ms] -- Detecting CXX compile features - done [ +36 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +19 ms] -- Found gtk+-3.0, version 3.24.41 [ +183 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 [ +45 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... [ +525 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 [ +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 [ +470 ms] -- Configuring done (4.6s) [ +72 ms] -- Generating done (0.1s) [ +1 ms] -- 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 [ +6 ms] ninja: Entering directory `/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release' [+2938 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 [ +100 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+8005 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 (0.6s) [ ] -- 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 [ +1 ms] [ 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 [+14807 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=cGlsaS5oYXNoPWU0MTk4NjQ0NGE2NWI2OTc3MzAxNDQ4ZjdlNDM5MzI0ZjYwNTA0NzY=,cGlsaS50aW1lPTE3NjU5NjM1MzE=,cGlsaS5uYW1lPTEuMS41,cGlsaS5jb2RlPTQ1MDU=,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 [ ] [ +38 ms] executing: uname -m [ ] [ +6 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +16 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. [ ] [ +10 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. [ ] [ +2 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. [ ] [ +73 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. [ ] [ +28 ms] Initializing file store [ ] [ +41 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} [ ] [ +8 ms] unpack_linux: Starting due to {} [ ] [ +76 ms] unpack_linux: Complete [ ] [ +542 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +44 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +2 ms] dart_build: Complete [ ] [ +2 ms] install_code_assets: Starting due to {} [ ] [ +8 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/57adc375a0302d258e3307728a7c8f00/native_assets.json. [ ] [ +2 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/57adc375a0302d258e3307728a7c8f00/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/ [ ] [ +2 ms] 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +1 ms] 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/ [ ] [ +6 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/ [ ] [ +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/ [ +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/ [ ] [ +2 ms] Found plugin screen_brightness_android at /home/runner/.pub-cache/hosted/pub.dev/screen_brightness_android-2.1.3/ [ ] [ +5 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +2 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/ [ ] [ +2 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/ [ ] [ +3 ms] Found plugin gt3_flutter_plugin at /home/runner/.pub-cache/hosted/pub.dev/gt3_flutter_plugin-0.1.1/ [ ] [ +9 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/ [ ] [ ] 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/ [ ] [ +5 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/ [ ] [ +4 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/ [ ] [ ] 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/ [ ] [ +24 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.hash=e41986444a65b6977301448f7e439324f6050476 -Dpili.time=1765963531 -Dpili.name=1.1.5 -Dpili.code=4505 -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/57adc375a0302d258e3307728a7c8f00/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/57adc375a0302d258e3307728a7c8f00/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 [ ] [+1781 ms] lib/plugin/pl_player/view.dart:49:8: Error: Error when reading 'lib/plugin/pl_player/widgets/video_gestures.dart': No such file or directory [ ] [ +5 ms] import 'package:PiliPlus/plugin/pl_player/widgets/video_gestures.dart'; [ ] [ ] ^ [ ] [+9565 ms] lib/plugin/pl_player/view.dart:1667:55: Error: The getter 'controller' isn't defined for the type 'PLVideoPlayer'. [ ] [ ] - 'PLVideoPlayer' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. [ ] [ ] ScrubbingOverlay(controller: widget.controller), [ ] [ ] ^^^^^^^^^^ [ ] [+2078 ms] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:58:46: Error: 'Success' isn't a type. [ ] [ ] if (videoShot == null || videoShot is! Success) { [ ] [ ] ^^^^^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:67:34: Error: 'Success' isn't a type. [ ] [ ] final data = (videoShot as Success).response; [ ] [ ] ^^^^^^^ [ ] [ ] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:74:14: Error: The method 'MpvConvertWebp' isn't defined for the type 'ScrubbingOverlay'. [ ] [ ] - 'ScrubbingOverlay' is from 'package:PiliPlus/plugin/pl_player/widgets/scrubbing_overlay.dart' ('lib/plugin/pl_player/widgets/scrubbing_overlay.dart'). [ ] [ ] Try correcting the name to the name of an existing method, or defining a method named 'MpvConvertWebp'. [ ] [ ] return MpvConvertWebp( [ ] [ ] ^^^^^^^^^^^^^^ [ ] [+10886 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 25,405ms. [ ] [ +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. [ +6 ms] Building Linux application... (completed in 30.9s) [ ] "flutter linux" took 33,668ms. [ +9 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 |
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released. Fixes CI build errors by correcting import statements and data access in the scrubbing overlay.
|
❌ CI Check 失败 (Build Linux) 点击展开错误详情``` [ +70 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [+1739 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +46 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/ [ ] 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/ [ +6 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/ [ ] 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/ [ +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/ [ +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/ [ ] 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/ [ +2 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/ [ ] 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/ [ ] 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/ [ +4 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/ [ +2 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/ [ +4 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/ [ +100 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +25 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/ [ +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/ [ +1 ms] 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/ [ +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/ [ +5 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/ [ +2 ms] Found plugin file_picker at /home/runner/.pub-cache/git/flutter_file_picker-4c03c3413a915fa82f58d4591bfe3b62709a6edf/ [ +4 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/ [ +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/ [ ] 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/ [ +10 ms] Generating /home/runner/work/PiliPlus/PiliPlus/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +52 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 [+2063 ms] -- The CXX compiler identification is Clang 18.1.3 [ +29 ms] -- Detecting CXX compiler ABI info [ +108 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ ] -- Detecting CXX compile features [ +1 ms] -- Detecting CXX compile features - done [ +19 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +19 ms] -- Found gtk+-3.0, version 3.24.41 [ +186 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 [ +41 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... [ +409 ms] -- Downloaded archive to /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz. [ +1 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 [ +70 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 [ +490 ms] -- Configuring done (3.6s) [ +63 ms] -- Generating done (0.1s) [ +1 ms] -- Build files have been written to: /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release [ +7 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' [+2919 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 [ +77 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+8436 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.0s) [ ] -- 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 [+13842 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_ [ +4 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=cGlsaS5uYW1lPTEuMS41,cGlsaS5oYXNoPTI2NjdiYWU5NjI3YzNlZWZiNWVmOTMzZmI3MWZjMzY5MWRhNDZhYWE=,cGlsaS50aW1lPTE3NjU5NjM5Nzc=,cGlsaS5jb2RlPTQ1MDY=,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 [ ] [ +39 ms] executing: uname -m [ ] [ +8 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +11 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. [ ] [ +69 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. [ ] [ +22 ms] Initializing file store [ ] [ +34 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 {} [ ] [ +65 ms] unpack_linux: Complete [ ] [ +498 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. [ ] [ +2 ms] dart_build: Complete [ ] [ +2 ms] install_code_assets: Starting due to {} [ ] [ +8 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/76c0ca77d1feb6186097e86b778f02ab/native_assets.json. [ ] [ +2 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/76c0ca77d1feb6186097e86b778f02ab/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/ [ ] [ +2 ms] 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +1 ms] 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/ [ ] [ +5 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/ [ ] [ +2 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/ [ ] [ +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/ [ +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/ [ ] [ +5 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +2 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/ [ ] [ +2 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/ [ ] [ +1 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/ [ ] [ +10 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/ [ ] [ ] 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +5 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/ [ ] [ +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/ [ ] [ +1 ms] 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/ [ ] [ +4 ms] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ ] [ +21 ms] gen_dart_plugin_registrant: Complete [ ] [ +2 ms] kernel_snapshot_program: Starting due to {} [ +2 ms] [ +12 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.name=1.1.5 -Dpili.hash=2667bae9627c3eefb5ef933fb71fc3691da46aaa -Dpili.time=1765963977 -Dpili.code=4506 -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/76c0ca77d1feb6186097e86b778f02ab/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/76c0ca77d1feb6186097e86b778f02ab/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 [ ] [+10814 ms] lib/plugin/pl_player/view.dart:1666:55: Error: The getter 'controller' isn't defined for the type 'PLVideoPlayer'. [ ] [ +2 ms] - 'PLVideoPlayer' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. [ ] [ ] ScrubbingOverlay(controller: widget.controller), [ ] [ ] ^^^^^^^^^^ [ ] [+2317 ms] lib/plugin/pl_player/widgets/scrubbing_overlay.dart:76:28: Error: Too few positional arguments: 4 required, 0 given. [ ] [ ] return MpvConvertWebp( [ ] [ ] ^ [ ] [ ] lib/plugin/pl_player/widgets/mpv_convert_webp.dart:32:3: Context: Found this candidate, but the arguments don't match. [ ] [ ] MpvConvertWebp( [ ] [ ] ^^^^^^^^^^^^^^ [ ] [+10722 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,872ms. [ ] [ +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. [ +5 ms] Building Linux application... (completed in 29.0s) [ ] "flutter linux" took 31,249ms. [ +9 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 |
|
❌ 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 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/plugin/pl_player/view.dart:1666:55: Error: The getter 'controller' isn't defined for the type 'PLVideoPlayer'. - 'PLVideoPlayer' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. ScrubbingOverlay(controller: widget.controller), ^^^^^^^^^^ lib/plugin/pl_player/widgets/scrubbing_overlay.dart:76:28: Error: Too few positional arguments: 4 required, 0 given. return MpvConvertWebp( ^ lib/plugin/pl_player/widgets/mpv_convert_webp.dart:32:3: Context: Found this candidate, but the arguments don't match. MpvConvertWebp( ^^^^^^^^^^^^^^ Target kernel_snapshot_program failed: ExceptionFAILURE: Build failed with an exception.
BUILD FAILED in 1m 13s |
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released. Fixes CI build errors by correcting import statements and data access in the scrubbing overlay.
|
❌ 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 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/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. ScrubbingOverlay(controller: controller), ^^^^^^^^^^ Target kernel_snapshot_program failed: ExceptionFAILURE: Build failed with an exception.
BUILD FAILED in 1m 18s |
|
❌ CI Check 失败 (Build Linux) 点击展开错误详情``` [ +237 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [+1717 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +46 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/ [ ] 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/ [ +4 ms] Found plugin wakelock_plus at /home/runner/.pub-cache/hosted/pub.dev/wakelock_plus-1.4.0/ [ +2 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/ [ ] 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/ [ ] 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/ [ +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/ [ +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/ [ ] 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/ [ +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/ [ +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/ [ +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/ [ +1 ms] 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/ [ +110 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/ [ +5 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/ [ ] 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 [+2368 ms] -- The CXX compiler identification is Clang 18.1.3 [ +52 ms] -- Detecting CXX compiler ABI info [ +114 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ ] -- Detecting CXX compile features [ +1 ms] -- Detecting CXX compile features - done [ +29 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +19 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 [ +42 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... [ +652 ms] -- Downloaded archive to /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz. [ +1 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 [ +70 ms] -- Checking for module 'epoxy' [ +8 ms] -- Found epoxy, version 1.5.10 [ +28 ms] -- Checking for module 'ayatana-appindicator3-0.1' [ +26 ms] -- Found ayatana-appindicator3-0.1, version 0.5.90 [ +478 ms] -- Configuring done (4.1s) [ +79 ms] -- Generating done (0.1s) [ +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' [+3848 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 [ +72 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+7651 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.1s) [ ] -- 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 [+14012 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_ [ +4 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=cGlsaS5oYXNoPWUxYTVkYmU0NTZkZjg2NWVkMjgyMDIyNzE5MGU0OWRlNjk4ZGY5NDA=,cGlsaS5uYW1lPTEuMS41,cGlsaS5jb2RlPTQ1MDc=,cGlsaS50aW1lPTE3NjU5NjQ1MTM=,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 [ ] [ +36 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. [ ] [ +9 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. [ ] [ +70 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 [ ] [ +38 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} [ ] [ +5 ms] unpack_linux: Starting due to {} [ ] [ +63 ms] unpack_linux: Complete [ ] [ +471 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +55 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +2 ms] dart_build: Complete [ ] [ +2 ms] install_code_assets: Starting due to {} [ ] [ +10 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/0530383dfa16485a16cae9b31034f01d/native_assets.json. [ ] [ +3 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/0530383dfa16485a16cae9b31034f01d/native_assets.json done. [ ] [ +1 ms] install_code_assets: Complete [ ] [ +19 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/ [ ] [ ] 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +1 ms] 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/ [ ] [ +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/ [ ] [ +2 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/ [ ] [ +5 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/ [ ] [ +2 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/ [ ] [ +3 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/ [ ] [ +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/ [ ] [ +2 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ ] [ +2 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/ [ ] [ +2 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/ [ ] [ +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/ [ ] [ +1 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/ [ ] [ +6 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/ [ ] [ ] 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/ [ ] [ +5 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/ [ ] [ +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/ [ ] [ +27 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.hash=e1a5dbe456df865ed2820227190e49de698df940 -Dpili.name=1.1.5 -Dpili.code=4507 -Dpili.time=1765964513 -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/0530383dfa16485a16cae9b31034f01d/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/0530383dfa16485a16cae9b31034f01d/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 [ ] [+10943 ms] lib/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. [ ] [ +1 ms] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. [ ] [ ] ScrubbingOverlay(controller: controller), [ ] [ ] ^^^^^^^^^^ [ ] [+13258 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 25,199ms. [ ] [ +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. [ +3 ms] Building Linux application... (completed in 29.9s) [ ] "flutter linux" took 32,112ms. [ +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 |
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released. Fixes CI build errors by correcting import statements and data access in the scrubbing overlay.
|
❌ 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 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/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. ScrubbingOverlay(controller: controller), ^^^^^^^^^^ Target kernel_snapshot_program failed: ExceptionFAILURE: Build failed with an exception.
BUILD FAILED in 1m 15s |
|
❌ CI Check 失败 (Build Linux) 点击展开错误详情``` [ +271 ms] executing: uname -m [ +4 ms] Exit code 0 from: uname -m [ ] x86_64 [ +8 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. [ +29 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) sentry 9.8.0 (9.9.0 available) test_api 0.7.7 (0.7.8 available) uri_parser 3.0.0 (3.0.2 available) watcher 1.1.4 (1.2.0 available) Got dependencies! 10 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. [+2090 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +48 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/ [ ] 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/ [ +6 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/ [ +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/ [ +5 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/ [ +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/ [ ] 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/ [ +2 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/ [ +3 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/ [ ] 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/ [ +1 ms] Found plugin file_selector_windows at /home/runner/.pub-cache/hosted/pub.dev/file_selector_windows-0.9.3+5/ [ +2 ms] 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/ [ +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/ [ +1 ms] 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/ [ +1 ms] 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/ [ +4 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/ [ +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/ [ +2 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/ [ +4 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/ [ +133 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ +26 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/ [ +1 ms] 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/ [ +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/ [ +9 ms] Generating /home/runner/work/PiliPlus/PiliPlus/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +47 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 [+1777 ms] -- The CXX compiler identification is Clang 18.1.3 [ +30 ms] -- Detecting CXX compiler ABI info [ +117 ms] -- Detecting CXX compiler ABI info - done [ +13 ms] -- Check for working CXX compiler: /usr/bin/clang++ - skipped [ ] -- Detecting CXX compile features [ +1 ms] -- Detecting CXX compile features - done [ +132 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") [ ] -- Checking for module 'gtk+-3.0' [ +19 ms] -- Found gtk+-3.0, version 3.24.41 [ +187 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 [ +39 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... [ +706 ms] -- Downloaded archive to /home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release/mimalloc-2.1.2.tar.gz. [ +1 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 [ +70 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 [ +488 ms] -- Configuring done (3.7s) [ +78 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 [ +6 ms] ninja: Entering directory `/home/runner/work/PiliPlus/PiliPlus/build/linux/x64/release' [+3976 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 [ +67 ms] [2/39] Linking CXX shared library plugins/media_kit_native_event_loop/shared/libmedia_kit_native_event_loop.so [+7335 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 (0.6s) [ ] -- 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 [+15433 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_ [ +4 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=,cGlsaS5uYW1lPTEuMS41,cGlsaS5oYXNoPTEzYTU5NjkzNDQxYjUyZjgwMGMzZmFlYzkwY2NlMjk5YTY3MjU0YTk=,cGlsaS50aW1lPTE3NjU5NjUwMTM=,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 [ ] [ +41 ms] executing: uname -m [ ] [ +8 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +13 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. [ ] [ +11 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. [ ] [ +55 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. [ ] [ +22 ms] Initializing file store [ ] [ +44 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} [ ] [ +7 ms] unpack_linux: Starting due to {} [ ] [ +82 ms] unpack_linux: Complete [ ] [ +532 ms] Found plugin flutter_native_splash at /home/runner/.pub-cache/hosted/pub.dev/flutter_native_splash-2.4.7/ [ ] [ +63 ms] No packages with native assets. Skipping native assets compilation. [ ] [ +3 ms] dart_build: Complete [ ] [ +2 ms] install_code_assets: Starting due to {} [ ] [ +10 ms] Writing native assets json to file:///home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/510fec3bc0af9226b0d9d498b52abfd5/native_assets.json. [ ] [ +4 ms] Writing /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/510fec3bc0af9226b0d9d498b52abfd5/native_assets.json done. [ ] [ +1 ms] install_code_assets: Complete [ ] [ +19 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/ [ ] [ +6 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/ [ ] [ +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/ [ ] [ +1 ms] 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/ [ ] [ +6 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/ [ ] [ +2 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/ [ ] [ +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/ [ +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/ [ ] [ +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/ [ ] [ +5 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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +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/ [ ] [ +2 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/ [ ] [ +2 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/ [ ] [ +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/ [ ] [ ] 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/ [ ] [ +8 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/ [ ] [ +5 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/ [ ] [ +1 ms] Found plugin flutter_mailer at /home/runner/.pub-cache/hosted/pub.dev/flutter_mailer-3.0.1/ [ ] [ +4 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/ [ ] [ +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/ [ ] [ ] Found plugin gtk at /home/runner/.pub-cache/hosted/pub.dev/gtk-2.1.0/ [ ] [ +22 ms] gen_dart_plugin_registrant: Complete [ ] [ +2 ms] kernel_snapshot_program: Starting due to {} [ +2 ms] [ +18 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.name=1.1.5 -Dpili.hash=13a59693441b52f800c3faec90cce299a67254a9 -Dpili.time=1765965013 -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/510fec3bc0af9226b0d9d498b52abfd5/app.dill --depfile /home/runner/work/PiliPlus/PiliPlus/.dart_tool/flutter_build/510fec3bc0af9226b0d9d498b52abfd5/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 [ ] [+11801 ms] lib/plugin/pl_player/view.dart:1666:48: Error: The getter 'controller' isn't defined for the type '_PLVideoPlayerState'. [ ] [ +2 ms] - '_PLVideoPlayerState' is from 'package:PiliPlus/plugin/pl_player/view.dart' ('lib/plugin/pl_player/view.dart'). [ ] [ ] Try correcting the name to the name of an existing getter, or defining a getter or field named 'controller'. [ ] [ ] ScrubbingOverlay(controller: controller), [ ] [ ] ^^^^^^^^^^ [ ] [+13494 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 26,394ms. [ ] [ +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. [ +5 ms] Building Linux application... (completed in 30.7s) [ ] "flutter linux" took 33,305ms. [ +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 |
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad. - Pauses the video on long-press and displays a scrubbing overlay with a progress bar and thumbnail. - Accelerates scrubbing speed as the D-pad is held down. - Resumes playback automatically after the D-pad is released. Fixes CI build errors by correcting import statements, data access in the scrubbing overlay, and restoring a missing getter.
Implements a variable-speed scrubbing feature for the Android TV application, triggered by a long-press on the D-pad.
Fixes #265
PR created automatically by Jules for task 13965612870070917599 started by @UcnacDx2