Skip to content

diagnostics_channel: add opt-in subscriber suppression via bypassBy and bypassed() #8884

diagnostics_channel: add opt-in subscriber suppression via bypassBy and bypassed()

diagnostics_channel: add opt-in subscriber suppression via bypassBy and bypassed() #8884

Triggered via pull request July 6, 2026 15:39
Status Cancelled
Total duration 37m 9s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 22s
Build slim tarball
aarch64-linux: Cache V8 build
20s
aarch64-linux: Cache V8 build
Matrix: build
Matrix: build-openssl
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 notice
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
aarch64-darwin: with shared libraries / build: test/parallel/test-runner-watch-mode-complex.mjs#L0
--- stderr --- node:internal/fs/promises:1582 return await PromisePrototypeThen( ^ Error: EIO: i/o error, fsync at async fsync (node:internal/fs/promises:1582:10) at async fsCall (node:internal/fs/promises:1118:12) at async Promise.all (index 0) at async file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-07-06ecc83468ad-slim/test/parallel/test-runner-watch-mode-complex.mjs:53:1 { errno: -5, code: 'EIO', syscall: 'fsync' } Node.js v27.0.0-pre Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-07-06ecc83468ad-slim/test/parallel/test-runner-watch-mode-complex.mjs
aarch64-darwin: with shared libraries / build: test/parallel/test-runner-reporters.js#L70
--- stdout --- Test failure: 'should support a file as a destination' Location: test/parallel/test-runner-reporters.js:66:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:events:487\n' + + " throw er; // Unhandled 'error' event\n" + + ' ^\n' + + '\n' + + 'Error: EIO: i/o error, fsync\n' + + "Emitted 'error' event on WriteStream instance at:\n" + + ' at emitErrorNT (node:internal/streams/destroy:170:8)\n' + + ' at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n' + + ' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' + + ' errno: -5,\n' + + " code: 'EIO',\n" + + " syscall: 'fsync'\n" + + '}\n' + + '\n' + + 'Node.js v27.0.0-pre\n' - '' at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-06ecc83468ad-slim/test/parallel/test-runner-reporters.js:70:12) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'node:events:487\n' + " throw er; // Unhandled 'error' event\n" + ' ^\n' + '\n' + 'Error: EIO: i/o error, fsync\n' + "Emitted 'error' event on WriteStream instance at:\n" + ' at emitErrorNT (node:internal/streams/destroy:170:8)\n' + ' at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' + ' errno: -5,\n' + '...', expected: '', operator: 'strictEqual', diff: 'simple' } Test failure: 'should support stdout as a destination with spec reporter' Location: test/parallel/test-runner-reporters.js:176:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:events:487\n' + + " throw er; // Unhandled 'error' event\n" + + ' ^\n' + + '\n' + + 'Error: EIO: i/o error, fsync\n' + + "Emitted 'error' event on WriteStream instance at:\n" + + '\x1B[90m at emitErrorNT (node:internal/streams/destroy:170:8)\x1B[39m\n' + + '\x1B[90m at emitErrorCloseNT (node:internal/streams/destroy:129:3)\x1B[39m\n' + + '\x1B[90m at process.processTicksAndRejections (node:internal/process/task_queues:90:21)\x1B[39m {\n' + + ' errno: \x1B[33m-5\x1B[39m,\n' + + " code: \x1B[32m'EIO'\x1B[39m,\n" + + " syscall: \x1B[32m'fsync'\x1B[39m\n" + + '}\n' + + '\n' + + 'Node.js v27.0.0-pre\n' - '' at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-06ecc83468ad-slim/test/parallel/test-runner-reporters.js:181:12) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'node:events:487\n' + " throw er; // Unhandled 'error' event\n" + ' ^\n' + '\n' + 'Error: EIO: i/o error, fsync\n' + "Emitted 'error' event on WriteStream instance at:\n" + '\x1B[90m at emitErrorNT (node:internal/streams/destroy:170:8)\x1B[39m\n' + '\x1B[90m at emitErrorCloseNT (node:internal/streams/destroy:129:3)\x1B[39m\n' +
Test Shared libraries
Canceling since a higher priority waiting request for Test Shared libraries-diag/suppression-als exists
Test Shared libraries
Canceling since a higher priority waiting request for Test Shared libraries-diag/suppression-als exists
x86_64-darwin: with shared libraries / build
Canceling since a higher priority waiting request for Test Shared libraries-diag/suppression-als exists
x86_64-darwin: with shared libraries / build
The operation was canceled.
aarch64-darwin: with shared libraries / build
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167

Artifacts

Produced during runtime
Name Size Digest
tarballs
46.7 MB
sha256:425b4bc630cbb168ec052370d5968be1b0b6ac50161af29ff16823b26ef36f0e