I noticed that the Windows build fails sometimes, and that it seems to have to do with platform conditions and not changes to the avro codebase. Here's the build history:
https://travis-ci.org/apache/avro/builds and at the time I write this, the latest build has failed in Windows (1808.3) https://travis-ci.org/apache/avro/jobs/653477052 It claims to be failing because some dependencies cannot be found. Plain enough. But back to the build history, and we see the same build passed 52 seconds earlier... https://travis-ci.org/apache/avro/jobs/652466879 What is happening here? Are we getting unlucky in which Travis Windows node we end up on, and some of them are misconfigured? Any theories?
