kriegaex commented on pull request #332:
URL: https://github.com/apache/maven-surefire/pull/332#issuecomment-767453228
Looks like CI failure was caused by a network problem:
```text
Caused by: java.net.UnknownHostException: repo.maven.apache.org
at java.net.Inet6AddressImpl.lookupAllHostAddr (Native Method)
at java.net.InetAddress$2.lookupAllHostAddr (InetAddress.java:929)
at java.net.InetAddress.getAddressesFromNameService
(InetAddress.java:1324)
at java.net.InetAddress.getAllByName0 (InetAddress.java:1277)
at java.net.InetAddress.getAllByName (InetAddress.java:1193)
at java.net.InetAddress.getAllByName (InetAddress.java:1127)
at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.SystemDefaultDnsResolver.resolve
(SystemDefaultDnsResolver.java:45)
```
The same build was successful on my local workstation a few minutes before
the CI run.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]