trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Connect to coveralls.io:443 refused #125

Closed CCFenner closed 6 years ago

CCFenner commented 6 years ago

I can't push my results to coverall. The connection is refused, any ideas what might go wrong?


[DEBUG] CookieSpec selected: default
[DEBUG] Auth cache not set in the context
[DEBUG] Connection request: [route: {s}->https://coveralls.io:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://coveralls.io:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Opening connection {s}->https://coveralls.io:443
[DEBUG] Connecting to coveralls.io/104.25.102.25:443
[DEBUG] Connecting socket to coveralls.io/104.25.102.25:443 with timeout 10000
[DEBUG] Connect to coveralls.io/104.25.102.25:443 timed out. Connection will be retried using another IP address
[DEBUG] Connecting to coveralls.io/104.25.103.25:443
[DEBUG] Connecting socket to coveralls.io/104.25.103.25:443 with timeout 10000
[DEBUG] http-outgoing-0: Shutdown connection
[DEBUG] Connection discarded
[DEBUG] Connection released: [id: 0][route: {s}->https://coveralls.io:443][total kept alive: 0; route allocated: 0 of 2; totalallocated: 0 of 20]
[ERROR] Submission failed in 103ms while handling I/O operations

[ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on project jenkins-library: I/O operation failed: Connect to coveralls.io:443 [coveralls.io/104.25.102.25, coveralls.io/104.25.103.25] failed: Connection refused -> [Help 1]
CCFenner commented 6 years ago

The issue might be out proxy, works fine from travis now.