flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

Build Windows Error

Open qzl1075991 opened this issue 1 year ago • 38 comments

Is there an existing issue for this?

The question

I created a flutter demo and then added "flutter_quill: ^9.2.5" to the pubspec.yaml file. Finally i build the demo wiht "flutter build windows" and the following error occurs: image

Has anyone encountered the same issue as me? How should it be resolved?

my futter info: image

qzl1075991 avatar Jan 24 '24 05:01 qzl1075991

Can you try uninstall rust if you have it installed?

EchoEllet avatar Jan 24 '24 09:01 EchoEllet

Can you post verbose logs (flutter build -d windows -v). Unfortunately the Flutter tool eats big part of the message.

knopp avatar Jan 24 '24 09:01 knopp

Can you post verbose logs (flutter build -d windows -v). Unfortunately the Flutter tool eats big part of the message.

thanks for reply, follow is build log:

PS D:\project\flutterDemo\demo3> flutter build windows -v [ +199 ms] Unable to locate an Android SDK. [ +77 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +2 ms] Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! [ +36 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ +6 ms] 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. [ +3 ms] 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. [ +40 ms] Found plugin device_info_plus at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\device_info_plus-9.1.1
[ +16 ms] Found plugin flutter_keyboard_visibility at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility-6.0.0
[ +2 ms] Found plugin flutter_keyboard_visibility_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_linux-1.0.0
[ +2 ms] Found plugin flutter_keyboard_visibility_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_macos-1.0.0
[ +5 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_web-2.0.0
[ +2 ms] Found plugin flutter_keyboard_visibility_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_windows-1.0.0
[ +9 ms] Found plugin irondash_engine_context at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\irondash_engine_context-0.5.1
[ +24 ms] Found plugin super_native_extensions at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\super_native_extensions-0.8.4
[ +6 ms] Found plugin url_launcher at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher-6.2.4
[ +3 ms] Found plugin url_launcher_android at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_android-6.2.2
[ +2 ms] Found plugin url_launcher_ios at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_ios-6.2.4
[ +2 ms] Found plugin url_launcher_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_linux-3.1.1
[ +3 ms] Found plugin url_launcher_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_macos-3.1.0
[ +5 ms] Found plugin url_launcher_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_web-2.2.3
[ +3 ms] Found plugin url_launcher_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_windows-3.1.1
[ +50 ms] Found plugin device_info_plus at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\device_info_plus-9.1.1
[ +7 ms] Found plugin flutter_keyboard_visibility at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility-6.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_linux-1.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_macos-1.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_web-2.0.0
[ ] Found plugin flutter_keyboard_visibility_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_windows-1.0.0
[ +6 ms] Found plugin irondash_engine_context at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\irondash_engine_context-0.5.1
[ +15 ms] Found plugin super_native_extensions at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\super_native_extensions-0.8.4
[ +3 ms] Found plugin url_launcher at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher-6.2.4
[ +1 ms] Found plugin url_launcher_android at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_android-6.2.2
[ +1 ms] Found plugin url_launcher_ios at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_ios-6.2.4
[ +1 ms] Found plugin url_launcher_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_linux-3.1.1
[ +1 ms] Found plugin url_launcher_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_macos-3.1.0
[ +1 ms] Found plugin url_launcher_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_web-2.2.3
[ +1 ms] Found plugin url_launcher_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_windows-3.1.1
[ +33 ms] Found plugin device_info_plus at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\device_info_plus-9.1.1
[ +7 ms] Found plugin flutter_keyboard_visibility at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility-6.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_linux-1.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_macos-1.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_web-2.0.0
[ +1 ms] Found plugin flutter_keyboard_visibility_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_windows-1.0.0
[ +7 ms] Found plugin irondash_engine_context at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\irondash_engine_context-0.5.1
[ +13 ms] Found plugin super_native_extensions at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\super_native_extensions-0.8.4
[ +3 ms] Found plugin url_launcher at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher-6.2.4
[ +1 ms] Found plugin url_launcher_android at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_android-6.2.2
[ +1 ms] Found plugin url_launcher_ios at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_ios-6.2.4
[ +1 ms] Found plugin url_launcher_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_linux-3.1.1
[ +1 ms] Found plugin url_launcher_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_macos-3.1.0
[ +1 ms] Found plugin url_launcher_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_web-2.2.3
[ +1 ms] Found plugin url_launcher_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_windows-3.1.1
[ +86 ms] Generating D:\project\flutterDemo\demo3\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java [ +128 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project [ +120 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project [ +1 ms] [ { "instanceId": "20cae144", "installDate": "2024-01-23T11:54:57Z", "installationName": "VisualStudio/17.8.5+34511.84", "installationPath": "C:\Program Files\Microsoft Visual Studio\2022\Community", "installationVersion": "17.8.34511.84", "productId": "Microsoft.VisualStudio.Product.Community", "productPath": "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe", "state": 4294967295, "isComplete": true, "isLaunchable": true, "isPrerelease": false, "isRebootRequired": false, "displayName": "Visual Studio Community 2022", "description": "功能强大的 IDE,供学生、开放源代码参与者和个人免费使用", "channelId": "VisualStudio.17.Release", "channelUri": "https://aka.ms/vs/17/release/channel", "enginePath": "C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service", "installedChannelId": "VisualStudio.17.Release", "installedChannelUri": "https://aka.ms/vs/17/release/channel", "releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.8#17.8.5", "resolvedInstallationPath": "C:\Program Files\Microsoft Visual Studio\2022\Community", "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288", "updateDate": "2024-01-23T11:54:57.15543Z", "catalog": { "buildBranch": "d17.8", "buildVersion": "17.8.34511.84", "id": "VisualStudio/17.8.5+34511.84", "localBuild": "build-lab", "manifestName": "VisualStudio", "manifestType": "installer", "productDisplayVersion": "17.8.5", "productLine": "Dev17", "productLineVersion": "2022", "productMilestone": "RTW", "productMilestoneIsPreRelease": "False", "productName": "Visual Studio", "productPatchVersion": "5", "productPreReleaseMilestoneSuffix": "1.0", "productSemanticVersion": "17.8.5+34511.84", "requiredEngineVersion": "3.8.2122.37638" }, "properties": { "campaignId": "2030:d5f60ba6812c4079941a86a9600adc9d", "channelManifestId": "VisualStudio.17.Release/17.8.5+34511.84", "nickname": "", "setupEngineFilePath": "C:\Program Files (x86)\Microsoft Visual Studio\Installer\setup.exe" } } ] [ +7 ms] Building Windows application... [ +11 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S D:\project\flutterDemo\demo3\windows -B build\windows\x64 -G Visual Studio 17 2022 -A x64 -DFLUTTER_TARGET_PLATFORM=windows-x64 [+1706 ms] -- The CXX compiler identification is MSVC 19.38.33134.0 [ +175 ms] -- Detecting CXX compiler ABI info [ +673 ms] -- Detecting CXX compiler ABI info - done [ +20 ms] -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped [ +8 ms] -- Detecting CXX compile features [ +8 ms] -- Detecting CXX compile features - done [ +926 ms] -- Configuring done (3.5s) [ +93 ms] -- Generating done (0.1s) [ +20 ms] -- Build files have been written to: D:/project/flutterDemo/demo3/build/windows/x64 [ +8 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows\x64 --config Release --target INSTALL --verbose [ +73 ms] Change Dir: 'D:/project/flutterDemo/demo3/build/windows/x64' [ +7 ms] Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe" INSTALL.vcxproj /p:Configuration=Release /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n [ +49 ms] ������ .NET Framework MSBuild �汾 17.8.5+b5265ef37 [ +33 ms] ��������ʱ��Ϊ 2024/1/24 22:36:52�� [ +169 ms] �ڵ� 1 �ϵ���Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\INSTALL.vcxproj��(Ĭ��Ŀ��)�� [ +1 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\INSTALL.vcxproj��(1)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\ZERO_CHE CK.vcxproj��(2) (Ĭ��Ŀ��)�� [ +1 ms] PrepareForBuild: [ ] ���ڴ���Ŀ¼��x64\Release\ZERO_CHECK\���� [ +4 ms] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\���� [ +1 ms] InitializeBuildStatus: [ ] ���ڴ�����x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild��ִ�� Touch ���� [ +91 ms] CustomBuild: [ ] 1>Checking Build System [ +65 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\ZERO_CHECK.vcxproj��(Ĭ��Ŀ��)�IJ����� [ +55 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\INSTALL.vcxproj��(1)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\ALL_BUIL D.vcxproj��(3) (Ĭ��Ŀ��)�� [ ] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\ALL_BUILD.vcxproj��(3)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4) (Ĭ��Ŀ��)�� [ +1 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_assemble.vcxproj��(5) (Ĭ��Ŀ��)�� [ +1 ms] PrepareForBuild: [ ] ���ڴ���Ŀ¼��x64\Release\flutter_assemble\���� [ ] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��x64\Release\flutter_assemble\flutter_assemble.tlog\���� [ ] InitializeBuildStatus: [ ] ���ڴ�����x64\Release\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�x64\Release\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild��ִ�� Touch ���� [ ] ComputeCustomBuildOutput: [ ] ���ڴ���Ŀ¼��D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\���� [ +1 ms] CustomBuild: [ ] ����D:\project\flutterDemo\demo3\build\windows\x64\CMakeFiles\4aaa7e7f6101a03162c4c81fbe6883c0\flutter_assemble.rule���������������ɡ�D:\project\flutte rDemo\demo3\build\wi ndows\x64\CMakeFiles\cb4e4303fb5172d050e273c2b9ad6a5c\flutter_windows.dll.rule���������������ġ�D:\PROJECT\FLUTTERDEMO\DEMO3\WINDOWS\FLUTTER\EPHEMERAL\FLUT TER_WINDOWS.DLL� ����޷������������ [ +35 ms] Generating D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_windows.dll, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_export.h, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_windows.h, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_messenger.h, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_plugin_registrar.h, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/flutter_texture_registrar.h, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc, D:/project/flutterDemo/demo3/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, phony [ +785 ms] [ +338 ms] Unable to locate an Android SDK. [ +8 ms] [ +22 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 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +3 ms] [ +3 ms] Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! [ +76 ms] [ +78 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ +1 ms] 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. [ +75 ms] [ +79 ms] Initializing file store [ +24 ms] [ +24 ms] native_assets: Starting due to {} [ +1 ms] [ +2 ms] Skipping target: gen_localizations [ +12 ms] [ +12 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: D:\project\flutterDemo\demo3.dart_tool\package_config_subset} [ +4 ms] [ +4 ms] unpack_windows: Starting due to {} [ +492 ms] [ +492 ms] unpack_windows: Complete [+2823 ms] [+2823 ms] Found plugin device_info_plus at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\device_info_plus-9.1.1
[ +43 ms] [ +43 ms] Found plugin flutter_keyboard_visibility at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility-6.0.0
[ +1 ms] [ +1 ms] Writing native_assets.yaml. [ +12 ms] [ +12 ms] Found plugin flutter_keyboard_visibility_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_linux-1.0.0
[ +2 ms] [ +3 ms] Found plugin flutter_keyboard_visibility_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_macos-1.0.0
[ ] [ ] Writing D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\native_assets.yaml done. [ ] [ +1 ms] native_assets: Complete [ +18 ms] [ +18 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_web-2.0.0
[ +2 ms] [ +2 ms] Found plugin flutter_keyboard_visibility_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\flutter_keyboard_visibility_windows-1.0.0
[ +11 ms] [ +11 ms] Found plugin irondash_engine_context at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\irondash_engine_context-0.5.1
[ +27 ms] [ +27 ms] Found plugin super_native_extensions at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\super_native_extensions-0.8.4
[ +34 ms] [ +34 ms] Found plugin url_launcher at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher-6.2.4
[ +8 ms] [ +8 ms] Found plugin url_launcher_android at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_android-6.2.2
[ +1 ms] [ +1 ms] Found plugin url_launcher_ios at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_ios-6.2.4
[ +1 ms] [ +1 ms] Found plugin url_launcher_linux at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_linux-3.1.1
[ +1 ms] [ +1 ms] Found plugin url_launcher_macos at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_macos-3.1.0
[ +3 ms] [ +3 ms] Found plugin url_launcher_web at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_web-2.2.3
[ +1 ms] [ +1 ms] Found plugin url_launcher_windows at C:\Users\szqzl\AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\url_launcher_windows-3.1.1
[ +29 ms] [ +29 ms] gen_dart_plugin_registrant: Complete [ +9 ms] [ +9 ms] kernel_snapshot: Starting due to {} [ +2 ms] [ +2 ms] Embedding native assets mapping D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\native_assets.yaml in kernel. [ +6 ms] [ +6 ms] D:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev D:\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-[ +6 ms] [ +6 ms] D:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev D:\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk- rootD:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk_product/ --target=flutter --no-print-incremental-dependencies -Ddart.vm.profile=false -Ddart.vm.product=true --aot --tfa --target-os windows --packages D:\project\flutterDemo\demo3.dart_tool\package_config.json --output-dill D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\app.dill --depfile D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\kernel_snapshot.d --source file:///D:/project/flutterDemo/demo3/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///D:/project/flutterDemo/demo3/.dart_tool/flutter_build/dart_plugin_registrant.dart --native-assets D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\native_assets.yaml --verbosity=error package:demo3/main.dart [+15500 ms] [+15500 ms] kernel_snapshot: Complete [ +367 ms] [ +367 ms] aot_elf_release: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: D:\flutter\packages\flutter_tools\lib\src\build_system\targets\common.dart,D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\app. dill,D:\flutter\bin\internal\engine.version,D:\flutter\bin\internal\engine.version,D:\flutter\bin\internal\engine.version} [ +4 ms] [ +4 ms] targetingApplePlatform = false [ ] [ ] extractAppleDebugSymbols = true [ ] [ ] Will strip AOT snapshot during build. [ +2 ms] [ +1 ms] executing: D:\flutter\bin\cache\artifacts\engine\windows-x64-release\gen_snapshot --deterministic --snapshot_kind=app-aot-elf --elf=D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\app.so --strip D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\app.dill [+4786 ms] [+4787 ms] aot_elf_release: Complete [ +20 ms] [ +20 ms] windows_aot_bundle: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: D:\project\flutterDemo\demo3.dart_tool\flutter_build\b32d1d9ba1bd9c892484295b74436ea8\app.so} [ +3 ms] [ +3 ms] windows_aot_bundle: Complete [ +26 ms] [ +25 ms] release_bundle_windows_assets: Starting due to {} [ +326 ms] [ +326 ms] shaderc command: [D:\flutter\bin\cache\artifacts\engine\windows-x64\impellerc.exe, --sksl, --iplr, --sl=D:\project\flutterDemo\demo3\build\flutter_assets\shaders/ink_sparkle.frag, --spirv=D:\project\flutterDemo\demo3\build\flutter_assets\shaders/ink_sparkle.frag.spirv, --input=D:\flutter\packages\flutter\lib\src\material\shaders\ink_sparkle.frag, --input-type=frag, --include=D:\flutter\packages\flutter\lib\src\material\shaders, --include=D:\flutter\bin\cache\artifacts\engine\windows-x64\shader_lib] [ +239 ms] [ +239 ms] release_bundle_windows_assets: Complete [ +84 ms] [ +84 ms] Persisting file store [ +10 ms] [ +10 ms] Done persisting file store [ +9 ms] [ +9 ms] build succeeded. [ +10 ms] [ +10 ms] "flutter assemble" took 25,155ms. [ +242 ms] [ +242 ms] ensureAnalyticsSent: 238ms [ ] [ ] Running 0 shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 0 [ +54 ms] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/CMakeLists.txt [ +55 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���x64\Release\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�x64\Release\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_assemble.vcxproj��(Ĭ��Ŀ��)�IJ����� [ +18 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_wrapper_app.vcxproj��(6) (Ĭ��Ŀ��)�� [ +4 ms] PrepareForBuild: [ ] ���ڴ���Ŀ¼��flutter_wrapper_app.dir\Release\���� [ ] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\���� [ ] ���ڴ���Ŀ¼��flutter_wrapper_app.dir\Release\flutter_.E8D4D36D.tlog\���� [ ] InitializeBuildStatus: [ ] ���ڴ�����flutter_wrapper_app.dir\Release\flutter_.E8D4D36D.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�flutter_wrapper_app.dir\Release\flutter_.E8D4D36D.tlog\unsuccessfulbuild��ִ�� Touch ���� [ +29 ms] CustomBuild: [ ] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/CMakeLists.txt [ +80 ms] ClCompile: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\include /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D UNICODE /D UNICODE /D WIN32 /D WINDOWS /D NDEBUG /D HAS_EXCEPTIONS=0 /D UNICODE /D UNICODE /D "CMAKE_INTDIR="Release"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_app.dir\Release\" /Fd"D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_app.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc [ +62 ms] core_implementations.cc [ +546 ms] standard_codec.cc [ +920 ms] flutter_engine.cc [ +944 ms] flutter_view_controller.cc [ +896 ms] �������ɴ���... [ +766 ms] Lib: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_app.lib" /NOLOGO /MACHINE:X64 /machine:x64 flutter_wrapper_app.dir\Release\core_implementations.obj [ ] flutter_wrapper_app.dir\Release\standard_codec.obj [ ] flutter_wrapper_app.dir\Release\flutter_engine.obj [ ] flutter_wrapper_app.dir\Release\flutter_view_controller.obj [ +64 ms] flutter_wrapper_app.vcxproj -> D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_app.lib [ +10 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���flutter_wrapper_app.dir\Release\flutter.E8D4D36D.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�flutter_wrapper_app.dir\Release\flutter.E8D4D36D.tlog\flutter_wrapper_app.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_wrapper_app.vcxproj��(Ĭ��Ŀ��)�IJ����� [ +35 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\irondash_engine_context_plugin.vcxproj��(7) (Ĭ��Ŀ��)�� [ ] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\irondash_engine_context_plugin.vcxproj��(7)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_wrapper_plugin.vcxproj��(8) (Ĭ��Ŀ��)�� [ ] PrepareForBuild: [ ] ���ڴ���Ŀ¼��flutter_wrapper_plugin.dir\Release\���� [ +1 ms] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��flutter_wrapper_plugin.dir\Release\flutter.340A0F0C.tlog\���� [ +1 ms] InitializeBuildStatus: [ ] ���ڴ�����flutter_wrapper_plugin.dir\Release\flutter.340A0F0C.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�flutter_wrapper_plugin.dir\Release\flutter_.340A0F0C.tlog\unsuccessfulbuild��ִ�� Touch ���� [ +28 ms] CustomBuild: [ ] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/CMakeLists.txt [ +36 ms] ClCompile: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\include /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D NDEBUG /D HAS_EXCEPTIONS=0 /D UNICODE /D UNICODE /D "CMAKE_INTDIR="Release"" /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_plugin.dir\Release\" /Fd"D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_plugin.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc D:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc [ +38 ms] core_implementations.cc [ +524 ms] standard_codec.cc [ +896 ms] plugin_registrar.cc [ +502 ms] �������ɴ���... [ +722 ms] Lib: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\Lib.exe /OUT:"D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_plugin.lib" /NOLOGO /MACHINE:X64 /machine:x64 flutter_wrapper_plugin.dir\Release\core_implementations.obj [ ] flutter_wrapper_plugin.dir\Release\standard_codec.obj [ +1 ms] flutter_wrapper_plugin.dir\Release\plugin_registrar.obj [ +63 ms] flutter_wrapper_plugin.vcxproj -> D:\project\flutterDemo\demo3\build\windows\x64\flutter\Release\flutter_wrapper_plugin.lib [ +7 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���flutter_wrapper_plugin.dir\Release\flutter.340A0F0C.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�flutter_wrapper_plugin.dir\Release\flutter.340A0F0C.tlog\flutter_wrapper_plugin.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\flutter\flutter_wrapper_plugin.vcxproj��(Ĭ��Ŀ��)�IJ����� [ +2 ms] PrepareForBuild: [ ] ���ڴ���Ŀ¼��irondash_engine_context_plugin.dir\Release\���� [ +2 ms] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\Release\���� [ ] ���ڴ���Ŀ¼��irondash_engine_context_plugin.dir\Release\irondash.483A6A3A.tlog\���� [ ] InitializeBuildStatus: [ ] ���ڴ�����irondash_engine_context_plugin.dir\Release\irondash.483A6A3A.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�irondash_engine_context_plugin.dir\Release\irondash.483A6A3A.tlog\unsuccessfulbuild��ִ�� Touch ���� [ +32 ms] CustomBuild: [ ] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/ephemeral/.plugin_symlinks/irondash_engine_context/windows/CMakeLists.txt [ +35 ms] ClCompile: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\include /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D NDEBUG /D _HAS_EXCEPTIONS=0 /D FLUTTER_PLUGIN_IMPL /D UNICODE /D _UNICODE /D "CMAKE_INTDIR="Release"" /D irondash_engine_context_plugin_EXPORTS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"irondash_engine_context_plugin.dir\Release\" /Fd"irondash_engine_context_plugin.dir\Release\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\irondash_engine_context\windows\irondash_engine_context_plugin_c_api.cpp D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\irondash_engine_context\windows\irondash_engine_context_plugin.cpp [ +35 ms] irondash_engine_context_plugin_c_api.cpp [ +912 ms] irondash_engine_context_plugin.cpp [+1156 ms] �������ɴ���... [ +320 ms] Link: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\Release\irondash_engine_context_plugin.dll" /INCREMENTAL:NO /NOLOGO ....\flutter\Release\flutter_wrapper_plugin.lib D:\project\flutterDemo\demo3\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"D:/project/flutterDemo/demo3/build/windows/x64/plugins/irondash_engine_context/Release/irondash_engine_context_plugin.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/project/flutterDemo/demo3/build/windows/x64/plugins/irondash_engine_context/Release/irondash_engine_context_plugin.lib" /MACHINE:X64 /machine:x64 /DLL irondash_engine_context_plugin.dir\Release\irondash_engine_context_plugin_c_api.obj [ +1 ms] irondash_engine_context_plugin.dir\Release\irondash_engine_context_plugin.obj [ +62 ms] ���ڴ����� D:/project/flutterDemo/demo3/build/windows/x64/plugins/irondash_engine_context/Release/irondash_engine_context_plugin.lib �Ͷ��� D:/project/flutterDemo/demo3/build/windows/x64/plugins/irondash_engine_context/Release/irondash_engine_context_plugin.exp [ +59 ms] irondash_engine_context_plugin.vcxproj -> D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\Release\irondash_engine_context_plugin.dll [ +6 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���irondash_engine_context_plugin.dir\Release\irondash.483A6A3A.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�irondash_engine_context_plugin.dir\Release\irondash.483A6A3A.tlog\irondash_engine_context_plugin.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\irondash_engine_context\irondash_engine_context_plugin.vcxproj��(Ĭ��Ŀ��)�IJ����� [ +35 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj��(9) (Ĭ��Ŀ��)�� [ ] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj��(9)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj��(10) (Ĭ��Ŀ��)�� [ ] PrepareForBuild: [ ] ���ڴ���Ŀ¼��x64\Release\super_native_extensions_plugin_cargokit\���� [ +1 ms] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��x64\Release\super_native_extensions_plugin_cargokit\super_na.1A121074.tlog\���� [ +1 ms] InitializeBuildStatus: [ ] ���ڴ�����x64\Release\super_native_extensions_plugin_cargokit\super_na.1A121074.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�x64\Release\super_native_extensions_plugin_cargokit\super_na.1A121074.tlog\unsuccessfulbuild��ִ�� Touch ���� [ ] ComputeCustomBuildOutput: [ ] ���ڴ���Ŀ¼��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\Release\���� [ +1 ms] CustomBuild: [ ] ����D:\project\flutterDemo\demo3\build\windows\x64\CMakeFiles\7207bc125c9d02dfeeaa5a7035a2c8dc\super_native_extensions_plugin_cargokit.rule���������������ɡ�D:\project \flutterDemo\demo3\build\windows\x64\CMakeFiles\d8b19d3568adbb5dbcfe6c04906275c5\super_native_extensions.dll.rule���������������ġ�D:\PROJECT\FLUTTERDEMO\DEMO3\BUILD\W INDOWS\X64\PLUGINS\SUPER_NATIVE_EXTENSIONS\RELEASE\SUPER_NATIVE_EXTENSIONS.DLL�����޷������������ [ +30 ms] Generating Release/super_native_extensions.dll, phony [ +47 ms] ϵͳ�Ҳ���ָ����·���� [ ] ϵͳ�Ҳ���ָ����·���� [ ] ϵͳ�Ҳ���ָ�����ļ��� [ +14 ms] ϵͳ�Ҳ���ָ�����ļ��� [ ] Running pub get in "D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\cargokit_build\tool" [ +162 ms] Resolving dependencies... [+1069 ms] + adaptive_number 1.0.0 [ ] + args 2.4.2 [ ] + async 2.11.0 [ ] + build_tool 1.0.0 from path C:/Users/szqzl/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/super_native_extensions-0.8.4/cargokit/build_tool [ ] + collection 1.18.0 [ ] + convert 3.1.1 [ ] + crypto 3.0.3 [ ] + ed25519_edwards 0.3.1 [ ] + fixnum 1.1.0 [ ] + github 9.17.0 (9.22.0 available) [ ] + hex 0.2.0 [ ] + http 1.1.0 (1.2.0 available) [ ] + http_parser 4.0.2 [ ] + json_annotation 4.8.1 [ ] + logging 1.2.0 [ ] + meta 1.11.0 [ ] + path 1.8.0 (1.9.0 available) [ ] + petitparser 5.4.0 (6.0.2 available) [ ] + source_span 1.10.0 [ ] + string_scanner 1.2.0 [ ] + term_glyph 1.2.1 [ ] + toml 0.14.0 (0.15.0 available) [ ] + typed_data 1.3.2 [ ] + version 3.0.0 (3.0.2 available) [ ] + yaml 3.1.2 [ ] Changed 25 dependencies! [ ] 6 packages have newer versions incompatible with dependency constraints. [ ] Try dart pub outdated for more information. [ +139 ms] Compiling bin/build_tool_runner.dart to kernel file bin/build_tool_runner.dill. [+24165 ms] SEVERE: ================================================================================ [ +8 ms] SEVERE : Cargokit BuildTool failed with error : [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ +1 ms] SEVERE: -------------------------------------------------------------------------------- [ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�? [ ] SEVERE : (OS error : 信号灯超时时间已�? [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ ] SEVERE: , errno = 121), address = github.com, port = 4358, uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-pc-windows-msvc_super_native_extensi ons.dll.sig [ ] SEVERE: -------------------------------------------------------------------------------- [ ] SEVERE: #0 IOClient.send (package:http/src/io_client.dart:119:7) [ ] SEVERE: [ ] SEVERE: #1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32) [ ] SEVERE: [ ] SEVERE: #2 _withClient (package:http/http.dart:166:12) [ ] SEVERE: [ ] SEVERE: #3 ArtifactProvider._get (package:build_tool/src/artifacts_provider.dart:165:16) [ ] SEVERE: [ ] SEVERE: #4 ArtifactProvider._tryDownloadArtifacts (package:build_tool/src/artifacts_provider.dart:192:23) [ ] SEVERE: [ ] SEVERE: #5 ArtifactProvider._getPrecompiledArtifacts (package:build_tool/src/artifacts_provider.dart:133:11) [ ] SEVERE: [ ] SEVERE: #6 ArtifactProvider.getArtifacts (package:build_tool/src/artifacts_provider.dart:54:20) [ ] SEVERE: [ ] SEVERE: #7 BuildCMake.build (package:build_tool/src/build_cmake.dart:26:23) [ ] SEVERE: [ ] SEVERE: #8 BuildCMakeCommand.runBuildCommand (package:build_tool/src/build_tool.dart:76:5) [ ] SEVERE: [ ] SEVERE: #9 BuildCommand.run (package:build_tool/src/build_tool.dart:34:5) [ ] SEVERE: [ ] SEVERE: #10 CommandRunner.runCommand (package:args/command_runner.dart:212:13) [ ] SEVERE: [ ] SEVERE: #11 runMain (package:build_tool/src/build_tool.dart:248:5) [ ] SEVERE: [ ] SEVERE: -------------------------------------------------------------------------------- [ ] SEVERE: BuildTool arguments: [build-cmake] [ ] SEVERE: ================================================================================ [ ] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/ephemeral/.plugin_symlinks/super_native_extensions/windows/CMakeLists.txt [ +27 ms] C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: ��D:\project\flutterDemo\demo3\build\windows\x64\CMakeFiles\d8b19d3568adbb5dbcfe6c04906275c5\super_native_extensions.dll.rule;D:\project\flutterDemo\demo3\build\windo ws\x64\CMakeFiles\7207bc125c9d02dfeeaa5a7035a2c8dc\super_native_extensions_plugin_cargokit.rule;D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlink s\super_native_extensions\windows\CMakeLists.txt�����Զ����������˳�������Ϊ -1�� [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ +2 ms] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj��(Ĭ��Ŀ��)�IJ���

  • ʧ�ܡ� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj��(Ĭ��Ŀ��)�IJ��� - ʧ�ܡ� [ +27 ms] ��Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(4)���ڽڵ� 1 �����ɡ�D:\project\flutterDemo\demo3\build\windows\x64\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj��(11) (Ĭ��Ŀ��)�� [ ] PrepareForBuild: [ ] ���ڴ���Ŀ¼��url_launcher_windows_plugin.dir\Release\���� [ +1 ms] �����ýṹ���������������ϵĸ�ʽ���ý���ӳ�����νṹ���й���ϸ��Ϣ������� https://aka.ms/cpp/structured-output�� [ ] ���ڴ���Ŀ¼��D:\project\flutterDemo\demo3\build\windows\x64\plugins\url_launcher_windows\Release\���� [ ] ���ڴ���Ŀ¼��url_launcher_windows_plugin.dir\Release\url_laun.69254993.tlog\���� [ +1 ms] InitializeBuildStatus: [ ] ���ڴ�����url_launcher_windows_plugin.dir\Release\url_laun.69254993.tlog\unsuccessfulbuild������Ϊ��ָ����AlwaysCreate���� [ ] ���ڶԡ�url_launcher_windows_plugin.dir\Release\url_laun.69254993.tlog\unsuccessfulbuild��ִ�� Touch ���� [ +34 ms] CustomBuild: [ ] Building Custom Rule D:/project/flutterDemo/demo3/windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows/windows/CMakeLists.txt [ +29 ms] ClCompile: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\CL.exe /c /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral /ID:\project\flutterDemo\demo3\windows\flutter\ephemeral\cpp_client_wrapper\include /nologo /W4 /WX /diagnostics:column /O2 /Ob2 /D _WINDLL /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D NDEBUG /D _HAS_EXCEPTIONS=0 /D FLUTTER_PLUGIN_IMPL /D UNICODE /D _UNICODE /D "CMAKE_INTDIR="Release"" /D url_launcher_windows_plugin_EXPORTS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"url_launcher_windows_plugin.dir\Release\" /Fd"url_launcher_windows_plugin.dir\Release\vc143.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\url_launcher_windows\windows\url_launcher_windows.cpp D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\url_launcher_windows\windows\messages.g.cpp D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\url_launcher_windows\windows\system_apis.cpp D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlinks\url_launcher_windows\windows\url_launcher_plugin.cpp [ +36 ms] url_launcher_windows.cpp [+1144 ms] messages.g.cpp [ +829 ms] system_apis.cpp [ +370 ms] url_launcher_plugin.cpp [+1152 ms] �������ɴ���... [+1020 ms] Link: [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\project\flutterDemo\demo3\build\windows\x64\plugins\url_launcher_windows\Release\url_launcher_windows_plugin.dll" /INCREMENTAL:NO /NOLOGO ....\flutter\Release\flutter_wrapper_plugin.lib D:\project\flutterDemo\demo3\windows\flutter\ephemeral\flutter_windows.dll.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:"D:/project/flutterDemo/demo3/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/project/flutterDemo/demo3/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.lib" /MACHINE:X64 /machine:x64 /DLL url_launcher_windows_plugin.dir\Release\url_launcher_windows.obj [ +1 ms] url_launcher_windows_plugin.dir\Release\messages.g.obj [ ] url_launcher_windows_plugin.dir\Release\system_apis.obj [ ] url_launcher_windows_plugin.dir\Release\url_launcher_plugin.obj [ +36 ms] ���ڴ����� D:/project/flutterDemo/demo3/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.lib �Ͷ��� D:/project/flutterDemo/demo3/build/windows/x64/plugins/url_launcher_windows/Release/url_launcher_windows_plugin.exp [ +52 ms] url_launcher_windows_plugin.vcxproj -> D:\project\flutterDemo\demo3\build\windows\x64\plugins\url_launcher_windows\Release\url_launcher_windows_plugin.dll [ +6 ms] FinalizeBuildStatus: [ ] ����ɾ���ļ���url_launcher_windows_plugin.dir\Release\url_laun.69254993.tlog\unsuccessfulbuild���� [ ] ���ڶԡ�url_launcher_windows_plugin.dir\Release\url_laun.69254993.tlog\url_launcher_windows_plugin.lastbuildstate��ִ�� Touch ���� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj��(Ĭ��Ŀ��)�IJ����� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(Ĭ��Ŀ��)�IJ��� - ʧ�ܡ� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\ALL_BUILD.vcxproj��(Ĭ��Ŀ��)�IJ��� - ʧ�ܡ� [ ] �����������Ŀ��D:\project\flutterDemo\demo3\build\windows\x64\INSTALL.vcxproj��(Ĭ��Ŀ��)�IJ��� - ʧ�ܡ� [ +2 ms] ����ʧ�ܡ� [ +3 ms] ��D:\project\flutterDemo\demo3\build\windows\x64\INSTALL.vcxproj��(Ĭ��Ŀ��) (1) -> [ ] ��D:\project\flutterDemo\demo3\build\windows\x64\ALL_BUILD.vcxproj��(Ĭ��Ŀ��) (3) -> [ ] ��D:\project\flutterDemo\demo3\build\windows\x64\runner\demo3.vcxproj��(Ĭ��Ŀ��) (4) -> [ +3 ms] ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj��(Ĭ��Ŀ��) (9) -> [ ] ��D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj��(Ĭ��Ŀ��) (10) -> [ ] (CustomBuild Ŀ��) -> [ ] SEVERE : Cargokit BuildTool failed with error : [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ ] SEVERE : (OS error : 信号灯超时时间已�? [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ ] C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: ��D:\project\flutterDemo\demo3\build\windows\x64\CMakeFiles\d8b19d3568adbb5dbcfe6c04906275c5\super_native_extensions.dll.rule;D:\project\flutterDemo\demo3\build\windo ws\x64\CMakeFiles\7207bc125c9d02dfeeaa5a7035a2c8dc\super_native_extensions_plugin_cargokit.rule;D:\project\flutterDemo\demo3\windows\flutter\ephemeral.plugin_symlink s\super_native_extensions\windows\CMakeLists.txt�����Զ����������˳�������Ϊ -1�� [D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj] [ ] 0 ������ [ ] 3 ������ [ ] ����ʱ�� 00:01:07.10 [ +12 ms] Building Windows application... (completed in 70.9s) [ +1 ms] "flutter windows" took 71,701ms. [ +3 ms] Build process failed. [ +1 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 _runBuild (package:flutter_tools/src/windows/build_windows.dart:253:5) #2 buildWindows (package:flutter_tools/src/windows/build_windows.dart:106:5) #3 BuildWindowsCommand.runCommand (package:flutter_tools/src/commands/build_windows.dart:56:5) #4 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1367:27) #5 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #6 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #7 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:348:9) #8 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #9 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:294:5) #10 run.. (package:flutter_tools/runner.dart:112:9) #11 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #12 main (package:flutter_tools/executable.dart:90:3)

[ +229 ms] ensureAnalyticsSent: 228ms [ ] Running 0 shutdown hooks [ ] Shutdown hooks complete [ ] exiting with code 1

qzl1075991 avatar Jan 24 '24 14:01 qzl1075991

Can you try uninstall rust if you have it installed?

thanks for reply.I have not installed Rust

qzl1075991 avatar Jan 24 '24 14:01 qzl1075991

[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,

This looks like you can't access github.com? This fails when trying to downloaded binaries from github.com

knopp avatar Jan 24 '24 14:01 knopp

[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,

This looks like you can't access github.com? This fails when trying to downloaded binaries from github.com

I can clone projects from github normally.Although the download speed is slow image

qzl1075991 avatar Jan 24 '24 15:01 qzl1075991

Are you able to download any of these assets?

knopp avatar Jan 24 '24 16:01 knopp

Are you able to download any of these assets?

Yes, I am able to download any of these assets. image

qzl1075991 avatar Jan 25 '24 03:01 qzl1075991

And yet the script it unable to do so for some reason:

[ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�?
[ ] SEVERE : (OS error : 信号灯超时时间已�?
[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,
uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-pc-windows-msvc_super_native_extensi
ons.dll.sig
[ ] SEVERE: --------------------------------------------------------------------------------
[ ] SEVERE: #0 IOClient.send (package:http/src/io_client.dart:119:7)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/2 _withClient (package:http/http.dart:166:12)

Maybe it's blocked by a (3rd party) firewall software? Or your browser has is using a proxy dart is not aware of it? I'm not sure what to advise here - the error in the log seems pretty clear including the URL.

knopp avatar Jan 25 '24 08:01 knopp

And yet the script it unable to do so for some reason:

[ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�?
[ ] SEVERE : (OS error : 信号灯超时时间已�?
[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,
uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-pc-windows-msvc_super_native_extensi
ons.dll.sig
[ ] SEVERE: --------------------------------------------------------------------------------
[ ] SEVERE: #0 IOClient.send (package:http/src/io_client.dart:119:7)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/2 _withClient (package:http/http.dart:166:12)

Maybe it's blocked by a (3rd party) firewall software? Or your browser has is using a proxy dart is not aware of it? I'm not sure what to advise here - the error in the log seems pretty clear including the URL.

Hi,Knopp.Sorry for the laete reply. According to your reply,i build the project on another PC and it success. so,i think this problem should be caused by my pc . I intend to try to solve this problem by reinstall system. finally,thanks your help.

qzl1075991 avatar Jan 26 '24 03:01 qzl1075991

And yet the script it unable to do so for some reason:

[ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�?
[ ] SEVERE : (OS error : 信号灯超时时间已�?
[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,
uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-pc-windows-msvc_super_native_extensi
ons.dll.sig
[ ] SEVERE: --------------------------------------------------------------------------------
[ ] SEVERE: #0 IOClient.send (package:http/src/io_client.dart:119:7)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/2 _withClient (package:http/http.dart:166:12)

Maybe it's blocked by a (3rd party) firewall software? Or your browser has is using a proxy dart is not aware of it? I'm not sure what to advise here - the error in the log seems pretty clear including the URL.

Hi,Knopp.Sorry for the laete reply. According to your reply,i build the project on another PC and it success. so,i think this problem should be caused by my pc . I intend to try to solve this problem by reinstall system. finally,thanks your help.

You can try reset pub cache or repair it

EchoEllet avatar Jan 26 '24 04:01 EchoEllet

And yet the script it unable to do so for some reason:

[ +1 ms] SEVERE: ClientException with SocketException: 信号灯超时时间已�?
[ ] SEVERE : (OS error : 信号灯超时时间已�?
[D:\project\flutterDemo\demo3\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[ ] SEVERE: , errno = 121), address = github.com, port = 4358,
uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-pc-windows-msvc_super_native_extensi
ons.dll.sig
[ ] SEVERE: --------------------------------------------------------------------------------
[ ] SEVERE: #0 IOClient.send (package:http/src/io_client.dart:119:7)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)
[ ] SEVERE: 
[ ] SEVERE: https://github.com/singerdmx/flutter-quill/issues/2 _withClient (package:http/http.dart:166:12)

Maybe it's blocked by a (3rd party) firewall software? Or your browser has is using a proxy dart is not aware of it? I'm not sure what to advise here - the error in the log seems pretty clear including the URL.

Hi,Knopp.Sorry for the laete reply. According to your reply,i build the project on another PC and it success. so,i think this problem should be caused by my pc . I intend to try to solve this problem by reinstall system. finally,thanks your help.

You can try reset pub cache or repair it

I tried this method but it didn't work

qzl1075991 avatar Jan 26 '24 04:01 qzl1075991

So, does that make the problem solved?

EchoEllet avatar Jan 26 '24 05:01 EchoEllet

So, does that make the problem solved?

the problem is solved.i use a github host intead my local proxy and then build success.

qzl1075991 avatar Jan 26 '24 10:01 qzl1075991

image macOS the same

lvyandev avatar Jan 31 '24 04:01 lvyandev

Please post the verbose logs (flutter build apk -v).

knopp avatar Jan 31 '24 09:01 knopp

It seems that the problem might be due to a network proxy. I noticed that whenever I run the application directly after executing flutter clean, it throws an error. However, when I enable the proxy in the console and then run the application, it works as expected.

build_logs.txt

lvyandev avatar Jan 31 '24 09:01 lvyandev

It seems that the problem might be due to a network proxy. I noticed that whenever I run the application directly after executing flutter clean, it throws an error. However, when I enable the proxy in the console and then run the application, it works as expected.

build_logs.txt

From the logs:

[        ] SEVERE: ClientException: Connection closed before full header was received,
uri=https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-linux-android_libs
uper_native_extensions.so

This is a networking issue on the client. If you have mandatory proxy server than the build tool needs to have access to it.

knopp avatar Feb 01 '24 13:02 knopp

I dont have any proxies setup and basically an almost clean system and I get this exact error as well when I upgrade from version 8 to 9.

Sesa1988 avatar Mar 04 '24 21:03 Sesa1988

Are you able to download the file in terminal? I.e.

wget https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-linux-android_libsuper_native_extensions.so

knopp avatar Mar 04 '24 21:03 knopp

Are you able to download the file in terminal? I.e.

wget https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-linux-android_libsuper_native_extensions.so

Yes I can download it via terminal with: curl -O -L https://github.com/superlistapp/super_native_extensions/releases/download/precompiled_1da533d1809df7e32ef5bd917eff6c4e/x86_64-linux-android_libsuper_native_extensions.so

Sesa1988 avatar Mar 04 '24 21:03 Sesa1988

I'm not sure why dart HTTP client would be unable to download the file. Could also be intermittent github issue. Alternatively you can install Rust (through rustup) in which case the library will be built during compilation instead of downloaded.

knopp avatar Mar 04 '24 21:03 knopp

I'm not sure why dart HTTP client would be unable to download the file. Could also be intermittent github issue. Alternatively you can install Rust (through rustup) in which case the library will be built during compilation instead of downloaded.

I tried it and Im still getting the error, this is the detailed output:

flutter run -d windows -v

[  +91 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +29 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[   +2 ms] 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.
[  +46 ms] Skipping pub get: version match.
[  +37 ms] Found plugin device_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\device_info_plus-9.1.2\
[   +6 ms] Found plugin dynamic_color at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\dynamic_color-1.7.0\
[   +4 ms] Found plugin firebase_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.17.6\
[   +2 ms] Found plugin firebase_auth_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth_web-5.9.6\
[   +1 ms] Found plugin firebase_core at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core-2.25.5\
[   +3 ms] Found plugin firebase_core_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core_web-2.11.5\
[   +4 ms] Found plugin flutter_keyboard_visibility at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility-6.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_linux-1.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_macos-1.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_web-2.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_windows-1.0.0\     
[   +2 ms] Found plugin flutter_native_splash at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_native_splash-2.3.10\
[   +1 ms] Found plugin flutter_plugin_android_lifecycle at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.17\
[   +3 ms] Found plugin flutter_secure_storage at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage-9.0.0\
[   +1 ms] Found plugin flutter_secure_storage_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_linux-1.2.0\
[        ] Found plugin flutter_secure_storage_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_macos-3.0.1\
[   +1 ms] Found plugin flutter_secure_storage_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_web-1.1.2\
[   +1 ms] Found plugin flutter_secure_storage_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_windows-3.0.0\
[   +5 ms] Found plugin google_sign_in at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in-6.2.1\
[   +1 ms] Found plugin google_sign_in_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_android-6.1.21\
[   +1 ms] Found plugin google_sign_in_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_ios-5.7.4\
[   +2 ms] Found plugin google_sign_in_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_web-0.12.3+3\
[   +8 ms] Found plugin irondash_engine_context at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\irondash_engine_context-0.5.2\
[   +5 ms] Found plugin local_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth-2.2.0\
[   +1 ms] Found plugin local_auth_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_android-1.0.37\
[   +1 ms] Found plugin local_auth_darwin at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_darwin-1.2.2\
[   +1 ms] Found plugin local_auth_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_windows-1.0.10\
[   +5 ms] Found plugin package_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\package_info_plus-5.0.1\
[   +2 ms] Found plugin path_provider at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider-2.1.2\
[   +1 ms] Found plugin path_provider_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_android-2.2.2\
[   +1 ms] Found plugin path_provider_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_foundation-2.3.2\
[   +1 ms] Found plugin path_provider_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_linux-2.2.1\
[   +1 ms] Found plugin path_provider_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_windows-2.2.1\
[   +5 ms] Found plugin purchases_flutter at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\purchases_flutter-6.22.0\
[   +1 ms] Found plugin quick_actions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions-1.0.7\
[   +1 ms] Found plugin quick_actions_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_android-1.0.10\
[   +1 ms] Found plugin quick_actions_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_ios-1.0.10\
[   +3 ms] Found plugin share_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.2\
[   +1 ms] Found plugin shared_preferences at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences-2.2.2\
[        ] Found plugin shared_preferences_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_android-2.2.1\
[        ] Found plugin shared_preferences_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_foundation-2.3.5\
[        ] Found plugin shared_preferences_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_linux-2.3.2\
[   +1 ms] Found plugin shared_preferences_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_web-2.2.2\
[        ] Found plugin shared_preferences_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_windows-2.3.2\
[   +4 ms] Found plugin super_native_extensions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\super_native_extensions-0.8.5\
[   +3 ms] Found plugin url_launcher at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher-6.2.5\
[        ] Found plugin url_launcher_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_android-6.3.0\
[        ] Found plugin url_launcher_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_ios-6.2.5\
[        ] Found plugin url_launcher_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_linux-3.1.1\
[   +1 ms] Found plugin url_launcher_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_macos-3.1.0\
[   +1 ms] Found plugin url_launcher_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_web-2.2.3\
[        ] Found plugin url_launcher_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_windows-3.1.1\
[   +5 ms] Found plugin workmanager at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\workmanager-0.5.2\
[  +30 ms] Found plugin device_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\device_info_plus-9.1.2\
[   +2 ms] Found plugin dynamic_color at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\dynamic_color-1.7.0\
[   +2 ms] Found plugin firebase_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.17.6\
[   +1 ms] Found plugin firebase_auth_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth_web-5.9.6\
[   +1 ms] Found plugin firebase_core at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core-2.25.5\
[   +1 ms] Found plugin firebase_core_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core_web-2.11.5\
[   +3 ms] Found plugin flutter_keyboard_visibility at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility-6.0.0\
[        ] Found plugin flutter_keyboard_visibility_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_linux-1.0.0\
[        ] Found plugin flutter_keyboard_visibility_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_macos-1.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_web-2.0.0\
[        ] Found plugin flutter_keyboard_visibility_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_windows-1.0.0\     
[   +1 ms] Found plugin flutter_native_splash at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_native_splash-2.3.10\
[        ] Found plugin flutter_plugin_android_lifecycle at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.17\
[   +1 ms] Found plugin flutter_secure_storage at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage-9.0.0\
[        ] Found plugin flutter_secure_storage_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_linux-1.2.0\
[        ] Found plugin flutter_secure_storage_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_macos-3.0.1\
[   +1 ms] Found plugin flutter_secure_storage_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_web-1.1.2\
[        ] Found plugin flutter_secure_storage_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_windows-3.0.0\
[   +3 ms] Found plugin google_sign_in at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in-6.2.1\
[        ] Found plugin google_sign_in_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_android-6.1.21\
[   +1 ms] Found plugin google_sign_in_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_ios-5.7.4\
[   +1 ms] Found plugin google_sign_in_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_web-0.12.3+3\
[   +5 ms] Found plugin irondash_engine_context at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\irondash_engine_context-0.5.2\
[   +4 ms] Found plugin local_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth-2.2.0\
[        ] Found plugin local_auth_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_android-1.0.37\
[        ] Found plugin local_auth_darwin at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_darwin-1.2.2\
[   +1 ms] Found plugin local_auth_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_windows-1.0.10\
[   +3 ms] Found plugin package_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\package_info_plus-5.0.1\
[   +2 ms] Found plugin path_provider at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider-2.1.2\
[        ] Found plugin path_provider_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_android-2.2.2\
[        ] Found plugin path_provider_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_foundation-2.3.2\
[        ] Found plugin path_provider_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_linux-2.2.1\
[   +1 ms] Found plugin path_provider_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_windows-2.2.1\
[   +4 ms] Found plugin purchases_flutter at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\purchases_flutter-6.22.0\
[        ] Found plugin quick_actions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions-1.0.7\
[        ] Found plugin quick_actions_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_android-1.0.10\
[        ] Found plugin quick_actions_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_ios-1.0.10\
[   +3 ms] Found plugin share_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.2\
[   +1 ms] Found plugin shared_preferences at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences-2.2.2\
[        ] Found plugin shared_preferences_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_android-2.2.1\
[        ] Found plugin shared_preferences_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_foundation-2.3.5\
[        ] Found plugin shared_preferences_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_linux-2.3.2\
[   +1 ms] Found plugin shared_preferences_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_web-2.2.2\
[        ] Found plugin shared_preferences_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_windows-2.3.2\
[   +4 ms] Found plugin super_native_extensions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\super_native_extensions-0.8.5\
[   +3 ms] Found plugin url_launcher at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher-6.2.5\
[        ] Found plugin url_launcher_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_android-6.3.0\
[        ] Found plugin url_launcher_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_ios-6.2.5\
[        ] Found plugin url_launcher_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_linux-3.1.1\
[        ] Found plugin url_launcher_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_macos-3.1.0\
[   +1 ms] Found plugin url_launcher_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_web-2.2.3\
[        ] Found plugin url_launcher_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_windows-3.1.1\
[   +5 ms] Found plugin workmanager at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\workmanager-0.5.2\
[  +24 ms] Found plugin device_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\device_info_plus-9.1.2\
[   +1 ms] Found plugin dynamic_color at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\dynamic_color-1.7.0\
[   +2 ms] Found plugin firebase_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.17.6\
[   +1 ms] Found plugin firebase_auth_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth_web-5.9.6\
[        ] Found plugin firebase_core at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core-2.25.5\
[   +1 ms] Found plugin firebase_core_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core_web-2.11.5\
[   +2 ms] Found plugin flutter_keyboard_visibility at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility-6.0.0\
[        ] Found plugin flutter_keyboard_visibility_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_linux-1.0.0\
[        ] Found plugin flutter_keyboard_visibility_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_macos-1.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_web-2.0.0\
[        ] Found plugin flutter_keyboard_visibility_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_windows-1.0.0\     
[   +1 ms] Found plugin flutter_native_splash at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_native_splash-2.3.10\
[        ] Found plugin flutter_plugin_android_lifecycle at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.17\
[   +1 ms] Found plugin flutter_secure_storage at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage-9.0.0\
[        ] Found plugin flutter_secure_storage_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_linux-1.2.0\
[        ] Found plugin flutter_secure_storage_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_macos-3.0.1\
[   +1 ms] Found plugin flutter_secure_storage_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_web-1.1.2\
[        ] Found plugin flutter_secure_storage_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_windows-3.0.0\
[   +3 ms] Found plugin google_sign_in at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in-6.2.1\
[        ] Found plugin google_sign_in_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_android-6.1.21\
[        ] Found plugin google_sign_in_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_ios-5.7.4\
[   +1 ms] Found plugin google_sign_in_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_web-0.12.3+3\
[   +5 ms] Found plugin irondash_engine_context at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\irondash_engine_context-0.5.2\
[   +3 ms] Found plugin local_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth-2.2.0\
[        ] Found plugin local_auth_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_android-1.0.37\
[        ] Found plugin local_auth_darwin at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_darwin-1.2.2\
[   +1 ms] Found plugin local_auth_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_windows-1.0.10\
[   +3 ms] Found plugin package_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\package_info_plus-5.0.1\
[   +2 ms] Found plugin path_provider at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider-2.1.2\
[        ] Found plugin path_provider_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_android-2.2.2\
[        ] Found plugin path_provider_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_foundation-2.3.2\
[        ] Found plugin path_provider_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_linux-2.2.1\
[   +1 ms] Found plugin path_provider_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_windows-2.2.1\
[   +3 ms] Found plugin purchases_flutter at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\purchases_flutter-6.22.0\
[        ] Found plugin quick_actions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions-1.0.7\
[        ] Found plugin quick_actions_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_android-1.0.10\
[        ] Found plugin quick_actions_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_ios-1.0.10\
[   +3 ms] Found plugin share_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.2\
[   +1 ms] Found plugin shared_preferences at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences-2.2.2\
[        ] Found plugin shared_preferences_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_android-2.2.1\
[        ] Found plugin shared_preferences_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_foundation-2.3.5\
[        ] Found plugin shared_preferences_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_linux-2.3.2\
[   +1 ms] Found plugin shared_preferences_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_web-2.2.2\
[        ] Found plugin shared_preferences_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_windows-2.3.2\
[   +4 ms] Found plugin super_native_extensions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\super_native_extensions-0.8.5\
[   +2 ms] Found plugin url_launcher at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher-6.2.5\
[        ] Found plugin url_launcher_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_android-6.3.0\
[        ] Found plugin url_launcher_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_ios-6.2.5\
[        ] Found plugin url_launcher_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_linux-3.1.1\
[        ] Found plugin url_launcher_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_macos-3.1.0\
[   +1 ms] Found plugin url_launcher_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_web-2.2.3\
[        ] Found plugin url_launcher_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_windows-3.1.1\
[   +4 ms] Found plugin workmanager at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\workmanager-0.5.2\
[  +41 ms] Generating C:\Users\serge\Documents\GitHub\foxynotes\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[  +93 ms] No packages with native assets. Skipping native assets compilation.
[   +1 ms] Initializing file store
[   +4 ms] Skipping target: gen_localizations
[   +2 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
C:\Users\serge\Documents\GitHub\foxynotes\.dart_tool\package_config_subset,C:\Users\serge\Documents\GitHub\foxynotes\.dart_tool\flutter_build\dart_plugin_registrant
.dart}
[  +33 ms] Found plugin device_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\device_info_plus-9.1.2\
[   +1 ms] Found plugin dynamic_color at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\dynamic_color-1.7.0\
[   +2 ms] Found plugin firebase_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.17.6\
[   +7 ms] Found plugin firebase_auth_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth_web-5.9.6\
[   +1 ms] Found plugin firebase_core at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core-2.25.5\
[   +2 ms] Found plugin firebase_core_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_core_web-2.11.5\
[   +3 ms] Found plugin flutter_keyboard_visibility at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility-6.0.0\
[        ] Found plugin flutter_keyboard_visibility_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_linux-1.0.0\
[        ] Found plugin flutter_keyboard_visibility_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_macos-1.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_web-2.0.0\
[   +1 ms] Found plugin flutter_keyboard_visibility_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_keyboard_visibility_windows-1.0.0\     
[   +1 ms] Found plugin flutter_native_splash at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_native_splash-2.3.10\
[        ] Found plugin flutter_plugin_android_lifecycle at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.17\
[   +1 ms] Found plugin flutter_secure_storage at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage-9.0.0\
[        ] Found plugin flutter_secure_storage_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_linux-1.2.0\
[        ] Found plugin flutter_secure_storage_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_macos-3.0.1\
[   +1 ms] Found plugin flutter_secure_storage_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_web-1.1.2\
[        ] Found plugin flutter_secure_storage_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_secure_storage_windows-3.0.0\
[   +3 ms] Found plugin google_sign_in at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in-6.2.1\
[        ] Found plugin google_sign_in_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_android-6.1.21\
[        ] Found plugin google_sign_in_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_ios-5.7.4\
[   +1 ms] Found plugin google_sign_in_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\google_sign_in_web-0.12.3+3\
[   +5 ms] Found plugin irondash_engine_context at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\irondash_engine_context-0.5.2\
[   +3 ms] Found plugin local_auth at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth-2.2.0\
[        ] Found plugin local_auth_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_android-1.0.37\
[        ] Found plugin local_auth_darwin at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_darwin-1.2.2\
[   +1 ms] Found plugin local_auth_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\local_auth_windows-1.0.10\
[   +3 ms] Found plugin package_info_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\package_info_plus-5.0.1\
[   +2 ms] Found plugin path_provider at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider-2.1.2\
[        ] Found plugin path_provider_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_android-2.2.2\
[        ] Found plugin path_provider_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_foundation-2.3.2\
[        ] Found plugin path_provider_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_linux-2.2.1\
[   +1 ms] Found plugin path_provider_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\path_provider_windows-2.2.1\
[   +3 ms] Found plugin purchases_flutter at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\purchases_flutter-6.22.0\
[        ] Found plugin quick_actions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions-1.0.7\
[        ] Found plugin quick_actions_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_android-1.0.10\
[        ] Found plugin quick_actions_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\quick_actions_ios-1.0.10\
[   +2 ms] Found plugin share_plus at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\share_plus-7.2.2\
[   +1 ms] Found plugin shared_preferences at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences-2.2.2\
[        ] Found plugin shared_preferences_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_android-2.2.1\
[        ] Found plugin shared_preferences_foundation at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_foundation-2.3.5\
[        ] Found plugin shared_preferences_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_linux-2.3.2\
[   +1 ms] Found plugin shared_preferences_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_web-2.2.2\
[        ] Found plugin shared_preferences_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\shared_preferences_windows-2.3.2\
[   +3 ms] Found plugin super_native_extensions at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\super_native_extensions-0.8.5\
[   +2 ms] Found plugin url_launcher at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher-6.2.5\
[        ] Found plugin url_launcher_android at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_android-6.3.0\
[        ] Found plugin url_launcher_ios at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_ios-6.2.5\
[        ] Found plugin url_launcher_linux at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_linux-3.1.1\
[        ] Found plugin url_launcher_macos at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_macos-3.1.0\
[   +1 ms] Found plugin url_launcher_web at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_web-2.2.3\
[        ] Found plugin url_launcher_windows at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\url_launcher_windows-3.1.1\
[   +4 ms] Found plugin workmanager at C:\Users\serge\AppData\Local\Pub\Cache\hosted\pub.dev\workmanager-0.5.2\
[   +6 ms] gen_dart_plugin_registrant: Complete
[   +1 ms] Skipping target: _composite
[        ] complete
[   +2 ms] Launching lib\main.dart on Windows in debug mode...
[   +1 ms] C:\Flutter\flutter\bin\cache\dart-sdk\bin\dartaotruntime.exe --disable-dart-dev
C:\Flutter\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server_aot.dart.snapshot --sdk-root
C:\Flutter\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata
-DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/04817c99c9fd4956f27505204f7e344335810aed/ --output-dill        
C:\Users\serge\AppData\Local\Temp\flutter_tools.9c73357f\flutter_tool.b1f89f16\app.dill --packages
C:\Users\serge\Documents\GitHub\foxynotes\.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\f4da31578bf74e160393d588ebd02ee2.cache.dill.track.dill --source
file:///C:/Users/serge/Documents/GitHub/foxynotes/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart     
-Dflutter.dart_plugin_registrant=file:///C:/Users/serge/Documents/GitHub/foxynotes/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error
--enable-experiment=alternative-invalidation-strategy
[  +18 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires
Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[  +30 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires
Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[        ] [
             {
               "instanceId": "39cd9cd5",
               "installDate": "2024-02-29T15:23:21Z",
               "installationName": "VisualStudio/17.9.2+34622.214",
               "installationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
               "installationVersion": "17.9.34622.214",
               "productId": "Microsoft.VisualStudio.Product.Community",
               "productPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
               "state": 4294967295,
               "isComplete": true,
               "isLaunchable": true,
               "isPrerelease": false,
               "isRebootRequired": false,
               "displayName": "Visual Studio Community 2022",
               "description": "Leistungsstarke IDE, kostenlos für Studenten, Open-Source-Mitwirkende und Einzelpersonen",
               "channelId": "VisualStudio.17.Release",
               "channelUri": "https://aka.ms/vs/17/release/channel",
               "enginePath": "C:\\Program Files (x86)\\Microsoft Visual
               Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
               "installedChannelId": "VisualStudio.17.Release",
               "installedChannelUri": "https://aka.ms/vs/17/release/channel",
               "releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.9#17.9.2",
               "resolvedInstallationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
               "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288",
               "updateDate": "2024-02-29T15:23:21.3505197Z",
               "catalog": {
                 "buildBranch": "d17.9",
                 "buildVersion": "17.9.34622.214",
                 "id": "VisualStudio/17.9.2+34622.214",
                 "localBuild": "build-lab",
                 "manifestName": "VisualStudio",
                 "manifestType": "installer",
                 "productDisplayVersion": "17.9.2",
                 "productLine": "Dev17",
                 "productLineVersion": "2022",
                 "productMilestone": "RTW",
                 "productMilestoneIsPreRelease": "False",
                 "productName": "Visual Studio",
                 "productPatchVersion": "2",
                 "productPreReleaseMilestoneSuffix": "1.0",
                 "productSemanticVersion": "17.9.2+34622.214",
                 "requiredEngineVersion": "3.9.2164.57262"
               },
               "properties": {
                 "campaignId": "2030:bb6ff4c5b2e44a7eb53866d8443822a8",
                 "channelManifestId": "VisualStudio.17.Release/17.9.2+34622.214",
                 "nickname": "",
                 "setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
               }
             }
           ]
[   +4 ms] Building Windows application...
[   +4 ms] <- compile package:foxynotes/main.dart
[        ] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S
C:\Users\serge\Documents\GitHub\foxynotes\windows -B C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64 -G Visual Studio 17 2022 -A x64
-DFLUTTER_TARGET_PLATFORM=windows-x64
[  +33 ms] -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
[  +17 ms] CMake Deprecation Warning at C:/Users/serge/Documents/GitHub/foxynotes/build/windows/x64/extracted/firebase_cpp_sdk_windows/CMakeLists.txt:17
(cmake_minimum_required):
[   +1 ms]   Compatibility with CMake < 3.5 will be removed from a future version of
[        ]   CMake.
[        ]   Update the VERSION argument <min> value or use a ...<max> suffix to tell
[        ]   CMake that the project does not need compatibility with older versions.
[   +9 ms] -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) 
[  +11 ms] Nuget.exe not found, trying to download or use cached version.
[ +692 ms] Feeds used:
[        ]   C:\Users\serge\.nuget\packages\
[        ]   https://api.nuget.org/v3/index.json
[        ]   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
[  +43 ms] Package "Microsoft.Windows.ImplementationLibrary.1.0.220201.1" is already installed.
[ +287 ms] Feeds used:
[        ]   C:\Users\serge\.nuget\packages\
[        ]   https://api.nuget.org/v3/index.json
[        ]   C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
[  +51 ms] Package "Microsoft.Windows.CppWinRT.2.0.220418.1" is already installed.
[ +281 ms] -- Configuring done (1.4s)
[ +359 ms] -- Generating done (0.3s)
[  +31 ms] -- Build files have been written to: C:/Users/serge/Documents/GitHub/foxynotes/build/windows/x64
[   +6 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build
C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64 --config Debug --target INSTALL --verbose
[  +50 ms] Change Dir: 'C:/Users/serge/Documents/GitHub/foxynotes/build/windows/x64'
[        ] Run Build Command(s): "C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe" INSTALL.vcxproj
/p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=17.0 /v:n
[  +29 ms] MSBuild version 17.9.5+33de0b227 for .NET Framework
[  +28 ms] Build started 04.03.2024 22:33:18.
[ +117 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\INSTALL.vcxproj" on node 1 (default targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\INSTALL.vcxproj" (1) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[  +12 ms] CustomBuild:
[        ]   All outputs are up-to-date.
[  +20 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ZERO_CHECK.vcxproj" (default targets).
[  +39 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\INSTALL.vcxproj" (1) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\dynamic_color\dynamic_color_plugin.vcxproj" (4) on node 1 (default targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\dynamic_color\dynamic_color_plugin.vcxproj" (4) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_assemble.vcxproj" (5) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild".
[   +1 ms] CustomBuild:
[        ]   "The build of 'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\068e9ca357e3dcd1533d07beae1d8a01\flutter_assemble.rule' depends  
on 'C:\USERS\SERGE\DOCUMENTS\GITHUB\FOXYNOTES\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL' which is produced by the build of
'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\2303e283aa22712379cd3d7fa097728c\flutter_windows.dll.rule'. The items cannot be built in    
parallel."
[  +61 ms]   Generating C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_windows.dll,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_export.h,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_windows.h,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_messenger.h,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_plugin_registrar.h,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/flutter_texture_registrar.h,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/cpp_client_wrapper/standard_codec.cc,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/cpp_client_wrapper/plugin_registrar.cc,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/cpp_client_wrapper/flutter_engine.cc,
C:/Users/serge/Documents/GitHub/foxynotes/windows/flutter/ephemeral/cpp_client_wrapper/flutter_view_controller.cc, _phony_
[ +309 ms]   [  +36 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 'LegacyCanvasKitRemover' is not required, skipping update.
[        ]   [   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +46 ms]   [  +52 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update.
[        ]   [        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ]   [        ] Artifact Instance of '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.
[  +18 ms]   [  +20 ms] Initializing file store
[  +15 ms]   [  +15 ms] Done initializing file store
[  +45 ms]   [  +45 ms] Skipping target: native_assets
[        ]   [        ] Skipping target: gen_localizations
[        ]   [        ] Skipping target: gen_dart_plugin_registrant
[+1934 ms]   [+1934 ms] Skipping target: unpack_windows
[ +621 ms]   [ +621 ms] Skipping target: kernel_snapshot
[   +7 ms]   [   +7 ms] invalidated build due to missing files: C:\Users\serge\Documents\GitHub\foxynotes\DOES_NOT_EXIST_RERUN_FOR_WILDCARD888404414
[ +305 ms]   [ +305 ms] debug_bundle_windows_assets: Starting due to {InvalidatedReasonKind.inputMissing: The following inputs were missing:
C:\Users\serge\Documents\GitHub\foxynotes\DOES_NOT_EXIST_RERUN_FOR_WILDCARD888404414}
[ +150 ms]   [ +150 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[   +6 ms]   [   +6 ms] shaderc command: [C:\Flutter\flutter\bin\cache\artifacts\engine\windows-x64\impellerc.exe, --sksl, --iplr,
--sl=C:\Users\serge\Documents\GitHub\foxynotes\build\flutter_assets\shaders/ink_sparkle.frag,
--spirv=C:\Users\serge\Documents\GitHub\foxynotes\build\flutter_assets\shaders/ink_sparkle.frag.spirv,
--input=C:\Flutter\flutter\packages\flutter\lib\src\material\shaders\ink_sparkle.frag, --input-type=frag,
--include=C:\Flutter\flutter\packages\flutter\lib\src\material\shaders, --include=C:\Flutter\flutter\bin\cache\artifacts\engine\windows-x64\shader_lib]
[ +156 ms]   [ +156 ms] debug_bundle_windows_assets: Complete
[ +309 ms]   [ +309 ms] Persisting file store
[  +10 ms]   [  +11 ms] Done persisting file store
[   +7 ms]   [   +7 ms] build succeeded.
[   +4 ms]   [   +4 ms] "flutter assemble" took 3.657ms.
[  +54 ms]   [  +53 ms] ensureAnalyticsSent: 51ms
[        ]   [        ] Running 0 shutdown hooks
[        ]   [        ] Shutdown hooks complete
[        ]   [        ] exiting with code 0
[  +45 ms] FinalizeBuildStatus:
[        ]   Deleting file "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild".
[        ]   Touching "x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_assemble.vcxproj" (default targets).
[  +12 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\dynamic_color\dynamic_color_plugin.vcxproj" (4) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_wrapper_plugin.vcxproj" (6) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "flutter_wrapper_plugin.dir\Debug\flutter_.CEA7ADB0.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "flutter_wrapper_plugin.dir\Debug\flutter_.CEA7ADB0.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[  +31 ms] ClCompile:
[        ]   All outputs are up-to-date.
[  +13 ms] Lib:
[        ]   All outputs are up-to-date.
[        ]   flutter_wrapper_plugin.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\Debug\flutter_wrapper_plugin.lib
[   +6 ms] FinalizeBuildStatus:
[        ]   Deleting file "flutter_wrapper_plugin.dir\Debug\flutter_.CEA7ADB0.tlog\unsuccessfulbuild".
[        ]   Touching "flutter_wrapper_plugin.dir\Debug\flutter_.CEA7ADB0.tlog\flutter_wrapper_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_wrapper_plugin.vcxproj" (default targets).
[   +3 ms] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "dynamic_color_plugin.dir\Debug\dynamic_.35CCEAB8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "dynamic_color_plugin.dir\Debug\dynamic_.35CCEAB8.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +6 ms] ClCompile:
[        ]   All outputs are up-to-date.
[  +15 ms] Link:
[        ]   All outputs are up-to-date.
[   +1 ms]   dynamic_color_plugin.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\dynamic_color\Debug\dynamic_color_plugin.dll       
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "dynamic_color_plugin.dir\Debug\dynamic_.35CCEAB8.tlog\unsuccessfulbuild".
[        ]   Touching "dynamic_color_plugin.dir\Debug\dynamic_.35CCEAB8.tlog\dynamic_color_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\dynamic_color\dynamic_color_plugin.vcxproj" (default targets).
[  +29 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_auth\firebase_auth_plugin.vcxproj" (7) on node 1 (default targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_auth\firebase_auth_plugin.vcxproj" (7) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_core\firebase_core_plugin.vcxproj" (8) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "firebase_core_plugin.dir\Debug\firebase.18692EF2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "firebase_core_plugin.dir\Debug\firebase.18692EF2.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +6 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +1 ms] Lib:
[        ]   All outputs are up-to-date.
[        ]   firebase_core_plugin.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_core\Debug\firebase_core_plugin.lib       
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "firebase_core_plugin.dir\Debug\firebase.18692EF2.tlog\unsuccessfulbuild".
[        ]   Touching "firebase_core_plugin.dir\Debug\firebase.18692EF2.tlog\firebase_core_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_core\firebase_core_plugin.vcxproj" (default targets).
[   +3 ms] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "firebase_auth_plugin.dir\Debug\firebase.7DC2020A.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "firebase_auth_plugin.dir\Debug\firebase.7DC2020A.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +7 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +1 ms] Lib:
[        ]   All outputs are up-to-date.
[        ]   firebase_auth_plugin.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_auth\Debug\firebase_auth_plugin.lib       
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "firebase_auth_plugin.dir\Debug\firebase.7DC2020A.tlog\unsuccessfulbuild".
[        ]   Touching "firebase_auth_plugin.dir\Debug\firebase.7DC2020A.tlog\firebase_auth_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\firebase_auth\firebase_auth_plugin.vcxproj" (default targets).
[  +12 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\flutter_secure_storage_windows\flutter_secure_storage_windows_plugin.vcxproj" (9) on node 1    
(default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "flutter_secure_storage_windows_plugin.dir\Debug\flutter_.6AD629D9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "flutter_secure_storage_windows_plugin.dir\Debug\flutter_.6AD629D9.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +7 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +3 ms] Link:
[        ]   All outputs are up-to-date.
[        ]   flutter_secure_storage_windows_plugin.vcxproj ->
C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\flutter_secure_storage_windows\Debug\flutter_secure_storage_windows_plugin.dll
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "flutter_secure_storage_windows_plugin.dir\Debug\flutter_.6AD629D9.tlog\unsuccessfulbuild".
[        ]   Touching "flutter_secure_storage_windows_plugin.dir\Debug\flutter_.6AD629D9.tlog\flutter_secure_storage_windows_plugin.lastbuildstate".
[        ] Done Building Project
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\flutter_secure_storage_windows\flutter_secure_storage_windows_plugin.vcxproj" (default
targets).
[  +12 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_wrapper_app.vcxproj" (10) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "flutter_wrapper_app.dir\Debug\flutter_.47E1BB16.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "flutter_wrapper_app.dir\Debug\flutter_.47E1BB16.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +4 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +1 ms] Lib:
[        ]   All outputs are up-to-date.
[        ]   flutter_wrapper_app.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\Debug\flutter_wrapper_app.lib
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "flutter_wrapper_app.dir\Debug\flutter_.47E1BB16.tlog\unsuccessfulbuild".
[        ]   Touching "flutter_wrapper_app.dir\Debug\flutter_.47E1BB16.tlog\flutter_wrapper_app.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\flutter\flutter_wrapper_app.vcxproj" (default targets).
[  +22 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (3) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) on node 1 (default targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\irondash_engine_context\irondash_engine_context_plugin.vcxproj" (12) on node 1 (default        
targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "irondash_engine_context_plugin.dir\Debug\irondash.421BC6B9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "irondash_engine_context_plugin.dir\Debug\irondash.421BC6B9.tlog\unsuccessfulbuild".
[   +2 ms] CustomBuild:
[        ]   All outputs are up-to-date.
[   +4 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +3 ms] Link:
[        ]   All outputs are up-to-date.
[        ]   irondash_engine_context_plugin.vcxproj ->
C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\irondash_engine_context\Debug\irondash_engine_context_plugin.dll
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "irondash_engine_context_plugin.dir\Debug\irondash.421BC6B9.tlog\unsuccessfulbuild".
[        ]   Touching "irondash_engine_context_plugin.dir\Debug\irondash.421BC6B9.tlog\irondash_engine_context_plugin.lastbuildstate".
[        ] Done Building Project
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\irondash_engine_context\irondash_engine_context_plugin.vcxproj" (default targets).
[  +14 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\local_auth_windows\local_auth_windows_plugin.vcxproj" (13) on node 1 (default targets).        
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "local_auth_windows_plugin.dir\Debug\local_au.A3855DB9.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "local_auth_windows_plugin.dir\Debug\local_au.A3855DB9.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +6 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +3 ms] Link:
[        ]   All outputs are up-to-date.
[        ]   local_auth_windows_plugin.vcxproj ->
C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\local_auth_windows\Debug\local_auth_windows_plugin.dll
[   +4 ms] FinalizeBuildStatus:
[        ]   Deleting file "local_auth_windows_plugin.dir\Debug\local_au.A3855DB9.tlog\unsuccessfulbuild".
[        ]   Touching "local_auth_windows_plugin.dir\Debug\local_au.A3855DB9.tlog\local_auth_windows_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\local_auth_windows\local_auth_windows_plugin.vcxproj" (default
targets).
[  +12 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\share_plus\share_plus_plugin.vcxproj" (14) on node 1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "share_plus_plugin.dir\Debug\share_pl.607A685D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "share_plus_plugin.dir\Debug\share_pl.607A685D.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[  +10 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +3 ms] Link:
[        ]   All outputs are up-to-date.
[        ]   share_plus_plugin.vcxproj -> C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\share_plus\Debug\share_plus_plugin.dll
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "share_plus_plugin.dir\Debug\share_pl.607A685D.tlog\unsuccessfulbuild".
[        ]   Touching "share_plus_plugin.dir\Debug\share_pl.607A685D.tlog\share_plus_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\share_plus\share_plus_plugin.vcxproj" (default targets).      
[  +21 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj" (15) on node 1 (default        
targets).
[        ] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj" (15) is     
building "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj" (16) on node 
1 (default targets).
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Touching "x64\Debug\super_native_extensions_plugin_cargokit\super_na.4C4FA07B.tlog\unsuccessfulbuild".
[   +1 ms] CustomBuild:
[        ]   "The build of
'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\d62dce71502abbabad736635d4939d25\super_native_extensions_plugin_cargokit.rule' depends on   
'C:\USERS\SERGE\DOCUMENTS\GITHUB\FOXYNOTES\BUILD\WINDOWS\X64\PLUGINS\SUPER_NATIVE_EXTENSIONS\DEBUG\SUPER_NATIVE_EXTENSIONS.DLL' which is produced by the build of   
'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\2a1e8e2cd52a6ff1fe1e24cd2ecd7a75\super_native_extensions.dll.rule'. The items cannot be     
built in parallel."
[  +20 ms]   Generating Debug/super_native_extensions.dll, _phony_
[  +11 ms]   no such file or directory
[   +6 ms] C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for    
'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\2a1e8e2cd52a6ff1fe1e24cd2ecd7a75\super_native_extensions.dll.rule;C:\Users\serge\Documents\G
itHub\foxynotes\build\windows\x64\CMakeFiles\d62dce71502abbabad736635d4939d25\super_native_extensions_plugin_cargokit.rule' exited with code 1.
[C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[        ] Done Building Project
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj" (default targets) --  
FAILED.
[        ] Done Building Project
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj" (default targets) -- FAILED.   
[  +15 ms] Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (11) is building
"C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj" (17) on node 1 (default targets).    
[        ] PrepareForBuild:
[        ]   Structured output is enabled. The formatting of compiler diagnostics will reflect the error hierarchy. See https://aka.ms/cpp/structured-output for    
more details.
[        ] InitializeBuildStatus:
[        ]   Creating "url_launcher_windows_plugin.dir\Debug\url_laun.F71E7B48.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
[        ]   Touching "url_launcher_windows_plugin.dir\Debug\url_laun.F71E7B48.tlog\unsuccessfulbuild".
[        ] CustomBuild:
[        ]   All outputs are up-to-date.
[   +5 ms] ClCompile:
[        ]   All outputs are up-to-date.
[   +3 ms] Link:
[        ]   All outputs are up-to-date.
[        ]   url_launcher_windows_plugin.vcxproj ->
C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\url_launcher_windows\Debug\url_launcher_windows_plugin.dll
[   +3 ms] FinalizeBuildStatus:
[        ]   Deleting file "url_launcher_windows_plugin.dir\Debug\url_laun.F71E7B48.tlog\unsuccessfulbuild".
[        ]   Touching "url_launcher_windows_plugin.dir\Debug\url_laun.F71E7B48.tlog\url_launcher_windows_plugin.lastbuildstate".
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\url_launcher_windows\url_launcher_windows_plugin.vcxproj"     
(default targets).
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (default targets) -- FAILED.
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (default targets) -- FAILED.
[        ] Done Building Project "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\INSTALL.vcxproj" (default targets) -- FAILED.
[   +2 ms] Build FAILED.
[        ] "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\INSTALL.vcxproj" (default target) (1) ->
[        ] "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\ALL_BUILD.vcxproj" (default target) (3) ->
[        ] "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\runner\foxynotes.vcxproj" (default target) (11) ->
[        ] "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin.vcxproj" (default target)    
(15) ->
[        ] "C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj" (default   
target) (16) ->
[        ] (CustomBuild target) ->
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for  
'C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\CMakeFiles\2a1e8e2cd52a6ff1fe1e24cd2ecd7a75\super_native_extensions.dll.rule;C:\Users\serge\Documents\G
itHub\foxynotes\build\windows\x64\CMakeFiles\d62dce71502abbabad736635d4939d25\super_native_extensions_plugin_cargokit.rule' exited with code 1.
[C:\Users\serge\Documents\GitHub\foxynotes\build\windows\x64\plugins\super_native_extensions\super_native_extensions_plugin_cargokit.vcxproj]
[        ]     0 Warning(s)
[        ]     1 Error(s)
[        ] Time Elapsed 00:00:04.74
[  +12 ms] Building Windows application... (completed in 6,7s)
[        ] Error: Build process failed.
[   +1 ms] "flutter run" took 7.516ms.
[   +2 ms]
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:815:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1389:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:355:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:295:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:119:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:153:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:90:3)
           <asynchronous suspension>


[  +21 ms] ensureAnalyticsSent: 19ms
[        ] Running 1 shutdown hook
[   +5 ms] Shutdown hooks complete
[        ] exiting with code 1

Sesa1988 avatar Mar 04 '24 21:03 Sesa1988

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

knopp avatar Mar 04 '24 21:03 knopp

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

Sadly no but I can prepare a small reproduction demo, should be ready soon.

Sesa1988 avatar Mar 04 '24 21:03 Sesa1988

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

Here is a small reproduction: https://github.com/Sesa1988/flutter_quill_windows_build_error

You can run it on android without any issues but on windows I get the same error as in my real app. When I downgraded to 8.x.x I also had no build issues for windows in my real app and thats probably here also the case.

Sesa1988 avatar Mar 04 '24 21:03 Sesa1988

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

Here is a small reproduction: https://github.com/Sesa1988/flutter_quill_windows_build_error

You can run it on android without any issues but on windows I get the same error as in my real app. When I downgraded to 8.x.x I also had no build issues for windows in my real app and thats probably here also the case.

Thanks. I'll give it a try tomorrow.

knopp avatar Mar 04 '24 22:03 knopp

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

Here is a small reproduction: https://github.com/Sesa1988/flutter_quill_windows_build_error You can run it on android without any issues but on windows I get the same error as in my real app. When I downgraded to 8.x.x I also had no build issues for windows in my real app and thats probably here also the case.

Thanks. I'll give it a try tomorrow.

I tried the project but I got it running without any issues.

Screenshot 2024-03-06 at 12 36 27

There's something wrong in your case when running the build script. Just to be sure, are you using the command from windows terminal? Or some other way?

knopp avatar Mar 06 '24 11:03 knopp

[  +11 ms]   no such file or directory

That's all I can see in the log :-/ Is this a project that I can try building locally? Is the source available anywhere?

Here is a small reproduction: https://github.com/Sesa1988/flutter_quill_windows_build_error You can run it on android without any issues but on windows I get the same error as in my real app. When I downgraded to 8.x.x I also had no build issues for windows in my real app and thats probably here also the case.

Thanks. I'll give it a try tomorrow.

I tried the project but I got it running without any issues.

Screenshot 2024-03-06 at 12 36 27 There's something wrong in your case when running the build script. Just to be sure, are you using the command from windows terminal? Or some other way?

Thats weird. I used the command in the normal command line (CMD) and also in launchsettings, both ways didnt work.

Sesa1988 avatar Mar 06 '24 11:03 Sesa1988

[  +11 ms]   no such file or directory

I can see this in your logs but I can't figure out what on windows could produce this exact message (no file name mentioned, starts with lowercase). That seems to be a comment message for ENOENT, but that's usually a unixy thing, but the super_native_extensions build is driven from a cmd script.

knopp avatar Mar 06 '24 11:03 knopp