build: remove redundant -fuse-linker-plugin from GCC LTO flags #5237
Annotations
2 errors
|
Build Node.js and run tests
Process completed with exit code 2.
|
|
Build Node.js and run tests:
test/parallel/test-fs-watch-recursive-delete.js#L0
--- stderr ---
node:events:487
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, scandir '/home/runner/work/_temp/node-v26.0.0-nightly2026-04-102995c9dc0e-slim/test/.tmp.1245/parent/child'
at readdirSync (node:fs:1554:26)
at #watchFolder (node:internal/fs/recursive_watch:115:21)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:201:26)
at FSWatcher.emit (node:events:509:20)
at FSWatcher._handle.onchange (node:internal/fs/watchers:279:12)
Emitted 'error' event on FSWatcher instance at:
at #watchFolder (node:internal/fs/recursive_watch:153:12)
at FSWatcher.<anonymous> (node:internal/fs/recursive_watch:201:26)
at FSWatcher.emit (node:events:509:20)
at FSWatcher._handle.onchange (node:internal/fs/watchers:279:12) {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: '/home/runner/work/_temp/node-v26.0.0-nightly2026-04-102995c9dc0e-slim/test/.tmp.1245/parent/child'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-04-102995c9dc0e-slim/test/parallel/test-fs-watch-recursive-delete.js
|
Loading