-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
Roll Packages from bb5a25815cae to 72356fda4684 (8 revisions) #158378
Roll Packages from bb5a25815cae to 72356fda4684 (8 revisions) #158378
Conversation
…ample Apps (Part 2) (flutter/packages#8019)
…ation of callbacks in various APIs and uses of those APIs (flutter/packages#8029)
… wrapper of the Android native `BaseManager` (flutter/packages#7943)
auto label is removed for flutter/flutter/158378, due to - The status or check suite Windows tool_integration_tests_2_9 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
auto label is removed for flutter/flutter/158378, due to - The status or check suite Windows tool_integration_tests_2_9 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
AutoRoller is stopped; closing the active roll. |
Seeing this failure from plugin_dependencies_test.dart in the framework: [2024-11-08 09:24:18.258412] [STDOUT] ═════════════════╡ ••• Build plugin A example Android app ••• ╞═════════════════
[2024-11-08 09:24:18.258439] [STDOUT]
[2024-11-08 09:24:18.258699] [STDOUT] Executing "/Volumes/Work/s/w/ir/x/w/rc/tmpjbdca2y9/flutter sdk/bin/flutter build apk --target-platform android-arm --ci --debug-logs-dir=/Volumes/Work/s/w/ir/x/w/rc/flutter_logs_dir" in "/Volumes/Work/s/w/ir/x/t/flutter_plugin_dependencies.kGQbcR/plugin_a/example" with environment {BOT: true, LANG: en_US.UTF-8}
[2024-11-08 09:24:19.763637] [STDOUT] stdout: Downloading android-arm-profile/darwin-x64 tools... 1,241ms
[2024-11-08 09:24:20.189095] [STDOUT] stdout: Downloading android-arm-release/darwin-x64 tools... 227ms
[2024-11-08 09:24:20.612530] [STDOUT] stdout: Downloading android-arm64-profile/darwin-x64 tools... 247ms
[2024-11-08 09:24:21.018244] [STDOUT] stdout: Downloading android-arm64-release/darwin-x64 tools... 213ms
[2024-11-08 09:24:21.418505] [STDOUT] stdout: Downloading android-x64-profile/darwin-x64 tools... 223ms
[2024-11-08 09:24:21.829678] [STDOUT] stdout: Downloading android-x64-release/darwin-x64 tools... 218ms
[2024-11-08 09:24:22.617304] [STDOUT] stdout:
[2024-11-08 09:24:45.525262] [STDOUT] stdout: Running Gradle task 'assembleRelease'...
[2024-11-08 09:24:45.526159] [STDOUT] stderr: Your project is configured with Android NDK 26.1.10909125, but the following plugin(s) depend on a different Android NDK version:
[2024-11-08 09:24:45.526355] [STDOUT] stderr: - integration_test requires Android NDK 27.0.12077973
[2024-11-08 09:24:45.526458] [STDOUT] stderr: - plugin_a requires Android NDK 27.0.12077973
[2024-11-08 09:24:45.526511] [STDOUT] stderr: - plugin_b requires Android NDK 27.0.12077973
[2024-11-08 09:24:45.526623] [STDOUT] stderr: - plugin_d requires Android NDK 27.0.12077973
[2024-11-08 09:24:45.526666] [STDOUT] stderr: Fix this issue by using the highest Android NDK version (they are backward compatible).
[2024-11-08 09:24:45.527108] [STDOUT] stderr: Add the following to /Volumes/Work/s/w/ir/x/t/flutter_plugin_dependencies.kGQbcR/plugin_a/example/android/app/build.gradle.kts:
[2024-11-08 09:24:45.527165] [STDOUT] stderr:
[2024-11-08 09:24:45.527268] [STDOUT] stderr: android {
[2024-11-08 09:24:45.527469] [STDOUT] stderr: ndkVersion = "27.0.12077973"
[2024-11-08 09:24:45.527556] [STDOUT] stderr: ...
[2024-11-08 09:24:45.527750] [STDOUT] stderr: }
[2024-11-08 09:24:45.527813] [STDOUT] stderr:
[2024-11-08 09:24:57.777666] [STDOUT] stdout: Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1324 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
[2024-11-08 09:25:39.482461] [STDOUT] stdout: Running Gradle task 'assembleRelease'... 76.8s
[2024-11-08 09:25:39.601726] [STDOUT] stdout: ✓ Built build/app/outputs/flutter-apk/app-release.apk (6.2MB)
[2024-11-08 09:25:39.617757] [STDOUT]
[2024-11-08 09:25:39.617821] [STDOUT] @matanlurey digging into this but do you have any insights here? not sure why packages would impact this test...looks like it is just building an app |
Unfortunately it's just really hard reading our error logs, but here is the issue:
I previously filed #157640, perhaps @bkonyi we should raise priority on this? /cc @christopherfujino as well from an infra-POV. |
I had tried landing #158330 yesterday to resolve this, but apparently it didn't help... |
I don't think that change would have affected this test, as you edited |
cc @reidbaker regarding not globally bumping the heap limit (my concern about not globally bumping it would be that we would be doing whack-a-mole). |
I can understand not globally bumping if we had the tools to more easily debug this, i.e. this failure was flagged as such and there was a simple process to bump it (like in google3). Since we don't have that environment it seems very costly to just wait until the next Java process OOMs. |
I think the cause of this error is not going to be fixed with more memory but we are welcome to try to bump everything and see if it helps. |
Going to merge this. Assuming further steps can be discussed in #157640 but let me know if that's not the case! |
Roll Flutter from c8510f29ccc2 to ed553d10cf63 (48 revisions) flutter/flutter@c8510f2...ed553d1 2024-11-13 [email protected] Avoid using platform `ProcessInfo.maxRss` in test. (flutter/flutter#158526) 2024-11-13 [email protected] Roll Packages from 72356fd to 26e123a (19 revisions) (flutter/flutter#158626) 2024-11-13 [email protected] Move `dart pub deps` call to `<Pub>.deps` and use it accordingly (flutter/flutter#158524) 2024-11-13 [email protected] Roll Flutter Engine from 05c14d8b4cd7 to db3e5af2ca22 (1 revision) (flutter/flutter#158553) 2024-11-13 [email protected] Roll Flutter Engine from ef760d6e1f13 to 05c14d8b4cd7 (3 revisions) (flutter/flutter#158551) 2024-11-13 [email protected] Roll Flutter Engine from 08348c9eebcc to ef760d6e1f13 (1 revision) (flutter/flutter#158545) 2024-11-13 [email protected] Marks Mac_arm64_ios hot_mode_dev_cycle_ios__benchmark to be flaky (flutter/flutter#158242) 2024-11-13 [email protected] Roll Flutter Engine from 877abb9ad6ff to 08348c9eebcc (8 revisions) (flutter/flutter#158541) 2024-11-13 [email protected] Allow `devDependencies` to be omitted and not cause a tool crash. (flutter/flutter#158518) 2024-11-13 [email protected] Explain how to use `flutter channel`. (flutter/flutter#158533) 2024-11-13 [email protected] Clean up dependabot config, add github-action group (flutter/flutter#158408) 2024-11-12 [email protected] Update test to include more complete instructions for how to run tests locally, add example to andoid 11 tests as well (flutter/flutter#158528) 2024-11-12 [email protected] force Linux plugin_test to run on Ubuntu 20.04 (flutter/flutter#158529) 2024-11-12 [email protected] Support materialTapTargetSize in PopupMenuButton (flutter/flutter#158357) 2024-11-12 [email protected] [SwiftPM] Update .flutter-plugin-dependencies format (flutter/flutter#158138) 2024-11-12 [email protected] add filesystem error handling to `systemTempDirectory` (flutter/flutter#158481) 2024-11-12 [email protected] Made Cupertino dialog more like a native dialog in dark mode (flutter/flutter#157218) 2024-11-12 [email protected] Roll Flutter Engine from b0a4ca92c49e to 877abb9ad6ff (2 revisions) (flutter/flutter#158506) 2024-11-12 [email protected] Fix `NavigationBar` label style customization on the widget level (flutter/flutter#158510) 2024-11-12 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Add test for `dynamic_content_color.0.dart` (#158309)" (flutter/flutter#158511) 2024-11-12 [email protected] Add test for `dynamic_content_color.0.dart` (flutter/flutter#158309) 2024-11-12 [email protected] Roll Flutter Engine from a672f971c659 to b0a4ca92c49e (2 revisions) (flutter/flutter#158488) 2024-11-12 [email protected] Roll Flutter Engine from 35041f118744 to a672f971c659 (1 revision) (flutter/flutter#158487) 2024-11-12 [email protected] Roll Flutter Engine from 7b3eacd20eb6 to 35041f118744 (9 revisions) (flutter/flutter#158485) 2024-11-11 [email protected] [SwiftPM] Simplify logic that determines if CocoaPods is used (flutter/flutter#158409) 2024-11-11 [email protected] Fix Chip draws `InkWell.hoverColor` is drawn on top of the provided background color with `hovered` state (flutter/flutter#158454) 2024-11-11 [email protected] Roll Flutter Engine from 3cb6f4de89b6 to 7b3eacd20eb6 (1 revision) (flutter/flutter#158464) 2024-11-11 [email protected] Roll Packages from bb5a258 to 72356fd (8 revisions) (flutter/flutter#158378) 2024-11-11 [email protected] Roll Flutter Engine from e9a44820f302 to 3cb6f4de89b6 (3 revisions) (flutter/flutter#158456) 2024-11-11 [email protected] Replace custom `RPCErrorCodes` with `RPCErrorKind` from `package:vm_service` (flutter/flutter#158379) 2024-11-11 [email protected] Roll Flutter Engine from d90e9f4718b8 to e9a44820f302 (1 revision) (flutter/flutter#158453) 2024-11-11 [email protected] Roll Flutter Engine from 01c76e42c20f to d90e9f4718b8 (1 revision) (flutter/flutter#158443) 2024-11-11 [email protected] Roll Flutter Engine from 9b4c3b3d5518 to 01c76e42c20f (3 revisions) (flutter/flutter#158438) 2024-11-11 [email protected] Remove block and line comments when detecting '.flutter-plugins' in settings.gradle(.kts) (flutter/flutter#155488) 2024-11-11 [email protected] Add `SafeArea` DartPad sample (flutter/flutter#158019) 2024-11-10 [email protected] Marks Linux analyzer_benchmark to be flaky (flutter/flutter#158244) 2024-11-10 [email protected] remove `bringup` status for recently re-subsharded targets (flutter/flutter#158217) 2024-11-09 [email protected] Roll Flutter Engine from 690cdfd09beb to 9b4c3b3d5518 (1 revision) (flutter/flutter#158418) 2024-11-09 [email protected] Marks Mac_benchmark complex_layout_scroll_perf_macos__timeline_summary to be flaky (flutter/flutter#158252) 2024-11-09 [email protected] Roll Flutter Engine from ca6f5110d9d3 to 690cdfd09beb (1 revision) (flutter/flutter#158414) 2024-11-09 [email protected] Roll Flutter Engine from 2f097cfd3d2d to ca6f5110d9d3 (3 revisions) (flutter/flutter#158411) 2024-11-09 [email protected] Roll Flutter Engine from 54df0b8a4784 to 2f097cfd3d2d (1 revision) (flutter/flutter#158407) 2024-11-08 [email protected] Roll Flutter Engine from b7134d373ef8 to 54df0b8a4784 (2 revisions) (flutter/flutter#158405) 2024-11-08 [email protected] Roll Flutter Engine from 6b77347edfc5 to b7134d373ef8 (3 revisions) (flutter/flutter#158402) 2024-11-08 [email protected] Roll Flutter Engine from 1b567e80386e to 6b77347edfc5 (4 revisions) (flutter/flutter#158398) 2024-11-08 [email protected] Roll Flutter Engine from a08bd5a07c2a to 1b567e80386e (1 revision) (flutter/flutter#158393) ...
flutter/packages@bb5a258...72356fd
2024-11-08 [email protected] [various] Update example app minSdkVersions (flutter/packages#8035)
2024-11-07 [email protected] [go_router] Activate leak testing (flutter/packages#7546)
2024-11-07 [email protected] [in_app_purchase_storekit] Add restore purchases and receipts (flutter/packages#7964)
2024-11-07 [email protected] [interactive_media_ads] Adds remaining methods for internal wrapper of the Android native
BaseManager
(flutter/packages#7943)2024-11-07 [email protected] [google_sign_in/google_identity_services] Clear-up documentation of callbacks in various APIs and uses of those APIs (flutter/packages#8029)
2024-11-07 [email protected] [flutter_svg] wasm compatibility (flutter/packages#8014)
2024-11-06 [email protected] Applied Gradle Plugins Declaratively for Multiple Plugin Example Apps (Part 2) (flutter/packages#8019)
2024-11-06 [email protected] Roll Flutter from 29d40f7 to 73546b3 (20 revisions) (flutter/packages#8028)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md