vfs: integrate with CJS and ESM module loaders #89198
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-vfs-lchown-symlink.js#L48
--- stderr ---
(node:203294) ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:fs:2519
binding.lchown(path, uid, gid);
^
Error: ENOENT: no such file or directory, lchown '/tmp/vfs-lchown-203294/sync-link.txt'
at Object.lchownSync (node:fs:2519:11)
at /home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js:29:8
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js:48:3)
at Module._compile (node:internal/modules/cjs/loader:1955:14)
at Object..js (node:internal/modules/cjs/loader:2095:10)
at Module.load (node:internal/modules/cjs/loader:1677:32)
at Module._load (node:internal/modules/cjs/loader:1469:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:263:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
errno: -2,
code: 'ENOENT',
syscall: 'lchown',
path: '/tmp/vfs-lchown-203294/sync-link.txt'
}
Node.js v27.0.0-pre
Command: out/Release/node --experimental-vfs /home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-vfs-lchown-symlink.js#L48
--- stderr ---
(node:202944) ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:fs:2519
binding.lchown(path, uid, gid);
^
Error: ENOENT: no such file or directory, lchown '/tmp/vfs-lchown-202944/sync-link.txt'
at Object.lchownSync (node:fs:2519:11)
at /home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js:29:8
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js:48:3)
at Module._compile (node:internal/modules/cjs/loader:1955:14)
at Object..js (node:internal/modules/cjs/loader:2095:10)
at Module.load (node:internal/modules/cjs/loader:1677:32)
at Module._load (node:internal/modules/cjs/loader:1469:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:263:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
errno: -2,
code: 'ENOENT',
syscall: 'lchown',
path: '/tmp/vfs-lchown-202944/sync-link.txt'
}
Node.js v27.0.0-pre
Command: out/Release/node --experimental-vfs /home/runner/work/node/node/node/test/parallel/test-vfs-lchown-symlink.js
|
|
sccache stats - test-linux
76% - 3800 hits, 1230 misses, 0 errors
|
|
sccache stats - test-linux
81% - 4065 hits, 976 misses, 0 errors
|