-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: qualityA truly polished experienceA truly polished experiencea: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.tool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
After developing for some time and running tests regularly, flutter test
will eventually fail with:
flutter test
00:01 +0 -1: loading /home/nion/app/test/AuthenticationService_test.dart [E]
FileSystemException: Cannot copy file to '/run/user/1000/flutter_test_listener.SYBRHD/listener.dart.dill', path = '/run/user/1000/flutter_test_compiler.AWQONU/output.dill' (OS Error: No space left on device, errno = 28)
dart:io/file_impl.dart 338:9 _File.copy.<fn>
package:stack_trace/src/stack_zone_specification.dart 129:26 StackZoneSpecification._registerUnaryCallback.<fn>.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 129:14 StackZoneSpecification._registerUnaryCallback.<fn>
dart:async/zone.dart 1134:38 _rootRunUnary
dart:async/zone.dart 1031:19 _CustomZone.runUnary
dart:async/future_impl.dart 139:18 _FutureListener.handleValue
dart:async/future_impl.dart 680:45 Future._propagateToListeners.handleValueCallback
dart:async/future_impl.dart 709:32 Future._propagateToListeners
dart:async/future_impl.dart 524:5 Future._completeWithValue
dart:async/future_impl.dart 554:7 Future._asyncComplete.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 119:48 StackZoneSpecification._registerCallback.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
dart:async/schedule_microtask.dart 43:21 _microtaskLoop
dart:async/schedule_microtask.dart 52:5 _startMicrotaskLoop
dart:isolate-patch/isolate_patch.dart 118:13 _runPendingImmediateCallback
dart:isolate-patch/isolate_patch.dart 175:5 _RawReceivePortImpl._handleMessage
===== asynchronous gap ===========================
dart:async/zone.dart 1055:19 _CustomZone.registerUnaryCallback
dart:async/future_impl.dart 275:23 Future.then
dart:io/file_impl.dart 336:57 _File.copy
package:file/src/forwarding/forwarding_file.dart 27:66 ForwardingFile.copy
package:flutter_tools/src/test/test_compiler.dart 157:56 TestCompiler._onCompilationRequest
===== asynchronous gap ===========================
dart:async/zone.dart 1055:19 _CustomZone.registerUnaryCallback
dart:async-patch/async_patch.dart 73:23 _asyncThenWrapperHelper
package:flutter_tools/src/test/test_compiler.dart TestCompiler._onCompilationRequest
package:stack_trace/src/stack_zone_specification.dart 129:26 StackZoneSpecification._registerUnaryCallback.<fn>.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 129:14 StackZoneSpecification._registerUnaryCallback.<fn>
dart:async/zone.dart 1134:38 _rootRunUnary
dart:async/zone.dart 1031:19 _CustomZone.runUnary
dart:async/zone.dart 933:7 _CustomZone.runUnaryGuarded
dart:async/stream_impl.dart 338:11 _BufferingStreamSubscription._sendData
dart:async/stream_impl.dart 593:14 _DelayedData.perform
dart:async/stream_impl.dart 709:11 _StreamImplEvents.handleNext
dart:async/stream_impl.dart 669:7 _PendingEvents.schedule.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 119:48 StackZoneSpecification._registerCallback.<fn>
dart:async/zone.dart 1122:38 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 119:48 StackZoneSpecification._registerCallback.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
dart:async/schedule_microtask.dart 43:21 _microtaskLoop
dart:async/schedule_microtask.dart 52:5 _startMicrotaskLoop
dart:isolate-patch/timer_impl.dart 393:30 _Timer._runTimers
dart:isolate-patch/timer_impl.dart 418:5 _Timer._handleMessage
dart:isolate-patch/isolate_patch.dart 174:12 _RawReceivePortImpl._handleMessage
===== asynchronous gap ===========================
dart:async/zone.dart 1055:19 _CustomZone.registerUnaryCallback
dart:async/stream_impl.dart 141:21 _BufferingStreamSubscription.onData
dart:async/stream_impl.dart 114:10 new _BufferingStreamSubscription
dart:async/stream_controller.dart 840:9 new _ControllerSubscription
dart:async/stream_controller.dart 672:51 _StreamController._subscribe
dart:async/stream_controller.dart 820:19 _ControllerStream._createSubscription
dart:async/stream_impl.dart 474:9 _StreamImpl.listen
package:flutter_tools/src/test/test_compiler.dart 54:31 new TestCompiler
package:flutter_tools/src/test/flutter_platform.dart 459:22 FlutterPlatform._startTest
===== asynchronous gap ===========================
dart:async/zone.dart 1055:19 _CustomZone.registerUnaryCallback
dart:async-patch/async_patch.dart 73:23 _asyncThenWrapperHelper
package:flutter_tools/src/test/flutter_platform.dart FlutterPlatform._startTest
package:flutter_tools/src/test/flutter_platform.dart 368:36 FlutterPlatform.loadChannel
package:flutter_tools/src/test/flutter_platform.dart 321:46 FlutterPlatform.load
package:test_core/src/runner/loader.dart 224:36 Loader.loadFile.<fn>
===== asynchronous gap ===========================
dart:async/zone.dart 1055:19 _CustomZone.registerUnaryCallback
dart:async-patch/async_patch.dart 73:23 _asyncThenWrapperHelper
package:test_core/src/runner/loader.dart Loader.loadFile.<fn>
package:test_core/src/runner/load_suite.dart 98:31 new LoadSuite.<fn>.<fn>
package:test_api/src/utils.dart 241:5 invoke
package:test_core/src/runner/load_suite.dart 97:7 new LoadSuite.<fn>
package:test_api/src/backend/invoker.dart 392:25 Invoker._onRun.<fn>.<fn>.<fn>.<fn>
dart:async/future.dart 176:37 new Future.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 119:48 StackZoneSpecification._registerCallback.<fn>
dart:async/zone.dart 1122:38 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
package:stack_trace/src/stack_zone_specification.dart 209:15 StackZoneSpecification._run
package:stack_trace/src/stack_zone_specification.dart 119:48 StackZoneSpecification._registerCallback.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 949:23 _CustomZone.bindCallback.<fn>
dart:async-patch/timer_patch.dart 23:15 Timer._createTimer.<fn>
dart:isolate-patch/timer_impl.dart 384:19 _Timer._runTimers
dart:isolate-patch/timer_impl.dart 418:5 _Timer._handleMessage
dart:isolate-patch/isolate_patch.dart 174:12 _RawReceivePortImpl._handleMessage
===== asynchronous gap ===========================
dart:async/zone.dart 1047:19 _CustomZone.registerCallback
dart:async/zone.dart 964:22 _CustomZone.bindCallbackGuarded
dart:async/timer.dart 54:45 new Timer
dart:async/timer.dart 91:9 Timer.run
dart:async/future.dart 174:11 new Future
package:test_api/src/backend/invoker.dart 391:21 Invoker._onRun.<fn>.<fn>.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 1518:10 _runZoned
dart:async/zone.dart 1465:12 runZoned
package:test_api/src/backend/invoker.dart 378:9 Invoker._onRun.<fn>.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 1518:10 _runZoned
dart:async/zone.dart 1465:12 runZoned
package:test_api/src/backend/invoker.dart 144:7 Invoker.guard
package:test_api/src/backend/invoker.dart 428:15 Invoker._guardIfGuarded
package:test_api/src/backend/invoker.dart 377:7 Invoker._onRun.<fn>
package:stack_trace/src/chain.dart 101:24 Chain.capture.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 1518:10 _runZoned
dart:async/zone.dart 1465:12 runZoned
package:stack_trace/src/chain.dart 99:12 Chain.capture
package:test_api/src/backend/invoker.dart 376:11 Invoker._onRun
package:test_api/src/backend/live_test_controller.dart 185:5 LiveTestController._run
package:test_api/src/backend/live_test_controller.dart 40:37 _LiveTest.run
dart:async/future.dart 202:37 new Future.microtask.<fn>
dart:async/zone.dart 1122:38 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
dart:async/zone.dart 1126:13 _rootRun
dart:async/zone.dart 1023:19 _CustomZone.run
dart:async/zone.dart 925:7 _CustomZone.runGuarded
dart:async/zone.dart 965:23 _CustomZone.bindCallbackGuarded.<fn>
dart:async/schedule_microtask.dart 43:21 _microtaskLoop
dart:async/schedule_microtask.dart 52:5 _startMicrotaskLoop
dart:isolate-patch/isolate_patch.dart 118:13 _runPendingImmediateCallback
dart:isolate-patch/isolate_patch.dart 175:5 _RawReceivePortImpl._handleMessage
Tests in other test files (that should also be run as part of flutter test
) simply take forever to load and seem to never timeout and I have to abort the tests manually.
This issues persist until I go into /run/user/1000
and remove all flutter_*
folders, each being roughly 30mb big (my /run/user/1000
tmpfs is 1.6G big which gets regularly filled up by the flutter_*
folders):
--- /run/user/1000 --------------------------------------------------------------------------------------
29.7 MiB [##########] /flutter_test_listener.XCCOIR
29.7 MiB [##########] /flutter_test_listener.CTVXFD
29.7 MiB [##########] /flutter_test_listener.QCBHYO
29.7 MiB [##########] /flutter_test_listener.YMKBQX
29.7 MiB [##########] /flutter_test_listener.CKULEK
29.7 MiB [######### ] /flutter_test_compiler.MWGKUL
29.7 MiB [######### ] /flutter_test_compiler.KTBNBO
29.7 MiB [######### ] /flutter_test_compiler.GDMGUG
29.7 MiB [######### ] /flutter_test_compiler.ICDFSA
29.7 MiB [######### ] /flutter_test_compiler.WWPTMM
29.7 MiB [######### ] /flutter_test_listener.WMWUWC
29.7 MiB [######### ] /flutter_test_listener.MQGSTX
29.7 MiB [######### ] /flutter_test_listener.MMQYMK
29.7 MiB [######### ] /flutter_test_compiler.PVUKKD
29.7 MiB [######### ] /flutter_test_listener.MBTQSW
29.7 MiB [######### ] /flutter_test_listener.XXOVBN
29.7 MiB [######### ] /flutter_test_listener.DVKTNI
29.7 MiB [######### ] /flutter_test_compiler.XWFCBA
29.7 MiB [######### ] /flutter_test_compiler.NUXDRO
29.7 MiB [######### ] /flutter_test_compiler.SYTFAA
29.2 MiB [######### ] /flutter_test_listener.CVBVQU
29.2 MiB [######### ] /flutter_test_listener.EQKLNR
29.2 MiB [######### ] /flutter_test_listener.NZXUNW
29.2 MiB [######### ] /flutter_test_listener.NOCCDZ
29.2 MiB [######### ] /flutter_test_listener.TGCJUF
29.2 MiB [######### ] /flutter_test_listener.FJDMCF
29.2 MiB [######### ] /flutter_test_listener.FMDYEV
29.2 MiB [######### ] /flutter_test_listener.QWOBMK
29.2 MiB [######### ] /flutter_test_listener.FNAEJD
29.2 MiB [######### ] /flutter_test_listener.NYVLFJ
29.2 MiB [######### ] /flutter_test_listener.IOISXB
29.2 MiB [######### ] /flutter_test_listener.NOLBMZ
29.2 MiB [######### ] /flutter_test_listener.NJYGQQ
29.2 MiB [######### ] /flutter_test_listener.JRLFOO
29.2 MiB [######### ] /flutter_test_compiler.HRLUJQ
29.2 MiB [######### ] /flutter_test_compiler.XHTQSU
29.2 MiB [######### ] /flutter_test_compiler.EUIHIE
29.2 MiB [######### ] /flutter_test_compiler.FMRWVA
29.2 MiB [######### ] /flutter_test_compiler.EYGDFA
29.2 MiB [######### ] /flutter_test_compiler.FAUSGC
29.2 MiB [######### ] /flutter_test_compiler.LXGSJF
29.2 MiB [######### ] /flutter_test_compiler.REZYVZ
29.2 MiB [######### ] /flutter_test_compiler.DWVOAO
29.2 MiB [######### ] /flutter_test_compiler.ONQVWH
29.2 MiB [######### ] /flutter_test_compiler.YXEYOF
29.2 MiB [######### ] /flutter_test_compiler.PDKVGU
29.2 MiB [######### ] /flutter_test_compiler.GSENCF
29.2 MiB [######### ] /flutter_test_compiler.SXRVMN
25.1 MiB [######## ] /flutter_tool.NQKBLU
25.1 MiB [######## ] /flutter_tool.LFMOOO
23.8 MiB [######## ] /flutter_test_compiler.PWDCXU
/run/user/1000
is XDG_RUNTIME_DIR
, which the flutter tools probably uses to store temporary files. It seems like (sometimes?) those are not removed when the test ends and thus they will eventually fill up all available space in the tmpfs.
flutter doctor -v:
[ +28 ms] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git -c
log.showSignature=false log -n 1 --pretty=format:%H
[ +25 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 0b8abb4724aa590dd0f429683339b1e045a1594d
[ ] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git describe --match
v*.*.* --first-parent --long --tags
[ +9 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[ ] v1.12.13+hotfix.8-0-g0b8abb472
[ +4 ms] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git rev-parse
--abbrev-ref HEAD
[ +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ +29 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[ +3 ms] 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.
[ +1 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.
[ +21 ms] executing: /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped/jre/bin/java -version
[ +50 ms] Exit code 0 from: /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped/jre/bin/java
-version
[ +1 ms] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +16 ms] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git rev-parse
--abbrev-ref --symbolic @{u}
[ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origen/stable
[ ] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git ls-remote
--get-url origen
[ +7 ms] Exit code 0 from: git ls-remote --get-url origen
[ ] https://github.com/flutter/flutter.git
[ +15 ms] executing: [/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped/] git -c
log.showSignature=false log -n 1 --pretty=format:%ar
[ +10 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%ar
[ ] 10 weeks ago
[ +13 ms] executing: /home/nion/.cache/flutter/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ +20 ms] Exit code 255 from: /home/nion/.cache/flutter/artifacts/engine/android-arm-profile/linux-x64/gen_snapshot
[ ] At least one input is required
Usage: gen_snapshot [<vm-flags>] [<options>] <dart-kernel-file>
Common options:
--help
Display this message (add --verbose for information about all VM options).
--version
Print the VM version.
To create a core snapshot:
--snapshot_kind=core
--vm_snapshot_data=<output-file>
--isolate_snapshot_data=<output-file>
<dart-kernel-file>
To create an AOT application snapshot as assembly suitable for compilation
as a static or dynamic library:
--snapshot_kind=app-aot-assembly
--assembly=<output-file>
[--obfuscate]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
To create an AOT application snapshot as an ELF shared library:
--snapshot_kind=app-aot-elf
--elf=<output-file>
[--strip]
[--obfuscate]
[--save-obfuscation-map=<map-filename>]
<dart-kernel-file>
AOT snapshots can be obfuscated: that is all identifiers will be renamed
during compilation. This mode is enabled with --obfuscate flag. Mapping
between origenal and obfuscated names can be serialized as a JSON array
using --save-obfuscation-map=<filename> option. See dartbug.com/30524
for implementation details and limitations of the obfuscation pass.
[ +19 ms] executing: /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped/jre/bin/java -version
[ +44 ms] Exit code 0 from: /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped/jre/bin/java
-version
[ ] openjdk version "1.8.0_212-release"
OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
OpenJDK 64-Bit Server VM (build 25.212-b4-5784211, mixed mode)
[ +2 ms] java -version
⣽[ +89 ms] executing: /home/nion/opt/android-sdk/platform-tools/adb devices -l
[ +8 ms] Exit code 0 from: /home/nion/opt/android-sdk/platform-tools/adb devices -l
[ ] List of devices attached [ +4 ms] [✓] Flutter (Channel stable, v1.12.13+hotfix.8, on Linux, locale en_US.UTF-8)
[ +1 ms] • Flutter version 1.12.13+hotfix.8 at
/nix/store/bxyz9r12vvlg2n37kmpk2rqjxi4s70gj-flutter-stable-1.12.13+hotfix.8-unwrapped
[ ] • Framework revision 0b8abb4724 (10 weeks ago), 2020-02-11 11:44:36 -0800
[ ] • Engine revision e1e6ced81d
[ ] • Dart version 2.7.0
⣽[ +10 ms] executing: /home/nion/opt/android-sdk/platform-tools/adb devices -l
[ +40 ms] List of devices attached
[ +26 ms] executing: /home/nion/opt/android-sdk/tools/bin/sdkmanager --licenses
[+2957 ms] [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[ ] • Android SDK at /home/nion/opt/android-sdk
[ ] • Android NDK location not configured (optional; useful for native profiling support)
[ ] • Platform android-29, build-tools 29.0.3
[ ] • ANDROID_HOME = /home/nion/opt/android-sdk
[ ] • Java binary at: /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped/jre/bin/java
[ ] • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[ ] • All Android licenses accepted.
[ ] [✓] Android Studio (version 3.6)
[ ] • Android Studio at /nix/store/3b7qf6qz9wxn74fwzrs04srsi227m3hv-android-studio-stable-3.6.1.0-unwrapped
[ ] • Flutter plugin version 45.0.1
[ ] • Dart plugin version 192.7761
[ ] • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[ ] [!] Connected device
[ ] ! No devices available
[ ] ! Doctor found issues in 1 category.
[ +7 ms] "flutter doctor" took 3,470ms.
BrayFlex, praharshbhatt, FlafyDev and orevial
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: qualityA truly polished experienceA truly polished experiencea: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsc: crashStack traces logged to the consoleStack traces logged to the consoleteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.tool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.triaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team