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/net/nettest: TestTestConn/UnixPipe failures on darwin/amd64 #54272

Closed
dmitshur opened this issue Aug 4, 2022 · 1 comment
Closed

x/net/nettest: TestTestConn/UnixPipe failures on darwin/amd64 #54272

dmitshur opened this issue Aug 4, 2022 · 1 comment
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Aug 4, 2022

--- FAIL: TestTestConn (0.53s)
    --- FAIL: TestTestConn/UnixPipe (0.13s)
        --- FAIL: TestTestConn/UnixPipe/BasicIO (0.00s)
            conntest.go:32: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest2510121687: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/PingPong (0.00s)
            conntest.go:33: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest2705750332: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/RacyRead (0.00s)
            conntest.go:34: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest1491539286: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/RacyWrite (0.00s)
            conntest.go:35: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest2701222275: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/WriteTimeout (0.00s)
            conntest.go:37: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest1157205681: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/PastTimeout (0.00s)
            conntest.go:38: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest3192360749: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/FutureTimeout (0.00s)
            conntest.go:40: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest1770402664: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/CloseTimeout (0.00s)
            conntest.go:41: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest4168269121: bind: invalid argument
        --- FAIL: TestTestConn/UnixPipe/ConcurrentMethods (0.00s)
            conntest.go:42: unable to make pipe: listen unix /var/folders/kh/5zzynz152r94t18yzstnrwx80000gn/T/workdir-host-darwin-amd64-10_15/tmp/go-nettest188536879: bind: invalid argument
FAIL
FAIL	golang.org/x/net/nettest	0.872s
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 4, 2022
@dmitshur dmitshur added this to the Unreleased milestone Aug 4, 2022
@bcmills
Copy link
Contributor

bcmills commented Oct 4, 2022

Duplicate of #54416

@bcmills bcmills marked this as a duplicate of #54416 Oct 4, 2022
@bcmills bcmills closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2022
@golang golang locked and limited conversation to collaborators Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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

3 participants