Closed
Description
- Version:
master
- Platform:
Travis
- Subsystem: test,async-hooks,fs
https://travis-ci.com/nodejs/node/jobs/128751722#L9568
not ok 17 async-hooks/test-fseventwrap
---
duration_ms: 0.135
severity: fail
exitcode: 1
stack: |-
internal/fs/watchers.js:155
throw error;
^
Error: ENOSPC: no space left on device, watch '/home/travis/build/nodejs/node/test/async-hooks/test-fseventwrap.js'
at FSWatcher.start (internal/fs/watchers.js:149:26)
at Object.watch (fs.js:1234:11)
at Object.<anonymous> (/home/travis/build/nodejs/node/test/async-hooks/test-fseventwrap.js:16:20)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
at startup (internal/bootstrap/node.js:267:19)
...