> java.net.BindException: Cannot assign requested address: Service 'sparkDriver' failed > after 16 retries (on a random free port)! Consider explicitly setting the appropriate > binding address for the service 'sparkDriver' (for example spark.driver.bindAddress > for SparkDriver) to the correct binding address.
GitHub updates virtual environments from time to time, so the failure might be related to a new environment having a different set of network interfaces. The failure looks like a true bug rather than a CI glitch. Vladimir