Matthias Pohl created FLINK-31210: ------------------------------------- Summary: Azure Pipelines report warning on "no space left on device" in Restore Docker images step Key: FLINK-31210 URL: https://issues.apache.org/jira/browse/FLINK-31210 Project: Flink Issue Type: Bug Components: Test Infrastructure Reporter: Matthias Pohl
We're experiencing "no space left on device" issues lately when restoring the Docker images. This doesn't make the builds fail, though. It's just reported as warning {code} Loaded image: docker.elastic.co/elasticsearch/elasticsearch:6.8.20 ApplyLayer exit status 1 stdout: stderr: write /usr/share/elasticsearch/modules/ingest-geoip/GeoLite2-City.mmdb: no space left on device ##[error]Bash exited with code '1'. {code} All of this happens on Azure machines (not the Alibaba VMs). Therefore, I'm not sure whether there's much to do on our side. * [20230224.3|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46491&view=logs&j=f8e16326-dc75-5ba0-3e95-6178dd55bf6c&t=728e59c6-8078-53a8-7bbe-bb7b0b1f2c63] * [20230223.18|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46486&view=results] * [20230223.6|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=46441&view=results] -- This message was sent by Atlassian Jira (v8.20.10#820010)