Skip to content

Exclude root directory in file watcher(s) #1579

@ghost

Description

Hi!

We've got an issue while using the Build runner package. We run on Linux 64bit and when executing an script containing the execution of the build runner "watch" method we get a Operating system error:
OS Error: No space left on device, errno = 28

The output of the watch method is within the same project folder, in the main disk partition, with lots of remaining space. I can add that if we run the script just after the computer is re-started, it works, what makes us think that is a temporary space/files related issue. But if we open some other applications like the IDE, we get the erro. In addition as the error we get is an Operating System error, we think that it's like the system is wrongly believing that there is no space left somewhere.

I give you more details about the issue. This is the script containing the build runner watch method that we run:
execution of build runner
And this is the Error we get:
error message
And this is the status of the computer disks (main disk is the one with 240GB of space, at the 33%):
disks status

Versions details:

-Dart VM version: 2.0.0-dev.63.0 (Unknown timestamp) on "linux_x64"
-Running on Linux 64 bit
-Distro: Linux quick 4.13.0-45-generic dart-archive/watcher#50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
-Using Chrome (but not relevant)
-build_runner: ^0.8.10. Full list of dependencies:
dependencies_1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions