Virtual File System for Node.js #80150
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/sea/test-single-executable-application-vfs.js#L129
--- stderr ---
node:internal/fs/cp/cp-sync:56
fsBinding.cpSyncCheckPaths(src, dest, opts.dereference, opts.recursive);
^
Error: ENOENT: no such file or directory, lstat '/home/runner/work/node/node/node/test/.tmp.31/sea'
at cpSyncFn (node:internal/fs/cp/cp-sync:56:13)
at Object.cpSync (node:fs:3130:3)
at generateSEA (/home/runner/work/node/node/node/test/common/sea.js:144:8)
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js:129:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/home/runner/work/node/node/node/test/.tmp.31/sea'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/sea/test-single-executable-application-vfs.js#L129
--- stderr ---
node:internal/fs/cp/cp-sync:56
fsBinding.cpSyncCheckPaths(src, dest, opts.dereference, opts.recursive);
^
Error: ENOENT: no such file or directory, lstat '/home/runner/work/node/node/node/test/.tmp.96/sea'
at cpSyncFn (node:internal/fs/cp/cp-sync:56:13)
at Object.cpSync (node:fs:3130:3)
at generateSEA (/home/runner/work/node/node/node/test/common/sea.js:144:8)
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js:129:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/home/runner/work/node/node/node/test/.tmp.96/sea'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|