Rebuild of passing build fails

Hi,

Circleci builds for one of our repos seems now to be failing whereas the same revision was previously working:

https://circleci.com/gh/OpenCollective/website/713 --> passed
https://circleci.com/gh/OpenCollective/website/727 --> retry of build 713 without cache, failed
also check the next build 728 (retry of build 713 with cache), also failed.

All new pull requests now suffer the same issue, so this is blocking and any help would be appreciated.

Thanks
Sébastien

OK this was due to a recent update of node-fetch, so nothing related to circleci: https://github.com/bitinn/node-fetch/commit/7bdc41f64a627a4ab945290b04fc83a8d3d780dd

1 Like

Thanks for posting the cause! It seems like 90% of the time when an old build that used to pass starts failing it has to do with some changes in third party dependencies so that is the first place to look.

1 Like