[ 
https://issues.apache.org/jira/browse/FLINK-33285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17782436#comment-17782436
 ] 

Matthias Pohl commented on FLINK-33285:
---------------------------------------

without docker-compose installation:
* 
https://github.com/XComp/flink/actions/runs/6737717931/job/18316247284#step:15:4435
* 
https://github.com/XComp/flink/actions/runs/6737982594/job/18316903575#step:15:5325

w/ docker-compose dependency being installed:
* 
https://github.com/XComp/flink/actions/runs/6738075474/job/18317315889#step:16:6160
* 
https://github.com/XComp/flink/actions/runs/6738562074/job/18318911234#step:16:5197

Next error in logs:
{code}
fatal: destination path 'flink-docker' already exists and is not an empty 
directory.
Nov 02 22:03:49 Retry 1/5 exited 128, retrying in 1 seconds...
Traceback (most recent call last):
  File "/root/flink/flink-end-to-end-tests/test-scripts/python3_fileserver.py", 
line 26, in <module>
    httpd = socketserver.TCPServer(("", 9999), handler)
  File "/usr/lib/python3.5/socketserver.py", line 440, in __init__
    self.server_bind()
  File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use
fatal: destination path 'flink-docker' already exists and is not an empty 
directory.
Nov 02 22:03:50 Retry 2/5 exited 128, retrying in 2 seconds...
fatal: destination path 'flink-docker' already exists and is not an empty 
directory.
Nov 02 22:03:52 Retry 3/5 exited 128, retrying in 4 seconds...
fatal: destination path 'flink-docker' already exists and is not an empty 
directory.
Nov 02 22:03:56 Retry 4/5 exited 128, retrying in 8 seconds...
fatal: destination path 'flink-docker' already exists and is not an empty 
directory.
Nov 02 22:04:04 Retry 5/5 exited 128, no more retries left.
{code}

> e2e 1 stage: Wordcount on Docker test (custom fs plugin)
> --------------------------------------------------------
>
>                 Key: FLINK-33285
>                 URL: https://issues.apache.org/jira/browse/FLINK-33285
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: github-actions, test-stability
>
> Might be caused by TCPServer not being able to be started due to address 
> already in use error
> [https://github.com/XComp/flink/actions/runs/6525957588/job/17719349973#step:13:5859]
> {code:java}
>  Oct 15 20:44:18 Retry 1/5 exited 128, retrying in 1 seconds...
> 5829Traceback (most recent call last):
> 5830  File 
> "/root/flink/flink-end-to-end-tests/test-scripts/python3_fileserver.py", line 
> 26, in <module>
> 5831    httpd = socketserver.TCPServer(("", 9999), handler)
> 5832  File "/usr/lib/python3.5/socketserver.py", line 440, in __init__
> 5833    self.server_bind()
> 5834  File "/usr/lib/python3.5/socketserver.py", line 454, in server_bind
> 5835    self.socket.bind(self.server_address)
> 5836OSError: [Errno 98] Address already in use{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to