-
Notifications
You must be signed in to change notification settings - Fork 526
Description
During the execution of the following daily CI builds, cloudflare_logpush package failed some of its tests due to this error (example link):
could not setup service: could not boot up service using Docker Compose: running Docker Compose up command failed: exit status 1: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
Example of Buildkite builds failing:
- https://buildkite.com/elastic/integrations/builds/36336
- https://buildkite.com/elastic/integrations/builds/36335
- https://buildkite.com/elastic/integrations/builds/36334
This error should be investigated.
Maybe, this could indicate that there is missing some cleanup in elastic-package related to docker networks used.
At the moment of writing this issue, this error happens when this package (cloudflare_logpush) is tested with the minimum package version supported (stack version 8.17.1) and when tested with the stack 9.4.0-SNAPSHOT. This error does not happen when the package is tested with the stack version 8.19.9-SNAPSHOT.
Related issues: