src: add a native mode to monitorEventLoopDelay #75169
Triggered via pull request
April 24, 2026 18:29
Status
Failure
Total duration
1h 13m 56s
Artifacts
–
Annotations
2 errors, 1 warning, and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/sequential/test-async-wrap-getasyncid.js#L83
--- stderr ---
[ 'ELDNATIVEHISTOGRAM' ]
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at process.<anonymous> (/Users/runner/work/node/node/node/test/sequential/test-async-wrap-getasyncid.js:83:12)
at process.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:508:15)
at process.emit (node:events:509:20) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --expose-gc --expose-internals --no-warnings --test-udp-no-try-send /Users/runner/work/node/node/node/test/sequential/test-async-wrap-getasyncid.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. Node.js 20 will be removed from the runner on September 16th, 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
57% - 2821 hits, 2155 misses, 0 errors
|