Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart snapshot generator failed with exit code -1073741819 #63418

Closed
asrafulattare opened this issue Aug 10, 2020 · 12 comments
Closed

Dart snapshot generator failed with exit code -1073741819 #63418

asrafulattare opened this issue Aug 10, 2020 · 12 comments
Labels
in triage Presently being triaged by the triage team

Comments

@asrafulattare
Copy link

asrafulattare commented Aug 10, 2020

Steps to Reproduce

When I run debug apk on emulator or phone is perfectly work then I will build release app and bundle app face like this error

**Dart snapshot generator failed with exit code -1073741819**
Codepoint 58848 not found in font, aborting.
FAILURE: Build failed with an exception.
* Where:
Script 'E:\flutter SDK\packages\flutter_tools\gradle\flutter.gradle' line: 896
* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'E:\flutter SDK\bin\flutter.bat'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 8m 30s
Running Gradle task 'assembleRelease'...                          511.6s (!)
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1

Logs

[ +151 ms] executing: [E:\flutter SDK/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +72 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms] 2ae34518b87dd891355ed6c6ea8cb68c4d52bb9d
[   +1 ms] executing: [E:\flutter SDK/] git tag --contains HEAD
[ +222 ms] Exit code 0 from: git tag --contains HEAD
[   +1 ms] 1.20.1
[  +77 ms] executing: [E:\flutter SDK/] git rev-parse --abbrev-ref --symbolic @{u}
[ +109 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[   +2 ms] origin/stable
[   +1 ms] executing: [E:\flutter SDK/] git ls-remote --get-url origin
[ +102 ms] Exit code 0 from: git ls-remote --get-url origin
[   +2 ms] https://github.com/flutter/flutter.git
[ +197 ms] executing: [E:\flutter SDK/] git rev-parse --abbrev-ref HEAD
[  +33 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +52 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +1 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.
[   +9 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.
[  +19 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[   +3 ms] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[   +1 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +1 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.
[   +1 ms] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[   +2 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +1 ms] 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.
[   +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[   +1 ms] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +196 ms] Creating project foo...
[ +248 ms]   foo\.gitignore (created)
[  +36 ms]   foo\.idea\libraries\Dart_SDK.xml (created)
[  +29 ms]   foo\.idea\libraries\KotlinJavaRuntime.xml (created)
[  +15 ms]   foo\.idea\modules.xml (created)
[  +21 ms]   foo\.idea\runConfigurations\main_dart.xml (created)
[  +14 ms]   foo\.idea\workspace.xml (created)
[  +17 ms]   foo\.metadata (created)
[  +21 ms]   foo\android\app\build.gradle (created)
[  +33 ms]   foo\android\app\src\main\kotlin\com\example\foo\MainActivity.kt (created)
[  +28 ms]   foo\android\build.gradle (created)
[  +31 ms]   foo\android\foo_android.iml (created)
[  +48 ms]   foo\android\.gitignore (created)
[  +28 ms]   foo\android\app\src\debug\AndroidManifest.xml (created)
[  +41 ms]   foo\android\app\src\main\AndroidManifest.xml (created)
[  +50 ms]   foo\android\app\src\main\res\drawable\launch_background.xml (created)
[  +30 ms]   foo\android\app\src\main\res\mipmap-hdpi\ic_launcher.png (created)
[  +13 ms]   foo\android\app\src\main\res\mipmap-mdpi\ic_launcher.png (created)
[  +13 ms]   foo\android\app\src\main\res\mipmap-xhdpi\ic_launcher.png (created)
[  +15 ms]   foo\android\app\src\main\res\mipmap-xxhdpi\ic_launcher.png (created)
[  +17 ms]   foo\android\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png (created)
[  +15 ms]   foo\android\app\src\main\res\values\styles.xml (created)
[  +28 ms]   foo\android\app\src\profile\AndroidManifest.xml (created)
[  +15 ms]   foo\android\gradle\wrapper\gradle-wrapper.properties (created)
[  +26 ms]   foo\android\gradle.properties (created)
[  +26 ms]   foo\android\settings.gradle (created)
[  +27 ms]   foo\ios\Runner\AppDelegate.swift (created)
[  +28 ms]   foo\ios\Runner\Runner-Bridging-Header.h (created)
[  +24 ms]   foo\ios\Runner.xcodeproj\project.pbxproj (created)
[  +90 ms]   foo\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (created)
[  +31 ms]   foo\ios\.gitignore (created)
[  +26 ms]   foo\ios\Flutter\AppFrameworkInfo.plist (created)
[  +32 ms]   foo\ios\Flutter\Debug.xcconfig (created)
[  +27 ms]   foo\ios\Flutter\Release.xcconfig (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Contents.json (created)
[  +39 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-1024x1024@1x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@1x.png (created)
[  +13 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@2x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-20x20@3x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@1x.png (created)
[  +19 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@2x.png (created)
[  +16 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-29x29@3x.png (created)
[  +13 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@1x.png (created)
[  +18 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@2x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-40x40@3x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@2x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-60x60@3x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@1x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-76x76@2x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\AppIcon.appiconset\Icon-App-83.5x83.5@2x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\LaunchImage.imageset\Contents.json (created)
[  +31 ms]   foo\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@2x.png (created)
[  +14 ms]   foo\ios\Runner\Assets.xcassets\LaunchImage.imageset\LaunchImage@3x.png (created)
[  +15 ms]   foo\ios\Runner\Assets.xcassets\LaunchImage.imageset\README.md (created)
[  +28 ms]   foo\ios\Runner\Base.lproj\LaunchScreen.storyboard (created)
[  +32 ms]   foo\ios\Runner\Base.lproj\Main.storyboard (created)
[  +33 ms]   foo\ios\Runner\Info.plist (created)
[  +60 ms]   foo\ios\Runner.xcodeproj\project.xcworkspace\contents.xcworkspacedata (created)
[  +28 ms]   foo\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created)
[  +19 ms]   foo\ios\Runner.xcodeproj\project.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created)
[  +20 ms]   foo\ios\Runner.xcodeproj\xcshareddata\xcschemes\Runner.xcscheme (existing - skipped)
[   +2 ms]   foo\ios\Runner.xcworkspace\contents.xcworkspacedata (created)
[   +9 ms]   foo\ios\Runner.xcworkspace\xcshareddata\IDEWorkspaceChecks.plist (created)
[   +8 ms]   foo\ios\Runner.xcworkspace\xcshareddata\WorkspaceSettings.xcsettings (created)
[   +8 ms]   foo\lib\main.dart (created)
[  +35 ms]   foo\foo.iml (created)
[  +20 ms]   foo\pubspec.yaml (created)
[  +37 ms]   foo\README.md (created)
[  +49 ms]   foo\test\widget_test.dart (created)
[ +258 ms] Running "flutter pub get" in foo...
[  +19 ms] Using E:\flutter SDK\.pub-cache for the pub cache.
[   +7 ms] executing: [C:\Users\Ashraful Attari\foo/] E:\flutter SDK\bin\cache\dart-sdk\bin\pub.bat --verbose get
--no-precompile
[ +595 ms] FINE: Pub 2.9.0
[   +4 ms] IO  : Spawning "cmd /c ver" in C:\Users\Ashraful Attari\foo\.
[   +5 ms] IO  : Finished ver. Exit code 0.
[   +1 ms]     | stdout:
[   +1 ms]     | |
[   +1 ms]     | | Microsoft Windows [Version 10.0.19041.388]
[   +1 ms]     | Nothing output on stderr.
[  +54 ms] MSG : Resolving dependencies...
[  +14 ms] SLVR: fact: foo is 1.0.0+1
[   +6 ms] SLVR: derived: foo
[  +31 ms] SLVR: fact: foo depends on flutter any from sdk
[   +2 ms] SLVR: fact: foo depends on cupertino_icons ^0.1.3
[   +2 ms] SLVR: fact: foo depends on flutter_test any from sdk
[   +1 ms] SLVR:   selecting foo
[   +1 ms] SLVR:   derived: flutter_test any from sdk
[   +1 ms] SLVR:   derived: cupertino_icons ^0.1.3
[   +1 ms] SLVR:   derived: flutter any from sdk
[  +16 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/cupertino_icons.
[  +31 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/cupertino_icons
[   +4 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[   +2 ms]     | X-Pub-Reason: direct
[   +1 ms]     | user-agent: Dart pub 2.9.0
[+1531 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/cupertino_icons
[   +8 ms]     | took 0:00:01.541647
[   +4 ms]     | transfer-encoding: chunked
[   +6 ms]     | date: Mon, 10 Aug 2020 19:19:11 GMT
[   +4 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +6 ms]     | strict-transport-security: max-age=31536000; preload
[   +5 ms]     | via: 1.1 google
[   +6 ms]     | content-type: application/json; charset="utf-8"
[   +4 ms]     | x-frame-options: SAMEORIGIN
[   +4 ms]     | x-xss-protection: 1; mode=block
[   +5 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[ +144 ms] SLVR:   fact: every version of flutter_test from sdk depends on async 2.4.2
[   +2 ms] SLVR:   fact: every version of flutter_test from sdk depends on boolean_selector 2.0.0
[   +2 ms] SLVR:   fact: every version of flutter_test from sdk depends on characters 1.0.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on charcode 1.1.3
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on clock 1.0.1
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on collection 1.14.13
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on fake_async 1.1.0
[   +2 ms] SLVR:   fact: every version of flutter_test from sdk depends on flutter any from sdk
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on matcher 0.12.8
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on meta 1.1.8
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on path 1.7.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on source_span 1.7.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on stack_trace 1.9.5
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on stream_channel 2.0.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on string_scanner 1.0.5
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on term_glyph 1.1.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on test_api 0.2.17
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on typed_data 1.2.0
[   +1 ms] SLVR:   fact: every version of flutter_test from sdk depends on vector_math 2.0.8
[   +3 ms] SLVR:     selecting flutter_test 0.0.0 from sdk
[   +1 ms] SLVR:     derived: vector_math 2.0.8
[   +1 ms] SLVR:     derived: typed_data 1.2.0
[   +1 ms] SLVR:     derived: test_api 0.2.17
[        ] SLVR:     derived: term_glyph 1.1.0
[        ] SLVR:     derived: string_scanner 1.0.5
[        ] SLVR:     derived: stream_channel 2.0.0
[        ] SLVR:     derived: stack_trace 1.9.5
[   +2 ms] SLVR:     derived: source_span 1.7.0
[        ] SLVR:     derived: path 1.7.0
[   +2 ms] SLVR:     derived: meta 1.1.8
[   +1 ms] SLVR:     derived: matcher 0.12.8
[   +1 ms] SLVR:     derived: fake_async 1.1.0
[   +1 ms] SLVR:     derived: collection 1.14.13
[        ] SLVR:     derived: clock 1.0.1
[        ] SLVR:     derived: charcode 1.1.3
[        ] SLVR:     derived: characters 1.0.0
[        ] SLVR:     derived: boolean_selector 2.0.0
[        ] SLVR:     derived: async 2.4.2
[        ] IO  : Get versions from https://pub.dartlang.org/api/packages/async.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/boolean_selector.
[   +3 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/characters.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/charcode.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/clock.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/collection.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/fake_async.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/matcher.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/meta.
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/path.
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/async
[        ]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[   +2 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/boolean_selector
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[   +2 ms]     | user-agent: Dart pub 2.9.0
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/characters
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/charcode
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +2 ms]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/clock
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.9.0
[   +2 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/collection
[   +2 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.9.0
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/fake_async
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +2 ms]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/matcher
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[        ] IO  : HTTP GET https://pub.dartlang.org/api/packages/meta
[        ]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +2 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/path
[        ]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.9.0
[ +845 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/async
[   +6 ms]     | took 0:00:00.963718
[   +4 ms]     | transfer-encoding: chunked
[   +4 ms]     | date: Mon, 10 Aug 2020 19:19:12 GMT
[   +6 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +4 ms]     | strict-transport-security: max-age=31536000; preload
[   +7 ms]     | via: 1.1 google
[   +4 ms]     | content-type: application/json; charset="utf-8"
[   +8 ms]     | x-frame-options: SAMEORIGIN
[   +4 ms]     | x-xss-protection: 1; mode=block
[   +4 ms]     | x-content-type-options: nosniff
[   +8 ms]     | server: dart:io with Shelf
[  +26 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/source_span.
[   +4 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/source_span
[   +2 ms]     | Accept: application/vnd.pub.v2+json
[   +3 ms]     | X-Pub-OS: windows
[   +4 ms]     | X-Pub-Command: get
[   +3 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +2 ms]     | X-Pub-Environment: flutter_cli:create
[   +2 ms]     | user-agent: Dart pub 2.9.0
[   +5 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/characters
[   +2 ms]     | took 0:00:01.065747
[   +3 ms]     | transfer-encoding: chunked
[   +4 ms]     | date: Mon, 10 Aug 2020 19:19:12 GMT
[   +2 ms]     | content-encoding: gzip
[   +2 ms]     | vary: Accept-Encoding
[   +2 ms]     | strict-transport-security: max-age=31536000; preload
[   +2 ms]     | via: 1.1 google
[   +4 ms]     | content-type: application/json; charset="utf-8"
[   +2 ms]     | x-frame-options: SAMEORIGIN
[   +2 ms]     | x-xss-protection: 1; mode=block
[   +2 ms]     | x-content-type-options: nosniff
[   +2 ms]     | server: dart:io with Shelf
[   +4 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/stack_trace.
[   +2 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/stack_trace
[   +2 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +3 ms]     | X-Pub-Environment: flutter_cli:create
[   +2 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/meta
[   +1 ms]     | took 0:00:01.074442
[   +1 ms]     | transfer-encoding: chunked
[   +1 ms]     | date: Mon, 10 Aug 2020 19:19:12 GMT
[   +1 ms]     | content-encoding: gzip
[   +1 ms]     | vary: Accept-Encoding
[   +2 ms]     | strict-transport-security: max-age=31536000; preload
[   +1 ms]     | via: 1.1 google
[   +2 ms]     | content-type: application/json; charset="utf-8"
[   +1 ms]     | x-frame-options: SAMEORIGIN
[   +1 ms]     | x-xss-protection: 1; mode=block
[   +1 ms]     | x-content-type-options: nosniff
[   +1 ms]     | server: dart:io with Shelf
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/stream_channel.
[   +2 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/stream_channel
[   +2 ms]     | Accept: application/vnd.pub.v2+json
[        ]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[ +283 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/collection
[   +6 ms]     | took 0:00:01.433438
[   +4 ms]     | transfer-encoding: chunked
[   +4 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +4 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +7 ms]     | strict-transport-security: max-age=31536000; preload
[   +7 ms]     | via: 1.1 google
[   +3 ms]     | content-type: application/json; charset="utf-8"
[   +7 ms]     | x-frame-options: SAMEORIGIN
[   +8 ms]     | x-xss-protection: 1; mode=block
[   +4 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[   +6 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stack_trace
[   +4 ms]     | took 0:00:00.364656
[   +4 ms]     | transfer-encoding: chunked
[   +7 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +4 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +5 ms]     | strict-transport-security: max-age=31536000; preload
[   +4 ms]     | via: 1.1 google
[   +6 ms]     | content-type: application/json; charset="utf-8"
[   +4 ms]     | x-frame-options: SAMEORIGIN
[   +4 ms]     | x-xss-protection: 1; mode=block
[   +6 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[   +4 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/matcher
[   +6 ms]     | took 0:00:01.448622
[   +4 ms]     | transfer-encoding: chunked
[   +4 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +5 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +4 ms]     | strict-transport-security: max-age=31536000; preload
[   +7 ms]     | via: 1.1 google
[   +4 ms]     | content-type: application/json; charset="utf-8"
[   +3 ms]     | x-frame-options: SAMEORIGIN
[   +6 ms]     | x-xss-protection: 1; mode=block
[   +3 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[   +6 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/string_scanner.
[   +3 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/string_scanner
[   +6 ms]     | Accept: application/vnd.pub.v2+json
[   +4 ms]     | X-Pub-OS: windows
[   +3 ms]     | X-Pub-Command: get
[   +5 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +3 ms]     | X-Pub-Environment: flutter_cli:create
[   +3 ms]     | user-agent: Dart pub 2.9.0
[   +5 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/boolean_selector
[   +3 ms]     | took 0:00:01.564339
[   +3 ms]     | transfer-encoding: chunked
[   +6 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +3 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +7 ms]     | strict-transport-security: max-age=31536000; preload
[   +3 ms]     | via: 1.1 google
[   +3 ms]     | content-type: application/json; charset="utf-8"
[   +6 ms]     | x-frame-options: SAMEORIGIN
[   +4 ms]     | x-xss-protection: 1; mode=block
[   +3 ms]     | x-content-type-options: nosniff
[   +6 ms]     | server: dart:io with Shelf
[   +5 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/source_span
[   +2 ms]     | took 0:00:00.508507
[   +4 ms]     | transfer-encoding: chunked
[   +2 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +2 ms]     | content-encoding: gzip
[   +2 ms]     | vary: Accept-Encoding
[   +2 ms]     | strict-transport-security: max-age=31536000; preload
[   +6 ms]     | via: 1.1 google
[   +2 ms]     | content-type: application/json; charset="utf-8"
[   +2 ms]     | x-frame-options: SAMEORIGIN
[   +2 ms]     | x-xss-protection: 1; mode=block
[   +3 ms]     | x-content-type-options: nosniff
[   +2 ms]     | server: dart:io with Shelf
[   +2 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/charcode
[   +2 ms]     | took 0:00:01.641618
[   +2 ms]     | transfer-encoding: chunked
[   +5 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +2 ms]     | content-encoding: gzip
[   +3 ms]     | vary: Accept-Encoding
[   +2 ms]     | strict-transport-security: max-age=31536000; preload
[  +10 ms]     | via: 1.1 google
[   +2 ms]     | content-type: application/json; charset="utf-8"
[   +2 ms]     | x-frame-options: SAMEORIGIN
[   +2 ms]     | x-xss-protection: 1; mode=block
[   +2 ms]     | x-content-type-options: nosniff
[   +2 ms]     | server: dart:io with Shelf
[   +2 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/path
[   +2 ms]     | took 0:00:01.598666
[   +4 ms]     | transfer-encoding: chunked
[   +2 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +3 ms]     | content-encoding: gzip
[   +2 ms]     | vary: Accept-Encoding
[   +3 ms]     | strict-transport-security: max-age=31536000; preload
[   +2 ms]     | via: 1.1 google
[   +2 ms]     | content-type: application/json; charset="utf-8"
[   +2 ms]     | x-frame-options: SAMEORIGIN
[   +2 ms]     | x-xss-protection: 1; mode=block
[   +2 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[   +2 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/stream_channel
[   +2 ms]     | took 0:00:00.613123
[   +1 ms]     | transfer-encoding: chunked
[   +1 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +1 ms]     | content-encoding: gzip
[   +2 ms]     | vary: Accept-Encoding
[   +1 ms]     | strict-transport-security: max-age=31536000; preload
[   +1 ms]     | via: 1.1 google
[   +1 ms]     | content-type: application/json; charset="utf-8"
[   +1 ms]     | x-frame-options: SAMEORIGIN
[   +1 ms]     | x-xss-protection: 1; mode=block
[   +1 ms]     | x-content-type-options: nosniff
[   +3 ms]     | server: dart:io with Shelf
[   +2 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/term_glyph.
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/term_glyph
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +2 ms]     | X-Pub-Environment: flutter_cli:create
[   +1 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/test_api.
[   +2 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/test_api
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[        ]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[   +4 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/typed_data.
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/typed_data
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[   +1 ms]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[   +1 ms]     | X-Pub-Environment: flutter_cli:create
[   +2 ms]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : Get versions from https://pub.dartlang.org/api/packages/vector_math.
[   +1 ms] IO  : HTTP GET https://pub.dartlang.org/api/packages/vector_math
[   +1 ms]     | Accept: application/vnd.pub.v2+json
[   +1 ms]     | X-Pub-OS: windows
[   +1 ms]     | X-Pub-Command: get
[        ]     | X-Pub-Session-ID: 91AF7BB4-51BF-4EA0-A1D5-F893E5B6DC51
[        ]     | X-Pub-Environment: flutter_cli:create
[        ]     | user-agent: Dart pub 2.9.0
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/clock
[   +2 ms]     | took 0:00:01.914494
[   +1 ms]     | transfer-encoding: chunked
[   +1 ms]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[   +1 ms]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[        ]     | x-xss-protection: 1; mode=block
[        ]     | x-content-type-options: nosniff
[   +2 ms]     | server: dart:io with Shelf
[   +1 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/string_scanner
[   +1 ms]     | took 0:00:00.386188
[        ]     | transfer-encoding: chunked
[        ]     | date: Mon, 10 Aug 2020 19:19:13 GMT
[        ]     | content-encoding: gzip
[        ]     | vary: Accept-Encoding
[        ]     | strict-transport-security: max-age=31536000; preload
[        ]     | via: 1.1 google
[        ]     | content-type: application/json; charset="utf-8"
[        ]     | x-frame-options: SAMEORIGIN
[   +1 ms]     | x-xss-protection: 1; mode=block
[   +1 ms]     | x-content-type-options: nosniff
[   +1 ms]     | server: dart:io with Shelf
[ +122 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/typed_data
[   +6 ms]     | took 0:00:00.288571
[   +4 ms]     | transfer-encoding: chunked
[   +3 ms]     | date: Mon, 10 Aug 2020 19:19:14 GMT
[   +6 ms]     | content-encoding: gzip
[   +3 ms]     | vary: Accept-Encoding
[   +3 ms]     | strict-transport-security: max-age=31536000; preload
[   +5 ms]     | via: 1.1 google
[   +3 ms]     | content-type: application/json; charset="utf-8"
[   +4 ms]     | x-frame-options: SAMEORIGIN
[   +6 ms]     | x-xss-protection: 1; mode=block
[   +4 ms]     | x-content-type-options: nosniff
[   +3 ms]     | server: dart:io with Shelf
[   +5 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/vector_math
[   +4 ms]     | took 0:00:00.286389
[   +7 ms]     | transfer-encoding: chunked
[   +4 ms]     | date: Mon, 10 Aug 2020 19:19:14 GMT
[   +4 ms]     | content-encoding: gzip
[   +6 ms]     | vary: Accept-Encoding
[   +3 ms]     | strict-transport-security: max-age=31536000; preload
[   +3 ms]     | via: 1.1 google
[   +6 ms]     | content-type: application/json; charset="utf-8"
[   +3 ms]     | x-frame-options: SAMEORIGIN
[   +4 ms]     | x-xss-protection: 1; mode=block
[   +6 ms]     | x-content-type-options: nosniff
[   +3 ms]     | server: dart:io with Shelf
[   +6 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/test_api
[   +5 ms]     | took 0:00:00.336836
[   +4 ms]     | transfer-encoding: chunked
[   +5 ms]     | date: Mon, 10 Aug 2020 19:19:14 GMT
[   +3 ms]     | content-encoding: gzip
[   +4 ms]     | vary: Accept-Encoding
[   +7 ms]     | strict-transport-security: max-age=31536000; preload
[   +3 ms]     | via: 1.1 google
[   +4 ms]     | content-type: application/json; charset="utf-8"
[   +5 ms]     | x-frame-options: SAMEORIGIN
[   +3 ms]     | x-xss-protection: 1; mode=block
[   +3 ms]     | x-content-type-options: nosniff
[   +6 ms]     | server: dart:io with Shelf
[   +3 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/term_glyph
[   +3 ms]     | took 0:00:00.351049
[   +6 ms]     | transfer-encoding: chunked
[   +3 ms]     | date: Mon, 10 Aug 2020 19:19:14 GMT
[   +4 ms]     | content-encoding: gzip
[   +7 ms]     | vary: Accept-Encoding
[   +4 ms]     | strict-transport-security: max-age=31536000; preload
[   +4 ms]     | via: 1.1 google
[   +7 ms]     | content-type: application/json; charset="utf-8"
[   +4 ms]     | x-frame-options: SAMEORIGIN
[   +6 ms]     | x-xss-protection: 1; mode=block
[   +6 ms]     | x-content-type-options: nosniff
[   +7 ms]     | server: dart:io with Shelf
[   +4 ms] IO  : HTTP response 200 OK for GET https://pub.dartlang.org/api/packages/fake_async
[   +4 ms]     | took 0:00:02.298443
[   +7 ms]     | transfer-encoding: chunked
[   +3 ms]     | date: Mon, 10 Aug 2020 19:19:14 GMT
[   +4 ms]     | content-encoding: gzip
[   +6 ms]     | vary: Accept-Encoding
[   +3 ms]     | strict-transport-security: max-age=31536000; preload
[   +4 ms]     | via: 1.1 google
[   +6 ms]     | content-type: application/json; charset="utf-8"
[   +3 ms]     | x-frame-options: SAMEORIGIN
[   +6 ms]     | x-xss-protection: 1; mode=block
[   +4 ms]     | x-content-type-options: nosniff
[   +4 ms]     | server: dart:io with Shelf
[  +50 ms] SLVR:       selecting cupertino_icons 0.1.3
[  +12 ms] SLVR:       fact: every version of flutter from sdk depends on characters 1.0.0
[   +7 ms] SLVR:       fact: every version of flutter from sdk depends on collection 1.14.13
[   +7 ms] SLVR:       fact: every version of flutter from sdk depends on meta 1.1.8
[   +4 ms] SLVR:       fact: every version of flutter from sdk depends on sky_engine any from sdk
[   +4 ms] SLVR:       fact: every version of flutter from sdk depends on typed_data 1.2.0
[   +8 ms] SLVR:       fact: every version of flutter from sdk depends on vector_math 2.0.8
[   +5 ms] SLVR:         selecting flutter 0.0.0 from sdk
[   +4 ms] SLVR:         derived: sky_engine any from sdk
[   +4 ms] SLVR:           selecting vector_math 2.0.8
[  +23 ms] SLVR:           fact: typed_data >=1.2.0 <1.3.0-nnbd depends on collection ^1.1.0
[   +4 ms] SLVR:             selecting typed_data 1.2.0
[  +35 ms] SLVR:             fact: test_api >=0.2.5 <0.2.19-nullsafety depends on async ^2.0.0
[   +3 ms] SLVR:             fact: test_api >=0.2.14 <0.2.19-nullsafety depends on boolean_selector >=1.0.0 <3.0.0
[   +2 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on collection ^1.8.0
[   +4 ms] SLVR:             fact: test_api >=0.2.17 <0.2.18-∞ depends on matcher >=0.12.6 <0.12.9
[   +3 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on meta ^1.1.5
[   +1 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on path ^1.2.0
[   +1 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on source_span ^1.4.0
[   +4 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on stack_trace ^1.9.0
[   +1 ms] SLVR:             fact: test_api >=0.2.4 <0.2.19-nullsafety depends on stream_channel >=1.7.0 <3.0.0
[   +1 ms] SLVR:             fact: test_api >=0.2.5 <0.2.19-nullsafety depends on string_scanner ^1.0.0
[   +1 ms] SLVR:             fact: test_api <0.2.19-nullsafety depends on term_glyph ^1.0.0
[   +1 ms] SLVR:               selecting test_api 0.2.17
[   +1 ms] SLVR:                 selecting term_glyph 1.1.0
[   +2 ms] SLVR:                 fact: string_scanner >=1.0.3 <1.1.0-nullsafety depends on charcode ^1.1.0
[   +1 ms] SLVR:                 fact: string_scanner >=1.0.4 <1.1.0-nullsafety depends on meta ^1.1.0
[   +1 ms] SLVR:                 fact: string_scanner >=1.0.3 <1.1.0-nullsafety depends on source_span ^1.4.0
[   +1 ms] SLVR:                   selecting string_scanner 1.0.5
[  +11 ms] SLVR:                   fact: stream_channel >=1.6.8 <2.1.0-nullsafety depends on async >=1.11.0 <3.0.0
[   +3 ms] SLVR:                     selecting stream_channel 2.0.0
[   +7 ms] SLVR:                     fact: stack_trace >=1.9.3 <1.10.0-nullsafety depends on path ^1.2.0
[   +2 ms] SLVR:                       selecting stack_trace 1.9.5
[  +10 ms] SLVR:                       fact: source_span >=1.4.1 <1.8.0-nullsafety depends on charcode ^1.0.0
[   +2 ms] SLVR:                       fact: source_span >=1.6.0 <1.8.0-nullsafety depends on collection ^1.8.0
[   +2 ms] SLVR:                       fact: source_span >=1.6.0 <1.8.0-nullsafety depends on meta >=0.9.0 <2.0.0
[   +2 ms] SLVR:                       fact: source_span >=1.4.1 <1.8.0-nullsafety depends on path ^1.2.0
[   +1 ms] SLVR:                       fact: source_span >=1.5.0 <1.8.0-nullsafety depends on term_glyph ^1.0.0
[   +3 ms] SLVR:                         selecting source_span 1.7.0
[   +8 ms] SLVR:                           selecting path 1.7.0
[  +12 ms] SLVR:                             selecting meta 1.1.8
[  +21 ms] SLVR:                             fact: matcher >=0.12.3+1 <0.12.10-nullsafety depends on stack_trace ^1.2.0
[   +5 ms] SLVR:                               selecting matcher 0.12.8
[   +9 ms] SLVR:                               fact: fake_async >=1.1.0 depends on clock ^1.0.0
[   +3 ms] SLVR:                               fact: fake_async >=1.1.0 depends on collection ^1.8.0
[   +2 ms] SLVR:                                 selecting fake_async 1.1.0
[   +8 ms] SLVR:                                   selecting collection 1.14.13
[   +8 ms] SLVR:                                   fact: clock >=1.0.1 <1.1.0-nullsafety depends on meta >=0.9.0 <2.0.0
[   +3 ms] SLVR:                                     selecting clock 1.0.1
[   +4 ms] SLVR:                                       selecting charcode 1.1.3
[   +8 ms] SLVR:                                         selecting characters 1.0.0
[   +8 ms] SLVR:                                         fact: boolean_selector >=1.0.4 <2.1.0-nullsafety depends on
source_span ^1.0.0
[   +4 ms] SLVR:                                         fact: boolean_selector >=2.0.0 <2.1.0-nullsafety depends on
string_scanner ^1.0.0
[   +3 ms] SLVR:                                           selecting boolean_selector 2.0.0
[   +3 ms] SLVR:                                           fact: async >=2.0.8 <2.5.0-nullsafety depends on collection
^1.5.0
[   +4 ms] SLVR:                                             selecting async 2.4.2
[   +4 ms] SLVR:                                               selecting sky_engine 0.0.99 from sdk
[   +2 ms] SLVR: Version solving took 0:00:04.709819 seconds.
[   +2 ms]     | Tried 1 solutions.
[   +2 ms] FINE: Resolving dependencies finished (4.720s).
[   +8 ms] MSG : + async 2.4.2 (2.5.0-nullsafety available)
[   +2 ms]     | + boolean_selector 2.0.0 (2.1.0-nullsafety available)
[   +2 ms]     | + characters 1.0.0 (1.1.0-nullsafety.2 available)
[   +2 ms]     | + charcode 1.1.3 (1.2.0-nullsafety available)
[   +3 ms]     | + clock 1.0.1 (1.1.0-nullsafety available)
[   +3 ms]     | + collection 1.14.13 (1.15.0-nullsafety.2 available)
[   +2 ms]     | + cupertino_icons 0.1.3
[   +2 ms]     | + fake_async 1.1.0
[   +2 ms]     | + flutter 0.0.0 from sdk flutter
[   +2 ms]     | + flutter_test 0.0.0 from sdk flutter
[   +4 ms]     | + matcher 0.12.8 (0.12.9 available)
[   +2 ms]     | + meta 1.1.8 (1.2.2 available)
[   +2 ms]     | + path 1.7.0 (1.8.0-nullsafety available)
[   +2 ms]     | + sky_engine 0.0.99 from sdk flutter
[   +2 ms]     | + source_span 1.7.0 (1.8.0-nullsafety available)
[   +2 ms]     | + stack_trace 1.9.5 (1.10.0-nullsafety available)
[   +4 ms]     | + stream_channel 2.0.0 (2.1.0-nullsafety available)
[   +2 ms]     | + string_scanner 1.0.5 (1.1.0-nullsafety available)
[   +2 ms]     | + term_glyph 1.1.0 (1.2.0-nullsafety available)
[   +2 ms]     | + test_api 0.2.17 (0.2.18 available)
[   +2 ms]     | + typed_data 1.2.0 (1.3.0-nullsafety.2 available)
[   +4 ms]     | + vector_math 2.0.8 (2.1.0-nullsafety.2 available)
[  +20 ms] IO  : Writing 3448 characters to text file .\pubspec.lock.
[   +3 ms] FINE: Contents:
[   +3 ms]     | # Generated by pub
[   +2 ms]     | # See https://dart.dev/tools/pub/glossary#lockfile
[   +2 ms]     | packages:
[   +2 ms]     |   async:
[   +2 ms]     |     dependency: transitive
[   +4 ms]     |     description:
[   +2 ms]     |       name: async
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +2 ms]     |     version: "2.4.2"
[   +4 ms]     |   boolean_selector:
[   +2 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +2 ms]     |       name: boolean_selector
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +2 ms]     |     version: "2.0.0"
[   +3 ms]     |   characters:
[   +2 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +2 ms]     |       name: characters
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +4 ms]     |     version: "1.0.0"
[   +2 ms]     |   charcode:
[   +2 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +1 ms]     |       name: charcode
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +2 ms]     |     version: "1.1.3"
[   +2 ms]     |   clock:
[   +2 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +4 ms]     |       name: clock
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +2 ms]     |     source: hosted
[   +2 ms]     |     version: "1.0.1"
[   +2 ms]     |   collection:
[   +3 ms]     |     dependency: transitive
[   +2 ms]     |     description:
[   +2 ms]     |       name: collection
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +2 ms]     |     version: "1.14.13"
[   +2 ms]     |   cupertino_icons:
[   +2 ms]     |     dependency: "direct main"
[   +2 ms]     |     description:
[   +2 ms]     |       name: cupertino_icons
[   +2 ms]     |       url: "https://pub.dartlang.org"
[   +4 ms]     |     source: hosted
[   +2 ms]     |     version: "0.1.3"
[   +2 ms]     |   fake_async:
[   +2 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +5 ms]     |       name: fake_async
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +3 ms]     |     version: "1.1.0"
[   +5 ms]     |   flutter:
[   +3 ms]     |     dependency: "direct main"
[   +3 ms]     |     description: flutter
[   +6 ms]     |     source: sdk
[   +3 ms]     |     version: "0.0.0"
[   +3 ms]     |   flutter_test:
[   +6 ms]     |     dependency: "direct dev"
[   +3 ms]     |     description: flutter
[   +3 ms]     |     source: sdk
[   +6 ms]     |     version: "0.0.0"
[   +3 ms]     |   matcher:
[   +3 ms]     |     dependency: transitive
[   +5 ms]     |     description:
[   +3 ms]     |       name: matcher
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +5 ms]     |     source: hosted
[   +3 ms]     |     version: "0.12.8"
[   +3 ms]     |   meta:
[   +3 ms]     |     dependency: transitive
[   +6 ms]     |     description:
[   +3 ms]     |       name: meta
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +5 ms]     |     source: hosted
[   +3 ms]     |     version: "1.1.8"
[   +3 ms]     |   path:
[   +3 ms]     |     dependency: transitive
[   +6 ms]     |     description:
[   +3 ms]     |       name: path
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +4 ms]     |     source: hosted
[   +3 ms]     |     version: "1.7.0"
[   +3 ms]     |   sky_engine:
[   +6 ms]     |     dependency: transitive
[   +3 ms]     |     description: flutter
[   +3 ms]     |     source: sdk
[   +4 ms]     |     version: "0.0.99"
[   +3 ms]     |   source_span:
[   +3 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +5 ms]     |       name: source_span
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +4 ms]     |     version: "1.7.0"
[   +3 ms]     |   stack_trace:
[   +4 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +5 ms]     |       name: stack_trace
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +3 ms]     |     version: "1.9.5"
[   +5 ms]     |   stream_channel:
[   +3 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: stream_channel
[   +6 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +3 ms]     |     version: "2.0.0"
[   +3 ms]     |   string_scanner:
[   +5 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: string_scanner
[   +5 ms]     |       url: "https://pub.dartlang.org"
[   +4 ms]     |     source: hosted
[   +3 ms]     |     version: "1.0.5"
[   +3 ms]     |   term_glyph:
[   +5 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: term_glyph
[   +4 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +3 ms]     |     version: "1.1.0"
[   +3 ms]     |   test_api:
[   +6 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: test_api
[   +5 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +3 ms]     |     version: "0.2.17"
[   +3 ms]     |   typed_data:
[   +6 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: typed_data
[   +3 ms]     |       url: "https://pub.dartlang.org"
[   +5 ms]     |     source: hosted
[   +3 ms]     |     version: "1.2.0"
[   +3 ms]     |   vector_math:
[   +7 ms]     |     dependency: transitive
[   +3 ms]     |     description:
[   +3 ms]     |       name: vector_math
[   +9 ms]     |       url: "https://pub.dartlang.org"
[   +3 ms]     |     source: hosted
[   +5 ms]     |     version: "2.0.8"
[   +3 ms]     | sdks:
[   +3 ms]     |   dart: ">=2.9.0-14.0.dev <3.0.0"
[   +5 ms] IO  : Writing 2002 characters to text file .\.packages.
[   +3 ms] FINE: Contents:
[   +3 ms]     | # Generated by pub on 2020-08-11 01:19:17.661710.
[   +5 ms]     | async:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/async-2.4.2/lib/
[   +3 ms]     |
boolean_selector:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0/lib/
[   +4 ms]     | characters:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/characters-1.0.0/lib/
[   +6 ms]     | charcode:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3/lib/
[   +6 ms]     | clock:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/clock-1.0.1/lib/
[   +7 ms] MSG : Changed 22 dependencies!
[   +3 ms]     | collection:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/collection-1.14.13/lib/
[   +3 ms]     | cupertino_icons:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3/lib/
[  +10 ms]     | fake_async:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0/lib/
[   +3 ms]     | flutter:file:///E:/flutter%20SDK/packages/flutter/lib/
[   +3 ms]     | flutter_test:file:///E:/flutter%20SDK/packages/flutter_test/lib/
[   +3 ms]     | matcher:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.8/lib/
[   +6 ms]     | meta:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8/lib/
[   +3 ms]     | path:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/path-1.7.0/lib/
[   +3 ms]     | sky_engine:file:///E:/flutter%20SDK/bin/cache/pkg/sky_engine/lib/
[   +5 ms]     | source_span:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0/lib/
[   +3 ms]     | stack_trace:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.5/lib/
[   +3 ms]     | stream_channel:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0/lib/
[   +6 ms]     | string_scanner:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5/lib/
[   +5 ms]     | term_glyph:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0/lib/
[   +3 ms]     | test_api:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.17/lib/
[   +5 ms]     | typed_data:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/typed_data-1.2.0/lib/
[   +3 ms]     | vector_math:file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8/lib/
[   +3 ms]     | foo:lib/
[   +5 ms] IO  : Writing 4494 characters to text file .\.dart_tool\package_config.json.
[   +3 ms] FINE: Contents:
[   +4 ms]     | {
[   +4 ms]     |   "configVersion": 2,
[   +5 ms]     |   "packages": [
[   +3 ms]     |     {
[   +3 ms]     |       "name": "async",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/async-2.4.2",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.2"
[   +3 ms]     |     },
[   +6 ms]     |     {
[   +3 ms]     |       "name": "boolean_selector",
[   +3 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.0.0",
[   +7 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.4"
[   +3 ms]     |     },
[   +5 ms]     |     {
[   +3 ms]     |       "name": "characters",
[   +3 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/characters-1.0.0",
[   +5 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.6"
[   +3 ms]     |     },
[   +5 ms]     |     {
[   +3 ms]     |       "name": "charcode",
[   +3 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.3",
[   +3 ms]     |       "packageUri": "lib/",
[   +6 ms]     |       "languageVersion": "2.0"
[   +3 ms]     |     },
[   +3 ms]     |     {
[   +6 ms]     |       "name": "clock",
[   +3 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/clock-1.0.1",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.0"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "collection",
[   +7 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/collection-1.14.13",
[   +4 ms]     |       "packageUri": "lib/",
[   +5 ms]     |       "languageVersion": "2.3"
[   +3 ms]     |     },
[   +3 ms]     |     {
[   +5 ms]     |       "name": "cupertino_icons",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/cupertino_icons-0.1.3",
[   +4 ms]     |       "packageUri": "lib/",
[   +5 ms]     |       "languageVersion": "2.0"
[   +3 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "fake_async",
[   +6 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/fake_async-1.1.0",
[   +4 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.2"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "flutter",
[   +6 ms]     |       "rootUri": "file:///E:/flutter%20SDK/packages/flutter",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.9"
[   +5 ms]     |     },
[   +4 ms]     |     {
[   +3 ms]     |       "name": "flutter_test",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/packages/flutter_test",
[   +3 ms]     |       "packageUri": "lib/",
[   +5 ms]     |       "languageVersion": "2.2"
[   +3 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "matcher",
[   +7 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/matcher-0.12.8",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.4"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "meta",
[   +4 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8",
[   +6 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "1.12"
[   +3 ms]     |     },
[   +7 ms]     |     {
[   +3 ms]     |       "name": "path",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/path-1.7.0",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.0"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "sky_engine",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/bin/cache/pkg/sky_engine",
[   +3 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "1.11"
[   +6 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "source_span",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/source_span-1.7.0",
[   +4 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.6"
[   +3 ms]     |     },
[   +5 ms]     |     {
[   +2 ms]     |       "name": "stack_trace",
[   +2 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/stack_trace-1.9.5",
[   +4 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +2 ms]     |     {
[   +2 ms]     |       "name": "stream_channel",
[   +2 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/stream_channel-2.0.0",
[   +4 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "string_scanner",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/string_scanner-1.0.5",
[   +4 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.0"
[   +6 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "term_glyph",
[   +3 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/term_glyph-1.1.0",
[   +7 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "1.8"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "test_api",
[   +5 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/test_api-0.2.17",
[   +4 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.7"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "typed_data",
[   +7 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/typed_data-1.2.0",
[   +4 ms]     |       "packageUri": "lib/",
[   +3 ms]     |       "languageVersion": "2.4"
[   +5 ms]     |     },
[   +3 ms]     |     {
[   +3 ms]     |       "name": "vector_math",
[   +6 ms]     |       "rootUri": "file:///E:/flutter%20SDK/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8",
[   +3 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.0"
[   +2 ms]     |     },
[   +3 ms]     |     {
[   +2 ms]     |       "name": "foo",
[   +2 ms]     |       "rootUri": "../",
[   +2 ms]     |       "packageUri": "lib/",
[   +2 ms]     |       "languageVersion": "2.7"
[   +4 ms]     |     }
[   +2 ms]     |   ],
[   +3 ms]     |   "generated": "2020-08-11T08:19:17.955641Z",
[   +2 ms]     |   "generator": "pub",
[   +2 ms]     |   "generatorVersion": "2.9.0"
[   +3 ms]     | }
[  +38 ms] Running "flutter pub get" in foo... (completed in 6.8s)
[ +230 ms] Generating C:\Users\Ashraful
Attari\foo\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[  +41 ms] Wrote 71 files.
[   +2 ms]
           All done!
[  +31 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +177 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version
[   +2 ms] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
           OpenJDK 64-Bit Server VM (build 25.242-b01, mixed mode)
[  +13 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +178 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version
[   +2 ms] openjdk version "1.8.0_242-release"
           OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
           OpenJDK 64-Bit Server VM (build 25.242-b01, mixed mode)
[  +12 ms] executing: [E:\flutter SDK/] git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ +140 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[   +5 ms] 5 days ago
[ +116 ms] java -version
[ +208 ms] executing: E:\AndroidSDK\cmdline-tools\latest\bin\sdkmanager.bat --licenses
[+9774 ms] executing: E:\AndroidSDK\platform-tools\adb.exe devices -l
[  +52 ms] executing: E:\AndroidSDK\platform-tools\adb.exe devices -l
[  +73 ms] List of devices attached
           bb2fca1a               device product:violet model:Redmi_Note_7_Pro device:violet transport_id:1
[   +6 ms] [✓] Flutter: is fully installed. (Channel stable, 1.20.1, on Microsoft Windows [Version 10.0.19041.388],
locale en-US)
           [✓] Android toolchain - develop for Android devices: is fully installed. (Android SDK version 30.0.1)
           [✓] Android Studio: is fully installed. (version 4.0)
           [!] Connected device: is not available.

           Run "flutter doctor" for information about installing additional components.

[   +2 ms] In order to run your application, type:

             $ cd foo
             $ flutter run

           Your application code is in foo\lib\main.dart.

[   +2 ms] "flutter create" took 20,394ms.
[ +273 ms] ensureAnalyticsSent: 267ms
[  +10 ms] Running shutdown hooks
[   +4 ms] Shutdown hooks complete
[   +4 ms] exiting with code 0
[√] Flutter (Channel stable, 1.20.1, on Microsoft Windows [Version 10.0.19041.388], locale en-US)
    • Flutter version 1.20.1 at E:\flutter SDK
    • Framework revision 2ae34518b8 (5 days ago), 2020-08-05 19:53:19 -0700
    • Engine revision c8e3b94853
    • Dart version 2.9.0


[√] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
    • Android SDK at E:\AndroidSDK
    • Platform android-30, build-tools 30.0.1
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[√] Android Studio (version 4.0)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 48.0.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] Connected device (1 available)
    • Redmi Note 7 Pro (mobile) • bb2fca1a • android-arm64 • Android 10 (API 29)

• No issues found!

After Search on find same like that

#59271 (comment)
@TahaTesser

Execute the following
flutter channel master
flutter upgrade
flutter doctor -v
and trying the building appbundle the again

Error

Running Gradle task 'assembleRelease'...
Codepoint 60113 not found in font, aborting.
FAILURE: Build failed with an exception.
* Where:
Script 'E:\flutter SDK\packages\flutter_tools\gradle\flutter.gradle' line: 897
* What went wrong:
Execution failed for task ':app:compileFlutterBuildRelease'.
> Process 'command 'E:\flutter SDK\bin\flutter.bat'' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 8m 19s
Running Gradle task 'assembleRelease'...
Running Gradle task 'assembleRelease'... Done                     501.3s (!)
Gradle task assembleRelease failed with exit code 1
@asrafulattare asrafulattare changed the title Build Failed to flutter build apk Dart snapshot generator failed with exit code -1073741819 Aug 10, 2020
@darshankawar
Copy link
Member

Hi @attare026,
Please see this comment.
Can you also try this solution and see if it works for you ?

@darshankawar darshankawar added in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds labels Aug 11, 2020
@asrafulattare
Copy link
Author

Hi @attare026,
Please see this comment.
Can you also try this solution and see if it works for you ?

Yeah I will try

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 11, 2020
@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 11, 2020
@asrafulattare
Copy link
Author

Any update?

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 12, 2020
@darshankawar
Copy link
Member

@attare026, In this comment, you said you'll try the solutions listed. Did you try those ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 12, 2020
@asrafulattare
Copy link
Author

Yeah! I will try this! but the same issue

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 12, 2020
@darshankawar
Copy link
Member

@attare026,
Please provide a minimal complete reproducible code sample that shows the issue.
Thanks.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 13, 2020
@asrafulattare
Copy link
Author

@attare026,
Please provide a minimal complete reproducible code sample that shows the issue.
Thanks.

Where i find it?

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 13, 2020
@darshankawar
Copy link
Member

@attare026,
Please provide the code that you are running that works in debug but not in release mode. Provide a minimal complete reproducible code sample that we can copy paste and run in IDE.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 13, 2020
@TahaTesser TahaTesser removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 4, 2020
@TahaTesser
Copy link
Member

Without additional information we are unfortunately not sure how to resolve this issue.
We are therefore reluctantly going to close this bug for now.
Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

@Shiba-Kar
Copy link

[ +1 ms] MSG : Got dependencies!
[ +31 ms] Running "flutter pub get" in evolve... (completed in 5.9s)
[ +54 ms] Found plugin connectivity at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.9+3
[ +6 ms] Found plugin connectivity_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.3.1+2
[ +6 ms] Found plugin connectivity_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+5\
[ +20 ms] Found plugin flutter_image_compress at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_image_compress-0.6.8
[ +4 ms] Found plugin flutter_keyboard_visibility at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-3.2.2
[ +8 ms] Found plugin flutter_local_notifications at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_local_notifications-1.5.0+1
[ +3 ms] Found plugin flutter_native_image at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_native_image-0.0.5+2\
[ +2 ms] Found plugin flutter_plugin_android_lifecycle at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11
[ +22 ms] Found plugin image_picker at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker-0.6.7+11
[ +6 ms] Found plugin image_picker_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-0.1.0+2\
[ +13 ms] Found plugin path_provider_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2\
[ +5 ms] Found plugin path_provider_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.4+1
[ +14 ms] Found plugin phone_number at C:\flutter.pub-cache\hosted\pub.dartlang.org\phone_number-0.6.3
[ +8 ms] Found plugin qrscan at C:\flutter.pub-cache\hosted\pub.dartlang.org\qrscan-0.2.17
[ +9 ms] Found plugin searchable_dropdown at C:\flutter.pub-cache\hosted\pub.dartlang.org\searchable_dropdown-1.1.3
[ +1 ms] Found plugin shared_preferences at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.12\
[ +15 ms] Found plugin shared_preferences_linux at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-0.0.2+2
[ +2 ms] Found plugin shared_preferences_macos at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+10
[ +13 ms] Found plugin shared_preferences_web at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+7
[ +1 ms] Found plugin shared_preferences_windows at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-0.0.1+1
[ +150 ms] Found plugin connectivity at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.9+3
[ +2 ms] Found plugin connectivity_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_for_web-0.3.1+2
[ +3 ms] Found plugin connectivity_macos at C:\flutter.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+5\
[ +22 ms] Found plugin flutter_image_compress at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_image_compress-0.6.8
[ +1 ms] Found plugin flutter_keyboard_visibility at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_keyboard_visibility-3.2.2
[ +1 ms] Found plugin flutter_local_notifications at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_local_notifications-1.5.0+1
[ +19 ms] Found plugin flutter_native_image at C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_native_image-0.0.5+2
[ +31 ms] Found plugin flutter_plugin_android_lifecycle at
C:\flutter.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.11
[ +29 ms] Found plugin image_picker at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker-0.6.7+11
[ +2 ms] Found plugin image_picker_for_web at C:\flutter.pub-cache\hosted\pub.dartlang.org\image_picker_for_web-0.1.0+2
[ +24 ms] Found plugin path_provider_linux at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_linux-0.0.1+2
[ +14 ms] Found plugin path_provider_windows at C:\flutter.pub-cache\hosted\pub.dartlang.org\path_provider_windows-0.0.4+1
[ +24 ms] Found plugin phone_number at C:\flutter.pub-cache\hosted\pub.dartlang.org\phone_number-0.6.3
[ +31 ms] Found plugin qrscan at C:\flutter.pub-cache\hosted\pub.dartlang.org\qrscan-0.2.17
[ +1 ms] Found plugin searchable_dropdown at C:\flutter.pub-cache\hosted\pub.dartlang.org\searchable_dropdown-1.1.3\
[ +1 ms] Found plugin shared_preferences at C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.12\
[ +1 ms] Found plugin shared_preferences_linux at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_linux-0.0.2+2
[ +18 ms] Found plugin shared_preferences_macos at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+10
[ +18 ms] Found plugin shared_preferences_web at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+7
[ +16 ms] Found plugin shared_preferences_windows at
C:\flutter.pub-cache\hosted\pub.dartlang.org\shared_preferences_windows-0.0.1+1
[ +113 ms] Generating
C:\Programming\Flutter\evolve\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +41 ms] You are building a fat APK that includes binaries for android-arm, android-arm64, android-x64.
[ +1 ms] If you are deploying the app to the Play Store, it's recommended to use app bundles or split the APK to reduce the
APK size.
[ ] To generate an app bundle, run:
[ +18 ms] flutter build appbundle --target-platform android-arm,android-arm64,android-x64
[ +1 ms] Learn more on: https://developer.android.com/guide/app-bundle
[ +4 ms] To split the APKs per ABI, run:
[ +16 ms] flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
[ +30 ms] Learn more on: https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split
[ +29 ms] Running Gradle task 'assembleRelease'...
[ +8 ms] gradle.properties already sets android.enableR8
[ +19 ms] Using gradle from C:\Programming\Flutter\evolve\android\gradlew.bat.
[ +13 ms] C:\Programming\Flutter\evolve\android\gradlew.bat mode: 33279 rwxrwxrwx.
[ +17 ms] executing: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ +119 ms] Exit code 0 from: C:\Program Files\Android\Android Studio\jre\bin\java -version
[ ] openjdk version "1.8.0_242-release"
OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
OpenJDK 64-Bit Server VM (build 25.242-b01, mixed mode)
[ +2 ms] executing: [C:\Programming\Flutter\evolve\android/] C:\Programming\Flutter\evolve\android\gradlew.bat
-Pverbose=true -Ptarget-platform=android-arm,android-arm64,android-x64 -Ptarget=lib\main.dart -Ptrack-widget-creation=true
-Pshrink=true -Ptree-shake-icons=true assembleRelease
[+1223 ms] Starting a Gradle Daemon, 1 busy and 1 incompatible Daemons could not be reused, use --status for details
[+13300 ms] > Task :app:compileFlutterBuildRelease
[ +1 ms] [ +120 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] [ +53 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +20 ms] [ ] f30b7f4
[ +5 ms] [ +2 ms] executing: [C:\flutter/] git tag --points-at HEAD
[ +1 ms] [ +39 ms] Exit code 0 from: git tag --points-at HEAD
[ +29 ms] [ ] 1.22.0-12.4.pre
[ +3 ms] 1.22.1
[ +1 ms] [ +7 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +1 ms] [ +25 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] [ ] origin/stable
[ ] [ ] executing: [C:\flutter/] git ls-remote --get-url origin
[ +16 ms] [ +24 ms] Exit code 0 from: git ls-remote --get-url origin
[ +17 ms] [ ] https://github.com/flutter/flutter.git
[ +3 ms] [ +58 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ +14 ms] [ +25 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ +5 ms] [ ] stable
[ +1 ms] [ +38 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ +2 ms] [ +5 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[ +46 ms] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[ +16 ms] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +16 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +1 ms] [ +14 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[ +15 ms] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +16 ms] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[ +19 ms] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[ +5 ms] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[ +2 ms] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[ +1 ms] [ ] 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.
[ +14 ms] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +15 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +33 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +31 ms] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[ +1 ms] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[ +14 ms] [ +69 ms] Initializing file store
[ ] [ +23 ms] Skipping target: gen_localizations
[ +6 ms] [ +9 ms] kernel_snapshot: Starting due to {}
[ ] [ +30 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\frontend_server.dart.snapshot --sdk-root
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk_product/ --target=flutter
-Ddart.developer.causal_async_stacks=false -Ddart.vm.profile=false -Ddart.vm.product=true --bytecode-options=source-positions
--aot --tfa --packages C:\Programming\Flutter\evolve.packages --output-dill
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\app.dill --depfile
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\kernel_snapshot.d
package:evolve2/main.dart
[+35984 ms] [+37189 ms] kernel_snapshot: Complete
[+1000 ms] [+1070 ms] aot_android_asset_bundle: Starting due to {}
[ +797 ms] [ +736 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more
information see #56466.
[ +1 ms] [ +53 ms] android_aot_release_android-x64: Starting due to {InvalidatedReason.inputChanged}
[ +15 ms] [ +10 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-x64-release\windows-x64\gen_snapshot
--deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\x86_64\app.so --strip
--no-causal-async-stacks --lazy-async-stacks
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\app.dill
[ +4 ms] [ +1 ms] android_aot_release_android-arm: Starting due to {InvalidatedReason.inputChanged}
[ +4 ms] [ +1 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-arm-release\windows-x64\gen_snapshot
--deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\armeabi-v7a\app.so --strip
--no-sim-use-hardfp --no-use-integer-division --no-causal-async-stacks --lazy-async-stacks
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\app.dill
[ +22 ms] [ +1 ms] android_aot_release_android-arm64: Starting due to {InvalidatedReason.inputChanged}
[ +1 ms] [ +1 ms] executing: C:\flutter\bin\cache\artifacts\engine\android-arm64-release\windows-x64\gen_snapshot
--deterministic --snapshot_kind=app-aot-elf
--elf=C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\arm64-v8a\app.so --strip
--no-causal-async-stacks --lazy-async-stacks
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\app.dill
[ +250 ms] [ +294 ms] Running command: C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev
C:\flutter\bin\cache\artifacts\engine\windows-x64\const_finder.dart.snapshot --kernel-file
C:\Programming\Flutter\evolve.dart_tool\flutter_build\ebf235fccc69ec57c0ac89b34d8b3bc3\app.dill --class-library-uri
package:flutter/src/widgets/icon_data.dart --class-name IconData
[+1117 ms] [+1060 ms] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/mdi/fonts/materialdesignicons-webfont.ttf C:\flutter.pub-cache\hosted\pub.dartlang.org\mdi-3.0.0\fonts\materialdesignicons-webfont.ttf, using codepoints
985356 983560 987805 986643 984481 984598 984597 983561 983132 983107 983476 984043 983382 983497 987944 987945 987946 987947
983043 983042 986081 983044 983045 985936 985937 985938 985939 985940 983046 985396 987146 983047 987871 987872 987287 987288
983048 986082 985737 985738 987336 983049 985941 985942 985943 988016 988017 983050 987905 986779 984625 988018 984764 987131
985161 985944 984501 985241 986083 983051 986084 987486 987487 983053 985836 983054 985285 987646 984531 986085 983055 983056
985088 987658 987659 985091 986345 983057 986086 983058 986087 983059 983060 985089 985945 985946 983061 985837 983062 985397
984624 987337 983063 986088 985739 985740 987437 983065 984267 986339 987338 987912 987914 987915 987913 984523 983066 985398
987037 983067 986435 986540 987289 988262 986436 986089 983068 987147 983069 984532 983070 984533 985163 983072 984974 983073
984975 986090 983074 986737 986738 983075 983076 984718 983077 983078 983079 986340 983080 987629 987630 984534 984765 986341
988347 988350 983081 986342 984935 986343 983082 988346 988349 988348 988351 987598 987599 985242 987339 987587 987586 987588
987589 987590 987591 984766 987736 983083 985838 985864 986091 986092 986093 985839 985865 986094 986095 986096 985840 985866
986097 986098 986099 985841 985867 986100 986101 986102 985842 985868 986103 986104 986105 985843 985869 986106 986107 986108
985844 985870 986109 986110 986111 985845 985871 986112 986113 986114 985846 985872 986115 986116 986117 985847 985873 986118
986119 986120 985848 985874 986121 986122 986123 985849 985875 986124 986125 986126 985850 985876 986127 986128 986129 985851
985877 986130 986131 986132 985852 985878 986133 986134 986135 985853 985879 986136 986137 986138 985854 985880 986139 986140
986141 985855 985881 986142 986143 986144 985856 985882 986145 986146 986147 985857 985883 986148 986149 986150 985858 985884
986151 986152 986153 985859 985885 986154 986155 986156 985860 985886 986157 986158 986159 985861 985887 986160 986161 986162
985862 985888 986163 986164 986165 985863 985889 986166 986167 986168 987948 987949 987950 987951 987952 987959 983084 987148
987149 987150 984535 983085 985286 983087 986344 985741 983088 987573 983089 983090 985742 983091 986437 983092 985399 985400
985401 984754 984767 984536 985743 985402 985744 987290 987417 985243 987151 987291 987735 983093 983071 983094 983096 983095
984626 984627 984628 984629 984630 983097 984596 986541 986542 987038 987039 983099 986438 985287 983100 987737 987738 987739
987740 987662 987095 987094 983101 983102 983103 983104 983105 983106 985527 985528 985529 985530 983108 984978 985164 984979
984980 984981 985165 985531 985532 985533 985534 983109 984878 984879 984880 983111 983112 983113 985535 984768 986331 986332
983114 983115 983110 983116 984982 985166 984983 984984 984985 985167 987483 983117 984881 984882 984883 983119 983120 983121
985536 984769 986333 986334 983122 983123 986739 986740 985537 983118 983124 984884 984885 984886 983126 983127 983128 985538
984770 986335 986336 983129 983130 983125 985403 985404 983131 985539 986741 986742 985540 985541 986743 986744 985542 983133
984887 984888 984889 983135 983136 983137 985543 984771 986337 986338 986745 986746 985544 983138 983139 983134 987484 985947
985636 983140 984772 983141 985092 986439 984936 986747 983142 985405 987574 985168 988030 983144 983145 983146 983147 986639
985288 986440 986441 988174 986442 986443 986444 986445 986446 986447 986448 986449 986450 986451 986452 986453 986454 986455
986456 985637 983148 986937 986938 988128 984719 987040 986748 986749 983149 983150 985948 986750 986751 983151 986837 986838
986535 986536 986537 986637 986638 986538 985169 986939 986469 986940 986941 986640 986641 986642 986942 985638 985545 985546
986169 986170 986543 984693 983152 986544 986752 986545 986546 985639 985640 985641 983153 987702 983154 983155 985949 985950
983156 985170 985171 987523 983158 983159 987521 983160 985094 986171 986172 985951 983161 983162 985406 983163 985407 983164
985408 983165 985409 983166 985410 983167 985411 983168 985412 983169 985413 983170 985414 983171 985415 987340 987341 985416
985417 983172 985244 983173 983174 983175 983176 985245 983177 985246 983178 983179 987814 987812 987813 985247 985095 985096
985097 985098 985099 985100 985101 985102 985103 985104 985105 985106 987663 987664 987665 987811 987809 987810 983180 983181
987741 987742 983182 983183 983184 983185 985418 985952 983186 986346 987689 987690 987691 987692 987693 987694 984720 987695
987696 987697 987698 987699 987700 983779 987092 987091 985248 987090 987089 983193 987088 987099 987245 987246 987041 987042
988141 987342 983192 987916 983194 986457 986753 988135 988136 987621 987622 986458 986459 988137 988138 983195 985745 983196
983197 985746 988139 988140 983198 983199 983200 985747 983201 985547 986644 987292 987701 983203 987423 987152 985953 985954
983205 983206 983207 983208 985107 983209 986347 983211 983212 987153 983213 983214 986348 983215 983216 983217 983218 983219
983220 983221 983222 983223 983224 986349 986547 984721 984773 983225 983226 988077 988078 984605 983202 987247 984986 984987
984537 985748 985355 983227 984118 983143 983229 985955 984538 983230 985956 986754 986755 984539 985749 985822 985751 985750
984266 986756 986757 983231 983228 983232 983233 988027 985548 985549 986645 986646 983234 988025 985550 985551 983235 983237
983236 983238 988026 987743 986758 986759 986760 986761 986762 986763 986764 986765 984540 987343 984774 983239 985249 983240
985250 983241 983242 983243 983244 985251 983245 985252 983246 983247 985253 983248 983249 985254 983250 987248 987249 988003
987250 987438 987439 987440 987441 987442 987443 985172 987920 984696 983694 984599 983780 983721 983251 983252 983253 985930
984631 985957 985552 985553 986350 986351 984600 983254 986352 986353 983255 987934 987344 987345 983256 986173 985752 986174
985642 986175 985108 985643 986176 985644 986177 985645 986178 983257 986179 988308 988309 983258 983259 983260 983261 983262
983263 983264 983265 986354 983266 983267 988181 988182 985419 984601 984440 983268 985646 985647 985648 986548 985890 986355
983269 983270 985891 984541 985289 987879 987906 983191 983271 985753 984988 984989 985290 984990 987666 986943 984991 984992
987154 987155 987156 988052 983272 986549 983273 983274 983275 983276 985754 983277 986839 986840 985649 987444 987445 983278
987251 985958 983279 986180 983280 985255 985892 985554 985893 986460 986647 986648 983281 983282 985650 985959 983283 984722
984697 985960 983521 983555 983284 986181 985420 985555 986766 986767 983285 986182 983286 985651 985652 986841 986842 983287
983288 983289 983290 983291 983292 983295 983296 985291 984723 985961 983297 985962 983298 983299 984993 985292 983300 984994
984995 984996 984997 984543 986461 983301 986843 986844 983302 983303 986649 986650 983304 985162 983305 986550 986551 986845
984890 984546 983306 984998 985755 983307 987157 987158 988082 988083 986651 983308 986183 986184 986462 986463 987159 987043
987160 988108 983309 984999 987161 986464 986465 986466 985963 987293 985964 986185 985000 985001 987582 985965 986186 986187
986188 985293 985966 986652 986467 985002 987044 987045 987046 988109 986944 985003 985004 986189 986468 987162 983310 987163
987164 988352 985005 985967 984530 986539 983715 984795 983438 986776 986777 986778 985968 985969 985970 985971 985972 985973
985974 987647 987648 987252 987253 985975 985976 984632 985294 985295 987165 985296 984633 984634 985297 984775 983311 983312
986470 986190 986471 986472 984683 983313 983314 986473 983315 983316 983317 986552 987744 983318 987745 985756 986356 987746
987510 983319 985556 983320 987166 983321 986653 984970 983322 983323 985006 984937 983324 983325 985557 983326 988055 985425
983327 985421 986945 983328 985422 983329 983330 985423 985299 987346 986768 987864 985424 987167 985653 983331 985426 985298
985109 986357 987418 983332 987528 986952 983333 986191 983334 983335 986769 983336 984938 986192 987047 984547 985007 985008
984684 983337 983338 984939 985009 985300 987667 983339 988032 987615 987616 986770 984685 984686 986771 986772 985977 985978
987849 988176 988179 986846 988175 988178 985979 987850 988177 988180 987857 987858 983340 983341 986654 986193 986194 984544
984545 984977 986195 986196 985173 986655 986656 986657 985757 983342 983343 983344 987884 987885 983345 985174 983346 983347
983348 983349 983350 984635 984636 983351 983352 984637 984638 983353 983354 987650 987649 987651 987833 988142 985980 983355
985180 985175 985176 985177 985178 985179 983356 983357 983358 983359 983360 985558 985559 985894 985895 983361 985560 985561
985896 985897 983362 985562 985563 985898 985899 986553 986554 986555 986556 983363 985564 985565 985900 985901 985010 985011
985012 988263 984602 985427 986358 983364 987529 988187 984933 986773 985301 986774 988053 988054 985566 985912 984725 987347
984934 985758 985759 985760 985761 985762 985763 985764 985765 985567 986658 983366 985654 985655 983367 983368 986197 983369
986359 983370 986198 983371 986360 986361 986362 986199 986200 983374 987747 987748 985256 987749 987750 984776 987415 987348
987349 987751 987752 983372 986201 987753 987754 986202 984913 987935 985181 985182 983373 987755 987756 985656 986203 986204
983375 985428 985429 984526 987048 987049 986775 983377 983378 983379 983380 983376 983381 988230 988242 988233 988245 988227
988239 988226 988238 988231 988243 988223 988235 988229 988241 988228 988240 988232 988244 988225 988237 988234 988246 988224
988236 983383 986205 986206 983384 983385 984618 985219 983386 983387 986207 983388 983389 984777 988056 983390 986557 983391
985568 985013 983392 987852 983393 983394 985981 987633 987634 983396 983395 983397 983398 985657 984362 985430 985431 984639
987862 985014 983399 985982 985110 987168 987294 983400 983401 987350 983402 983403 983404 983405 984614 983406 983407 983408
983409 983410 987351 983411 983412 984724 983413 983414 987295 987050 987051 984778 983415 987918 985983 984211 984212 987613
987614 988110 988111 985275 988254 988255 988256 988257 987227 987228 985302 984640 985766 985767 983417 986659 986667 986660
986661 986662 983418 983419 983420 983421 983422 985569 985570 985571 985572 983423 983424 987583 987844 985658 985659 985183
983425 983426 985573 983427 983428 983429 985111 983430 987169 987170 984542 983431 985660 985661 983432 985184 985185 983433
983434 988306 988307 983435 985984 985985 983436 988034 987296 983437 985015 985257 986208 987352 986474 983841 984072 984779
984504 985662 985663 985664 983439 983440 983441 983442 983443 986946 986947 983444 986948 988251 988252 986363 986364 986663
986664 985112 984603 985902 983445 983446 983447 985986 985987 983448 984008 984550 985432 985016 988143 988281 983449 983450
986847 986848 985186 984692 986475 987119 988112 988113 986849 986850 984744 986558 987052 987053 987120 983452 987121 984548
983451 987122 984694 987123 985768 987054 987055 987124 983453 987125 985303 985090 984442 984443 986476 986477 983454 983455
983456 983457 984726 983458 983459 983460 986949 987446 983461 987600 985433 985903 983462 988188 988189 983463 985988 983464
983465 983466 984549 988029 987919 983467 986950 986951 985434 985187 985188 985989 983468 985018 985019 983469 987925 983470
986209 983471 985020 985021 985189 983472 985574 986780 983473 985022 983474 985023 983489 987499 983416 984698 988288 985436
983488 986365 986366 987431 987432 983487 983486 983485 984551 983484 985769 985990 985438 985437 985770 987894 983483 983482
984514 986368 985190 986369 986367 985304 985305 985991 985306 983481 983480 983479 984940 984941 987297 987298 987299 987300
983478 983477 987301 987302 984707 985992 984780 986781 984552 985993 987303 987304 985575 985113 984553 986210 983475 983490
987705 985439 983491 985024 983492 985576 983493 985771 983494 986478 984727 983495 987056 987430 984604 986211 986212 986213
985994 985995 983496 983498 987466 983499 987467 983500 987468 983501 987469 983502 987470 983503 987471 987475 984943 987476
985191 987477 984554 987472 984555 987473 984557 987474 984556 984942 987478 987703 985025 983504 984641 984558 983505 985440
984687 985772 987576 987577 983506 987593 987592 987594 987595 987596 987597 986559 986560 986561 986562 986563 986564 986565
983508 983509 985665 984708 983510 985996 984728 984729 987305 987306 987307 987308 985192 985666 985667 985773 985668 984755
986782 983511 986479 987309 987310 988190 987171 985026 985114 985115 987311 985116 987878 985193 985774 983512 985027 985997
983513 985028 985998 984730 983514 988258 988259 988260 988261 987936 987937 985577 984820 986214 987312 987313 985999 983515
983516 987888 986000 983517 987889 986370 986953 983518 983519 986954 986955 983522 983523 983524 983525 983526 986215 985029
985669 983527 987921 984781 988167 984782 988166 988168 988164 983528 988163 988165 985775 985776 988144 988145 988146 985578
983530 986001 986783 987353 987172 985030 983531 983532 983533 987842 988033 987841 986784 986785 983534 984783 986434 986371
985777 985778 986851 986852 983537 986002 986853 986854 986855 986856 987057 988131 988132 983535 986857 986858 984559 983536
985579 985580 987354 987355 985441 985442 987356 987357 987847 987848 984560 985904 984756 986216 986217 986218 987358 987359
986219 983539 986220 986221 986222 984731 986223 983540 986224 984732 986956 986957 986225 983541 986226 986227 987668 987669
986228 983542 983538 983543 986229 986230 983544 983545 986231 986232 986233 983546 985670 985671 983547 987360 983548 983549
986786 986787 983550 984642 983551 988057 987840 987839 986234 985779 985194 983552 983553 983554 984561 983556 987173 983557
987704 985672 983558 985780 985781 985262 987058 985443 985444 983559 986003 986372 986373 986004 986005 987174 987175 984785
984784 985195 985196 985197 985198 983562 988125 988127 988124 988126 983563 984643 986480 986006 984644 987254 986235 987255
987256 983564 983566 985905 983567 983568 988268 988269 988270 988272 985117 988271 988273 988274 988275 988276 983569 986481
986374 987640 984786 983570 984787 985673 985674 985307 988353 986788 983571 983572 984891 987176 985675 985676 985782 986859
986860 986566 986567 987526 987527 983573 987177 983574 986665 987873 987874 983575 987178 983598 987179 987259 987260 985258
983576 986789 983577 986568 986569 985582 985445 985446 987623 987624 983579 983580 987180 987181 983581 987182 986570 986571
983582 986007 984595 983583 986800 983584 987183 987524 987525 987511 987512 983585 987184 985785 987185 983586 987186 983587
986666 983588 983589 983590 987059 986669 985118 987187 987513 987514 984914 986861 983591 983592 987188 987189 983593 985199
987190 985368 984385 986008 987191 985906 985907 984688 987192 986236 986237 983594 987193 987257 987258 987194 987195 987060
987061 987670 987671 986238 987361 987362 987363 987364 986239 984645 988114 985308 987196 985677 985678 983595 986668 983596
983597 987197 987198 983599 983600 983858 986392 983601 983602 987365 987366 986862 986863 983603 986864 986865 983604 983605
983606 987410 987411 987199 985119 984788 983607 986801 983608 986866 987447 987448 987449 985259 985447 983609 986670 986671
986672 983610 988147 986867 986868 986869 986870 983611 983612 986009 987314 983613 986010 987315 986011 987316 983615 983616
983614 986482 983617 986871 986872 983618 985120 983619 984789 984699 983620 983621 983187 983188 987706 987707 988148 988149
983189 987708 987709 987710 987711 987712 987713 988150 988151 983190 987714 987715 987716 987717 987723 987724 987725 987726
987907 987367 983623 983624 987368 985309 987200 987201 985121 983625 985583 983626 985584 986376 985585 985586 986958 986959
986960 986961 983627 983628 986012 986572 986573 985786 985787 987263 987264 983629 987369 985310 986574 983630 987370 987371
987317 987318 983631 987319 987320 985260 985261 986240 987372 983632 983633 987757 987758 983634 987718 983635 983636 983637
988286 988287 987993 987994 985200 986241 984944 986575 983638 983639 986013 986377 986378 984905 984386 983640 986014 985448
985449 987261 987262 984733 988115 988116 986015 987062 987063 986379 986380 987875 987876 986242 986243 983641 987373 984811
985017 983098 983642 983643 986244 985032 988191 988264 988265 988192 984562 984563 988266 988267 983644 988133 986962 983645
983646 983647 985033 988160 988161 987285 984590 987997 985077 984915 983648 983649 983650 984916 983651 984917 985788 984646
983652 983653 983654 986673 987923 984734 985311 983655 983656 983657 983658 984790 985587 985588 983659 983660 983661 983662
983663 983664 983665 983666 983667 983668 984606 984607 984608 983669 983670 983671 985908 985909 985910 987064 987065 987066
983672 984520 984521 983673 986576 986802 983674 985450 984918 983675 986381 987759 986803 984791 983676 983677 984792 983678
987560 984919 987559 984746 984735 983679 983680 983681 983682 983683 983684 987067 987068 986483 987069 986484 987070 987071
986674 986382 986383 986384 986385 983685 983686 984564 983687 984609 984610 984611 983688 983689 983690 983691 983692 985122
983693 986485 985451 986386 986387 985312 986804 983696 987569 987570 983698 987567 987568 983695 983697 987202 988152 987203
988153 987204 987205 987206 987207 985034 983699 983700 983701 985201 987265 987266 986245 988205 986246 988204 983702 986675
986676 986677 986678 986679 986680 986681 986682 986683 986684 986685 986686 986687 986688 986689 986805 986806 986690 983703
986807 987374 986577 984793 985202 987861 984794 987860 987859 984647 983704 988169 988170 986808 983705 985313 987497 985314
985315 985316 987498 985317 985318 985319 986691 983706 985203 985204 985205 983707 983708 983709 983710 987455 987456 983711
985320 985035 984892 985789 985790 986486 984893 985791 984894 984895 984896 985792 984897 987817 987816 986487 984898 984899
983712 985589 986488 986692 983713 983714 983716 986016 983894 983717 983718 987414 987917 983719 983720 985206 983722 987863
985321 983723 983724 986489 986490 986017 987727 985123 987556 987267 984710 986491 983725 986247 985036 985037 983726 983727
983728 983729 983730 983731 983744 987638 983732 983733 988002 983734 983735 985452 983736 983753 985124 984796 985590 984565
987208 983737 984797 983740 983741 986809 985591 986248 983743 984736 986492 987209 987210 985207 986018 984648 985453 985454
983745 984920 983746 986693 987530 983747 984945 983748 983749 983750 985125 985793 987375 987376 986019 984709 985322 987938
987939 985679 987377 986694 985680 985681 985682 985683 985684 983751 985685 986695 986696 988063 986963 987454 987672 983752
985455 983754 987211 987212 986020 986249 986493 986494 987998 987960 987961 987962 987963 987964 987965 987966 987967 987968
987969 987970 987971 987972 987973 987974 987975 987999 987976 987977 987978 987979 987980 987981 987982 987983 987984 987985
983755 985456 983756 985038 983757 983758 983759 983760 983761 983762 983763 983764 986388 985457 985458 986873 984799 984798
984800 988207 988210 985686 985687 984921 988212 983765 988206 988209 984566 988208 988211 985794 983766 984971 983767 984613
984821 986250 986021 986022 987815 983768 984801 987378 983769 985795 985796 985797 985798 985799 985800 985801 985802 985039
985208 984567 986495 985459 983770 985209 985210 983771 983772 985126 985211 986810 985040 985041 985042 987213 986389 986390
985263 987481 987482 987035 986874 986578 986496 986497 986498 986499 986500 986501 986502 986579 986580 985127 987036 987729
987730 985323 985324 984568 985460 988117 983773 984737 985461 988118 987719 988119 987435 988080 988081 986964 986965 983774
986023 984802 984803 983775 987379 987380 985688 987126 983776 987127 983777 983778 985128 988280 986391 985129 983782 988043
983783 984649 985689 985690 985691 984650 984651 984652 984653 985692 988044 983784 985693 986875 986876 985694 984527 988045
984900 987986 987940 987941 987877 985130 986706 986877 987072 986878 987953 987954 986251 987381 987382 987383 987384 986252
987385 987386 987387 987388 983785 983786 983787 983788 987073 983789 983790 987619 987620 983792 983793 986879 986880 983794
983795 983796 983797 983798 983799 983800 986697 988185 985592 983801 983791 985131 987601 985462 985212 988184 985463 985464
986253 986254 986255 983802 984711 983803 987760 984017 987761 987762 987763 985264 986024 987764 984569 988193 988194 983157
984804 983804 983805 984654 983806 987214 983809 986698 987880 985695 985696 986256 986257 985465 987215 987321 986581 983810
986881 986882 983811 985213 983812 985466 987903 986503 985132 983813 984570 987927 987928 987931 987932 986966 987929 987930
987904 983814 987922 983815 987551 983816 986582 983817 983818 987550 983819 987074 983820 983821 983822 983823 987831 987819
987828 987829 987830 987820 987821 987822 987823 987824 987825 987826 987827 983824 986699 985467 983825 985593 985594 987216
983826 983827 987389 984901 987995 985595 985596 983828 987390 983829 988021 988022 985803 985804 983830 987882 987883 985805
985806 985133 984615 984757 983831 987818 983832 983833 983834 984689 984690 983835 983836 987674 985043 986258 983837 985911
983838 987673 985265 983892 986971 983839 983840 985044 986413 985807 984805 984806 984691 983842 983843 983844 984807 983845
985808 988292 986883 984134 986967 983847 985045 983848 986700 983849 985597 985598 986701 986702 987654 987655 986968 986969
984655 983850 986259 987866 987865 986583 986584 983851 983852 983853 985046 987217 983854 983855 983856 987517 985468 985469
983857 986025 987075 985214 985470 983861 987656 987657 987765 987843 987731 987853 987854 987732 987733 987855 987856 987734
986703 986704 984808 984809 983862 985599 985600 988171 988172 988278 983863 986394 986395 986396 986397 987322 983864 986260
983865 987391 983866 987392 987393 983867 983869 985325 988085 985697 984946 987076 987077 983870 985326 988058 985471 983871
988059 988060 983872 987078 987079 983873 984810 984571 985327 984947 985266 985047 985048 983874 984572 983875 984573 986970
983876 983877 983878 987268 983879 983880 983881 985472 983882 985698 984812 983883 985699 984813 987660 987661 987766 986811
984814 986504 986505 986506 986507 986508 986509 986510 983885 986812 986813 986398 986399 985601 983886 986885 986886 986261
987899 983887 985328 987394 987867 987869 984656 987897 983888 987767 983889 987901 985049 986400 984657 987896 986887 986888
983890 987900 986889 987898 986890 987868 987870 987395 985473 985474 985475 985476 985477 986026 983891 984658 986585 983893
985809 985478 983895 983896 986262 987080 987081 987269 987082 987083 986263 986264 984616 985479 987942 984815 987515 983899
983900 983901 984758 983902 985602 986027 983903 985603 985700 985701 983904 984759 986972 983905 983906 985604 987890 987891
987892 987893 984738 984739 984817 987506 983907 983908 987500 987084 987501 987502 987503 983909 984659 987323 983910 987504
983911 983912 984816 987505 983913 987507 987508 987085 987509 983914 983915 984617 985050 985051 985052 983916 985267 983917
983918 985268 983919 983920 983921 984660 983922 988046 985093 987093 983204 985480 983529 987728 988047 983808 984006 984010
984903 986402 988048 988049 983739 984592 985630 984499 985633 988050 984505 984506 984907 985634 984908 984909 984910 984911
984912 986735 984507 986736 984969 986265 988195 986973 986974 985329 985330 986586 983923 985605 985606 983924 983925 987457
987458 984818 983926 983898 985811 988249 988250 983927 983928 986266 987645 986511 985215 985053 986028 987902 985060 983929
985481 985482 987396 985607 987846 988084 986587 983930 986512 986705 988291 986975 986976 986588 986977 986978 986979 986980
986981 986982 986983 986984 987270 983931 987924 986401 986513 988213 983932 983933 985483 983934 983935 983936 984661 984662
983937 987426 987427 987428 987429 987086 987087 986589 985054 987602 987603 985484 983938 983939 985055 988154 988155 985056
984922 986985 986986 986987 986988 986989 983940 983859 986884 983941 983942 985812 986990 986991 986992 983943 984574 984575
983944 986993 983945 986994 983946 986995 986996 986590 983947 986997 983948 986998 983949 986999 984923 987000 987001 987002
987003 987004 986591 985331 985216 983950 983951 983952 984525 986891 983953 984902 984819 986267 986268 986269 985332 985333
985334 985335 985336 985337 985338 985339 985340 985341 985342 983956 983957 986892 986893 987137 987138 987139 987140 983958
986707 983959 983960 986708 984948 988051 985057 984491 984877 987397 983961 987518 985485 985486 983962 984760 984761 983963
983964 983965 983966 987607 985134 986709 986815 983967 984823 984740 985058 983968 985913 983969 986894 983970 983971 986270
986271 985914 983972 986895 983973 983974 986272 986273 987113 987005 987114 987115 987006 987116 987117 985915 983975 986896
983976 983977 986274 986275 985916 983978 986897 983979 983980 986276 986277 985917 983981 986898 983986 983982 986278 986279
985918 983985 986899 983983 983984 986280 986281 985919 983987 986900 983988 983989 986282 986283 985920 983990 986901 983991
983992 986284 986285 985921 983993 986902 983994 983995 986286 986287 985922 983996 986903 983997 983998 986288 986289 987118
983999 986904 984000 984001 986290 986291 987218 984824 984002 987398 984700 986592 987881 987450 984003 984004 984825 984949
984005 987675 985489 984007 986905 987219 987128 984009 986029 985217 984524 984011 984012 986030 984013 984014 983064 983565
986375 983742 985487 988036 985488 984389 984390 985923 984015 984016 987220 987141 984018 986031 984019 984020 984021 984022
984023 984576 984577 984826 984827 984828 987007 984829 984830 986032 986033 986034 986035 988183 988215 988220 988217 988222
988218 988214 988219 988216 988221 984024 984025 986636 985269 987996 987221 986036 986037 986038 986039 986040 986041 986042
986043 986044 986045 986046 984026 984027 984028 984029 984030 984031 984032 984033 987479 987480 984034 986292 986293 984035
987222 985059 986593 987488 987008 985218 984036 984037 984038 984039 984040 984041 984663 986710 985220 987132 987133 987135
987134 984042 986594 986595 986596 986597 986598 984044 987460 987461 984045 984831 984950 984046 986599 986600 986601 984047
986602 986294 986603 986604 986605 986606 987987 986816 984833 984832 984048 987768 985270 986403 986404 984049 984050 986906
987534 984051 987535 987324 987536 987561 987562 984578 987769 984052 987537 984053 987538 984054 987522 984055 987539 984056
987540 984057 987541 987542 987543 984664 987544 984058 987557 986607 987558 984059 987545 986608 984060 987546 984665 987547
985135 987548 987563 987564 985221 985222 984061 987549 984062 984063 984064 986609 984701 985271 986711 986712 986713 986714
985223 985224 984065 987142 987143 984066 984834 984067 984068 985392 985393 984069 984070 988186 984071 985813 985814 985061
985062 985225 987988 985608 984835 985226 984073 984074 987770 986393 988134 984075 984076 984077 985227 986295 986907 984078
984079 985343 984519 985344 984080 986296 986297 984081 984082 984083 986610 984762 984085 984086 983860 987459 984836 984087
983884 984088 984089 985490 985491 988361 984090 986298 984091 984837 987628 985492 986405 986406 986407 986408 986514 984093
985609 985136 984094 987495 987496 984095 984096 987771 988355 984097 984582 984098 987144 987145 986299 983781 984667 984695
983807 984666 983846 984099 984100 987519 984101 985345 985346 985347 984741 984742 988196 988197 984102 985348 984103 985349
987399 985063 987400 987401 985064 985065 985350 985610 984838 984104 984105 984106 984107 986715 987584 987585 986716 984108
987462 988248 986717 987223 988247 984839 985611 984579 984580 984109 986300 985493 985494 987402 985495 985496 986301 984110
984111 987991 987992 987096 984743 984112 988162 986047 986908 986909 984113 988198 988199 988371 988377 988372 988378 988369
988375 985702 988368 988374 988370 988376 988373 988379 985497 984581 984114 985272 987532 987531 987533 984115 984116 984117
985612 985613 986409 985351 986515 986516 984119 984120 985815 985816 984121 986302 986303 984122 987676 984123 984124 986817
984125 984126 988357 988358 986304 986305 986910 984127 984128 984129 984130 984131 984132 984133 984840 984135 984137 984138
986818 986819 985498 984139 986718 986719 984140 988061 984141 987419 984142 984143 985614 985615 984144 988023 984145 985703
988310 988311 988312 988313 988314 988315 988316 988317 988318 988319 988320 988321 988322 988323 988324 988325 988326 988327
988328 988329 988330 988331 988332 988333 988334 988335 988336 988337 988338 988339 988340 988341 988342 988343 988344 988345
984146 984147 987403 985228 984148 985273 986820 986821 986822 984149 984712 984713 984150 984151 984152 984153 984154 984155
986911 987566 986912 984156 985924 985925 985704 984157 984158 984841 987404 986517 985499 987405 984159 986410 986518 987641
984842 984843 985616 988380 984844 985617 988381 984160 985066 985067 986720 984161 984162 987224 984745 985926 987639 987635
984845 985352 984163 988382 988383 988079 987943 986411 983365 986412 983086 986048 987272 987281 987273 987274 987275 987276
987277 987278 987279 987280 985229 986519 986823 984164 984165 984166 986520 984167 984168 984583 987618 987271 984169 985705
984170 987225 984584 984171 984172 986913 988277 986521 984173 986306 986814 984846 984174 987604 986414 986415 985706 987772
987773 986416 986824 984175 985230 985068 984176 985353 984177 985274 986721 988282 984585 984178 984529 984179 987226 988120
984747 985354 986825 986826 984180 987520 985707 987625 987774 987775 984181 984184 986611 986612 986613 986614 986615 984182
986049 984183 986050 986051 984185 984186 987097 984847 986307 984187 984188 984189 984190 984191 984192 986308 987721 984193
984194 986309 984195 984196 986722 988157 988158 986723 986827 984197 984198 986417 985817 985708 987010 984199 987776 987777
987778 984200 987098 987652 984201 985709 986418 986914 987779 987781 987780 984951 987653 987926 984202 987489 987490 986616
986617 987491 987492 985069 987494 987493 984668 984203 984204 984205 984206 984207 984208 984209 984210 984952 984953 984954
984955 984956 984957 988384 984958 984959 988385 988253 985503 985710 987406 987407 985137 984669 985138 987642 984213 984670
984671 984672 984214 987636 987637 987565 986915 986916 985394 984215 986310 984216 985231 985618 984763 986311 986828 986829
988122 988123 987011 984421 986312 986313 986314 987552 987553 988000 984960 984714 986315 986052 986053 986419 986420 985501
986316 985502 985500 984217 985818 985819 983210 983520 985820 985821 986522 987451 987452 987229 987230 987554 987555 985139
985927 985928 986618 984218 984219 987605 987012 984848 984849 985504 985505 984220 984221 984222 984223 988031 984224 984619
984225 984961 987136 987100 987101 987416 984962 984226 984850 984851 984852 985711 985276 985277 985278 985279 986724 984853
984854 984963 984586 986619 986620 986621 986622 985929 984227 987102 984228 985712 984229 984230 984231 984232 984233 987933
985823 985435 984234 988070 988069 988068 988071 988067 988072 988066 988073 986421 988354 986422 986423 987908 987909 987910
984235 986917 984236 986918 984237 984673 984674 986919 984238 984675 984676 986920 984716 986054 986055 986056 988359 988360
984239 984240 984241 987103 987104 984242 984243 986623 986624 987412 987413 987325 987326 987327 987328 985713 983954 984244
984245 988173 988200 984246 987911 984855 986921 987851 986922 984247 984248 985140 984249 986523 986524 985714 987282 984717
984084 984250 984509 987464 984511 987465 984251 984252 988037 988038 988039 988040 984253 988041 985357 988042 985810 984254
983868 984255 986317 986318 987463 984256 984620 988367 988363 988362 988365 988364 988366 984856 984857 984858 984859 984860
984861 984862 984257 984621 984258 986319 986320 985070 988156 986321 986322 986057 988035 986725 984259 985506 986424 984260
984863 984261 987013 987014 984262 987626 987627 986058 988201 984263 984264 984265 984677 985824 987231 987232 986726 986727
984932 985619 985620 987886 987887 984931 984964 985507 985621 988283 985825 985280 984587 984268 983897 987129 984864 984269
988062 987838 987837 986425 985071 984270 985715 987782 987783 985716 984271 985508 985509 985826 985827 983622 984272 984273
984274 985828 985829 987631 984275 984276 985358 984277 984278 984279 984280 984281 988004 988005 988006 988007 988008 984528
984965 988009 988010 988011 988012 988013 988014 988015 984282 987283 984283 984678 984679 984284 984285 988001 985031 987329
984286 987606 986923 986924 987834 987835 984588 984589 985622 985623 984748 986525 984287 984966 984288 984517 985072 985073
985074 985075 984865 984289 986061 987105 987106 985281 984290 986062 987107 987108 985282 984291 984292 984293 984967 987955
987956 987957 987958 985830 984294 984295 988024 984296 984297 985931 984924 985932 984298 984299 988089 988090 988091 988092
988093 988094 985624 988095 987233 988096 988097 988098 985141 984300 984301 984302 984303 984304 987284 988099 984508 987677
987678 988100 988101 984305 987015 987016 988102 985510 988103 988104 988105 985142 988106 985717 988064 985718 985143 984306
984307 984308 984309 985359 985144 988202 988107 988065 986728 984310 984311 985511 986830 984312 984930 984313 984314 984715
986063 985360 987679 984315 987895 987680 987681 984316 984866 987682 984867 987683 987684 984317 988159 986426 987109 985933
984318 986064 985719 984319 986526 986527 985232 984320 984321 985934 984322 987990 985145 985076 985146 987408 984323 985147
987017 986831 987018 984324 984325 984326 986528 984327 984328 987234 984329 984680 985361 985362 985512 983578 986790 986791
986792 986793 985783 985784 985581 986794 986795 986796 986797 986798 986799 987453 988088 984681 985513 985514 984330 984331
984332 987110 984333 984334 984335 986625 986626 986627 987330 984336 987331 986628 986629 983955 985233 985078 985079 984337
984338 984339 984340 984341 984342 984343 984344 988074 985363 984868 988203 984345 984869 984346 986065 987029 987032 987643
987644 987033 987034 986066 987030 987031 986067 986068 988075 984348 984349 988076 984350 984347 984351 984749 984972 984352
987235 987575 986323 984353 984354 985625 985626 985515 985516 985517 987236 984355 983052 984356 987845 984357 986069 984358
986070 984359 984360 986071 985283 984361 987433 987436 987434 986427 987832 985518 985148 984705 984706 987784 987785 987786
987787 987788 987789 987790 987791 987792 987793 987794 987795 985364 985080 985395 985234 988356 985720 988028 984363 984364
986072 985284 984365 987111 984366 984367 987237 986529 986530 984368 986531 986428 986429 987019 984750 985365 985366 984522
986630 986430 985721 985722 987796 987797 987798 987799 987800 987801 984870 984369 986729 984370 984371 984372 984373 984374
984375 988284 986073 984376 984377 986532 984378 984379 984380 984381 986324 987802 984382 987803 984968 987804 984871 987286
985723 984383 985724 984384 985367 987578 987579 984622 984682 986325 986326 986327 984387 984388 984391 985519 986925 986074
984392 987332 987333 985081 984393 984394 985520 988130 988129 984395 984396 984397 984398 984928 984399 984929 984400 986832
984751 985521 984401 984752 984402 988019 988020 985149 984822 986328 987334 987335 986631 984403 987806 987807 987632 987238
987239 987240 985082 985083 985084 987617 985831 987409 984404 984405 985832 984406 984407 984408 984409 984410 984411 984412
985235 984413 984414 987112 984415 984416 984417 987685 987686 987687 987688 984906 984518 984418 983041 984419 984420 985627
984422 986329 984423 985085 988121 986833 985150 985369 983293 983294 987241 987242 985370 985151 985152 985153 987020 985154
985522 983738 984424 986075 986076 985523 983507 985371 984425 984976 985628 986834 986835 984426 987608 984427 988293 984428
988294 984429 988295 986730 988296 986731 986732 984430 985629 985155 988297 984431 988298 984432 987609 987021 987610 984433
984434 988299 984435 988300 984872 988301 984436 988302 984873 988303 986059 986060 984437 988304 984438 988305 984439 984591
985236 988086 988087 984441 984444 986836 984445 985524 984446 984447 984448 984926 984927 984449 984925 987424 986632 987425
985631 985632 984450 985156 986733 984451 985086 985372 985373 984092 984904 985374 984452 984453 984454 986077 987022 987023
984455 986633 984456 987024 987025 987009 984874 987580 987581 984457 984458 985237 984459 985238 985239 984753 986330 984460
987026 987571 987572 984461 986634 984462 987808 984463 987027 987243 987244 988289 988290 984594 986926 988285 984973 986078
984464 986927 986734 984465 984466 986928 985240 984467 984702 984468 986929 984469 986930 986931 986932 986933 984470 984471
984472 986934 984703 984473 986935 984474 984475 984476 986936 984477 984478 984479 987028 987722 984480 984623 984875 987720
984593 986431 984482 987485 985525 984483 984484 985526 987836 984485 984486 984487 984488 984876 987989 984489 984490 986635
985375 985376 985377 985378 985379 985380 985381 985382 985383 985384 985385 985386 985387 985388 985389 985390 985391 984492
986533 984493 984494 987611 984495 984496 984497 987612 984498 987420 987421 987422 985833 986534 988279 984500 984502 986079
984503 986080 985157 985158 984510 984512 985087 984612 985935 984513 984704 987516 984515 985160 985159 986432 984136 985834
985835 986433 984516 987130 985635 985725 985726 985727 985728 985729 985730 985731 985732 985733 985734 985735 985736
[ +231 ms] [ +7 ms] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\fonts/MaterialIcons-Regular.otf
C:\flutter\bin\cache\artifacts\material_fonts\MaterialIcons-Regular.otf, using codepoints 58962 58963 59377 58838 59360 59058
59664 58879 58886 59390 59822 59757 58882 59378 59371 58891 58897 59683 58717 60059 59367 58719 59536 59242 59999 60120 59050
60062 59690 59828 58881 58885 58883 58876 58956 58972 58796 58731 59771 59872 59870 60028 60031 60071 59109 59639 59087 58727
59041 59123 59499 59407 58974 60115 59546 58922 59834 58798 59052 59809 58799 58926 59372 59375 59725 59203 59846 59859 59322
60030 59137 59495 58791 58792 58933 58804 58915 59528 59526 58715 58928 59343 58957 58958
[ +3 ms] [ ] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf C:\flutter.pub-cache\hosted\pub.dartlang.org\font_awesome_flutter-8.10.0\lib\fonts\fa-brands-400.ttf, using
codepoints 61819 61817 61856
[ +26 ms] [ ] Running font-subset: C:\flutter\bin\cache\artifacts\engine\windows-x64\font-subset.exe
C:\Programming\Flutter\evolve\build\app\intermediates\flutter\release\flutter_assets\packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf C:\flutter.pub-cache\hosted\pub.dartlang.org\font_awesome_flutter-8.10.0\lib\fonts\fa-solid-900.ttf, using
codepoints 61707 61442 61453
[ +7 ms] [ +65 ms] aot_android_asset_bundle: Complete
[+6723 ms] [+6907 ms] Dart snapshot generator failed with exit code -1073741571
[ +1 ms] [ +34 ms] Dart snapshot generator failed with exit code -1073741571
[+431603 ms] [+431635 ms] android_aot_release_android-arm: Complete
[ +186 ms] [ +124 ms] android_aot_bundle_release_android-arm: Starting due to {InvalidatedReason.inputChanged}
[ +1 ms] [ +24 ms] android_aot_bundle_release_android-arm: Complete
[ +108 ms] [ +128 ms] Persisting file store
[ +93 ms] [ +39 ms] Done persisting file store
[ ] [ +26 ms] Target android_aot_release_android-x64 failed: Exception: AOT snapshotter exited with code -1073741571
[ ] #0 AndroidAot.build (package:flutter_tools/src/build_system/targets/android.dart:260:7)
[ +1 ms]
[ +18 ms] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:801:27)[ +3 ms] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +21 ms] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +3 ms] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +1 ms] #10 Node.computeChanges (package:flutter_tools/src/build_system/build_system.dart)
[ ] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +2 ms] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +25 ms] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +3 ms] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +1 ms] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ +16 ms] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +3 ms] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +14 ms] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +7 ms] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +1 ms] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #26 Future.wait. (dart:async/future.dart:414:23)
[ +2 ms] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +2 ms] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +39 ms] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +1 ms] #35 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +2 ms] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +34 ms] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +2 ms] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +1 ms] #42 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
[ ] #43 _rootRun (dart:async/zone.dart:1190:13)
[ +2 ms] #44 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #45 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #46 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ +2 ms] #47 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ ] #48 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ ] #49 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ +2 ms] #50 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +35 ms] [ ] Target android_aot_release_android-arm64 failed: Exception: AOT snapshotter exited with code -1073741571[ +2 ms] #0 AndroidAot.build (package:flutter_tools/src/build_system/targets/android.dart:260:7)
[ ]
[ +1 ms] #1 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:801:27)[ ] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +1 ms] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +2 ms] #10 Node.computeChanges (package:flutter_tools/src/build_system/build_system.dart)
[ +1 ms] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +15 ms] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +3 ms] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +14 ms] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +8 ms] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +1 ms] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +2 ms] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ +22 ms] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +1 ms] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +2 ms] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #26 Future.wait. (dart:async/future.dart:414:23)
[ ] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +1 ms] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +36 ms] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +2 ms] #35 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +1 ms] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +2 ms] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #42 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
[ +2 ms] #43 _rootRun (dart:async/zone.dart:1190:13)
[ +15 ms] #44 _CustomZone.run (dart:async/zone.dart:1093:19)
[ +15 ms] #45 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #46 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ +2 ms] #47 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ +12 ms] #48 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ +2 ms] #49 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ ] #50 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +14 ms] [ +4 ms]
[ +1 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
[ +13 ms] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:238:7)
[ ] #2 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +14 ms] #4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +2 ms] #6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +12 ms] #7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ ] #8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +2 ms] #9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #10 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart)
[ +14 ms] #11 _rootRunUnary (dart:async/zone.dart:1198:47)
[ ] #12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +2 ms] #13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +13 ms] #14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +2 ms] #16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +14 ms] #17 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #18 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #19 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart)
[ ] #20 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +14 ms] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +1 ms] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +13 ms] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #25 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #26 Future.wait. (dart:async/future.dart:414:23)
[ ] #27 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +13 ms] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +2 ms] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +13 ms] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +1 ms] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +15 ms] #35 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart)
[ ] #36 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +2 ms] #37 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +13 ms] #38 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #39 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +15 ms] #40 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #41 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #42 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +13 ms] #43 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ ] #44 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart)
[ +14 ms] #45 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +1 ms] #46 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ +1 ms] #47 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ ] #48 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +15 ms] #49 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #50 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +14 ms] #51 Future.wait. (dart:async/future.dart:414:23)
[ ] #52 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +15 ms] #53 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #54 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +14 ms] #55 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ ] #56 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ +2 ms] #57 Future._completeWithValue (dart:async/future_impl.dart:529:5)
[ +2 ms] #58 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
[ +13 ms] #59 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
[ +4 ms] #60 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart)
[ +12 ms] #61 _rootRunUnary (dart:async/zone.dart:1198:47)
[ +15 ms] #62 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
[ ] #63 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
[ +2 ms] #64 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
[ +12 ms] #65 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
[ ] #66 Future._complete (dart:async/future_impl.dart:519:7)
[ +2 ms] #67 Stream.last. (dart:async/stream.dart:1327:20)
[ +13 ms] #68 _rootRun (dart:async/zone.dart:1182:47)
[ ] #69 _CustomZone.run (dart:async/zone.dart:1093:19)
[ +17 ms] #70 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ +2 ms] #71 _BufferingStreamSubscription._sendDone.sendDone (dart:async/stream_impl.dart:410:13)
[ +12 ms] #72 _BufferingStreamSubscription._sendDone (dart:async/stream_impl.dart:420:15)
[ ] #73 _DelayedDone.perform (dart:async/stream_impl.dart:630:14)
[ +3 ms] #74 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:730:11)
[ +17 ms] #75 _PendingEvents.schedule. (dart:async/stream_impl.dart:687:7)
[ ] #76 _rootRun (dart:async/zone.dart:1182:47)
[ +2 ms] #77 _CustomZone.run (dart:async/zone.dart:1093:19)
[ ] #78 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ +1 ms] #79 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #80 _rootRun (dart:async/zone.dart:1190:13)
[ ] #81 _CustomZone.run (dart:async/zone.dart:1093:19)
[ +1 ms] #82 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
[ ] #83 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
[ ] #84 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[ +3 ms] #85 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
[ +12 ms] #86 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
[ ] #87 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
[ +3 ms] FAILURE: Build failed with an exception.
[ +12 ms] * Where:
[ ] Script 'C:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 904
[ +1 ms] * What went wrong:
[ ] Execution failed for task ':app:compileFlutterBuildRelease'.
[ ] > Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1
[ +15 ms] * Try:
[ +3 ms] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run
with --scan to get full insights.
[ +11 ms] * Get more help at https://help.gradle.org
[ +2 ms] BUILD FAILED in 8m 13s
[ +13 ms] [ +20 ms] "flutter assemble" took 479,595ms.
[ ] [ +1 ms] ensureAnalyticsSent: 0ms
[ +1 ms] [ +1 ms] Running shutdown hooks
[ ] [ ] Shutdown hooks complete
[ +2 ms] [ ] exiting with code 1
[ +10 ms] > Task :app:compileFlutterBuildRelease FAILED
[ ] 1 actionable task: 1 executed
[ +451 ms] Running Gradle task 'assembleRelease'... (completed in 494.8s, longer than expected)
[ +10 ms] "flutter apk" took 501,784ms.
[ +12 ms] Gradle task assembleRelease failed with exit code 1
[ +10 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 buildGradleApp (package:flutter_tools/src/android/gradle.dart:416:7)
#2 _rootRunUnary (dart:async/zone.dart:1198:47)
#3 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#4 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#5 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#6 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#7 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#8 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
#9 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
#10 _DefaultProcessUtils.stream (package:flutter_tools/src/base/process.dart)
#11 _rootRunUnary (dart:async/zone.dart:1198:47)
#12 _CustomZone.runUnary (dart:async/zone.dart:1100:19)
#13 _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
#14 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
#15 Future._propagateToListeners (dart:async/future_impl.dart:725:32)
#16 Future._completeWithValue (dart:async/future_impl.dart:529:5)
#17 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7)
#18 _rootRun (dart:async/zone.dart:1190:13)
#19 _CustomZone.run (dart:async/zone.dart:1093:19)
#20 _CustomZone.runGuarded (dart:async/zone.dart:997:7)
#21 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23)
#22 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#23 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#24 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#25 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)

[ +327 ms] ensureAnalyticsSent: 260ms
[ +3 ms] Running shutdown hooks
[ +11 ms] Shutdown hooks complete
[ +2 ms] exiting with code 1
PS C:\Programming\Flutter\evolve>

flutter 1.22.1 stable...

@TahaTesser
Copy link
Member

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in triage Presently being triaged by the triage team
Projects
None yet
Development

No branches or pull requests

4 participants