Zachary Anderson

Results 331 comments of Zachary Anderson

2920 is the Dart GC crash that we've seen in a couple of other flakes recently. This time during kernel compilation: ``` [simple_animation_perf_impeller_ios] [STDOUT] stdout: ===== CRASH ===== [simple_animation_perf_impeller_ios] [STDOUT]...

Yes. I am noticing that they have increased a lot since my last flaky triage ~2 weeks ago. I would suggest looking at commits that touched GC since 2/13 or...

Just copying this out of the logs. The paths probably need to be fixed up. This is one of the commands that hits the GC problem. ``` flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot...

This is fairly widespread. I'm seeing more instances in flake triage this morning with another instance here https://github.com/flutter/flutter/issues/122194. So, I'm bumping this back up to P1.

On https://github.com/flutter/flutter/issues/122711, there is a message printed from the VM before the backtrace. Not sure if this is helpful, but it was: ``` error: [+11391 ms] ../../runtime/vm/raw_object.cc: 363: error: Invalid...

@godofredoc may have been doing something like that to test the artifacts produced by the new `engine_v2` recipes, and have some advice.

I have never seen 2876 before. The only error message I could find in the logs is: ``` Error (Xcode): Error: Unimplemented handling of missing static target ``` @jmagman have...

These look like real tool test flakes. Routing to tooling triage, but dropping priority since these are only just above the threshold. cc @christopherfujino

These are all failures in the apk build step of `test/integration.shard/multidex_build_test.dart`. I'm wondering if these failures are related to https://github.com/flutter/flutter/issues/126557, but the tool tests don't print the logs, so it's...