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/sys/unix: TestPktInfo failures #58831

Closed
gopherbot opened this issue Mar 2, 2023 · 6 comments
Closed

x/sys/unix: TestPktInfo failures #58831

gopherbot opened this issue Mar 2, 2023 · 6 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Mar 2, 2023

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestPktInfo" && `address family not supported`

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol

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 Mar 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestPktInfo"
2023-02-28 18:48 linux-riscv64-unmatched sys@a6bfb89d go@2f9e38a1 x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol
2023-02-28 18:48 linux-riscv64-unmatched sys@a6bfb89d go@02411bcd x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.02s)
    --- FAIL: TestPktInfo/udp6 (0.02s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol
2023-02-28 18:48 linux-riscv64-unmatched sys@a6bfb89d go@f1ea0249 x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Mar 2, 2023
@gopherbot gopherbot added this to the Unreleased milestone Mar 2, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestPktInfo"
2023-03-02 17:30 linux-riscv64-unmatched sys@14708520 go@0487ba08 x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Mar 3, 2023

Duplicate of #58832

@bcmills bcmills marked this as a duplicate of #58832 Mar 3, 2023
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestPktInfo"
2023-03-02 17:30 linux-riscv64-unmatched sys@14708520 go@cd6d225b x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/sys/unix" && test == "TestPktInfo"
2023-02-28 18:48 linux-riscv64-unmatched sys@a6bfb89d go@3f8f929d x/sys/unix.TestPktInfo (log)
--- FAIL: TestPktInfo (0.01s)
    --- FAIL: TestPktInfo/udp6 (0.01s)
        creds_test.go:139: Listen: listen udp6 [::1]:0: socket: address family not supported by protocol

watchflakes

@gopherbot gopherbot reopened this May 17, 2023
@gopherbot

This comment was marked as off-topic.

@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants