Skip to content

[HACK] temporary FastApiTypedArray fixes #1528

[HACK] temporary FastApiTypedArray fixes

[HACK] temporary FastApiTypedArray fixes #1528

Triggered via push December 19, 2024 12:38
Status Failure
Total duration 2h 19m 51s
Artifacts

test-linux.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 notice
test-linux: test/message/assert_throws_stack.js#L6
--- stderr --- node:assert:684 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + Comparison {} - Comparison { - bar: true - } at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:8) at Module._compile (node:internal/modules/cjs/loader:1740:14) at Object..js (node:internal/modules/cjs/loader:1905:10) at Module.load (node:internal/modules/cjs/loader:1474:32) at Module._load (node:internal/modules/cjs/loader:1286:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:234:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: foo at assert.throws.bar (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:29) at getActual (node:assert:805:5) at strict.throws (node:assert:951:24) at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js:6:8) at Module._compile (node:internal/modules/cjs/loader:1740:14) at Object..js (node:internal/modules/cjs/loader:1905:10) at Module.load (node:internal/modules/cjs/loader:1474:32) at Module._load (node:internal/modules/cjs/loader:1286:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:234:24), expected: { bar: true }, operator: 'throws' } Node.js v24.0.0-pre Command: out/Release/node /home/runner/work/node-v8/node-v8/test/message/assert_throws_stack.js
test-linux: test/message/internal_assert_fail.js#L7
--- stderr --- node:internal/assert:17 throw new ERR_INTERNAL_ASSERTION(message); ^ Error [ERR_INTERNAL_ASSERTION]: Unreachable! This is caused by either a bug in Node.js or incorrect usage of Node.js internals. Please open an issue with this stack trace at https://github.com/nodejs/node/issues at assert.fail (node:internal/assert:17:9) at Object.<anonymous> (/home/runner/work/node-v8/node-v8/test/message/internal_assert_fail.js:7:8) at Module._compile (node:internal/modules/cjs/loader:1740:14) at Object..js (node:internal/modules/cjs/loader:1905:10) at Module.load (node:internal/modules/cjs/loader:1474:32) at Module._load (node:internal/modules/cjs/loader:1286:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:234:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5) at node:internal/main/run_main_module:33:47 { code: 'ERR_INTERNAL_ASSERTION' } Node.js v24.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/node-v8/node-v8/test/message/internal_assert_fail.js
test-linux: test/parallel/test-fs-promises.js#L1
--- stderr --- node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ENOENT', message: "ENOENT: no such file or directory, access 'this file does not exist'", name: 'Error', + stack: "Error: ENOENT: no such file or directory, access 'this file does not exist'\n" + + ' at async access (node:internal/fs/promises:606:10)\n' + + ' at async waitForActual (node:assert:840:5)\n' + + ' at async ok.rejects (node:assert:961:25)' - stack: /at async Function\.rejects/ } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: ENOENT: no such file or directory, access 'this file does not exist' at async access (node:internal/fs/promises:606:10) at async waitForActual (node:assert:840:5) at async ok.rejects (node:assert:961:25) { errno: -2, code: 'ENOENT', syscall: 'access', path: 'this file does not exist' }, expected: { code: 'ENOENT', name: 'Error', message: /^ENOENT: no such file or directory, access/, stack: /at async Function\.rejects/ }, operator: 'rejects' } Node.js v24.0.0-pre Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node-v8/node-v8/test/parallel/test-fs-promises.js
test-linux: test/parallel/test-file-write-stream4.js#L1
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node-v8/node-v8/test/parallel/test-file-write-stream4.js --- TIMEOUT ---
test-linux
Process completed with exit code 2.
sccache stats
0% - 0 hits, 0 misses, 0 errors