-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
benchmark test is failing with "Error: Cannot find module './build/Release/addon'" #47837
Comments
Please run |
Thank you very much for quick response After I have run Failed tests:
out/Release/node node/test/parallel/test-net-socket-connect-without-cb.js
out/Release/node --expose-internals /node/test/parallel/test-tcp-wrap-listen.js
out/Release/node --no-warnings node/test/parallel/test-tls-dhe.js $ /usr/bin/python3 tools/test.py --mode=release parallel
=== release test-net-socket-connect-without-cb ===
Path: parallel/test-net-socket-connect-without-cb
node:events:491
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND localhost
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'localhost'
}
Node.js v18.14.2
Command: out/Release/node node/test/parallel/test-net-socket-connect-without-cb.js
=== release test-tcp-wrap-listen ===
Path: parallel/test-tcp-wrap-listen
(node:1270742) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
node:events:491
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND localhost
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'localhost'
}
Node.js v18.14.2
Command: out/Release/node --expose-internals node/test/parallel/test-tcp-wrap-listen.js
=== release test-tls-dhe ===
Path: parallel/test-tls-dhe
Command: out/Release/node --no-warnings node/test/parallel/test-tls-dhe.js
--- TIMEOUT ---
[02:10|% 100|+ 3098|- 3]: Done
Failed tests:
out/Release/node node/test/parallel/test-net-socket-connect-without-cb.js
out/Release/node --expose-internals node/test/parallel/test-tcp-wrap-listen.js
out/Release/node --no-warnings node/test/parallel/test-tls-dhe.js Could you please help on this |
|
Version
v18.14.2
Platform
Linux 5.15.0-58-generic #64-Ubuntu SMP Thu Jan 5 11:43:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
All benchmark test should get pass
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: