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: TestGoModTidy failures #66997

Closed
gopherbot opened this issue Apr 23, 2024 · 3 comments
Closed

x/vuln: TestGoModTidy failures #66997

gopherbot opened this issue Apr 23, 2024 · 3 comments
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

#!watchflakes
default <- pkg == "golang.org/x/vuln" && test == "TestGoModTidy"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestGoModTidy (30.07s)
    all_test.go:107: /workdir/go/bin/go mod tidy: exit status 1
        go: github.com/google/go-cmdtest@v0.4.1-0.20220921163831-55ab3332a786 requires
        	github.com/google/go-cmp@v0.3.1: Get "http://gk3-services-nap-jetxd907-8f582974-j8rl.c.symbolic-datum-552.internal:30157/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp 10.128.0.12:30157: 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 Apr 23, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/vuln" && test == "TestGoModTidy"
2024-04-22 17:30 linux-amd64 vuln@230480c8 go@83613293 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (30.07s)
    all_test.go:107: /workdir/go/bin/go mod tidy: exit status 1
        go: github.com/google/go-cmdtest@v0.4.1-0.20220921163831-55ab3332a786 requires
        	github.com/google/go-cmp@v0.3.1: Get "http://gk3-services-nap-jetxd907-8f582974-j8rl.c.symbolic-datum-552.internal:30157/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp 10.128.0.12:30157: i/o timeout
2024-04-22 17:30 linux-amd64-race vuln@230480c8 go@83613293 x/vuln.TestGoModTidy (log)
--- FAIL: TestGoModTidy (30.07s)
    all_test.go:107: /workdir/go/bin/go mod tidy: exit status 1
        go: github.com/google/go-cmdtest@v0.4.1-0.20220921163831-55ab3332a786 requires
        	github.com/google/go-cmp@v0.3.1: Get "http://gk3-services-nap-jetxd907-8f582974-j8rl.c.symbolic-datum-552.internal:30157/github.com/google/go-cmp/@v/v0.3.1.mod": dial tcp 10.128.0.12:30157: i/o timeout

watchflakes

@gopherbot gopherbot added the vulncheck or vulndb Issues for the x/vuln or x/vulndb repo label Apr 23, 2024
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned Apr 23, 2024
@dmitshur
Copy link
Contributor

dmitshur commented Apr 23, 2024

This is the same failure mode as in #58766. It's a problem only in the old build infrastructure.

@dmitshur
Copy link
Contributor

dmitshur commented Apr 23, 2024

I've de-duplicated this into #58766; its pattern now also matches the failures from here.

@dmitshur dmitshur closed this as not planned Won't fix, can't repro, duplicate, stale Apr 23, 2024
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
None yet
Development

No branches or pull requests

2 participants