Ryan Skraba created FLINK-35339:
-----------------------------------
Summary: Compilation timeout while building flink-dist
Key: FLINK-35339
URL: https://issues.apache.org/jira/browse/FLINK-35339
Project: Flink
Issue Type: Bug
Affects Versions: 1.19.1
Reporter: Ryan Skraba
* 1.19 Java 17 / Test (module: python)
https://github.com/apache/flink/actions/runs/9040330904/job/24844527283#step:10:14325
The CI pipeline fails with:
{code}
May 11 02:44:25 Process exited with EXIT CODE: 143.
May 11 02:44:25 Trying to KILL watchdog (49546).
May 11 02:44:25
==============================================================================
May 11 02:44:25 Compilation failure detected, skipping test execution.
May 11 02:44:25
==============================================================================
{code}
It looks like this is due to a failed network connection while building
src/assemblies/bin.xml :
{code}
May 11 02:44:25 java.lang.Thread.State: RUNNABLE
May 11 02:44:25 at sun.nio.ch.Net.connect0([email protected]/Native
Method)
May 11 02:44:25 at sun.nio.ch.Net.connect([email protected]/Net.java:579)
May 11 02:44:25 at sun.nio.ch.Net.connect([email protected]/Net.java:568)
May 11 02:44:25 at
sun.nio.ch.NioSocketImpl.connect([email protected]/NioSocketImpl.java:588)
May 11 02:44:25 at
java.net.SocksSocketImpl.connect([email protected]/SocksSocketImpl.java:327)
May 11 02:44:25 at
java.net.Socket.connect([email protected]/Socket.java:633)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
May 11 02:44:25 at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute(RetryExec.java:89)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)