timtebeek commented on PR #343:
URL:
https://github.com/apache/maven-plugin-tools/pull/343#issuecomment-2481151581
Thanks again for the quick look; Failure seem due to another one-off network
issue
```
Error: Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
15.45 s <<< FAILURE! -- in org.apache.maven.tools.plugin.javadoc.JavadocSiteIT
Error:
org.apache.maven.tools.plugin.javadoc.JavadocSiteIT.testNestedClass(URI)[1] --
Time elapsed: 2.010 s <<< ERROR!
java.net.NoRouteToHostException: No route to host
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Net.java:579)
at java.base/sun.nio.ch.Net.connect(Net.java:568)
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:599)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:641)
at
org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
at
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.maven.tools.plugin.javadoc.JavadocSite.getReader(JavadocSite.java:526)
at
org.apache.maven.tools.plugin.javadoc.JavadocSite.getPackageListWithModules(JavadocSite.java:175)
at
org.apache.maven.tools.plugin.javadoc.JavadocSite.<init>(JavadocSite.java:128)
at
org.apache.maven.tools.plugin.javadoc.JavadocSiteIT.testNestedClass(JavadocSiteIT.java:67)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]