JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.04k stars 614 forks source link

No space left on device #380

Closed meiMingle closed 1 year ago

meiMingle commented 1 year ago

Describe the bug:

Task :runPluginVerifier FAILED Caused by: java.nio.file.FileSystemException: /home/runner/.pluginVerifier/loaded-plugins: No space left on device

Steps to reproduce:

Expected behavior:

Additional context:

https://github.com/meiMingle/template-new/actions/runs/5503499009

rybak commented 1 year ago

I've encountered similar issues.

Unhandled exception. System.IO.IOException: No space left on device : '/home/runner/runners/2.305.0/_diag/Worker_20230705-223016-utc.log'

I wonder if caches are taking the disk space and if they are the reason for this error?

Approaching total cache storage limit (22.58 GB of 10 GB Used)

image

hsz commented 1 year ago

Fixed with a544f0137ee51ad22a1928a05e8b1607eb016311

zhutmost commented 1 year ago

Hi, @hsz . Still similar issue. see https://github.com/zhutmost/intellij-sv-lsp/actions/runs/5644136846

image