We’ve been seeing relatively frequent failures of jobs that talk to public maven repos. Two examples:
Could not transfer artifact org.apache.commons:commons-compress:jar:1.3 from/to central (https://repo1.maven.org/maven2/): Connect to repo1.maven.org:443[repo1.maven.org/151.101.184.209] failed: Operation timed out (Connection timed out)
Could not find artifact org.apache.commons:commons-compress:jar:1.3 in clojars (https://repo.clojars.org/)
Could not transfer artifact joda-time:joda-time:pom:2.8.2 from/to central (https://repo1.maven.org/maven2/): Connect to repo1.maven.org:443[repo1.maven.org/151.101.184.209] failed: Operation timed out (Connection timed out)
In each case, the problem is a Connection Timed Out. The problems typically occur from macOS VMs. No problems from Linux VMs so far. Rebuilding usually fixes things.
Is this a known problem?
It could be networking related.