XianyuTech / aspectd

AOP for Flutter(Dart)
MIT License
1.1k stars 123 forks source link

flutter run --debug --verbose运行不成功 #122

Open libralc opened 3 years ago

libralc commented 3 years ago

flutter V1.22.5 aspectd V1.0.4 只有这两个版本对应起来用才可以顺利进入到flutter run --debug --verbose这一步 但是运行起来以后又报了下面的错 大佬可以帮忙解答下吗

[ ] [ +24 ms] /Users/cherielin/Documents/code/JooxAndroid/flutter/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/cherielin/Documents/code/JooxAndroid/flutter/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root /Users/cherielin/Documents/code/JooxAndroid/flutter/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter -Ddart.developer.causal_async_stacks=true -Ddart.vm.profile=false -Ddart.vm.product=false --bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions --enable-asserts --track-widget-creation --no-link-platform --packages /Users/cherielin/Documents/code/JooxAndroid/flutter/aspectd/example/.packages --output-dill /Users/cherielin/Documents/code/JooxAndroid/flutter/aspectd/example/.dart_tool/flutter_build/877a488db8949d72e8a8a3369e41dcbb/app.dill --depfile /Users/cherielin/Documents/code/JooxAndroid/flutter/aspectd/example/.dart_tool/flutter_build/877a488db8949d72e8a8a3369e41dcbb/kernel_snapshot.d package:example/main.dart [+11687 ms] [+12653 ms] Persisting file store [ ] [ +6 ms] Done persisting file store [ +78 ms] [ +3 ms] Target kernel_snapshot failed: Exception: Aspectd unexpected error: Crash when compiling null, [ +1 ms] at character offset null: [ ] unreachable PropertyGet(argResults.rest) [ ] #0 AsyncRewriterBase.defaultExpression (package:kernel/transformations/continuation.dart:1166:39) [ ] #1 TreeVisitor.visitPropertyGet (package:kernel/visitor.dart:149:43) [ ] #2 PropertyGet.accept (package:kernel/ast.dart:3264:44) [ ] #3 ForInStatement.transformChildren (package:kernel/ast.dart:6293:27) [ ] #4 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #5 TreeVisitor.defaultStatement (package:kernel/visitor.dart:203:41) [ ] #6 TreeVisitor.visitForInStatement (package:kernel/visitor.dart:215:49) [ ] #7 RecursiveContinuationRewriter.visitForInStatement (package:kernel/transformations/continuation.dart:191:20) [ ] #8 AsyncRewriterBase.visitForInStatement (package:kernel/transformations/continuation.dart:1085:13) [ ] #9 ForInStatement.accept (package:kernel/ast.dart:6277:43) [ ] #10 ExpressionLifter.defaultStatement (package:kernel/transformations/async.dart:577:10) [ ] #11 TreeVisitor.visitForInStatement (package:kernel/visitor.dart:215:49) [ ] #12 ForInStatement.accept (package:kernel/ast.dart:6277:43) [ ] #13 ExpressionLifter.visitBlockExpression. (package:kernel/transformations/async.dart:554:38) [ ] #14 ExpressionLifter.transform (package:kernel/transformations/async.dart:192:11) [ ] #15 ExpressionLifter.visitBlockExpression (package:kernel/transformations/async.dart:550:12) [ ] #16 BlockExpression.accept (package:kernel/ast.dart:5704:44) [ ] #17 ExpressionLifter.rewrite (package:kernel/transformations/async.dart:101:36) [ ] #18 AsyncRewriterBase.visitVariableDeclaration (package:kernel/transformations/continuation.dart:1152:45) [ ] #19 VariableDeclaration.accept (package:kernel/ast.dart:6987:43) [ ] #20 AsyncRewriterBase.visitBlock (package:kernel/transformations/continuation.dart:667:17) [ ] #21 Block.accept (package:kernel/ast.dart:5873:43) [ ] #22 AsyncRewriterBase.visitDelimited (package:kernel/transformations/continuation.dart:752:10) [ ] #23 AsyncRewriterBase.buildWrappedBody (package:kernel/transformations/continuation.dart:626:24) [ ] #24 AsyncRewriterBase.setupAsyncContinuations (package:kernel/transformations/continuation.dart:578:39) [ ] #25 AsyncFunctionRewriter.rewrite (package:kernel/transformations/continuation.dart:1328:5) [ ] #26 RecursiveContinuationRewriter.visitFunctionNode (package:kernel/transformations/continuation.dart:143:14) [ ] #27 FunctionNode.accept (package:kernel/ast.dart:2932:38) [ ] #28 Procedure.transformChildren (package:kernel/ast.dart:2436:27) [ ] #29 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #30 TreeVisitor.defaultMember (package:kernel/visitor.dart:230:35) [ ] #31 TreeVisitor.visitProcedure (package:kernel/visitor.dart:232:39) [ ] #32 RecursiveContinuationRewriter.visitProcedure (package:kernel/transformations/continuation.dart:117:51) [ ] #33 Procedure.accept (package:kernel/ast.dart:2423:40) [ ] #34 transformList (package:kernel/ast.dart:9699:27) [ ] #35 Library.transformChildren (package:kernel/ast.dart:627:5) [ ] #36 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #37 TreeVisitor.visitLibrary (package:kernel/visitor.dart:254:35) [ ] #38 RecursiveContinuationRewriter.visitLibrary (package:kernel/transformations/continuation.dart:125:28) [ ] #39 Library.accept (package:kernel/ast.dart:607:38) [ ] #40 RecursiveContinuationRewriter.rewriteLibrary (package:kernel/transformations/continuation.dart:97:17) [ ] #41 transformLibraries (package:kernel/transformations/continuation.dart:55:14) [ ] #42 VmTarget.performModularTransformationsOnLibraries (package:vm/target/vm.dart:171:5) [ ] #43 KernelTarget.runBuildTransformations (package:front_end/src/fasta/kernel/kernel_target.dart:1126:19) [ ] #44 KernelTarget.buildComponent. (package:front_end/src/fasta/kernel/kernel_target.dart:390:7) [ ] [ ] #45 KernelTarget.buildComponent. (package:front_end/src/fasta/kernel/kernel_target.dart) [ ] #46 withCrashReporting (package:front_end/src/fasta/crash.dart:122:24) [ ] #47 KernelTarget.buildComponent (package:front_end/src/fasta/kernel/kernel_target.dart:380:12) [ ] #48 generateKernelInternal. (package:front_end/src/kernel_generator_impl.dart:177:38) [ ] [ ] #49 generateKernelInternal. (package:front_end/src/kernel_generator_impl.dart) [ ] #50 withCrashReporting (package:front_end/src/fasta/crash.dart:122:24) [ ] #51 generateKernelInternal (package:front_end/src/kernel_generator_impl.dart:73:10) [ ] #52 generateKernel. (package:front_end/src/kernel_generator_impl.dart:53:18) [ ] #53 CompilerContext.runWithOptions. (package:front_end/src/fasta/compiler_context.dart:135:20) [ ] [ ] #54 CompilerContext.runWithOptions. (package:front_end/src/fasta/compiler_context.dart) [ ] #55 CompilerContext.runInContext.. (package:front_end/src/fasta/compiler_context.dart:123:46) [ ] #56 new Future.sync (dart:async/future.dart:223:31) [ ] #57 CompilerContext.runInContext. (package:front_end/src/fasta/compiler_context.dart:123:19) [ ] #58 _rootRun (dart:async/zone.dart:1190:13) [ ] #59 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #60 _runZoned (dart:async/zone.dart:1630:10) [ ] #61 runZoned (dart:async/zone.dart:1550:10) [ ] #62 CompilerContext.runInContext (package:front_end/src/fasta/compiler_context.dart:122:12) [ ] #63 CompilerContext.runWithOptions (package:front_end/src/fasta/compiler_context.dart:133:10) [ ] #64 generateKernel (package:front_end/src/kernel_generator_impl.dart:52:32) [ ] #65 kernelForModule (package:front_end/src/api_prototype/kernel_generator.dart:99:17) [ ] #66 SingleShotCompilerWrapper.compileInternal (file:///opt/s/w/ir/cache/builder/src/third_party/dart/pkg/vm/bin/kernel_service.dart:441:17) [ ] #67 Compiler.compile. (file:///opt/s/w/ir/cache/builder/src/third_party/dart/pkg/vm/bin/kernel_service.dart:208:45) [ ] #68 new Future. (dart:async/future.dart:175:37) [ ] #69 _rootRun (dart:async/zone.dart:1182:47) [ ] #70 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #71 _CustomZone.runGuarded (dart:async/zone.dart:997:7) [ ] #72 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23) [ ] #73 _rootRun (dart:async/zone.dart:1190:13) [ ] #74 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #75 _CustomZone.bindCallback. (dart:async/zone.dart:1021:23) [ ] #76 Timer._createTimer. (dart:async-patch/timer_patch.dart:18:15) [ ] #77 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:397:19) [ ] #78 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:428:5) [ ] #79 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12) [ ] #0 AsyncRewriterBase.defaultExpression (package:kernel/transformations/continuation.dart:1166:39) [ ] #1 TreeVisitor.visitPropertyGet (package:kernel/visitor.dart:149:43) [ ] #2 PropertyGet.accept (package:kernel/ast.dart:3264:44) [ ] #3 ForInStatement.transformChildren (package:kernel/ast.dart:6293:27) [ ] #4 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #5 TreeVisitor.defaultStatement (package:kernel/visitor.dart:203:41) [ ] #6 TreeVisitor.visitForInStatement (package:kernel/visitor.dart:215:49) [ ] #7 RecursiveContinuationRewriter.visitForInStatement (package:kernel/transformations/continuation.dart:191:20) [ ] #8 AsyncRewriterBase.visitForInStatement (package:kernel/transformations/continuation.dart:1085:13) [ ] #9 ForInStatement.accept (package:kernel/ast.dart:6277:43) [ ] #10 ExpressionLifter.defaultStatement (package:kernel/transformations/async.dart:577:10) [ ] #11 TreeVisitor.visitForInStatement (package:kernel/visitor.dart:215:49) [ ] #12 ForInStatement.accept (package:kernel/ast.dart:6277:43) [ ] #13 ExpressionLifter.visitBlockExpression. (package:kernel/transformations/async.dart:554:38) [ ] #14 ExpressionLifter.transform (package:kernel/transformations/async.dart:192:11) [ ] #15 ExpressionLifter.visitBlockExpression (package:kernel/transformations/async.dart:550:12) [ ] #16 BlockExpression.accept (package:kernel/ast.dart:5704:44) [ ] #17 ExpressionLifter.rewrite (package:kernel/transformations/async.dart:101:36) [ ] #18 AsyncRewriterBase.visitVariableDeclaration (package:kernel/transformations/continuation.dart:1152:45) [ ] #19 VariableDeclaration.accept (package:kernel/ast.dart:6987:43) [ ] #20 AsyncRewriterBase.visitBlock (package:kernel/transformations/continuation.dart:667:17) [ ] #21 Block.accept (package:kernel/ast.dart:5873:43) [ ] #22 AsyncRewriterBase.visitDelimited (package:kernel/transformations/continuation.dart:752:10) [ ] #23 AsyncRewriterBase.buildWrappedBody (package:kernel/transformations/continuation.dart:626:24) [ ] #24 AsyncRewriterBase.setupAsyncContinuations (package:kernel/transformations/continuation.dart:578:39) [ ] #25 AsyncFunctionRewriter.rewrite (package:kernel/transformations/continuation.dart:1328:5) [ ] #26 RecursiveContinuationRewriter.visitFunctionNode (package:kernel/transformations/continuation.dart:143:14) [ ] #27 FunctionNode.accept (package:kernel/ast.dart:2932:38) [ ] #28 Procedure.transformChildren (package:kernel/ast.dart:2436:27) [ ] #29 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #30 TreeVisitor.defaultMember (package:kernel/visitor.dart:230:35) [ ] #31 TreeVisitor.visitProcedure (package:kernel/visitor.dart:232:39) [ ] #32 RecursiveContinuationRewriter.visitProcedure (package:kernel/transformations/continuation.dart:117:51) [ ] #33 Procedure.accept (package:kernel/ast.dart:2423:40) [ ] #34 transformList (package:kernel/ast.dart:9699:27) [ ] #35 Library.transformChildren (package:kernel/ast.dart:627:5) [ ] #36 Transformer.defaultTreeNode (package:kernel/visitor.dart:653:10) [ ] #37 TreeVisitor.visitLibrary (package:kernel/visitor.dart:254:35) [ ] #38 RecursiveContinuationRewriter.visitLibrary (package:kernel/transformations/continuation.dart:125:28) [ ] #39 Library.accept (package:kernel/ast.dart:607:38) [ ] #40 RecursiveContinuationRewriter.rewriteLibrary (package:kernel/transformations/continuation.dart:97:17) [ ] #41 transformLibraries (package:kernel/transformations/continuation.dart:55:14) [ ] #42 VmTarget.performModularTransformationsOnLibraries (package:vm/target/vm.dart:171:5) [ ] #43 KernelTarget.runBuildTransformations (package:front_end/src/fasta/kernel/kernel_target.dart:1126:19) [ ] #44 KernelTarget.buildComponent. (package:front_end/src/fasta/kernel/kernel_target.dart:390:7) [ ] [ ] #45 KernelTarget.buildComponent. (package:front_end/src/fasta/kernel/kernel_target.dart) [ ] #46 withCrashReporting (package:front_end/src/fasta/crash.dart:122:24) [ ] #47 KernelTarget.buildComponent (package:front_end/src/fasta/kernel/kernel_target.dart:380:12) [ ] #48 generateKernelInternal. (package:front_end/src/kernel_generator_impl.dart:177:38) [ ] [ ] #49 generateKernelInternal. (package:front_end/src/kernel_generator_impl.dart) [ ] #50 withCrashReporting (package:front_end/src/fasta/crash.dart:122:24) [ ] #51 generateKernelInternal (package:front_end/src/kernel_generator_impl.dart:73:10) [ ] #52 generateKernel. (package:front_end/src/kernel_generator_impl.dart:53:18) [ ] #53 CompilerContext.runWithOptions. (package:front_end/src/fasta/compiler_context.dart:135:20) [ ] [ ] #54 CompilerContext.runWithOptions. (package:front_end/src/fasta/compiler_context.dart) [ ] #55 CompilerContext.runInContext.. (package:front_end/src/fasta/compiler_context.dart:123:46) [ ] #56 new Future.sync (dart:async/future.dart:223:31) [ ] #57 CompilerContext.runInContext. (package:front_end/src/fasta/compiler_context.dart:123:19) [ ] #58 _rootRun (dart:async/zone.dart:1190:13) [ ] #59 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #60 _runZoned (dart:async/zone.dart:1630:10) [ ] #61 runZoned (dart:async/zone.dart:1550:10) [ ] #62 CompilerContext.runInContext (package:front_end/src/fasta/compiler_context.dart:122:12) [ ] #63 CompilerContext.runWithOptions (package:front_end/src/fasta/compiler_context.dart:133:10) [ ] #64 generateKernel (package:front_end/src/kernel_generator_impl.dart:52:32) [ ] #65 kernelForModule (package:front_end/src/api_prototype/kernel_generator.dart:99:17) [ ] #66 SingleShotCompilerWrapper.compileInternal (file:///opt/s/w/ir/cache/builder/src/third_party/dart/pkg/vm/bin/kernel_service.dart:441:17) [ ] #67 Compiler.compile. (file:///opt/s/w/ir/cache/builder/src/third_party/dart/pkg/vm/bin/kernel_service.dart:208:45) [ ] #68 new Future. (dart:async/future.dart:175:37) [ ] #69 _rootRun (dart:async/zone.dart:1182:47) [ ] #70 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #71 _CustomZone.runGuarded (dart:async/zone.dart:997:7) [ ] #72 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23) [ ] #73 _rootRun (dart:async/zone.dart:1190:13) [ ] #74 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #75 _CustomZone.bindCallback. (dart:async/zone.dart:1021:23) [ ] #76 Timer._createTimer. (dart:async-patch/timer_patch.dart:18:15) [ ] #77 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:397:19) [ ] #78 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:428:5) [ ] #79 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12) [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3) [ ] #1 AspectdHook.checkAspectdFlutterFrontendServerSnapshot (package:flutter_tools/src/aspectd.dart:130:9) [ ] [ ] #2 AspectdHook.isAspectdEnabled (package:flutter_tools/src/aspectd.dart:84:18) [ ] [ ] #3 KernelSnapshot.build (package:flutter_tools/src/build_system/targets/common.dart:198:27) [ ] [ ] #4 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:801:27) [ ] #5 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #6 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #7 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #8 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #9 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #10 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #11 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) [ ] #12 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) [ ] #13 Node.computeChanges (package:flutter_tools/src/build_system/build_system.dart) [ ] #14 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #15 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #16 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #17 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #18 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #19 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #20 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) [ ] #21 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) [ ] #22 FileStore.diffFileList (package:flutter_tools/src/build_system/file_store.dart) [ ] #23 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #24 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #25 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #26 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #27 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #28 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #29 Future.wait. (dart:async/future.dart:414:23) [ ] #30 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #31 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #32 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #33 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #34 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #35 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #36 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) [ ] #37 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) [ ] #38 FileStore._hashFile (package:flutter_tools/src/build_system/file_store.dart) [ ] #39 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #40 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #41 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #42 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #43 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #44 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #45 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7) [ ] #46 _rootRun (dart:async/zone.dart:1190:13) [ ] #47 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #48 _CustomZone.runGuarded (dart:async/zone.dart:997:7) [ ] #49 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23) [ ] #50 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) [ ] #51 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) [ ] #52 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13) [ ] #53 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5) [ ] [ +4 ms] [ ] #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3) [ ] #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:238: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 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.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 _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) [ ] #21 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #22 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #23 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #24 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #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) [ ] #28 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #29 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #30 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #31 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #32 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #33 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) [ ] #34 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) [ ] #35 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart) [ ] #36 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64) [ ] #37 _rootRunBinary (dart:async/zone.dart:1214:47) [ ] #38 _CustomZone.runBinary (dart:async/zone.dart:1107:19) [ ] #39 _FutureListener.handleError (dart:async/future_impl.dart:157:20) [ ] #40 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47) [ ] #41 Future._propagateToListeners (dart:async/future_impl.dart:729:24) [ ] #42 Future._completeError (dart:async/future_impl.dart:537:5) [ ] #43 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15) [ ] #44 KernelSnapshot.build (package:flutter_tools/src/build_system/targets/common.dart) [ ] #45 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64) [ ] #46 _rootRunBinary (dart:async/zone.dart:1214:47) [ ] #47 _CustomZone.runBinary (dart:async/zone.dart:1107:19) [ ] #48 _FutureListener.handleError (dart:async/future_impl.dart:157:20) [ ] #49 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47) [ ] #50 Future._propagateToListeners (dart:async/future_impl.dart:729:24) [ ] #51 Future._completeError (dart:async/future_impl.dart:537:5) [ ] #52 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15) [ ] #53 AspectdHook.isAspectdEnabled (package:flutter_tools/src/aspectd.dart) [ ] #54 _asyncErrorWrapperHelper.errorCallback (dart:async-patch/async_patch.dart:91:64) [ ] #55 _rootRunBinary (dart:async/zone.dart:1214:47) [ ] #56 _CustomZone.runBinary (dart:async/zone.dart:1107:19) [ ] #57 _FutureListener.handleError (dart:async/future_impl.dart:157:20) [ ] #58 Future._propagateToListeners.handleError (dart:async/future_impl.dart:708:47) [ ] #59 Future._propagateToListeners (dart:async/future_impl.dart:729:24) [ ] #60 Future._completeError (dart:async/future_impl.dart:537:5) [ ] #61 _AsyncAwaitCompleter.completeError (dart:async-patch/async_patch.dart:47:15) [ ] #62 AspectdHook.checkAspectdFlutterFrontendServerSnapshot (package:flutter_tools/src/aspectd.dart) [ ] #63 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #64 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #65 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #66 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #67 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #68 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #69 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) [ ] #70 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) [ ] #71 _run (package:flutter_tools/src/base/error_handling_io.dart) [ ] #72 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #73 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #74 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #75 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #76 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #77 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #78 Future.wait. (dart:async/future.dart:414:23) [ ] #79 _rootRunUnary (dart:async/zone.dart:1198:47) [ ] #80 _CustomZone.runUnary (dart:async/zone.dart:1100:19) [ ] #81 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) [ ] #82 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) [ ] #83 Future._propagateToListeners (dart:async/future_impl.dart:725:32) [ ] #84 Future._completeWithValue (dart:async/future_impl.dart:529:5) [ ] #85 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7) [ ] #86 _rootRun (dart:async/zone.dart:1190:13) [ ] #87 _CustomZone.run (dart:async/zone.dart:1093:19) [ ] #88 _CustomZone.runGuarded (dart:async/zone.dart:997:7) [ ] #89 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23) [ +3 ms] #90 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) [ ] #91 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) [ ] #92 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13) [ ] #93 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5) [ ] FAILURE: Build failed with an exception. [ ] Where: [ ] Script '/Users/cherielin/Documents/code/JooxAndroid/flutter/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 904 [ ] What went wrong: [ ] Execution failed for task ':app:compileFlutterBuildDebug'. [ ] > Process 'command '/Users/cherielin/Documents/code/JooxAndroid/flutter/flutter/bin/flutter'' finished with non-zero exit value 1 [ ] Try: [ ] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. [ ] Get more help at https://help.gradle.org [ ] BUILD FAILED in 14s [ +1 ms] [ +12 ms] "flutter assemble" took 13,106ms. [ ] [ +1 ms] ensureAnalyticsSent: 0ms [ ] [ +1 ms] Running shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 1 [ ] > Task :app:compileFlutterBuildDebug FAILED [ ] 1 actionable task: 1 executed [ +356 ms] Running Gradle task 'assembleDebug'... (completed in 15.3s) [ +3 ms] Exception: Gradle task assembleDebug failed with exit code 1 [ +1 ms] "flutter run" took 15,999ms. [ +2 ms]

