jamesnetherton opened a new issue, #4842: URL: https://github.com/apache/camel-quarkus/issues/4842
We need to try and find a permanent fix for this. The build is currently very unstable and it's become a pain having to keep manually restarting failed jobs. Maven artifact downloads frequently time out. ``` Caused by: java.net.ConnectException: Connection timed out at sun.nio.ch.Net.connect0 (Native Method) at sun.nio.ch.Net.connect (Net.java:579) at sun.nio.ch.Net.connect (Net.java:568) at sun.nio.ch.NioSocketImpl.connect (NioSocketImpl.java:588) at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:327) at java.net.Socket.connect (Socket.java:633) at sun.security.ssl.SSLSocketImpl.connect (SSLSocketImpl.java:304) at sun.security.ssl.BaseSSLSocketImpl.connect (BaseSSLSocketImpl.java:174) at sun.net.NetworkClient.doConnect (NetworkClient.java:183) at sun.net.www.http.HttpClient.openServer (HttpClient.java:531) at sun.net.www.http.HttpClient.openServer (HttpClient.java:636) at sun.net.www.protocol.https.HttpsClient.<init> (HttpsClient.java:266) at sun.net.www.protocol.https.HttpsClient.New (HttpsClient.java:380) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient (AbstractDelegateHttpsURLConnection.java:193) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0 (HttpURLConnection.java:1287) at sun.net.www.protocol.http.HttpURLConnection.plainConnect (HttpURLConnection.java:1128) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect (AbstractDelegateHttpsURLConnection.java:179) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0 (HttpURLConnection.java:1665) at sun.net.www.protocol.http.HttpURLConnection.getInputStream (HttpURLConnection.java:1589) at java.net.HttpURLConnection.getResponseCode (HttpURLConnection.java:529) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode (HttpsURLConnectionImpl.java:308) at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData (LightweightHttpWagon.java:167) at org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126) at org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get (StreamWagon.java:61) at org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run (WagonTransporter.java:433) ``` -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org