You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering consistent build timeouts in CI related to what appears to be deadlock during parallel execution of the extractIncludeProto task. We've cleaned up our usage of the plugin as a result of the errors but we're still seeing a relatively high rate of failures (15%).
Here are the relevant plugin configuration portions from our convention:
Two of the projects do not include any external protos but one does include common google types (timestamp, date, money, etc). There are no dependencies between these projects - each should build independently of the others.
Any insight on what could be happening here and steps to remedy?
The text was updated successfully, but these errors were encountered:
We are encountering consistent build timeouts in CI related to what appears to be deadlock during parallel execution of the
extractIncludeProto
task. We've cleaned up our usage of the plugin as a result of the errors but we're still seeing a relatively high rate of failures (15%).Here are the relevant plugin configuration portions from our convention:
We have 3 projects that appear to get stuck in every build failure (timeout due to no progress):
Two of the projects do not include any external protos but one does include common google types (
timestamp
,date
,money
, etc). There are no dependencies between these projects - each should build independently of the others.Any insight on what could be happening here and steps to remedy?
The text was updated successfully, but these errors were encountered: