Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v20.x] parallel/test-buffer-tostring-range fails on SmartOS #56726

Open
marco-ippolito opened this issue Jan 23, 2025 · 1 comment
Open

[v20.x] parallel/test-buffer-tostring-range fails on SmartOS #56726

marco-ippolito opened this issue Jan 23, 2025 · 1 comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. smartos Issues and PRs related to the SmartOS platform. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.

Comments

@marco-ippolito
Copy link
Member

marco-ippolito commented Jan 23, 2025

Test

parallel/test-buffer-tostring-range

Platform

SmartOS

Console output

03:13:42 not ok 177 parallel/test-buffer-tostring-range
03:13:42   ---
03:13:43   duration_ms: 5550.52900
03:13:43   severity: fail
03:13:43   exitcode: 1
03:13:43   stack: |-
03:13:43     node:internal/buffer:961
03:13:43         super(bufferOrLength, byteOffset, length);
03:13:43         ^
03:13:43     
03:13:43     RangeError: Array buffer allocation failed
03:13:43         at new ArrayBuffer (<anonymous>)
03:13:43         at new Uint8Array (<anonymous>)
03:13:43         at new FastBuffer (node:internal/buffer:961:5)
03:13:43         at Function.alloc (node:buffer:395:10)
03:13:43         at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/parallel/test-buffer-tostring-range.js:107:28)
03:13:43         at Module._compile (node:internal/modules/cjs/loader:1468:14)
03:13:43         at Module._extensions..js (node:internal/modules/cjs/loader:1547:10)
03:13:43         at Module.load (node:internal/modules/cjs/loader:1287:32)
03:13:43         at Module._load (node:internal/modules/cjs/loader:1103:12)
03:13:43         at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:180:12)
03:13:43     
03:13:43     Node.js v20.18.3
03:13:43   ...

Build links

Additional information

It's blocking v20 release #56699

@nodejs/platform-smartos

@marco-ippolito marco-ippolito added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Jan 23, 2025
@github-actions github-actions bot added the smartos Issues and PRs related to the SmartOS platform. label Jan 23, 2025
@joyeecheung
Copy link
Member

joyeecheung commented Jan 23, 2025

This is v20.x only, it seems https://github.com/nodejs/reliability/blob/main/reports/2025-01-23.md (both PRs referenced are targetting v20.x)

@joyeecheung joyeecheung added the v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch. label Jan 23, 2025
@marco-ippolito marco-ippolito changed the title parallel/test-buffer-tostring-range fails on SmartOS [v20.x] parallel/test-buffer-tostring-range fails on SmartOS Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. smartos Issues and PRs related to the SmartOS platform. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
Projects
None yet
Development

No branches or pull requests

2 participants