-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.
Description
Both in GitHub actions and locally, for the last three weeks as far as I can tell:
=== release test-dns-ipv6 ===
Path: internet/test-dns-ipv6
test_resolve6
test_reverse_ipv6
node:internal/errors:490
ErrorCaptureStackTrace(err);
^
Error: getHostByAddr EINVAL 2001:4860:4860::8888
at node:internal/dns/promises:280:14
at new Promise (<anonymous>)
at createResolverPromise (node:internal/dns/promises:267:10)
at ResolverBase.getHostByAddr (node:internal/dns/promises:299:12)
at test_reverse_ipv6 (/home/runner/work/node/node/test/internet/test-dns-ipv6.js:72:36)
at next (/home/runner/work/node/node/test/internet/test-dns-ipv6.js:22:7)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
errno: -22,
code: 'EINVAL',
syscall: 'getHostByAddr',
hostname: '2001:4860:4860::8888'
}
Node.js v21.0.0-pre
Command: out/Release/node /home/runner/work/node/node/test/internet/test-dns-ipv6.js
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.urlIssues and PRs related to the legacy built-in url module.Issues and PRs related to the legacy built-in url module.whatwg-urlIssues and PRs related to the WHATWG URL implementation.Issues and PRs related to the WHATWG URL implementation.