You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (Jira)" <ji...@apache.org> on 2023/04/18 14:40:00 UTC

[jira] [Commented] (FLINK-31834) Azure Warning: no space left on device

    [ https://issues.apache.org/jira/browse/FLINK-31834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713608#comment-17713608 ] 

Robert Metzger commented on FLINK-31834:
----------------------------------------

Looking closer at this issue, I notice:

a) this message didn't fail the build. Probably the caching didn't properly work
b) the cleanup script runs after this caching step. It reports 3.9 GB of free disk space: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=48213&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=affb2083-df4e-5398-e502-35356824fd45&l=290 After the cleanup script. 32GB of disk space is available: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=48213&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=affb2083-df4e-5398-e502-35356824fd45&l=1804

It looks like I can move the cleanup script before the caching. I'll try that.

> Azure Warning: no space left on device
> --------------------------------------
>
>                 Key: FLINK-31834
>                 URL: https://issues.apache.org/jira/browse/FLINK-31834
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System / Azure Pipelines
>            Reporter: Robert Metzger
>            Priority: Major
>              Labels: build-stability
>
> In this CI run: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=48213&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=841082b6-1a93-5908-4d37-a071f4387a5f&l=21
> There was this warning:
> {code}
> Loaded image: confluentinc/cp-kafka:6.2.2
> Loaded image: testcontainers/ryuk:0.3.3
> ApplyLayer exit status 1 stdout:  stderr: write /opt/jdk-15.0.1+9/lib/modules: no space left on device
> ##[error]Bash exited with code '1'.
> Finishing: Restore docker images
> {code}



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