uber / tchannel-go

Go implementation of a multiplexing and framing protocol for RPC calls
http://uber.github.io/tchannel/
MIT License
490 stars 84 forks source link

New release failing the build on zanzibar #889

Closed zeeshan-mohd closed 2 years ago

zeeshan-mohd commented 2 years ago

Hi team , the latest release v1.32.1 is failing the build on zanzibar , while going back to previous version the ci-build passes. Could you please help in understanding what can be the issue here ? Does it need some changes from zanzibar ? Here are two ci build link the first which is failing and the latter which uses an older version which is passing https://github.com/uber/zanzibar/actions/runs/3112435645 -> fails https://github.com/uber/zanzibar/actions/runs/3167684254 -> passed after downgrading to 1.32.0

https://github.com/uber/zanzibar/pull/823 -> another PR that has build failing , changes are unrelated . The build is failing because one of the unit tests is getting stuck which is dependent on tchannel-go.

cinchurge commented 2 years ago

have you checked WHY it's failing? based on the logs it looks like it's failing at grep:

grep: write error: Resource temporarily unavailable

which is unlikely to be caused by any change to tchannel.