Last active
July 11, 2019 17:02
-
-
Save jonahwilliams/42d0c037921249642cf9a31c3f06a1e3 to your computer and use it in GitHub Desktop.
example failure
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
jonahwilliams@jonahwilliams0:~/Documents/flutter/examples/hello_world$ dart-bolt | |
RunnerConfiguration:[moduleOverrides:{}] | |
Current Directory: /usr/local/google/home/jonahwilliams/Documents/flutter/examples/hello_world | |
Session temp Directory: /tmp/bolt_session_BCYCYR | |
09:59:09.519 [build_system_factory] Failed to load buildSystem for /usr/local/google/home/jonahwilliams/Documents/flutter/examples/hello_world. Reason: (MissingRequirementError: Package "test" has version "null", which is not allowed with constraint ">=1.6.1", MissingRequirementError: Package "build_runner" has version "null", which is not allowed with constraint ">=1.5.0", MissingRequirementError: Package "build_test" has version "null", which is not allowed with constraint ">=0.10.6") | |
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
10:01:41.580 [build_system_factory] Failed to load buildSystem for /usr/local/google/home/jonahwilliams/Documents/flutter/examples/hello_world. Reason: (MissingRequirementError: Encounter Build Daemon Error. Unexpected error: Bad state: Unable to start build daemon. #0 _handleDaemonStartup (package:build_daemon/client.dart:82:5) | |
<asynchronous suspension> | |
#1 BuildDaemonClient.connect (package:build_daemon/client.dart:178:11) | |
<asynchronous suspension> | |
#2 _PubBuildDaemonProvider.provideBuildDaemonClient (package:bolt/src/core/build_system/build_system_factory.dart:206:30) | |
#3 BuildSystem._initializeBuildDaemon (package:bolt/src/core/build_system/build_system.dart:115:12) | |
<asynchronous suspension> | |
#4 BuildSystem.checkRequirements (package:bolt/src/core/build_system/build_system.dart:103:12) | |
<asynchronous suspension> | |
#5 BuildSystemFactory.getOrCreateBuildSystem (package:bolt/src/core/build_system/build_system_factory.dart:144:51) | |
<asynchronous suspension> | |
#6 TestScope.scanTargets (package:bolt/src/core/test_scope/test_scope.dart:121:14) | |
<asynchronous suspension> | |
#7 TestScope.initialize (package:bolt/src/core/test_scope/test_scope.dart:84:11) | |
<asynchronous suspension> | |
#8 TestScopeFactory.create (package:bolt/src/core/test_scope/test_scope_factory.dart:15:21) | |
<asynchronous suspension> | |
#9 BoltRunner.run (package:bolt/src/core/runner/bolt_runner.dart:133:44) | |
<asynchronous suspension> | |
#10 isolateMain.<anonymous closure> (package:bolt/src/core/runner/bolt_isolate_runner.dart:175:12) | |
<asynchronous suspension> | |
#11 functionWrapper (package:bolt/src/core/runner/bolt_isolate_runner.dart:151:15) | |
<asynchronous suspension> | |
#12 isolateMain (package:bolt/src/core/runner/bolt_isolate_runner.dart:170:52) | |
#13 IsolateRunnerRemote._handleCommand.<anonymous closure> (package:isolate/isolate_runner.dart:298:43) | |
#14 new Future.sync (dart:async/future.dart:224:31) | |
#15 IsolateRunnerRemote._handleCommand (package:isolate/isolate_runner.dart:298:17) | |
#16 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:172:12) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment