Skip to content

diagnostics_channel: add BoundedChannel and scopes #4343

diagnostics_channel: add BoundedChannel and scopes

diagnostics_channel: add BoundedChannel and scopes #4343

Re-run triggered March 23, 2026 15:26
Status Failure
Total duration 35m 5s
Artifacts 1

test-shared.yml

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

Annotations

12 errors and 4 warnings
aarch64-linux: with shared libraries
Process completed with exit code 2.
aarch64-linux: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js#L51
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result instanceof ResolvedThenable) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js:51:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js
aarch64-linux: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js#L40
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected "actual" to be reference-equal to "expected": + actual - expected + Promise { + <pending> - { - foo: 'bar' } at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js:40:8) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: Promise { <pending> }, expected: { foo: 'bar' }, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js#L51
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result instanceof ResolvedThenable) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js:51:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js
x86_64-linux: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js#L40
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected "actual" to be reference-equal to "expected": + actual - expected + Promise { + <pending> - { - foo: 'bar' } at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js:40:8) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: Promise { <pending> }, expected: { foo: 'bar' }, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js
aarch64-darwin: with shared libraries
Process completed with exit code 2.
aarch64-darwin: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js#L51
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result instanceof ResolvedThenable) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js:51:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js
aarch64-darwin: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js#L40
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected "actual" to be reference-equal to "expected": + actual - expected + Promise { + <pending> - { - foo: 'bar' } at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js:40:8) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: Promise { <pending> }, expected: { foo: 'bar' }, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js
x86_64-darwin: with shared libraries
Process completed with exit code 2.
x86_64-darwin: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js#L51
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result instanceof ResolvedThenable) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js:51:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-thenable.js
x86_64-darwin: with shared libraries: test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js#L40
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected "actual" to be reference-equal to "expected": + actual - expected + Promise { + <pending> - { - foo: 'bar' } at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js:40:8) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: Promise { <pending> }, expected: { foo: 'bar' }, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-03-1750544c8ced-slim/test/parallel/test-diagnostics-channel-tracing-channel-promise-non-thenable.js
aarch64-linux: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
x86_64-linux: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
aarch64-darwin: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
x86_64-darwin: with shared libraries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/