-
Notifications
You must be signed in to change notification settings - Fork 28.6k
flutter/plugin ci build failed on image_picker_android #105182
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
Comments
There is a dep bot PR and it seems passing all the presubmit tests: flutter/plugins#5839 |
flutter/plugins#5839 didn't fix the issue after rebasing. |
cc @blasten |
@fkorotkov Do you know if there was a recent update on cirrus that could have broken this? Possibly a java version update or android version update? |
@cyanglaz doesn't look like a Cirrus issues. This tasks uses Dockerfile defined in your repo and was changed 3 days ago which triggered a rebuild. |
The cirrus file you linked is from the framework repo, in the plugin repo, the docker file is defined as https://github.com/flutter/plugins/blob/main/.cirrus.yml#L213 which is https://github.com/flutter/plugins/blob/main/.ci/Dockerfile and I didn't see this dockerfile updated recently. |
Oh. It was a task from a different repo. Then seems there were no changes to the environment where the scripts are eexecuted. |
Oh, found that the commit right before the failure is updating some deps in video player: flutter/plugins@4cf7437 image_picker example app depends on video_player, so it might have something to do with issue. I created a PR that pings the video player version: flutter/plugins#5888. |
Pinging video_player_android to 2.3.4 in the image_picker_android/example fixed the issue. This looks like an Android dependency issue. We can ping video_player_android to 2.3.4 to temporarily unblock the tree. We need to understand why flutter/plugins@4cf7437 broke the image_picker_android's unit tests and if this breaks other flutter apps out there too. Assigning to @blasten as this is going deep into Android territory, I don't have the expertise to debug further efficiently. Feel free to re-assign. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Uh oh!
There was an error while loading. Please reload this page.
Looks like some Jars from some transitive dependencies are failing. See full log: https://cirrus-ci.com/task/6275541295693824?logs=native_unit_test
This is blocking the plugin tree. This started happening on May 31st.
The text was updated successfully, but these errors were encountered: