We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- FAIL: TestUDP (0.00s) --- FAIL: TestUDP/Message (0.00s) socket_test.go:208: sendmsg: function not implemented --- FAIL: TestUDP/Message-dialed (0.00s) socket_test.go:208: sendmsg: function not implemented FAIL FAIL golang.org/x/net/internal/socket 1.187s ok golang.org/x/net/internal/socks 2.586s ok golang.org/x/net/internal/sockstest 0.035s ok golang.org/x/net/internal/timeseries 0.049s --- FAIL: TestPacketConnReadWriteMulticastUDP (0.01s) --- FAIL: TestPacketConnReadWriteMulticastUDP/addr=224.0.0.0:0/grp=224.0.0.254/src=<nil> (0.00s) multicast_test.go:111: write udp 0.0.0.0:36424->224.0.0.254:36424: sendmsg: function not implemented --- FAIL: TestPacketConnReadWriteMulticastICMP (1.09s) --- FAIL: TestPacketConnReadWriteMulticastICMP/grp=224.0.0.254/src=<nil> (0.00s) multicast_test.go:231: write ip 0.0.0.0->224.0.0.254: sendmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicastUDP (0.00s) readwrite_test.go:269: read udp 127.0.0.1:36439: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP/ToFrom (0.00s) readwrite_test.go:420: read udp 127.0.0.1:36440: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP/Batch (0.00s) readwrite_test.go:358: raw-control udp4 127.0.0.1:36440: use of closed network connection --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP/ToFrom (0.00s) readwrite_test.go:420: read ip 127.0.0.1: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP/Batch (0.00s) readwrite_test.go:379: raw-control ip4 127.0.0.1: use of closed network connection --- FAIL: TestPacketConnReadWriteUnicastUDP (0.00s) unicast_test.go:66: write udp 127.0.0.1:36441->127.0.0.1:36441: sendmsg: function not implemented --- FAIL: TestPacketConnReadWriteUnicastICMP (0.00s) unicast_test.go:150: write ip 0.0.0.0->127.0.0.1: sendmsg: function not implemented --- FAIL: TestRawConnReadWriteUnicastICMP (0.00s) unicast_test.go:246: write ip 0.0.0.0->127.0.0.1: sendmsg: function not implemented FAIL FAIL golang.org/x/net/ipv4 1.138s --- FAIL: TestPacketConnConcurrentReadWriteUnicastUDP (0.00s) readwrite_test.go:272: read udp [::1]:36433: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP/ToFrom (0.00s) readwrite_test.go:417: read udp [::1]:36434: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast/UDP/Batch (0.00s) readwrite_test.go:391: raw-control udp6 [::1]:36434: use of closed network connection --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP (0.00s) --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP/ToFrom (0.00s) readwrite_test.go:417: read ip ::1: recvmsg: function not implemented --- FAIL: TestPacketConnConcurrentReadWriteUnicast/IP/Batch (0.00s) readwrite_test.go:391: raw-control ip6 ::1: use of closed network connection --- FAIL: TestPacketConnReadWriteUnicastUDP (0.00s) unicast_test.go:72: write udp [::1]:36435->[::1]:36435: sendmsg: function not implemented --- FAIL: TestPacketConnReadWriteUnicastICMP (0.00s) unicast_test.go:185: write ip ::1->::1: sendmsg: function not implemented FAIL FAIL golang.org/x/net/ipv6 1.314s
2022-07-26T23:03:23-0699458-faf4e97/aix-ppc64 2022-07-26T23:03:23-0699458-ed50277/aix-ppc64 2022-07-26T23:03:23-0699458-d9242f7/aix-ppc64 2022-07-26T20:27:23-46097bf-faf4e97/aix-ppc64 2022-07-26T14:20:34-46097bf-ceefd3a/aix-ppc64 2022-07-26T14:16:52-46097bf-d9242f7/aix-ppc64 2022-07-26T14:15:46-46097bf-ed50277/aix-ppc64 etc.
It seems related to CL https://go-review.googlesource.com/c/net/+/419175 . cc @ianlancetaylor @tklauser @golang/aix
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/419396 mentions this issue: unix: implement recvmsgRaw and sendmsgN on aix
unix: implement recvmsgRaw and sendmsgN on aix
Sorry, something went wrong.
3c1f352
This allows using RecvmsgBuffers and SendmsgBuffers on aix in x/net. For golang/go#54099 Change-Id: Ib21c59244c9d74b826f4fc8ba3314e3602fd9a8a Reviewed-on: https://go-review.googlesource.com/c/sys/+/419396 Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
Change https://go.dev/cl/419858 mentions this issue: net: update to new x/sys version
net: update to new x/sys version
golang/net@993b7b1
52228ea
Bring in https://go.dev/cl/419396 which fixes recmsg/sendmsg on AIX. Fixes golang/go#54099 Change-Id: Icd525e4feb4d8a045e5a7ea1c137a66311e5644a Reviewed-on: https://go-review.googlesource.com/c/net/+/419858 Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
No branches or pull requests
2022-07-26T23:03:23-0699458-faf4e97/aix-ppc64
2022-07-26T23:03:23-0699458-ed50277/aix-ppc64
2022-07-26T23:03:23-0699458-d9242f7/aix-ppc64
2022-07-26T20:27:23-46097bf-faf4e97/aix-ppc64
2022-07-26T14:20:34-46097bf-ceefd3a/aix-ppc64
2022-07-26T14:16:52-46097bf-d9242f7/aix-ppc64
2022-07-26T14:15:46-46097bf-ed50277/aix-ppc64
etc.
It seems related to CL https://go-review.googlesource.com/c/net/+/419175 .
cc @ianlancetaylor @tklauser @golang/aix
The text was updated successfully, but these errors were encountered: