You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xingbo Huang (Jira)" <ji...@apache.org> on 2022/09/01 02:17:00 UTC

[jira] [Created] (FLINK-29161) Run kubernetes application HA test failed with unable to prepare context: path "dev/test_kubernetes_application_ha-debian" not found

Xingbo Huang created FLINK-29161:
------------------------------------

             Summary: Run kubernetes application HA test failed with unable to prepare context: path "dev/test_kubernetes_application_ha-debian" not found
                 Key: FLINK-29161
                 URL: https://issues.apache.org/jira/browse/FLINK-29161
             Project: Flink
          Issue Type: Technical Debt
          Components: Build System / Azure Pipelines
    Affects Versions: 1.16.0
            Reporter: Xingbo Huang
             Fix For: 1.16.0


{code:java}
2022-08-31T09:13:50.8050601Z Aug 31 09:13:50 Preparing Dockeriles
2022-08-31T09:13:50.8051483Z Aug 31 09:13:50 Executing command: git clone https://github.com/apache/flink-docker.git --branch dev-master --single-branch
2022-08-31T09:13:50.8069617Z Cloning into 'flink-docker'...
2022-08-31T09:13:51.4728169Z Generating Dockerfiles... done.
2022-08-31T09:13:51.4732889Z Aug 31 09:13:51 Building images
2022-08-31T09:13:51.5013231Z unable to prepare context: path "dev/test_kubernetes_application_ha-debian" not found
2022-08-31T09:13:51.5041357Z Aug 31 09:13:51 ~/work/1/s/cri-dockerd
2022-08-31T09:13:51.5042427Z Aug 31 09:13:51 Command: build_image test_kubernetes_application_ha 10.1.0.160 failed. Retrying...
2022-08-31T09:13:53.5058625Z Aug 31 09:13:53 Starting fileserver for Flink distribution
2022-08-31T09:13:53.5060253Z Aug 31 09:13:53 ~/work/1/s/flink-dist/target/flink-1.16-SNAPSHOT-bin ~/work/1/s/cri-dockerd
2022-08-31T09:14:13.8161820Z Aug 31 09:14:13 ~/work/1/s/cri-dockerd
2022-08-31T09:14:13.8164441Z Aug 31 09:14:13 ~/work/1/s/flink-end-to-end-tests/test-scripts/temp-test-directory-06753986230 ~/work/1/s/cri-dockerd
2022-08-31T09:14:13.8165256Z Aug 31 09:14:13 Preparing Dockeriles
2022-08-31T09:14:13.8166118Z Aug 31 09:14:13 Executing command: git clone https://github.com/apache/flink-docker.git --branch dev-master --single-branch
2022-08-31T09:14:13.8182037Z fatal: destination path 'flink-docker' already exists and is not an empty directory.
2022-08-31T09:14:13.8188942Z Aug 31 09:14:13 Retry 1/5 exited 128, retrying in 1 seconds...
2022-08-31T09:14:14.1481612Z Traceback (most recent call last):
2022-08-31T09:14:14.1483171Z   File "/home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/python3_fileserver.py", line 26, in <module>
2022-08-31T09:14:14.1484572Z     httpd = socketserver.TCPServer(("", 9999), handler)
2022-08-31T09:14:14.1485179Z   File "/usr/lib/python3.8/socketserver.py", line 452, in __init__
2022-08-31T09:14:14.1485724Z     self.server_bind()
2022-08-31T09:14:14.1486247Z   File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind
2022-08-31T09:14:14.1486795Z     self.socket.bind(self.server_address)
2022-08-31T09:14:14.1487783Z OSError: [Errno 98] Address already in use {code}
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=40556&view=logs&j=bea52777-eaf8-5663-8482-18fbc3630e81&t=b2642e3a-5b86-574d-4c8a-f7e2842bfb14]

 



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