Open CharlzKlug opened 1 year ago
Install libayatana-appindicator3-dev instead
I think the system_tray
library should expose a method to check if the required dependencies is installed in the first place - or the method should throw an exception. A native crash is not ideal.
Install libayatana-appindicator3-dev instead
Thank you for response. I had removed appindicator3-0.1 libappindicator3-dev and installed libayatana-appindicator3-dev. After that I have rebuilt localsend, but nothing changed. The same error occurs.
@CharlzKlug Then run the build command with the -v (verbose) option to get a more descriptive breakpoint.
I might add that if you're using the snap version of flutter, then that is likely the problem due to certain incompatibilities, a manual install is necessary.
@CharlzKlug Then run the build command with the -v (verbose) option to get a more descriptive breakpoint.
I might add that if you're using the snap version of flutter, then that is likely the problem due to certain incompatibilities, a manual install is necessary.
user@pad ~/p/localsend (main)> flutter pub run build_runner build -d -v 10:24
[ +5 ms] Unable to locate an Android SDK.
[ +4 ms] executing: uname -m
[ +1 ms] Exit code 0 from: uname -m
[ ] x86_64
[ ] executing: [/home/user/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +12 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] executing: [/home/user/snap/flutter/common/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ +27 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] 3.7.12
[ +5 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] origin/stable
[ ] executing: [/home/user/snap/flutter/common/flutter/] git ls-remote --get-url origin
[ +2 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[+6089 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +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.
[ +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.
[ +20 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 '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 'FontSubsetArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ +41 ms] executing: /home/user/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --color run build_runner build -d -v
[INFO] Entrypoint:Generating build script...
[INFO] Entrypoint:Generating build script completed, took 262ms
FlutterGen v5.2.0 Loading ... pubspec.yaml
[INFO] BuildDefinition:Initializing inputs
[INFO] BuildDefinition:Reading cached asset graph...
[INFO] BuildDefinition:Reading cached asset graph completed, took 108ms
[INFO] BuildDefinition:Checking for updates since last build...
[INFO] BuildDefinition:Checking for updates since last build completed, took 677ms
[INFO] Build:Running build...
[INFO] Build:Running build completed, took 19ms
[INFO] Build:Caching finalized dependency graph...
[INFO] Build:Caching finalized dependency graph completed, took 62ms
[INFO] Build:Succeeded after 89ms with 0 outputs (0 actions)
[+2572 ms] "flutter run" took 2 644ms.
[ +79 ms] ensureAnalyticsSent: 77ms
[ ] Running 0 shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 0
And
user@pad ~/p/localsend (main)> flutter build linux -v 10:24
[ +5 ms] Unable to locate an Android SDK.
[ +5 ms] executing: uname -m
[ +1 ms] Exit code 0 from: uname -m
[ ] x86_64
[ ] executing: [/home/user/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +1 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] executing: [/home/user/snap/flutter/common/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ +8 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] 3.7.12
[ +5 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] origin/stable
[ ] executing: [/home/user/snap/flutter/common/flutter/] git ls-remote --get-url origin
[ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +11 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +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.
[ +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.
[ +22 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 '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.
[ +1 ms] 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.
[ +49 ms] Skipping pub get: version match.
[ +15 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +21 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +11 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ +2 ms] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ +1 ms] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ +8 ms] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ +4 ms] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +7 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +7 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ +2 ms] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ +1 ms] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ +1 ms] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ +1 ms] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ +1 ms] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ +1 ms] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +9 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +5 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +2 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +2 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +31 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +4 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +2 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ +1 ms] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ +1 ms] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ +1 ms] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +3 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +2 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +2 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +2 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +1 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +1 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +13 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +6 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +2 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ ] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ ] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ ] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +1 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +2 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +1 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +2 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +1 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ ] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +39 ms] Generating /home/user/projects/localsend/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +43 ms] 💪 Building with sound null safety 💪
[ +5 ms] Building Linux application...
[ +8 ms] executing: [build/linux/x64/release/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/user/projects/localsend/linux
[ +231 ms] -- Configuring done
[ +48 ms] -- Generating done
[ ] -- Build files have been written to: /home/user/projects/localsend/build/linux/x64/release
[ +28 ms] executing: ninja -C build/linux/x64/release install
[ +3 ms] ninja: Entering directory `build/linux/x64/release'
[+1563 ms] [1/19] Generating /home/user/projects/localsend/linux/flutter/ephemeral/libflutter_linux_gtk.so,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_response.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_view.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_
[ +2 ms] [ +4 ms] Unable to locate an Android SDK.
[ ] [ +5 ms] executing: uname -m
[ ] [ +1 ms] Exit code 0 from: uname -m
[ ] [ ] x86_64
[ ] [ ] executing: [/home/user/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ +1 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ ] executing: [/home/user/snap/flutter/common/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ +9 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ ] 3.7.12
[ ] [ +7 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[ ] [ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ ] [ +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 '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.
[ ] [ +51 ms] executing: [/home/user/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] [ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] [ ] origin/stable
[ ] [ ] executing: [/home/user/snap/flutter/common/flutter/] git ls-remote --get-url origin
[ ] [ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] [ ] https://github.com/flutter/flutter.git
[ ] [ ] 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 '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 'FontSubsetArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ ] [ +23 ms] Initializing file store
[ ] [ +10 ms] Done initializing file store
[ ] [ +41 ms] Skipping target: gen_localizations
[ ] [ +9 ms] Skipping target: gen_dart_plugin_registrant
[ ] [ +142 ms] Skipping target: unpack_linux
[ ] [ +418 ms] Skipping target: kernel_snapshot
[ ] [ +51 ms] Skipping target: aot_elf_release
[ ] [ +49 ms] Skipping target: linux_aot_bundle
[ ] [ +1 ms] invalidated build due to missing files: /home/user/projects/localsend/DOES_NOT_EXIST_RERUN_FOR_WILDCARD110577455
[ ] [ +45 ms] release_bundle_linux-x64_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing:
/home/user/projects/localsend/DOES_NOT_EXIST_RERUN_FOR_WILDCARD110577455}
[ ] [ +126 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ ] [ +5 ms] shaderc command: [/home/user/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr,
--sl=/home/user/projects/localsend/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/user/projects/localsend/build/flutter_assets/shaders/ink_sparkle.frag.spirv,
--input=/home/user/snap/flutter/common/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --remap-samplers,
--include=/home/user/snap/flutter/common/flutter/packages/flutter/lib/src/material/shaders, --include=/home/user/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib]
[ ] [ +145 ms] release_bundle_linux-x64_assets: Complete
[ ] [ +11 ms] Persisting file store
[ ] [ +7 ms] Done persisting file store
[ ] [ +7 ms] build succeeded.
[ ] [ +6 ms] "flutter assemble" took 1 167ms.
[ ] [ +78 ms] ensureAnalyticsSent: 76ms
[ ] [ ] Running 0 shutdown hooks
[ ] [ ] Shutdown hooks complete
[ ] [ ] exiting with code 0
[ +881 ms] [2/5] Building CXX object CMakeFiles/localsend_app.dir/flutter/generated_plugin_registrant.cc.o
[ +4 ms] [3/5] Building CXX object CMakeFiles/localsend_app.dir/my_application.cc.o
[ +214 ms] [4/5] Linking CXX executable intermediates_do_not_run/localsend_app
[ ] [4/5] Install the project...
[ +4 ms] -- Install configuration: "Release"
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/localsend_app
[ ] -- Set runtime path of "/home/user/projects/localsend/build/linux/x64/release/bundle/localsend_app" to "$ORIGIN/lib"
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/icudtl.dat
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libflutter_linux_gtk.so
[ +6 ms] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libdesktop_drop_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libscreen_retriever_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libsystem_tray_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/liburl_launcher_linux_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libwindow_manager_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/FontManifest.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/NOTICES.Z
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/AssetManifest.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/version.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/fonts
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/shaders
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/shaders/ink_sparkle.frag
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/CHANGELOG.md
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/img
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/img/logo-32-black-white.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/img/logo-32.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/img/logo-512.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/img/logo-32.ico
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/web
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/web/error-403.html
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/web/index.html
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/assets/web/main.js
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/wakelock_web
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/wakelock_web/assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/wakelock_web/assets/no_sleep.js
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager/images
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_minimize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_maximize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_unmaximize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_close.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/release/bundle/lib/libapp.so
[ +11 ms] Building Linux application... (completed in 3,0s)
[ ] "flutter linux" took 3 441ms.
[ +27 ms] ensureAnalyticsSent: 25ms
[ ] Running 0 shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 0
@CharlzKlug Then run the build command with the -v (verbose) option to get a more descriptive breakpoint.
I might add that if you're using the snap version of flutter, then that is likely the problem due to certain incompatibilities, a manual install is necessary.
I have installed flutter manually (https://docs.flutter.dev/get-started/install/linux). But got the same error.
I meant to ask for the flutter run -v
command, sorry for the lack of clarity. Your build process seems fine, but when you try to boot the program some form of memory violation is going on.
I would also like to know if the Flatpak version is working out of the box on your system.
I meant to ask for the
flutter run -v
command, sorry for the lack of clarity. Your build process seems fine, but when you try to boot the program some form of memory violation is going on.
user@pad ~/p/localsend (main)> flutter run -v 12:51
[ +5 ms] Unable to locate an Android SDK.
[ +4 ms] executing: uname -m
[ +1 ms] Exit code 0 from: uname -m
[ ] x86_64
[ ] executing: [/home/user/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +4 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] executing: [/home/user/development/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ +28 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] 3.7.12
[ +6 ms] executing: [/home/user/development/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] origin/stable
[ ] executing: [/home/user/development/flutter/] git ls-remote --get-url origin
[ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ +11 ms] executing: [/home/user/development/flutter/] git rev-parse --abbrev-ref HEAD
[ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +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.
[ +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.
[ +41 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 '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.
[ +48 ms] Skipping pub get: version match.
[ +15 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +22 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +14 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ +1 ms] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ +1 ms] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ +10 ms] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ +6 ms] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +18 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ +1 ms] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ +1 ms] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ +1 ms] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ +1 ms] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +12 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ +2 ms] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ +2 ms] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ +1 ms] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ +1 ms] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ +5 ms] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ +1 ms] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ +1 ms] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ +1 ms] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +7 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +6 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +2 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +3 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +31 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +5 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +4 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ ] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ +1 ms] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ +1 ms] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +2 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +3 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +2 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +3 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +1 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +1 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +14 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +3 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +1 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ ] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ ] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ ] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +3 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +3 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +1 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +2 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ +2 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +1 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +42 ms] Generating /home/user/projects/localsend/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +58 ms] Initializing file store
[ +4 ms] Skipping target: gen_localizations
[ +1 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
/home/user/projects/localsend/.dart_tool/package_config_subset}
[ +6 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ +3 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ +2 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ ] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ ] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ ] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ +1 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ +1 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ +1 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ +1 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ ] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ +1 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ +4 ms] gen_dart_plugin_registrant: Complete
[ ] _composite: Starting due to {}
[ ] _composite: Complete
[ +1 ms] complete
[ +3 ms] Launching lib/main.dart on Linux in debug mode...
[ +2 ms] /home/user/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/user/development/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot
--sdk-root /home/user/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata
-DFLUTTER_WEB_AUTO_DETECT=true --output-dill /tmp/flutter_tools.OGXGSD/flutter_tool.SUGWKN/app.dill --packages /home/user/projects/localsend/.dart_tool/package_config.json
-Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --source file:///home/user/projects/localsend/.dart_tool/flutter_build/dart_plugin_registrant.dart --source
package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///home/user/projects/localsend/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error
--enable-experiment=alternative-invalidation-strategy
[ +15 ms] Building Linux application...
[ +12 ms] <- compile package:localsend_app/main.dart
[ +3 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/user/projects/localsend/linux
[ +231 ms] -- The CXX compiler identification is Clang 10.0.0
[ +8 ms] -- Check for working CXX compiler: /usr/bin/clang++
[ +30 ms] -- Check for working CXX compiler: /usr/bin/clang++ -- works
[ ] -- Detecting CXX compiler ABI info
[ +27 ms] -- Detecting CXX compiler ABI info - done
[ +4 ms] -- Detecting CXX compile features
[ ] -- Detecting CXX compile features - done
[ +3 ms] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
[ ] -- Checking for module 'gtk+-3.0'
[ +17 ms] -- Found gtk+-3.0, version 3.24.20
[ +43 ms] -- Checking for module 'glib-2.0'
[ +6 ms] -- Found glib-2.0, version 2.64.6
[ +15 ms] -- Checking for module 'gio-2.0'
[ +6 ms] -- Found gio-2.0, version 2.64.6
[ +35 ms] -- Checking for module 'ayatana-appindicator3-0.1'
[ +8 ms] -- Found ayatana-appindicator3-0.1, version 0.5.4
[ +38 ms] -- Configuring done
[ +6 ms] -- Generating done
[ ] -- Build files have been written to: /home/user/projects/localsend/build/linux/x64/debug
[ +4 ms] executing: ninja -C build/linux/x64/debug install
[ +3 ms] ninja: Entering directory `build/linux/x64/debug'
[+13157 ms] [1/21] Generating /home/user/projects/localsend/linux/flutter/ephemeral/libflutter_linux_gtk.so,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_method_response.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/fl_view.h,
/home/user/projects/localsend/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_
[ +3 ms] [ +5 ms] Unable to locate an Android SDK.
[ ] [ +8 ms] executing: uname -m
[ ] [ +2 ms] Exit code 0 from: uname -m
[ ] [ ] x86_64
[ ] [ ] executing: [/home/user/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ +2 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ ] executing: [/home/user/development/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ +11 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf
[ ] [ ] 3.7.12
[ ] [ +11 ms] executing: [/home/user/development/flutter/] git rev-parse --abbrev-ref HEAD
[ ] [ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] [ ] stable
[ ] [ +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.
[ ] [ +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.
[ ] [ +53 ms] executing: [/home/user/development/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] [ +1 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[ ] [ ] origin/stable
[ ] [ ] executing: [/home/user/development/flutter/] git ls-remote --get-url origin
[ ] [ +1 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] [ ] https://github.com/flutter/flutter.git
[ ] [ ] 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 '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 'FontSubsetArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[ ] [ +25 ms] Initializing file store
[ ] [ +10 ms] Skipping target: gen_localizations
[ ] [ +9 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
/home/user/projects/localsend/.dart_tool/package_config_subset}
[ ] [ +3 ms] unpack_linux: Starting due to {}
[ ] [ +52 ms] unpack_linux: Complete
[ ] [ +340 ms] Found plugin tray_manager at /home/user/.pub-cache/git/tray_manager-b37f5e088e0f02c45a684ae41e9d2da2d5c596db/
[ ] [ +14 ms] Found plugin connectivity_plus at /home/user/.pub-cache/hosted/pub.dev/connectivity_plus-3.0.3/
[ ] [ +6 ms] Found plugin desktop_drop at /home/user/.pub-cache/hosted/pub.dev/desktop_drop-0.4.1/
[ ] [ +1 ms] Found plugin device_apps at /home/user/.pub-cache/hosted/pub.dev/device_apps-2.2.0/
[ ] [ +1 ms] Found plugin device_info_plus at /home/user/.pub-cache/hosted/pub.dev/device_info_plus-8.1.0/
[ ] [ +3 ms] Found plugin file_picker at /home/user/.pub-cache/hosted/pub.dev/file_picker-5.2.9/
[ ] [ +4 ms] Found plugin flutter_plugin_android_lifecycle at /home/user/.pub-cache/hosted/pub.dev/flutter_plugin_android_lifecycle-2.0.9/
[ ] [ +7 ms] Found plugin image_gallery_saver at /home/user/.pub-cache/hosted/pub.dev/image_gallery_saver-1.7.1/
[ ] [ ] Found plugin image_picker at /home/user/.pub-cache/hosted/pub.dev/image_picker-0.8.7+2/
[ ] [ ] Found plugin image_picker_android at /home/user/.pub-cache/hosted/pub.dev/image_picker_android-0.8.6+6/
[ ] [ ] Found plugin image_picker_for_web at /home/user/.pub-cache/hosted/pub.dev/image_picker_for_web-2.1.12/
[ ] [ ] Found plugin image_picker_ios at /home/user/.pub-cache/hosted/pub.dev/image_picker_ios-0.8.7+3/
[ ] [ +7 ms] Found plugin msix at /home/user/.pub-cache/hosted/pub.dev/msix-3.11.0/
[ ] [ +2 ms] Found plugin network_info_plus at /home/user/.pub-cache/hosted/pub.dev/network_info_plus-3.0.3/
[ ] [ +1 ms] Found plugin open_filex at /home/user/.pub-cache/hosted/pub.dev/open_filex-4.3.2/
[ ] [ +1 ms] Found plugin package_info_plus at /home/user/.pub-cache/hosted/pub.dev/package_info_plus-3.1.0/
[ ] [ +1 ms] Found plugin path_provider at /home/user/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[ ] [ ] Found plugin path_provider_android at /home/user/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[ ] [ ] Found plugin path_provider_foundation at /home/user/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.2/
[ ] [ ] Found plugin path_provider_linux at /home/user/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[ ] [ ] Found plugin path_provider_windows at /home/user/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[ ] [ ] Found plugin permission_handler at /home/user/.pub-cache/hosted/pub.dev/permission_handler-10.2.0/
[ ] [ ] Found plugin permission_handler_android at /home/user/.pub-cache/hosted/pub.dev/permission_handler_android-10.2.0/
[ ] [ ] Found plugin permission_handler_apple at /home/user/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.8/
[ ] [ ] Found plugin permission_handler_windows at /home/user/.pub-cache/hosted/pub.dev/permission_handler_windows-0.1.2/
[ ] [ ] Found plugin photo_manager at /home/user/.pub-cache/hosted/pub.dev/photo_manager-2.6.0/
[ ] [ +5 ms] Found plugin screen_retriever at /home/user/.pub-cache/hosted/pub.dev/screen_retriever-0.1.6/
[ ] [ ] Found plugin share_handler at /home/user/.pub-cache/hosted/pub.dev/share_handler-0.0.16/
[ ] [ ] Found plugin share_handler_android at /home/user/.pub-cache/hosted/pub.dev/share_handler_android-0.0.6/
[ ] [ ] Found plugin share_handler_ios at /home/user/.pub-cache/hosted/pub.dev/share_handler_ios-0.0.9/
[ ] [ +1 ms] Found plugin shared_preferences at /home/user/.pub-cache/hosted/pub.dev/shared_preferences-2.1.0/
[ ] [ ] Found plugin shared_preferences_android at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_android-2.1.1/
[ ] [ ] Found plugin shared_preferences_foundation at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_foundation-2.2.1/
[ ] [ ] Found plugin shared_preferences_linux at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_linux-2.2.0/
[ ] [ ] Found plugin shared_preferences_web at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_web-2.1.0/
[ ] [ ] Found plugin shared_preferences_windows at /home/user/.pub-cache/hosted/pub.dev/shared_preferences_windows-2.2.0/
[ ] [ +5 ms] Found plugin system_settings at /home/user/.pub-cache/hosted/pub.dev/system_settings-2.1.0/
[ ] [ ] Found plugin system_tray at /home/user/.pub-cache/hosted/pub.dev/system_tray-2.0.3/
[ ] [ +2 ms] Found plugin url_launcher at /home/user/.pub-cache/hosted/pub.dev/url_launcher-6.1.10/
[ ] [ ] Found plugin url_launcher_android at /home/user/.pub-cache/hosted/pub.dev/url_launcher_android-6.0.27/
[ ] [ ] Found plugin url_launcher_ios at /home/user/.pub-cache/hosted/pub.dev/url_launcher_ios-6.1.4/
[ ] [ ] Found plugin url_launcher_linux at /home/user/.pub-cache/hosted/pub.dev/url_launcher_linux-3.0.4/
[ ] [ ] Found plugin url_launcher_macos at /home/user/.pub-cache/hosted/pub.dev/url_launcher_macos-3.0.5/
[ ] [ ] Found plugin url_launcher_web at /home/user/.pub-cache/hosted/pub.dev/url_launcher_web-2.0.16/
[ ] [ ] Found plugin url_launcher_windows at /home/user/.pub-cache/hosted/pub.dev/url_launcher_windows-3.0.5/
[ ] [ +1 ms] Found plugin video_player at /home/user/.pub-cache/hosted/pub.dev/video_player-2.6.1/
[ ] [ ] Found plugin video_player_android at /home/user/.pub-cache/hosted/pub.dev/video_player_android-2.4.4/
[ ] [ ] Found plugin video_player_avfoundation at /home/user/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.4/
[ ] [ ] Found plugin video_player_web at /home/user/.pub-cache/hosted/pub.dev/video_player_web-2.0.16/
[ ] [ ] Found plugin wakelock at /home/user/.pub-cache/hosted/pub.dev/wakelock-0.6.2/
[ ] [ ] Found plugin wakelock_macos at /home/user/.pub-cache/hosted/pub.dev/wakelock_macos-0.4.0/
[ ] [ ] Found plugin wakelock_web at /home/user/.pub-cache/hosted/pub.dev/wakelock_web-0.4.0/
[ ] [ +2 ms] Found plugin window_manager at /home/user/.pub-cache/hosted/pub.dev/window_manager-0.3.2/
[ ] [ +14 ms] gen_dart_plugin_registrant: Complete
[ ] [ ] kernel_snapshot: Starting due to {}
[ +2 ms] [ +7 ms] /home/user/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/home/user/development/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/user/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/
--target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --packages
/home/user/projects/localsend/.dart_tool/package_config.json --output-dill /home/user/projects/localsend/.dart_tool/flutter_build/ade94e3645a0a0eeaa76d2110ebdf8ee/app.dill --depfile
/home/user/projects/localsend/.dart_tool/flutter_build/ade94e3645a0a0eeaa76d2110ebdf8ee/kernel_snapshot.d --incremental --initialize-from-dill
/home/user/projects/localsend/.dart_tool/flutter_build/ade94e3645a0a0eeaa76d2110ebdf8ee/app.dill --source
file:///home/user/projects/localsend/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart
-Dflutter.dart_plugin_registrant=file:///home/user/projects/localsend/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error package:localsend_app/main.dart
[ +1 ms] [+10917 ms] kernel_snapshot: Complete
[ ] [ +466 ms] debug_bundle_linux-x64_assets: Starting due to {}
[ ] [ +125 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ ] [ +4 ms] shaderc command: [/home/user/development/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr,
--sl=/home/user/projects/localsend/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/user/projects/localsend/build/flutter_assets/shaders/ink_sparkle.frag.spirv,
--input=/home/user/development/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --remap-samplers,
--include=/home/user/development/flutter/packages/flutter/lib/src/material/shaders, --include=/home/user/development/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib]
[ ] [ +138 ms] debug_bundle_linux-x64_assets: Complete
[ ] [ +499 ms] Persisting file store
[ ] [ +6 ms] Done persisting file store
[ ] [ +8 ms] build succeeded.
[ ] [ +5 ms] "flutter assemble" took 12 794ms.
[ ] [ +79 ms] ensureAnalyticsSent: 78ms
[ ] [ ] Running 0 shutdown hooks
[ ] [ ] Shutdown hooks complete
[ ] [ ] exiting with code 0
[ ] [2/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/errors.cc.o
[ +529 ms] [3/21] Building CXX object CMakeFiles/localsend_app.dir/main.cc.o
[ +3 ms] [4/21] Building CXX object CMakeFiles/localsend_app.dir/flutter/generated_plugin_registrant.cc.o
[ +4 ms] [5/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/app_window.cc.o
[ +12 ms] [6/21] Building CXX object plugins/screen_retriever/CMakeFiles/screen_retriever_plugin.dir/screen_retriever_plugin.cc.o
[ +1 ms] [7/21] Building CXX object plugins/url_launcher_linux/CMakeFiles/url_launcher_linux_plugin.dir/url_launcher_plugin.cc.o
[ +67 ms] [8/21] Building CXX object CMakeFiles/localsend_app.dir/my_application.cc.o
[ +20 ms] [9/21] Building CXX object plugins/window_manager/CMakeFiles/window_manager_plugin.dir/window_manager_plugin.cc.o
[ +19 ms] [10/21] Linking CXX shared library plugins/url_launcher_linux/liburl_launcher_linux_plugin.so
[ +8 ms] [11/21] Linking CXX shared library plugins/screen_retriever/libscreen_retriever_plugin.so
[ +28 ms] [12/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/menu.cc.o
[ +41 ms] [13/21] Linking CXX shared library plugins/window_manager/libwindow_manager_plugin.so
[ +8 ms] [14/21] Building CXX object plugins/desktop_drop/CMakeFiles/desktop_drop_plugin.dir/desktop_drop_plugin.cc.o
[ +19 ms] [15/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/tray.cc.o
[ +31 ms] [16/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/system_tray_plugin.cc.o
[ +16 ms] [17/21] Linking CXX shared library plugins/desktop_drop/libdesktop_drop_plugin.so
[ +24 ms] [18/21] Building CXX object plugins/system_tray/CMakeFiles/system_tray_plugin.dir/menu_manager.cc.o
[ +76 ms] [19/21] Linking CXX shared library plugins/system_tray/libsystem_tray_plugin.so
[ +71 ms] [20/21] Linking CXX executable intermediates_do_not_run/localsend_app
[ ] [20/21] Install the project...
[ +4 ms] -- Install configuration: "Debug"
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/localsend_app
[ ] -- Set runtime path of "/home/user/projects/localsend/build/linux/x64/debug/bundle/localsend_app" to "$ORIGIN/lib"
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/icudtl.dat
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so
[ +17 ms] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/libdesktop_drop_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/libscreen_retriever_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/libsystem_tray_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/liburl_launcher_linux_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/lib/libwindow_manager_plugin.so
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/kernel_blob.bin
[ +33 ms] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/FontManifest.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/NOTICES.Z
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/AssetManifest.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/version.json
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/fonts
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/fonts/MaterialIcons-Regular.otf
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/shaders
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/shaders/ink_sparkle.frag
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/CHANGELOG.md
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/img
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/img/logo-32-black-white.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/img/logo-32.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/img/logo-512.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/img/logo-32.ico
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/web
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/web/error-403.html
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/web/index.html
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/assets/web/main.js
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_web
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_web/assets
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/wakelock_web/assets/no_sleep.js
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager/images
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_minimize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_maximize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_unmaximize.png
[ ] -- Installing: /home/user/projects/localsend/build/linux/x64/debug/bundle/data/flutter_assets/packages/window_manager/images/ic_chrome_close.png
[ +5 ms] Building Linux application... (completed in 14,7s)
[ +66 ms] ** (localsend_app:23713): CRITICAL **: 12:52:03.942: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ +1 ms] ** (localsend_app:23713): CRITICAL **: 12:52:03.942: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ ] ** (localsend_app:23713): CRITICAL **: 12:52:03.943: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ ] ** (localsend_app:23713): CRITICAL **: 12:52:03.943: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ ] ** (localsend_app:23713): CRITICAL **: 12:52:03.943: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ ] ** (localsend_app:23713): CRITICAL **: 12:52:03.944: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound: Запрашиваемая настройка не
найдена
[ +33 ms] Observatory URL on device: http://127.0.0.1:39489/3weN6kFANwU=/
[ +3 ms] Caching compiled dill
[ +46 ms] Connecting to service protocol: http://127.0.0.1:39489/3weN6kFANwU=/
[ +71 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:39489/3weN6kFANwU=/.
[ +53 ms] DDS is listening at http://127.0.0.1:43857/9qvqduWQzFo=/.
[ +35 ms] Successfully connected to service protocol: http://127.0.0.1:39489/3weN6kFANwU=/
[ +21 ms] DevFS: Creating new filesystem on the device (null)
[ +8 ms] DevFS: Created new filesystem on the device (file:///tmp/localsendETGKOL/localsend/)
[ +1 ms] Updating assets
[ +78 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[ +2 ms] Syncing files to device Linux...
[ +1 ms] Compiling dart to kernel with 0 updated files
[ ] Processing bundle.
[ +1 ms] <- recompile package:localsend_app/main.dart f55b053f-7898-4563-8f6b-7de3ab17d3c9
[ ] <- f55b053f-7898-4563-8f6b-7de3ab17d3c9
[ ] Bundle processing done.
[ +3 ms] method call InitSystemTray
[ ] method call CreateContextMenu
[ ] value_to_menu_item type:label, label:Открыть
[ ] value_to_menu_item type:label, label:Выход из LocalSend
[ ] method call SetContextMenu
[ +101 ms] Service protocol connection closed.
[ ] Lost connection to device.
[ +68 ms] Updating files.
[ ] DevFS: Sync finished
[ ] Syncing files to device Linux... (completed in 179ms)
[ ] Synced 0.0MB.
[ ] <- accept
I would also like to know if the Flatpak version is working out of the box on your system.
I use Ubuntu 20.04.5 LTS, and there is no Flatpak out of the box.
Describe the bug
I tried to build from sources localsend. Everything was done like in the description. But, when I try to run localsend I got
To reproduce
git clone --depth=1 https://github.com/localsend/localsend.git
cd localsend/
flutter pub get
sudo apt-get install appindicator3-0.1 libappindicator3-dev
flutter pub run build_runner build -d
flutter build linux
./build/linux/x64/release/bundle/localsend_app
Expected behavior
Running program
Screenshots
No response
Desktop (please complete the following information)
Smartphone (please complete the following information)
No response
Additional context
No response