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

x/vuln: TestGovulncheck failures due to timeout dialing vuln.go.dev #64681

Closed
gopherbot opened this issue Dec 12, 2023 · 2 comments
Closed

x/vuln: TestGovulncheck failures due to timeout dialing vuln.go.dev #64681

gopherbot opened this issue Dec 12, 2023 · 2 comments
Assignees
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo

Comments

@gopherbot
Copy link

gopherbot commented Dec 12, 2023

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "TestGovulncheck" && `Get "https://vuln.go.dev/.*": dial tcp .*: i/o timeout`

Issue created automatically to collect these failures.

Example (log):

go mod tidy

--- FAIL: TestGovulncheck (61.38s)
    all_test.go:94: govulncheck finished with std out/err:
        Scanning your code and 207 packages across 12 dependent modules for known vulnerabilities...

    all_test.go:103: unrecognized govulncheck command error: govulncheck: Get "https://vuln.go.dev/index/modules.json.gz": dial tcp 34.117.213.18:443: i/o timeout

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 Dec 12, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/vuln" && test == "TestGovulncheck"
2023-12-05 20:09 linux-arm64-longtest vuln@c27f855e go@018c1da0 x/vuln.TestGovulncheck (log)
go mod tidy

--- FAIL: TestGovulncheck (61.38s)
    all_test.go:94: govulncheck finished with std out/err:
        Scanning your code and 207 packages across 12 dependent modules for known vulnerabilities...

    all_test.go:103: unrecognized govulncheck command error: govulncheck: Get "https://vuln.go.dev/index/modules.json.gz": dial tcp 34.117.213.18:443: i/o timeout

watchflakes

@gopherbot gopherbot added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Dec 12, 2023
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned Dec 12, 2023
@zpavlinovic zpavlinovic self-assigned this Dec 12, 2023
@bcmills bcmills changed the title x/vuln: TestGovulncheck failures x/vuln: TestGovulncheck failures due to timeout dialing vuln.go.dev Dec 12, 2023
@gopherbot
Copy link
Author

Change https://go.dev/cl/549375 mentions this issue: internal/vulncheck: improve error message for fetching vulns

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. vulncheck or vulndb Issues for the x/vuln or x/vulndb repo
Projects
Archived in project
Development

No branches or pull requests

2 participants