Virtual File System for Node.js #80583
Triggered via pull request
February 3, 2026 16:43
Status
Failure
Total duration
2h 3m 44s
Artifacts
–
Annotations
6 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#L21
--- stderr ---
[process 143386]: --- stderr ---
node:fs:435
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open '/sea/config.json'
at Object.readFileSync (node:fs:435:20)
at sea.js:9:26
at embedderRunCjs (node:internal/main/embedding:97:10)
at embedderRunEntryPoint (node:internal/main/embedding:218:12) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/sea/config.json'
}
Node.js v26.0.0-pre
[process 143386]: --- stdout ---
[process 143386]: status = 1, signal = null
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js:21:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
command: '/home/runner/work/node/node/node/test/.tmp.31/sea-prep.blob'
}
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-arm):
test/sea/test-single-executable-application-use-code-cache.js#L24
--- stderr ---
[process 143290]: --- stderr ---
(node:143290) Warning: Currently the require() provided to the main script embedded into single-executable applications only supports loading built-in modules.
To load a module from disk after the single executable application is launched, use require("module").createRequire().
Support for bundled module loading or virtual file systems are under discussions in https://github.com/nodejs/single-executable
(Use `sea-prep.blob --trace-warnings ...` to show where the warning was created)
(node:143290) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(node:143290) ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: Unexpected extra warning received: ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:687:14)
at Object.ExperimentalWarning (/home/runner/work/node/node/node/test/common/index.js:507:15)
at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:716:33)
at process.emit (node:events:520:22)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
[process 143290]: --- stdout ---
Hello, world! π
[process 143290]: status = 1, signal = null
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-use-code-cache.js:24:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: {
env: {
COMMON_DIRECTORY: '/home/runner/work/node/node/node/test/common',
NODE_DEBUG_NATIVE: 'SEA'
}
},
command: '/home/runner/work/node/node/node/test/.tmp.30/sea-prep.blob -a --b=c d'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-single-executable-application-use-code-cache.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#L21
--- stderr ---
[process 146962]: --- stderr ---
node:fs:435
return binding.readFileUtf8(path, stringToFlags(options.flag));
^
Error: ENOENT: no such file or directory, open '/sea/config.json'
at Object.readFileSync (node:fs:435:20)
at sea.js:9:26
at embedderRunCjs (node:internal/main/embedding:97:10)
at embedderRunEntryPoint (node:internal/main/embedding:218:12) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/sea/config.json'
}
Node.js v26.0.0-pre
[process 146962]: --- stdout ---
[process 146962]: status = 1, signal = null
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-vfs.js:21:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
command: '/home/runner/work/node/node/node/test/.tmp.96/sea-prep.blob'
}
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):
test/sea/test-single-executable-application-use-code-cache.js#L24
--- stderr ---
[process 146911]: --- stderr ---
(node:146911) Warning: Currently the require() provided to the main script embedded into single-executable applications only supports loading built-in modules.
To load a module from disk after the single executable application is launched, use require("module").createRequire().
Support for bundled module loading or virtual file systems are under discussions in https://github.com/nodejs/single-executable
(Use `sea-prep.blob --trace-warnings ...` to show where the warning was created)
(node:146911) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(node:146911) ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: Unexpected extra warning received: ExperimentalWarning: VirtualFileSystem is an experimental feature and might change at any time
at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:687:14)
at Object.ExperimentalWarning (/home/runner/work/node/node/node/test/common/index.js:507:15)
at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:716:33)
at process.emit (node:events:520:22)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
[process 146911]: --- stdout ---
Hello, world! π
[process 146911]: status = 1, signal = null
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/home/runner/work/node/node/node/test/sea/test-single-executable-application-use-code-cache.js:24:1)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: {
env: {
COMMON_DIRECTORY: '/home/runner/work/node/node/node/test/common',
NODE_DEBUG_NATIVE: 'SEA'
}
},
command: '/home/runner/work/node/node/node/test/.tmp.95/sea-prep.blob -a --b=c d'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/sea/test-single-executable-application-use-code-cache.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|