-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
Looks like minio is failing again due to clashes with already opened port.
This seems to have been already handled through
#32701 and #32208 but it still occurred in master.
For example:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1411/console
Unable to start the server: Port :36076 is already in use.
It doesn't seem like the port is hardcoded:
| ServerSocket serverSocket = new ServerSocket(0, 1, InetAddress.getByName(minioAddress)) |
Maybe it's a race condition when gradle runs in parallel?
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team