Closed
Description
Starting on 1 Nov, node-daily-v18.x-staging builds have been consistently failing on rhel8-s390x.
e.g.
- 31 Oct (passed): https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v18.x-staging/362/
- 1 Nov (failed): https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v18.x-staging/363/
From https://ci.nodejs.org/job/node-test-commit-linuxone/46599/nodes=rhel8-s390x/console
09:06:28 npm warn cli npm v10.7.0 does not support Node.js v18.20.5-pre. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
09:10:05 npm error Exit handler never called!
09:10:05 npm error This is an error with npm itself. Please report this error at:
09:10:05 npm error <https://github.com/npm/cli/issues>
09:10:05
09:10:05
09:10:05 npm error A complete log of this run can be found in: /home/iojs/build/workspace/citgm-smoker/npm_cache/_logs/2024-11-01T09_06_28_772Z-debug-0.log
09:10:05 make[1]: *** [Makefile:754: tools/doc/node_modules] Error 1
09:10:05 make: *** [Makefile:583: run-ci] Error 2
The warning can be ignored (expected for non-releases). I'm slightly concerned that the log references a path in the citgm-smoker workspace (from a node-test-commit-linuxone job!).
Both of the above builds ran on commit nodejs/node@1c4decc so we can rule out any of the subsequent changes landed on v18.x-staging
. Since it doesn't appear at first to be due to a code change (and other platforms haven't failed), I'm opening for investigation here in nodejs/build.