Created
April 11, 2019 21:46
-
-
Save christopherfujino/76b9f5b6fbe37f32295b86540340e625 to your computer and use it in GitHub Desktop.
drive test stacktrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/git/flutter/packages/flutter_tools$ pub run test test/commands/drive_test.dart | |
00:05 +14: drive restore AppStarter --no-build | |
about to fail... | |
DriveCommand | |
Failed assertion: boolean expression must not be null | |
#0 _startApp (package:flutter_tools/src/commands/drive.dart) | |
<asynchronous suspension> | |
#1 DriveCommand.runCommand (package:flutter_tools/src/commands/drive.dart:133:51) | |
<asynchronous suspension> | |
#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:559:18) | |
<asynchronous suspension> | |
#3 FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:495:33) | |
<asynchronous suspension> | |
#4 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:142:29) | |
<asynchronous suspension> | |
#5 _rootRun (dart:async/zone.dart:1124:13) | |
#6 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#7 _runZoned (dart:async/zone.dart:1516:10) | |
#8 runZoned (dart:async/zone.dart:1463:12) | |
#9 AppContext.run (package:flutter_tools/src/base/context.dart:141:18) | |
<asynchronous suspension> | |
#10 FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:486:20) | |
#11 CommandRunner.runCommand (package:args/command_runner.dart:196:27) | |
<asynchronous suspension> | |
#12 FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:396:21) | |
<asynchronous suspension> | |
#13 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:142:29) | |
<asynchronous suspension> | |
#14 _rootRun (dart:async/zone.dart:1124:13) | |
#15 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#16 _runZoned (dart:async/zone.dart:1516:10) | |
#17 runZoned (dart:async/zone.dart:1463:12) | |
#18 AppContext.run (package:flutter_tools/src/base/context.dart:141:18) | |
<asynchronous suspension> | |
#19 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:356:19) | |
<asynchronous suspension> | |
#20 CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:111:29) | |
#21 new Future.sync (dart:async/future.dart:224:31) | |
#22 CommandRunner.run (package:args/command_runner.dart:111:11) | |
#23 FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:242:18) | |
#24 main.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/commands/drive_test.dart:372:50) | |
<asynchronous suspension> | |
#25 testUsingContext.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/src/context.dart:108:42) | |
<asynchronous suspension> | |
#26 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:142:29) | |
<asynchronous suspension> | |
#27 _rootRun (dart:async/zone.dart:1124:13) | |
#28 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#29 _runZoned (dart:async/zone.dart:1516:10) | |
#30 runZoned (dart:async/zone.dart:1463:12) | |
#31 AppContext.run (package:flutter_tools/src/base/context.dart:141:18) | |
<asynchronous suspension> | |
#32 testUsingContext.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/src/context.dart:96:30) | |
#33 _rootRun (dart:async/zone.dart:1124:13) | |
#34 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#35 _runZoned (dart:async/zone.dart:1516:10) | |
#36 runZoned (dart:async/zone.dart:1500:12) | |
#37 testUsingContext.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/src/context.dart:94:18) | |
#38 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:142:29) | |
<asynchronous suspension> | |
#39 _rootRun (dart:async/zone.dart:1124:13) | |
#40 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#41 _runZoned (dart:async/zone.dart:1516:10) | |
#42 runZoned (dart:async/zone.dart:1463:12) | |
#43 AppContext.run (package:flutter_tools/src/base/context.dart:141:18) | |
<asynchronous suspension> | |
#44 testUsingContext.<anonymous closure>.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/src/context.dart:69:22) | |
#45 AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:142:29) | |
<asynchronous suspension> | |
#46 _rootRun (dart:async/zone.dart:1124:13) | |
#47 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#48 _runZoned (dart:async/zone.dart:1516:10) | |
#49 runZoned (dart:async/zone.dart:1463:12) | |
#50 AppContext.run (package:flutter_tools/src/base/context.dart:141:18) | |
<asynchronous suspension> | |
#51 runInContext (package:flutter_tools/src/context_runner.dart:50:24) | |
<asynchronous suspension> | |
#52 testUsingContext.<anonymous closure> (file:///usr/local/google/home/fujino/git/flutter/packages/flutter_tools/test/src/context.dart:68:11) | |
<asynchronous suspension> | |
#53 Declarer.test.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:test_api/src/backend/declarer.dart:168:27) | |
<asynchronous suspension> | |
#54 Invoker.waitForOutstandingCallbacks.<anonymous closure> (package:test_api/src/backend/invoker.dart:250:15) | |
<asynchronous suspension> | |
#55 _rootRun (dart:async/zone.dart:1124:13) | |
#56 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#57 _runZoned (dart:async/zone.dart:1516:10) | |
#58 runZoned (dart:async/zone.dart:1463:12) | |
#59 Invoker.waitForOutstandingCallbacks (package:test_api/src/backend/invoker.dart:247:5) | |
#60 Declarer.test.<anonymous closure>.<anonymous closure> (package:test_api/src/backend/declarer.dart:166:33) | |
#61 _rootRun (dart:async/zone.dart:1124:13) | |
#62 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#63 _runZoned (dart:async/zone.dart:1516:10) | |
#64 runZoned (dart:async/zone.dart:1463:12) | |
#65 Declarer.test.<anonymous closure> (package:test_api/src/backend/declarer.dart:165:13) | |
<asynchronous suspension> | |
#66 Invoker._onRun.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (package:test_api/src/backend/invoker.dart:400:25) | |
<asynchronous suspension> | |
#67 new Future.<anonymous closure> (dart:async/future.dart:176:37) | |
#68 StackZoneSpecification._run (package:stack_trace/src/stack_zone_specification.dart:209:15) | |
#69 StackZoneSpecification._registerCallback.<anonymous closure> (package:stack_trace/src/stack_zone_specification.dart:119:48) | |
#70 _rootRun (dart:async/zone.dart:1120:38) | |
#71 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#72 _CustomZone.runGuarded (dart:async/zone.dart:923:7) | |
#73 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:963:23) | |
#74 StackZoneSpecification._run (package:stack_trace/src/stack_zone_specification.dart:209:15) | |
#75 StackZoneSpecification._registerCallback.<anonymous closure> (package:stack_trace/src/stack_zone_specification.dart:119:48) | |
#76 _rootRun (dart:async/zone.dart:1124:13) | |
#77 _CustomZone.run (dart:async/zone.dart:1021:19) | |
#78 _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:947:23) | |
#79 Timer._createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:21:15) | |
#80 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:382:19) | |
#81 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:416:5) | |
#82 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:171:12) | |
00:05 +14 -1: drive restore AppStarter --no-build [E] | |
Failed assertion: boolean expression must not be null | |
dart:async _AsyncAwaitCompleter.completeError | |
package:flutter_tools/src/commands/drive.dart _startApp | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
package:flutter_tools/src/commands/drive.dart _startApp | |
package:flutter_tools/src/commands/drive.dart 133:51 DriveCommand.runCommand | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
package:flutter_tools/src/commands/drive.dart DriveCommand.runCommand | |
package:flutter_tools/src/runner/flutter_command.dart 559:18 FlutterCommand.verifyThenRunCommand | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
package:flutter_tools/src/runner/flutter_command.dart FlutterCommand.verifyThenRunCommand | |
package:flutter_tools/src/runner/flutter_command.dart 495:33 FlutterCommand.run.<fn> | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
package:flutter_tools/src/runner/flutter_command.dart FlutterCommand.run.<fn> | |
package:flutter_tools/src/base/context.dart 142:29 AppContext.run.<fn> | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
package:flutter_tools/src/runner/flutter_command_runner.dart FlutterCommandRunner.runCommand.<fn> | |
package:flutter_tools/src/base/context.dart 142:29 AppContext.run.<fn> | |
===== asynchronous gap =========================== | |
dart:async _asyncThenWrapperHelper | |
test/commands/drive_test.dart main.<fn>.<fn>.<fn> | |
test/src/context.dart 108:42 testUsingContext.<fn>.<fn>.<fn>.<fn>.<fn> | |
00:05 +14 -1: Some tests failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment