-
Notifications
You must be signed in to change notification settings - Fork 148
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
Node.js 18 CITGM Results #894
Comments
Anything concrete I could help with in here? |
For Jest, the
or possibly |
For tape, i have no idea how to reproduce that error locally. It shouldn't block node 18 because it's part of dev scripts, but if there's a way i could get a docker image, or ssh into something, and repro it, that would help resolve it. |
Since these are failing in Jenkins, you can request access to a host by opening an issue in the build repo, similar to nodejs/build#2909. The process is documented at https://github.com/nodejs/build/blob/09308290d8401e15fcd3f7f5c6610a6ea13df75a/GOVERNANCE.md#temporary-access. |
Thanks, I filed nodejs/build#2913 |
@BethGriggs the issue is Same thing happens using node 17 and
// file.mjs
import {SourceMapConsumer} from 'source-map'
await new SourceMapConsumer({version: '3', sources: [], mappings: []}) $ node file.mjs
$ echo $?
0
$ node --experimental-fetch file.mj
(node:21808) ExperimentalWarning: Fetch is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/Users/simen/repos/source-map-boom/node_modules/source-map/lib/read-wasm.js:8
throw new Error("You must provide the URL of lib/mappings.wasm by calling " +
^
Error: You must provide the URL of lib/mappings.wasm by calling SourceMapConsumer.initialize({ 'lib/mappings.wasm': ... }) before using SourceMapConsumer
at readWasm (/Users/simen/repos/source-map-boom/node_modules/source-map/lib/read-wasm.js:8:13)
at wasm (/Users/simen/repos/source-map-boom/node_modules/source-map/lib/wasm.js:25:16)
at /Users/simen/repos/source-map-boom/node_modules/source-map/lib/source-map-consumer.js:264:14
at async file:///Users/simen/repos/source-map-boom/file.mjs:3:1
Node.js v17.8.0
$ echo $?
1 |
I'm confused with this one as we're supposed to already be skipping on AIX and Linux s390x: Lines 61 to 65 in 4034fb7
|
oh we haven't published a new version with #887 🤦 . |
We have now (v8.0.6) 🙂. |
Please push the release commit. |
🤦. Done. (I'd already pushed the tag but forgot to push the main branch.) |
I opened up nodejs/node#42638 as I think the breakage of |
@BethGriggs Jest |
Above was wrong due to nodejs/node#42792. However, jestjs/jest@78d4088 is green on Node 18 for Jest (modulus I had it in my head Node 18 would come next week, but I'll try to make a stable release this weekend. |
Closing in favour of #1060 |
Node.js 18 CITGM
v18.0.0-test202202249be1dcff34
)v18.0.0-rc.0
)v18.0.0-rc.1
)v18.0.0-rc.3
)Multiple platforms:
acorn_v8_7_0
Error: Install Timed Out
- Tested and the installs are really slow. We should try and identify if it is always the same platforms who time out. I also cannot testacorn
withnpx
on Node.js 16+.async_v3_2_3
1) autoInject should not be subject to ReDoS:
timeout?@hapi/shot-v5.0.5
blake2b_wasm_v2_4_0
s390x
,ppc64
)cheerio_v1_0_0_rc_10
jest_v27_5_1
nan_v2_15_0
npm_v8_5_4
pino_v7_8_1
semver
tape_v5_5_2
torrent_stream_v1_2_1
The text was updated successfully, but these errors were encountered: