Skip to content

stream: experimental stream/iter implementation #73803

stream: experimental stream/iter implementation

stream: experimental stream/iter implementation #73803

Triggered via pull request March 23, 2026 17:17
Status Failure
Total duration 43m 0s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 1 warning, and 1 notice
test-macOS
Process completed with exit code 2.
test-macOS: test/benchmark/test-benchmark-fs.js#L0
--- stderr --- node:internal/modules/cjs/loader:1478 throw err; ^ Error: Cannot find module 'stream/iter' Require stack: - /Users/runner/work/node/node/node/benchmark/fs/bench-filehandle-pipetosync.js at Module._resolveFilename (node:internal/modules/cjs/loader:1475:15) at wrapResolveFilename (node:internal/modules/cjs/loader:1048:27) at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1072:10) at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1093:12) at Module._load (node:internal/modules/cjs/loader:1261:25) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) at Module.require (node:internal/modules/cjs/loader:1575:12) at require (node:internal/modules/helpers:191:16) at main (/Users/runner/work/node/node/node/benchmark/fs/bench-filehandle-pipetosync.js:33:26) at /Users/runner/work/node/node/node/benchmark/common.js:64:9 { code: 'MODULE_NOT_FOUND', requireStack: [ '/Users/runner/work/node/node/node/benchmark/fs/bench-filehandle-pipetosync.js' ] } Node.js v26.0.0-pre node:internal/process/promises:330 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1". at throwUnhandledRejectionsMode (node:internal/process/promises:330:7) at processPromiseRejections (node:internal/process/promises:413:17) at process.processTicksAndRejections (node:internal/process/task_queues:105:32) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/common/benchmark.js:28:12) at ChildProcess.emit (node:events:508:20) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/benchmark/test-benchmark-fs.js
test-macOS
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. 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/
sccache stats
79% - 3841 hits, 1025 misses, 0 errors