Skip to content

[CI] minio fails due to port clashes #37680

@costin

Description

@costin

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

Labels

:Delivery/BuildBuild or test infrastructure>test-failureTriaged test failures from CITeam:DeliveryMeta label for Delivery team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions