src: integrate ContextifyContext to cppgc #66724
Triggered via pull request
January 15, 2025 12:38
Status
Failure
Total duration
1h 31m 9s
Artifacts
–
Annotations
4 errors and 1 notice
test-linux:
test/es-module/test-vm-compile-function-leak.js#L1
--- stderr ---
node:timers/promises:96
validateObject(options, 'options');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received type number (1)
at setImmediate (node:timers/promises:96:5)
at createObject (/home/runner/work/node/node/node/test/common/gc.js:104:7) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v24.0.0-pre
Command: out/Release/node --max-old-space-size=16 --trace-gc --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/es-module/test-vm-compile-function-leak.js
|
test-linux:
test/es-module/test-vm-contextified-script-leak.js#L1
--- stderr ---
node:timers/promises:96
validateObject(options, 'options');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received type number (1)
at setImmediate (node:timers/promises:96:5)
at createObject (/home/runner/work/node/node/node/test/common/gc.js:104:7) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v24.0.0-pre
Command: out/Release/node --max-old-space-size=16 --trace-gc --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/es-module/test-vm-contextified-script-leak.js
|
test-linux:
test/es-module/test-vm-synthetic-module-leak.js#L1
--- stderr ---
(node:139138) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:timers/promises:96
validateObject(options, 'options');
^
TypeError [ERR_INVALID_ARG_TYPE]: The "options" argument must be of type object. Received type number (1)
at setImmediate (node:timers/promises:96:5)
at createObject (/home/runner/work/node/node/node/test/common/gc.js:104:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'ERR_INVALID_ARG_TYPE'
}
Node.js v24.0.0-pre
Command: out/Release/node --experimental-vm-modules --max-old-space-size=16 --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/es-module/test-vm-synthetic-module-leak.js
|
test-linux
Process completed with exit code 2.
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|