Skip to content

fs: fix flush regression from fast path #552

fs: fix flush regression from fast path

fs: fix flush regression from fast path #552

Triggered via pull request November 2, 2025 18:39
Status Cancelled
Total duration 36m 9s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 32s
Build slim tarball
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 notice
aarch64-linux: with shared libraries
Process completed with exit code 2.
aarch64-linux: with shared libraries: test/es-module/test-esm-loader-hooks.mjs#L501
--- stdout --- Test failure: 'should invoke `initialize` correctly' Location: test/es-module/test-esm-loader-hooks.mjs:490:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', '' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:501:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1518:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` accept URL objects as `parentURL`' Location: test/es-module/test-esm-loader-hooks.mjs:545:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:570:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` work with cjs' Location: test/es-module/test-esm-loader-hooks.mjs:576:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:598:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should execute `initialize` in sequence' Location: test/es-module/test-esm-loader-hooks.mjs:636:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', 'result 1 undefined', 'hooks initialize 2', + 'hooks initialize 2', 'result 2 undefined', '' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:655:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs
aarch64-linux: with shared libraries: test/parallel/test-runner-run-global-hooks.mjs#L162
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs
aarch64-linux: with shared libraries: test/parallel/test-runner-global-setup-teardown.mjs#L235
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs
aarch64-linux: with shared libraries: test/parallel/test-fs-writefile-with-fd.js#L29
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'HelloWorldWorld' - 'HelloWorld' ^ at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js:29:12) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'HelloWorldWorld', expected: 'HelloWorld', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js
aarch64-linux: with shared libraries: test/parallel/test-fs-write-file-sync.js#L87
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: '123123' !== '123' at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js:87:10) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '123123', expected: '123', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js
aarch64-linux: with shared libraries: test/parallel/test-fs-append-file-flush.js#L31
--- stdout --- Test failure: 'performs flush' Location: test/parallel/test-fs-append-file-flush.js:27:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at checkCalls (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:31:14) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:46:5) at Test.runInAsyncScope (node:async_hooks:213:14) at Test.run (node:internal/test_runner/test:1106:25) at Test.start (node:internal/test_runner/test:1003:17) at TestContext.test (node:internal/test_runner/test:378:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:27:11) at async Test.run (node:internal/test_runner/test:1113:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js
aarch64-linux: with shared libraries: test/parallel/test-fs-append-file-sync.js#L43
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1167 !== 2334 at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js:43:8) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1167, expected: 2334, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js
aarch64-darwin: with shared libraries
Process completed with exit code 2.
aarch64-darwin: with shared libraries: test/es-module/test-esm-loader-hooks.mjs#L501
--- stdout --- Test failure: 'should invoke `initialize` correctly' Location: test/es-module/test-esm-loader-hooks.mjs:490:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', '' ] at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:501:14) at async Test.run (node:internal/test_runner/test:1113:7) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1518:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` accept URL objects as `parentURL`' Location: test/es-module/test-esm-loader-hooks.mjs:545:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:570:14) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` work with cjs' Location: test/es-module/test-esm-loader-hooks.mjs:576:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:598:14) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should execute `initialize` in sequence' Location: test/es-module/test-esm-loader-hooks.mjs:636:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', 'result 1 undefined', 'hooks initialize 2', + 'hooks initialize 2', 'result 2 undefined', '' ] at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:655:14) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs
aarch64-darwin: with shared libraries: test/parallel/test-runner-run-global-hooks.mjs#L162
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs
aarch64-darwin: with shared libraries: test/parallel/test-runner-global-setup-teardown.mjs#L235
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs
aarch64-darwin: with shared libraries: test/parallel/test-fs-writefile-with-fd.js#L29
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'HelloWorldWorld' - 'HelloWorld' ^ at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js:29:12) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'HelloWorldWorld', expected: 'HelloWorld', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js
aarch64-darwin: with shared libraries: test/parallel/test-fs-write-file-sync.js#L87
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: '123123' !== '123' at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js:87:10) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '123123', expected: '123', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js
aarch64-darwin: with shared libraries: test/parallel/test-fs-append-file-sync.js#L43
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1167 !== 2334 at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js:43:8) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1167, expected: 2334, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js
aarch64-darwin: with shared libraries: test/parallel/test-fs-append-file-flush.js#L31
--- stdout --- Test failure: 'performs flush' Location: test/parallel/test-fs-append-file-flush.js:27:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at checkCalls (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:31:14) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:46:5) at Test.runInAsyncScope (node:async_hooks:213:14) at Test.run (node:internal/test_runner/test:1106:25) at Test.start (node:internal/test_runner/test:1003:17) at TestContext.test (node:internal/test_runner/test:378:20) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:27:11) at async Test.run (node:internal/test_runner/test:1113:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/es-module/test-esm-loader-hooks.mjs#L501
--- stdout --- Test failure: 'should invoke `initialize` correctly' Location: test/es-module/test-esm-loader-hooks.mjs:490:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', '' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:501:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1518:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` accept URL objects as `parentURL`' Location: test/es-module/test-esm-loader-hooks.mjs:545:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:570:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should have `register` work with cjs' Location: test/es-module/test-esm-loader-hooks.mjs:576:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ '', 'hooks initialize 1', + 'hooks initialize 1', '{"default":"foo"}' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:598:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'should execute `initialize` in sequence' Location: test/es-module/test-esm-loader-hooks.mjs:636:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ 'hooks initialize 1', + 'hooks initialize 1', 'result 1 undefined', 'hooks initialize 2', + 'hooks initialize 2', 'result 2 undefined', '' ] at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs:655:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/es-module/test-esm-loader-hooks.mjs
x86_64-linux: with shared libraries: test/parallel/test-runner-run-global-hooks.mjs#L162
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-run-global-hooks.mjs:142:7 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs:162:16) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-run-global-hooks.mjs
x86_64-linux: with shared libraries: test/parallel/test-runner-global-setup-teardown.mjs#L235
--- stdout --- Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:209:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Setup part, Teardown part, Teardown part' - 'Setup part, Teardown part' ^ at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs:235:14) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async Test.run (node:internal/test_runner/test:1113:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:788:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Setup part, Teardown part, Teardown part', expected: 'Setup part, Teardown part', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-runner-global-setup-teardown.mjs
x86_64-linux: with shared libraries: test/parallel/test-fs-writefile-with-fd.js#L29
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'HelloWorldWorld' - 'HelloWorld' ^ at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js:29:12) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'HelloWorldWorld', expected: 'HelloWorld', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-writefile-with-fd.js
x86_64-linux: with shared libraries: test/parallel/test-fs-write-file-sync.js#L87
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: '123123' !== '123' at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js:87:10) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '123123', expected: '123', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-write-file-sync.js
x86_64-linux: with shared libraries: test/parallel/test-fs-append-file-flush.js#L31
--- stdout --- Test failure: 'performs flush' Location: test/parallel/test-fs-append-file-flush.js:27:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at checkCalls (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:31:14) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:46:5) at Test.runInAsyncScope (node:async_hooks:213:14) at Test.run (node:internal/test_runner/test:1106:25) at Test.start (node:internal/test_runner/test:1003:17) at TestContext.test (node:internal/test_runner/test:378:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js:27:11) at async Test.run (node:internal/test_runner/test:1113:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-flush.js
x86_64-linux: with shared libraries: test/parallel/test-fs-append-file-sync.js#L43
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1167 !== 2334 at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js:43:8) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1892:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1167, expected: 2334, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2025-11-027b74be6e9c-slim/test/parallel/test-fs-append-file-sync.js
x86_64-darwin: with shared libraries
Canceling since a higher priority waiting request for Test Shared libraries-chalker/regression/3 exists
Test Shared libraries
Canceling since a higher priority waiting request for Test Shared libraries-chalker/regression/3 exists
x86_64-darwin: with shared libraries
The operation was canceled.
x86_64-darwin: with shared libraries
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see https://github.com/actions/runner-images/issues/13046

Artifacts

Produced during runtime
Name Size Digest
tarballs
47.6 MB
sha256:8b67ef1e19aee8539d34203502038c2fe16d998ac62769302023770d3d14c442