Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 574650 - Californium build with deployments fails since 2. July
Summary: Californium build with deployments fails since 2. July
Status: CLOSED DUPLICATE of bug 574482
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: CI Admin Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-05 04:23 EDT by Achim Kraus CLA
Modified: 2021-07-05 05:07 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Kraus CLA 2021-07-05 04:23:57 EDT
The last successful build of Californium, job "californium-master-nightly" was on the 1. July.

Since that the build fails with:

[INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign-jars) @ californium-assembly ---
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-master-nightly/assembly/target/californium-assembly-3.0.0-SNAPSHOT.jar
[WARNING] An exception has been thrown, but the request will be retried (attempt 1 / 3)
org.apache.http.conn.HttpHostConnectException: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: Connection refused (Connection refused)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:159)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect (AbstractPlainSocketImpl.java:399)
    at java.net.AbstractPlainSocketImpl.connectToAddress (AbstractPlainSocketImpl.java:242)
    at java.net.AbstractPlainSocketImpl.connect (AbstractPlainSocketImpl.java:224)
    at java.net.SocksSocketImpl.connect (SocksSocketImpl.java:403)
    at java.net.Socket.connect (Socket.java:591)
    at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket (PlainConnectionSocketFactory.java:75)
    at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect (DefaultHttpClientConnectionOperator.java:142)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect (PoolingHttpClientConnectionManager.java:359)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute (MainClientExec.java:381)
    at org.apache.http.impl.execchain.MainClientExec.execute (MainClientExec.java:237)
    at org.apache.http.impl.execchain.ProtocolExec.execute (ProtocolExec.java:185)
    at org.apache.http.impl.execchain.RetryExec.execute (RetryExec.java:89)
    at org.apache.http.impl.execchain.RedirectExec.execute (RedirectExec.java:111)
    at org.apache.http.impl.client.InternalHttpClient.doExecute (InternalHttpClient.java:185)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:72)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:221)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:165)
    at org.apache.http.impl.client.CloseableHttpClient.execute (CloseableHttpClient.java:140)
    at org.eclipse.cbi.maven.http.apache.ApacheHttpClient.lambda$send$1 (ApacheHttpClient.java:81)
    at java.util.concurrent.FutureTask.run (FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1128)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:628)
    at java.lang.Thread.run (Thread.java:834)
[WARNING] An exception has been thrown, but the request will be retried (attempt 2 / 3)


and 


[ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.5:sign (sign-jars) on project californium-assembly: [Mon Jul 05 06:55:09 UTC 2021] Unable to sign jar '/home/jenkins/agent/workspace/californium-master-nightly/assembly/target/californium-assembly-3.0.0-SNAPSHOT.jar': Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: Connection refused (Connection refused) -> [Help 1]
Comment 1 Mikaël Barbero CLA 2021-07-05 04:25:08 EDT
See bug 574482 comment #1 and 574482 comment #7 for details.

*** This bug has been marked as a duplicate of bug 574482 ***
Comment 2 Mikaël Barbero CLA 2021-07-05 04:25:45 EDT
(In reply to Mikaël Barbero from comment #1)
> See bug 574482 comment #1 and 574482 comment #7 for details.

See bug 574482 comment #1 and bug 574482 comment #7 for details.
Comment 3 Achim Kraus CLA 2021-07-05 04:31:58 EDT
> a duplicate

Thanks a lot for that fast answer!
Comment 4 Ed Merks CLA 2021-07-05 04:36:18 EDT
Note that I've changed the jar signer version to 1.3.1 to avoid using build.eclipse.org.  Perhaps you should consider that too.
Comment 5 Achim Kraus CLA 2021-07-05 04:42:09 EDT
I read bug 574482 and already on the way to update the plugin. I will report my results (hopefully in a few minutes).
Comment 6 Achim Kraus CLA 2021-07-05 05:07:51 EDT
back to normal!

Thanks a lot!