Zachary Anderson
Zachary Anderson
The next one also failed. Escalating to P0. https://github.com/flutter/flutter/pull/116990
Looks like a mirroring issue: ``` HTTP 404: Not found: HTTP 404: https://flutter.googlesource.com/mirrors/flutter/+/c420f29838d82b451f4968e699c8985f270fc032/.ci.yaml?format=text ```
Right, the PR was closed because of the pending/failing ci.yaml check. I assume the fact that that check was stuck in a pending state should be investigated.
I'm not sure that's the same issue since the problem that this issue is about is for the first run of the check that was triggered when the PR was...
Pinned in https://github.com/flutter/flutter/pull/25678. @xster Do you remember the reason this was pinned? Does it still need to be pinned?
Pinning on the new versions sgtm.
@Kaio-Goes Does this happen on master channel, or a more recent beta version?
It looks like `gen_snapshot` is crashing reliably for you. Routing to the Dart team. Exit code -6 is probably due to a call to `abort()`. If you can run `flutter`...