Skip to content

Getting "no space left on device" errors #60

@sarahs

Description

@sarahs

Thanks for this project @nektos, it's a super useful tool.

It worked great for me for a while, but now I'm getting Unhandled rejection Error: ENOSPC: no space left on device errors when my npm ci action runs.

I added df -h to my workflow file to see what's going on, and it shows I've used 100% of space in /github/home:

Screen Shot 2019-04-30 at 10 59 17 AM

But doing an ls -a in that dir shows it's empty. I've cleared every cache I can think of, removed node_modules before install, and ran docker system prune -af, but still get the error.

I asked the Actions folks and they think it might be related to act, since I only get the error locally and not when running the workflow in a PR.

Thanks for any advice!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions