You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/01/26 10:33:04 UTC

[GitHub] [maven-surefire] kriegaex commented on pull request #332: [SUREFIRE-1882] Fix failures when compiled on Java 9+ and run on Java 8

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:
users@infra.apache.org