golang build tests fail on lx ubuntu64 14.04.003
ENV
us-east-3b
user@1d7f160f-737c-6986-e691-abb38b045b55:~/go/src$ git status
HEAD detached at go1.4.2
./all.bash
$ grep FAIL 20150301-lx-ubuntu64-14.04.003-go1.4.2-build-tests
FAIL crypto/tls 120.034s
--- FAIL: TestInterfaces (0.00s)
--- FAIL: TestInterfaceAddrs (0.00s)
--- FAIL: TestIPv4MulticastListener (0.00s)
FAIL net 120.052s
FAIL net/http 120.030s
FAIL net/http/cgi 120.036s
FAIL net/rpc 120.043s
FAIL os/exec 120.029s
--- FAIL: TestSCMCredentials (0.00s)
FAIL
FAIL syscall 0.054s
Former user commented on 2015-03-11T12:43:22.000-0400:
Whatever TestSCMCredentials is may be related to OS-3939.
Former user commented on 2016-01-22T08:18:38.000-0500:
It appears there are still a few lurking problems:
--- FAIL: TestFileListener (0.00s)
file_test.go:49: Addrs not equal: &net.UnixAddr{Name:"/tmp/.ABSK_gotest_net", Net:"unixpacket"} != &net.UnixAddr{Name:"/tmp/.ABSK_gotest_net", Net:"unix"}
--- FAIL: TestFilePacketConn (0.00s)
file_test.go:114: FilePacketConn failed: invalid argument
--- FAIL: TestIPv4MulticastListener (0.00s)
multicast_test.go:59: "224.0.0.254" not found in multicast RIB
--- FAIL: TestIPv6MulticastListener (0.00s)
multicast_test.go:131: First ListenMulticastUDP on &{1 8232 lo up|loopback|multicast} failed: listen udp ff01::114: setsockopt: protocol not available
--- FAIL: TestReadUnixgramWithUnnamedSocket (0.00s)
unix_test.go:59: neighbor address is @
--- FAIL: TestReadUnixgramWithZeroBytesBuffer (0.00s)
unix_test.go:106: neighbor address is @
--- FAIL: TestUnixgramAutobind (0.00s)
unix_test.go:118: ListenUnixgram failed: listen unixgram : bind: invalid argument
--- FAIL: TestUnixAutobindClose (0.00s)
unix_test.go:149: ListenUnix failed: listen unix : bind: invalid argument