Chris Yang
Chris Yang
These seem to be dups: 5991, 5976, 5944 are `(lldb) warning: libobjc.A.dylib is being read from process memory.`, tracked at https://github.com/flutter/flutter/issues/121231 5969, 5918 is dart VM discovery hang, tracked at...
5953 couldn't find a simulator: ``` [2023-05-12 14:29:47.665144] [STDOUT] [STDOUT] [ +141 ms] Exit code 0 from: xcrun simctl list devices booted [2023-05-12 14:29:47.665235] [STDOUT] [STDOUT] [ ] == Devices...
5943 is interrupted after the app is running with no further log: ``` [2023-05-12 02:01:21.561356] [STDOUT] [STDOUT] [ ] A Dart VM Service on swarming’s iPhone is available at: http://127.0.0.1:52461/h8yTLIH69O8=/...
Oh yeah I believe both ran 30+ times.
This benchmark has 20 sub runs: https://github.com/flutter/flutter/blob/master/dev/devicelab/lib/tasks/microbenchmarks.dart#L53 And each of them ran at least twice and the all_elements_bench ran 3 times, so it's planned to run 40+ times. I'm not...
``` ...await runMicrobench('lib/stocks/build_bench.dart'), ...await runMicrobench('lib/stocks/layout_bench.dart'), ...await runMicrobench('lib/ui/image_bench.dart'), ``` The above 3 tests are also skipped. So the benchmark ran through the tasks until `lib/stocks/build_bench_profiled.dart` and then repeat them again. With...
@vashworth looks like 5926 is also https://github.com/flutter/flutter/issues/120808 as well then.
one of [5943](https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5943/overview) is: ``` xcodebuild: error: Existing file at -resultBundlePath "/opt/s/w/ir/x/t/flutter_tools.LkupYt/flutter_ios_build_temp_dirlNr2gY/temporary_xcresult_bundle.xcresult" ``` ~~It is caused by https://github.com/flutter/engine/pull/41647~~ Actually, it is the framework, so it is the temp directory not...
The first failure of [5943](https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20microbenchmarks_ios/5943/overview) seems weird. It just stopped at xcode build ``` [2023-05-12 01:46:38.193378] [STDOUT] [STDOUT] [ +6 ms] Running Xcode build... [2023-05-12 01:46:38.193831] [STDOUT] [STDOUT] [ ]...
Filed https://github.com/flutter/flutter/issues/127119 for https://github.com/flutter/flutter/issues/126412#issuecomment-1552076074