0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)

       #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:607:7)
       <asynchronous suspension>
       #2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:977:18)
       <asynchronous suspension>
       #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:836:33)
       <asynchronous suspension>
       #4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
       #5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
       #6      _rootRun (dart:async/zone.dart:1190:13)
       #7      _CustomZone.run (dart:async/zone.dart:1093:19)
       #8      _runZoned (dart:async/zone.dart:1630:10)
       #9      runZoned (dart:async/zone.dart:1550:10)
       #10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
       #11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:825:20)
       #12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
       #13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:335:21)
       #14     _rootRunUnary (dart:async/zone.dart:1198:47)
       #15     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
       #16     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
       #17     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45)
       #18     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
       #19     Future._completeWithValue (dart:async/future_impl.dart:529:5)
       #20     Future._asyncCompleteWithValue.<anonymous closure> (dart:async/future_impl.dart:567:7)
       #21     _rootRun (dart:async/zone.dart:1190:13)
       #22     _CustomZone.run (dart:async/zone.dart:1093:19)
       #23     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
       #24     _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:1037:23)
       #25     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
       #26     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
       #27     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
       #28     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)

[ +1 ms] ensureAnalyticsSent: 0ms [ ] Running shutdown hooks [ ] Shutdown hook priority 4 [ +3 ms] Shutdown hooks complete [ ] exiting with code 1