Skip to content
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

net: TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver failures #70334

Open
gopherbot opened this issue Nov 14, 2024 · 2 comments
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "net" && test == "TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 1s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:15878->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 5s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:1702->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 30s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:19387->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1617: unexpected error: lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:47538->8.8.8.8:53: i/o timeout
--- FAIL: TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver (76.13s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 14, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver"
2024-11-13 19:57 gotip-openbsd-ppc64 go@26e10103 net.TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver (log)
=== RUN   TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 1s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:15878->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 5s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:1702->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 30s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:19387->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1617: unexpected error: lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:47538->8.8.8.8:53: i/o timeout
--- FAIL: TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver (76.13s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "net" && test == "TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver"
2024-11-14 02:14 gotip-openbsd-ppc64 go@2eac154b net.TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver (log)
=== RUN   TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 1s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:30584->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 5s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:48173->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1612: backoff 30s after failure lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:20962->8.8.8.8:53: i/o timeout
    lookup_test.go:1599: IsNotFound is set to false
    lookup_test.go:1603: error message is not equal to: no such host
    lookup_test.go:1617: unexpected error: lookup _unknown._tcp.invalid.invalid. on 8.8.8.8:53: read udp 162.231.98.115:16290->8.8.8.8:53: i/o timeout
--- FAIL: TestLookupNoSuchHost/LookupSRV_NXDOMAIN/forced_cgo_resolver (76.11s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant