[HACK] deps: temporary removal of C++20 feature #1071
Annotations
2 errors
test-asan:
test/sequential/test-single-executable-application-use-code-cache.js#L56
--- stderr ---
Wrote single executable preparation blob to sea-prep.blob
warning: Can't find string offset for section name '.note'
(node:201015) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(Use `sea --trace-warnings ...` to show where the warning was created)
(node:201015) Warning: Code cache data rejected.
/home/runner/work/node-v8/node-v8/test/common/index.js:697
throw new TypeError(
^
TypeError: "Warning" was triggered without being expected.
Warning: Code cache data rejected.
at wrapSafe (node:internal/modules/cjs/loader:1173:15)
at embedderRunCjs (node:internal/util/embedding:19:27)
at node:internal/main/embedding:18:8
at process.<anonymous> (/home/runner/work/node-v8/node-v8/test/common/index.js:697:15)
at process.emit (node:events:526:35)
at doEmitWarning (node:internal/process/warning:89:11)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
Node.js v21.0.0-pre
node:child_process:929
throw err;
^
Error: Command failed: /home/runner/work/node-v8/node-v8/test/.tmp.3963/sea -a --b=c d
(node:201015) ExperimentalWarning: Single executable application is an experimental feature and might change at any time
(Use `sea --trace-warnings ...` to show where the warning was created)
(node:201015) Warning: Code cache data rejected.
/home/runner/work/node-v8/node-v8/test/common/index.js:697
throw new TypeError(
^
TypeError: "Warning" was triggered without being expected.
Warning: Code cache data rejected.
at wrapSafe (node:internal/modules/cjs/loader:1173:15)
at embedderRunCjs (node:internal/util/embedding:19:27)
at node:internal/main/embedding:18:8
at process.<anonymous> (/home/runner/work/node-v8/node-v8/test/common/index.js:697:15)
at process.emit (node:events:526:35)
at doEmitWarning (node:internal/process/warning:89:11)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
Node.js v21.0.0-pre
at checkExecSyncError (node:child_process:890:11)
at execFileSync (node:child_process:926:15)
at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/sequential/test-single-executable-application-use-code-cache.js:56:43)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1295:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
status: 1,
signal: null,
output: [
null,
Buffer(19) [Uint8Array] [
72, 101, 108, 108, 111, 44,
32, 119, 111, 114, 108, 100,
33, 32, 240, 159, 152, 138,
10
],
Buffer(888) [Uint8Array] [
40, 110, 111, 100, 101, 58, 50, 48, 49, 48, 49, 53,
41, 32, 69, 120, 112, 101, 114, 105, 109, 101, 110, 116,
97, 108, 87, 97, 114, 110, 105, 110, 103, 58, 32, 83,
105, 110, 103, 108, 101, 32, 101, 120, 101, 99, 117, 116,
97, 98, 108, 101, 32, 97, 112, 112, 108, 105, 99, 97,
116, 105, 111, 110, 32, 105, 115, 32, 97, 110, 32, 101,
120, 112, 101, 114, 105, 109, 101, 110, 116, 97, 108, 32,
102, 101, 97, 116, 117, 114, 101, 32, 97, 110, 100, 32,
109, 105, 103, 104,
... 788 more items
]
],
pid: 201015,
stdout: Buffer(19) [Uint8Array] [
72, 101, 108, 108, 111, 44,
32, 119, 111, 114, 108, 100,
33, 32, 240, 159, 152, 138,
10
],
stderr: Buffer(888) [Uint8Array] [
40, 110, 111, 100, 101, 58, 50, 48, 49, 48, 49, 53,
41, 32, 69, 120, 112, 101, 114, 105, 109, 101, 110, 116,
97, 108, 87, 97, 114, 110, 105, 110, 103, 58, 32, 83,
105, 110, 103, 108, 101, 32, 101, 120, 101, 99, 117, 116,
97, 98, 108, 101, 32, 97, 112, 112, 108, 105, 99, 97,
116, 105, 111, 110, 32, 105, 115, 32, 97, 110, 32, 101,
120
|
test-asan
Process completed with exit code 2.
|