| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Stewart X Addison <sxa@ibm.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #62251 +/- ##
==========================================
- Coverage 89.68% 89.67% -0.02%
==========================================
Files 676 676
Lines 206495 206495
Branches 39537 39542 +5
==========================================
- Hits 185204 185175 -29
- Misses 13435 13444 +9
- Partials 7856 7876 +20 see 35 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
I think we can fix it (at least the WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance part) by bumping @nodejs/doc-kit after nodejs/doc-kit#691 is merged. |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Probably fixed with the updae in #62512 - running a test on my K1 at https://ci.nodejs.org/job/sxa-rvnodetest/399/ |
Sorry, something went wrong.
|
Noting that I hit this again today with a branch that had the doc-kit 1.4.1 added in https://github.com/nodejs/node/pull/64010/changes so this may still be required. 0:52:24 cp -r doc/api out/doc 20:52:25 npm warn cli npm v11.17.0 does not support Node.js v26.5.1-pre. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/. 20:52:36 20:52:36 added 280 packages, and audited 282 packages in 11s 20:52:36 20:52:36 137 packages are looking for funding 20:52:36 run `npm fund` for details 20:52:36 20:52:36 1 moderate severity vulnerability 20:52:36 20:52:36 To address all issues, run: 20:52:36 npm audit fix 20:52:36 20:52:36 Run `npm audit` for details. 20:53:25 [19:53:25.175] ERROR: WebAssembly.Instance(): Out of memory: Cannot allocate Wasm memory for new instance 20:53:25 RangeError: WebAssembly.Instance(): Out of memory: Cannot allocate Wasm memory for new instance Ref: https://ci.nodejs.org/job/sxa-node-test-commit-rvlinux/14/nodes=riscv64 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The doc-only target gives a variety of failures on different riscv64 systems. These symptoms are described in nodejs/build#4099 (comment) in the section Additional info on the Wasm doc-only crash
This removes the doc-only target from being run by default as part of make test-ci similar to what has been done for AIX and IBMi.