-
Notifications
You must be signed in to change notification settings - Fork 229
window10 flutter packages get fail #2113
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
Comments
It looks like maybe some package was published with the SDK API docs inside it?
Looks like the root cause - plausibly because the package is really big due to bundling in SDK docs? It would be nice if we could figure out what package this was... |
That's nicely spotted... it could be related to #2091 @faxinter, what packages were you trying to get?
A) yeah, some people manage to publish packages with Probably #2095 would mitigate this by discouraging users from publishing |
Not sure we can do more here. @faxinter never returned. Closing as irreproducible. Please open a new issue if this still happens |
[ ] Extracting doc\api\dart-core\Map\length.html
[ ] file doc\api\dart-core\Map\map.html
[ ] already exists. Overwrite with
[ ] doc\api\dart-core\Map\map.html?
[ ] (Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit?
[ ] ERROR: Can't allocate required memory!
[ +2 ms] package:pub/src/io.dart 944:7 _extractTarGzWindows.
[ +1 ms] ===== asynchronous gap ===========================
[ ] dart:async _AsyncAwaitCompleter.completeError
[ ] package:pub/src/io.dart _extractTarGzWindows.
[ ] ===== asynchronous gap ===========================
[ ] dart:async _asyncThenWrapperHelper
[ ] package:pub/src/io.dart _extractTarGzWindows.
[ ] package:pub/src/io.dart 821:20 withTempDir
[ ] ===== asynchronous gap ===========================
[ ] dart:async _asyncThenWrapperHelper
[ ] package:pub/src/source/hosted.dart BoundHostedSource._download
[ ] package:pub/src/source/hosted.dart 196:13 BoundHostedSource.downloadToSystemCache
[ ] ===== asynchronous gap ===========================
[ ] dart:async _asyncThenWrapperHelper
[ ] package:pub/src/entrypoint.dart Entrypoint.acquireDependencies
[ +1 ms] package:pub/src/command/get.dart 41:23 GetCommand.run
[ ] package:args/command_runner.dart 194:27 CommandRunner.runCommand
[ ] This is an unexpected error. Please run
[ ] pub --trace --verbosity=warning --verbose get --no-precompile
[ ] and include the logs in an issue on https://github.com/dart-lang/pub/issues/new
[ +10 ms] Running "flutter packages get" in flutter_xcjj... (completed in 22.6s)
[ +7 ms] "flutter get" took 22,656ms.
[ +6 ms] "flutter get" took 22,656ms.
pub get failed (1)
#0 throwToolExit (package:flutter_tools/src/base/common.dart:24:3)
#1 pub (package:flutter_tools/src/dart/pub.dart:170:5)
#2 pubGet (package:flutter_tools/src/dart/pub.dart:104:13)
#3 PackagesGetCommand._runPubGet (package:flutter_tools/src/commands/packages.dart:59:11)
#4 PackagesGetCommand.runCommand (package:flutter_tools/src/commands/packages.dart:82:11)
#5 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:545:18)
#6 _asyncThenWrapperHelper. (dart:async/runtime/libasync_patch.dart:77:64)
#7 _rootRunUnary (dart:async/zone.dart:1132:38)
#8 _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#9 _FutureListener.handleValue (dart:async/future_impl.dart:126:18)
#10 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:639:45)
#11 Future._propagateToListeners (dart:async/future_impl.dart:668:32)
#12 Future._complete (dart:async/future_impl.dart:473:7)
#13 _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#14 _AsyncAwaitCompleter.complete. (dart:async/runtime/libasync_patch.dart:33:20)
#15 _rootRun (dart:async/zone.dart:1124:13)
#16 _CustomZone.run (dart:async/zone.dart:1021:19)
#17 _CustomZone.bindCallback. (dart:async/zone.dart:947:23)
#18 _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#19 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#20 _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#21 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)
The text was updated successfully, but these errors were encountered: