Zachary Anderson
Zachary Anderson
Slow run: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Android%20Debug%20Engine/20224/overview Fast run: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20Android%20Debug%20Engine/20221/overview The Android builds are some of the slowest on CI, so this increases the length of the long pole for cycle times.
https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20plugin_dependencies_test/20412/overview ``` com.android.ide.common.signing.KeytoolException: Failed to read key AndroidDebugKey from store "/home/chrome-bot/.android/debug.keystore": Integrity check failed: java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available ``` Marking P1 because this is causing many tests to flake,...
On the PR https://github.com/flutter/flutter/pull/119199, SkiaPerf is reporting a regression in new gen GC count. Usually those are benign, but in this case it seems to be combined with a regression...
In https://github.com/flutter/engine/pull/42451 https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20Engine%20Drone/925682/overview ``` ../../third_party/dart/runtime/vm/timeline.h: 425: error: expected: event_type() == kBegin || event_type() == kEnd || event_type() == kAsyncBegin || event_type() == kAsyncEnd || event_type() == kAsyncInstant ``` From ```...
https://github.com/flutter/flutter/pull/129724 Resulted in regressions in a number of benchmarks. So far just collecting the links from SkiaPerf. Haven't analyzed any of these yet. cc @HansMuller https://flutter-flutter-perf.skia.org/e/?begin=1689270076&end=1689287463&keys=X84a0007b39fb2fa1be1fc8a84f115bd1&num_commits=50&request_type=1&xbaroffset=35722 https://flutter-flutter-perf.skia.org/e/?begin=1689270405&end=1689288118&keys=X314f5d9b52383aeefee0e2606c5219f5&num_commits=50&request_type=1&xbaroffset=35723 https://flutter-flutter-perf.skia.org/e/?begin=1689270405&end=1689288118&keys=Xb03dce35138f5bbcdacbfd6f357798e2&num_commits=50&request_type=1&xbaroffset=35723 https://flutter-flutter-perf.skia.org/e/?begin=1689270624&end=1689288832&keys=X6ce9d4f274857c24ba40556b08093ab7&num_commits=50&request_type=1&xbaroffset=35724 https://flutter-flutter-perf.skia.org/e/?begin=1689270624&end=1689288832&keys=Xd49f2344577562b7a6b46f3c9d1cbcf0&num_commits=50&request_type=1&xbaroffset=35724
The Skia roll here https://github.com/flutter/engine/pull/50399 has been stalled for 4 hours. Following https://github.com/flutter/flutter/issues/125451, after 2 hours, the sheriff should have received an email notification, but @chinmaygarde is the sheriff this...
The purpose of this feature would be to support configurations that need e.g. different `gn` flags between pre- and post-submit. @godofredoc I will wait on making changes to the goma...
Goma will be turned down Real Soon Now, and local dev workflows for RBE require the compiler proxy to be started and stopped around each `ninja` invocation. `et` knows how...
As in https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20docs_test/16443/infra Errors of the form ``` dartdoc:stderr: Could not make "/b/s/w/ir/x/w/.pub-cache/bin/snippets" executable (exit code 1): dartdoc:stderr: chmod: cannot access '/b/s/w/ir/x/w/.pub-cache/bin/snippets': No such file or directory ``` cc @gspencergoog