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: Test failures #56956

Closed
gopherbot opened this issue Nov 28, 2022 · 10 comments
Closed

x/vuln: Test failures #56956

gopherbot opened this issue Nov 28, 2022 · 10 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
Milestone

Comments

@gopherbot
Copy link

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

Issue created automatically to collect these failures.

Example (log):

Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

go: mvdan.cc/unparam@v0.0.0-20211214103731-d0ef000c54e5 requires
	gopkg.in/check.v1@v1.0.0-20190902080502-41f04d3bba15: Get "http://gk3-services-nap-jetxd907-8f582974-d4lm.c.symbolic-datum-552.internal:30157/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod": dial tcp 10.128.1.105:30157: socket: no buffer space available
command failed
FAILED; see errors above
--- FAIL: Test (10.46s)
    all_test.go:26: exit status 1

watchflakes

@gopherbot gopherbot added 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 labels Nov 28, 2022
@gopherbot gopherbot modified the milestones: Unreleased, vuln/unplanned Nov 28, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2022-11-16 20:48 netbsd-386-9_3 vuln@fac3670c go@5c9a506d x/vuln.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

go: mvdan.cc/unparam@v0.0.0-20211214103731-d0ef000c54e5 requires
	gopkg.in/check.v1@v1.0.0-20190902080502-41f04d3bba15: Get "http://gk3-services-nap-jetxd907-8f582974-d4lm.c.symbolic-datum-552.internal:30157/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod": dial tcp 10.128.1.105:30157: socket: no buffer space available
command failed
FAILED; see errors above
--- FAIL: Test (10.46s)
    all_test.go:26: exit status 1
2022-11-22 17:12 netbsd-arm64-bsiegert vuln@05fb7250 go@861ba027 x/vuln.Test (log)
�[32mChecking go and sh files for license header�[m�(B
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�[m�(B
misspell -error .

go mod tidy

golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	honnef.co/go/tools/cmd/staticcheck: honnef.co/go/tools@v0.2.2: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.2.2.zip": net/http: TLS handshake timeout
golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	mvdan.cc/unparam: mvdan.cc/unparam@v0.0.0-20211214103731-d0ef000c54e5: Get "https://proxy.golang.org/mvdan.cc/unparam/@v/v0.0.0-20211214103731-d0ef000c54e5.zip": net/http: TLS handshake timeout
�[31mcommand failed�[m�(B
�[31mFAILED; see errors above�[m�(B
--- FAIL: Test (232.74s)
    all_test.go:26: exit status 1

watchflakes

@zpavlinovic
Copy link
Contributor

Looks transient. No reproducible failures on build.golang.org.

@gopherbot gopherbot reopened this Jan 6, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2022-12-29 16:49 freebsd-riscv64-unmatched vuln@ebf31f7d go@db36eca3 x/vuln.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	honnef.co/go/tools/cmd/staticcheck: honnef.co/go/tools@v0.2.2: Get "https://proxy.golang.org/honnef.co/go/tools/@v/v0.2.2.zip": Service Unavailable
golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	mvdan.cc/unparam: mvdan.cc/unparam@v0.0.0-20211214103731-d0ef000c54e5: Get "https://proxy.golang.org/mvdan.cc/unparam/@v/v0.0.0-20211214103731-d0ef000c54e5.zip": Service Unavailable
command failed
FAILED; see errors above
--- FAIL: Test (231.91s)
    all_test.go:26: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-02-17 20:43 darwin-amd64-10_15 vuln@b91abcc5 go@7b398b1f x/vuln.Test (log)
�[32mChecking go and sh files for license header�(B�[m
go vet -all ./...

�[32mInstalling: github.com/client9/misspell/cmd/misspell�(B�[m
github.com/client9/misspell@v0.3.4: Get "https://proxy.golang.org/github.com/client9/misspell/@v/v0.3.4.zip": net/http: TLS handshake timeout
misspell -error .

devtools/lib.sh: line 47: misspell: command not found
�[31mcommand failed�(B�[m
go mod tidy

�[31mFAILED; see errors above�(B�[m
--- FAIL: Test (27.46s)
    all_test.go:26: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-03-03 23:08 linux-ppc64le-power9osu vuln@d3042fec go@dbdb3359 x/vuln.Test (log)
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

golang.org/x/vuln tested by
	golang.org/x/vuln.test imports
	mvdan.cc/unparam tested by
	mvdan.cc/unparam.test imports
	github.com/rogpeppe/go-internal/testscript imports
	github.com/pkg/diff: github.com/pkg/diff@v0.0.0-20210226163009-20ebb0f2a09e: reading https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20210226163009-20ebb0f2a09e.zip: 502 Bad Gateway
command failed
FAILED; see errors above
--- FAIL: Test (46.66s)
    all_test.go:26: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-03-20 23:27 linux-riscv64-unmatched vuln@bfc1eaef go@5f1a0320 x/vuln.Test (log)
check_headers
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
github.com/client9/misspell@v0.3.4: Get "https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.zip": dial tcp: lookup goproxy.cn on 127.0.0.53:53: read udp 127.0.0.1:47448->127.0.0.53:53: i/o timeout
misspell -error .

devtools/lib.sh: line 50: misspell: command not found
command failed
go mod tidy

FAILED; see errors above
--- FAIL: Test (236.94s)
    all_test.go:33: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-04-06 18:38 solaris-amd64-oraclerel vuln@b51a9e73 go@96d2e416 x/vuln.Test (log)
check_headers
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

devtools/lib.sh: line 37:  6615 Segmentation Fault      (core dumped) "$@"
command failed
go mod tidy

FAILED; see errors above
--- FAIL: Test (24.71s)
    all_test.go:34: exit status 1

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-04-18 00:32 solaris-amd64-oraclerel vuln@6ffb3222 go@ce10e9d8 x/vuln.Test (log)
check_headers
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

devtools/lib.sh: line 37: 20141 Segmentation Fault      (core dumped) "$@"
command failed
go mod tidy

FAILED; see errors above
--- FAIL: Test (23.05s)
    all_test.go:39: exit status 1

watchflakes

@julieqiu julieqiu modified the milestones: vuln/v0.1.0, vuln/v0.2.0 Apr 18, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-04-19 20:09 freebsd-riscv64-unmatched vuln@d44ddb54 go@54d42999 x/vuln.Test (log)
check_headers
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
github.com/client9/misspell@v0.3.4: Get "https://proxy.golang.org/github.com/client9/misspell/@v/v0.3.4.zip": Service Unavailable
misspell -error .

devtools/lib.sh: line 50: misspell: command not found
command failed
go mod tidy

FAILED; see errors above
--- FAIL: Test (94.66s)
    all_test.go:39: exit status 1

watchflakes

@tatianab tatianab assigned ianthehat and unassigned tatianab May 10, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/vuln" && test == "Test"
2023-03-23 19:56 freebsd-riscv64-unmatched vuln@ae615d89 go@7b887158 x/vuln.Test (log)
check_headers
Checking go and sh files for license header
go vet -all ./...

Installing: github.com/client9/misspell/cmd/misspell
misspell -error .

go mod tidy

Please install shellcheck. See https://github.com/koalaman/shellcheck#installing.
--- FAIL: Test (122.33s)
    all_test.go:41: exit status 1

watchflakes

@bkessler-go bkessler-go modified the milestones: vuln/v0.2.0, vuln/v0.3.0 Jun 27, 2023
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
Status: Done
Development

No branches or pull requests

6 participants