weizhouapache commented on PR #13763:
URL: https://github.com/apache/cloudstack/pull/13763#issuecomment-5163833158
> @weizhouapache the DEB packaging seems randomly failing - I have run it on
this specific PR to isolate a potential issue with my own PR ("prove" random
failure on this PR) - and it seems it is random indeed? See [#13656
(comment)](https://github.com/apache/cloudstack/pull/13656#issuecomment-5159633091)
>
> Will kick off another round, really curious if it's going to fail.
it failed at
```
22:02:41 [ERROR] Failures:
22:02:41 [ERROR]
MetalinkDirectTemplateDownloaderTest.testCheckUrlMetalink:33
```
due to
```
22:02:39 20:02:40.901 [main] ERROR
org.apache.cloudstack.direct.download.HttpDirectTemplateDownloader - Cannot
reach URL:
http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-kvm.qcow2.bz2 due
to: The host did not accept the connection within timeout of 1000 ms
22:02:40 org.apache.commons.httpclient.ConnectTimeoutException: The host did
not accept the connection within timeout of 1000 ms
22:02:40 at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:155)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
~[commons-httpclient-3.1.jar:?]
22:02:40 at
org.apache.cloudstack.direct.download.HttpDirectTemplateDownloader.checkUrl(HttpDirectTemplateDownloader.java:120)
~[classes/:?]
22:02:40 at
org.apache.cloudstack.direct.download.MetalinkDirectTemplateDownloader.checkUrl(MetalinkDirectTemplateDownloader.java:143)
~[classes/:?]
22:02:40 at
org.apache.cloudstack.direct.download.MetalinkDirectTemplateDownloaderTest.testCheckUrlMetalink(MetalinkDirectTemplateDownloaderTest.java:32)
~[test-classes/:?]
```
cc @NuxRo cloudstack build has dependency on your server :smile:
--
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]