term% all.rc Building Go cmd/dist using /usr/glenda/src/go-plan9-386-bootstrap Building Go toolchain1 using /usr/glenda/src/go-plan9-386-bootstrap. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for plan9/386. ##### Testing packages. ok archive/tar 0.958s ok archive/zip 0.539s ok bufio 0.501s ok bytes 0.324s ok compress/bzip2 0.149s ok compress/flate 0.976s ok compress/gzip 0.446s ok compress/lzw 0.082s ok compress/zlib 0.138s ok container/heap 0.352s ok container/list 0.366s ok container/ring 0.065s ok context 1.532s ok crypto 0.238s ok crypto/aes 0.120s ok crypto/cipher 0.097s ok crypto/des 0.341s ok crypto/dsa 0.077s ok crypto/ecdsa 0.321s ok crypto/ed25519 0.311s ok crypto/elliptic 0.115s ok crypto/hmac 0.365s ok crypto/internal/subtle 0.098s ok crypto/md5 0.243s ok crypto/rand 0.173s ok crypto/rc4 0.127s ok crypto/rsa 0.264s ok crypto/sha1 0.114s ok crypto/sha256 0.086s ok crypto/sha512 0.088s ok crypto/subtle 0.085s Failed to open local listener: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP addressFAIL crypto/tls 0.529s ok crypto/x509 1.230s ok database/sql 1.296s ok database/sql/driver 0.070s ok debug/dwarf 0.530s ok debug/elf 0.564s ok debug/gosym 0.077s ok debug/macho 0.406s ok debug/pe 0.506s ok debug/plan9obj 0.418s ok encoding/ascii85 0.078s ok encoding/asn1 0.102s ok encoding/base32 0.114s ok encoding/base64 0.084s ok encoding/binary 0.090s ok encoding/csv 0.264s ok encoding/gob 0.150s ok encoding/hex 0.284s --- FAIL: TestHTTPDecoding (0.01s) panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address [recovered] panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address goroutine 92 [running]: testing.tRunner.func1(0x10e4e1e0) /usr/glenda/src/go/src/testing/testing.go:874 +0x343 panic(0x30f600, 0x10e1f808) /usr/glenda/src/go/src/runtime/panic.go:679 +0x160 net/http/httptest.newLocalListener(0x52baf, 0x10e46f0c) /usr/glenda/src/go/src/net/http/httptest/server.go:66 +0x1a7 net/http/httptest.NewUnstartedServer(...) /usr/glenda/src/go/src/net/http/httptest/server.go:112 net/http/httptest.NewServer(0x3eb730, 0x387144, 0x0) /usr/glenda/src/go/src/net/http/httptest/server.go:99 +0x1e encoding/json.TestHTTPDecoding(0x10e4e1e0) /usr/glenda/src/go/src/encoding/json/stream_test.go:435 +0x37 testing.tRunner(0x10e4e1e0, 0x387148) /usr/glenda/src/go/src/testing/testing.go:909 +0x99 created by testing.(*T).Run /usr/glenda/src/go/src/testing/testing.go:960 +0x2ab FAIL encoding/json 0.409s ok encoding/pem 0.534s ok encoding/xml 0.156s ok errors 0.430s ok expvar 0.128s ok flag 0.494s ok fmt 0.564s ok go/ast 0.535s ok go/build 5.047s ok go/constant 0.531s ok go/doc 0.717s ok go/format 0.539s ok go/importer 2.256s ok go/internal/gccgoimporter 0.163s ok go/internal/gcimporter 2.227s ok go/internal/srcimporter 6.927s ok go/parser 0.133s ok go/printer 0.398s ok go/scanner 0.439s ok go/token 0.140s ok go/types 3.421s ok hash 0.092s ok hash/adler32 0.447s ok hash/crc32 0.525s ok hash/crc64 0.441s ok hash/fnv 0.446s ok html 0.311s ok html/template 0.680s ok image 0.449s ok image/color 0.509s ok image/draw 0.507s ok image/gif 0.658s ok image/jpeg 0.353s ok image/png 0.387s ok index/suffixarray 0.656s ok internal/cpu 0.399s ok internal/fmtsort 0.472s ok internal/poll 0.377s ok internal/reflectlite 0.573s ok internal/singleflight 0.515s ok internal/trace 0.178s ok internal/xcoff 0.323s ok io 0.276s ok io/ioutil 5.512s ok log 0.545s ok math 0.608s ok math/big 1.450s ok math/bits 0.114s ok math/cmplx 0.614s ok math/rand 0.279s ok mime 0.843s ok mime/multipart 0.867s ok mime/quotedprintable 0.389s --- FAIL: TestConnAndListener (0.01s) conn_test.go:31: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestDialLocal (0.00s) dial_test.go:64: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestDialParallelSpuriousConnection (0.15s) dial_test.go:454: no dualstack port available --- FAIL: TestDialerLocalAddr (0.01s) dial_test.go:622: listen tcp4 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestDialerKeepAlive (0.00s) dial_test.go:726: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestCloseError (0.00s) error_test.go:553: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestAcceptError (0.01s) error_test.go:664: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestFileError (0.01s) error_test.go:773: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestInterfaceAddrs (0.00s) interface_test.go:99: num IPv4 unicast routes = 0; want >0; summary: &{loop:0 other:1}, &{ipv4:0 ipv6:1} --- FAIL: TestInterfaceUnicastAddrs (0.00s) interface_test.go:126: num IPv4 unicast routes = 0; want >0; summary: &{loop:0 other:1}, &{ipv4:0 ipv6:1} --- FAIL: TestConnClose (0.00s) net_test.go:171: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestListenerClose (0.00s) net_test.go:212: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestPacketConnClose (0.00s) net_test.go:266: listen udp4 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestListenCloseListen (0.00s) net_test.go:294: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestZeroByteRead (0.00s) net_test.go:378: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestReadTimeoutUnblocksRead (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestPacketConn (0.00s) packetconn_test.go:59: listen udp 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestConnAndPacketConn (0.00s) packetconn_test.go:114: listen udp 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestTCPConnSpecificMethods (0.00s) protoconn_test.go:72: listen tcp4 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestUDPConnSpecificMethods (0.00s) protoconn_test.go:124: listen udp4 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestSendfile (0.00s) sendfile_test.go:32: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestSendfileParts (0.00s) sendfile_test.go:102: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestSendfileSeeked (0.00s) sendfile_test.go:160: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTCPServer (0.00s) server_test.go:60: skipping tcp :0<-127.0.0.1 test server_test.go:60: skipping tcp 0.0.0.0:0<-127.0.0.1 test server_test.go:60: skipping tcp [::ffff:0.0.0.0]:0<-127.0.0.1 test server_test.go:60: skipping tcp [::]:0<-::1 test server_test.go:60: skipping tcp :0<-::1 test server_test.go:60: skipping tcp 0.0.0.0:0<-::1 test server_test.go:60: skipping tcp [::ffff:0.0.0.0]:0<-::1 test server_test.go:60: skipping tcp [::]:0<-127.0.0.1 test server_test.go:60: skipping tcp :0<-127.0.0.1 test server_test.go:60: skipping tcp 0.0.0.0:0<-127.0.0.1 test server_test.go:60: skipping tcp [::ffff:0.0.0.0]:0<-127.0.0.1 test server_test.go:60: skipping tcp [::]:0<-::1 test server_test.go:60: skipping tcp :0<-::1 test server_test.go:60: skipping tcp 0.0.0.0:0<-::1 test server_test.go:60: skipping tcp [::ffff:0.0.0.0]:0<-::1 test server_test.go:60: skipping tcp [::]:0<-127.0.0.1 test server_test.go:69: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestUDPServer (0.00s) server_test.go:256: skipping udp :0<-127.0.0.1 test server_test.go:256: skipping udp 0.0.0.0:0<-127.0.0.1 test server_test.go:256: skipping udp [::ffff:0.0.0.0]:0<-127.0.0.1 test server_test.go:256: skipping udp [::]:0<-::1 test server_test.go:256: skipping udp :0<-::1 test server_test.go:256: skipping udp 0.0.0.0:0<-::1 test server_test.go:256: skipping udp [::ffff:0.0.0.0]:0<-::1 test server_test.go:256: skipping udp [::]:0<-127.0.0.1 test server_test.go:256: skipping udp :0<-127.0.0.1 test server_test.go:256: skipping udp 0.0.0.0:0<-127.0.0.1 test server_test.go:256: skipping udp [::ffff:0.0.0.0]:0<-127.0.0.1 test server_test.go:256: skipping udp [::]:0<-::1 test server_test.go:256: skipping udp :0<-::1 test server_test.go:256: skipping udp 0.0.0.0:0<-::1 test server_test.go:256: skipping udp [::ffff:0.0.0.0]:0<-::1 test server_test.go:256: skipping udp [::]:0<-127.0.0.1 test server_test.go:265: listen udp 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestTCPConcurrentAccept (0.00s) tcpsock_test.go:434: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTCPStress (0.00s) tcpsock_test.go:575: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTCPSelfConnect (0.00s) tcpsock_test.go:635: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestCopyPipeIntoTCP (0.00s) tcpsock_test.go:732: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestDialTimeoutMaxDuration (0.00s) timeout_test.go:111: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestReadTimeout (0.00s) timeout_test.go:322: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestReadFromTimeout (0.00s) timeout_test.go:449: listen udp4 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestUDPConnLocalAndRemoteNames (0.00s) udpsock_test.go:247: listen udp 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo (0.03s) --- FAIL: TestBuffers_WriteTo/WriteTo/0 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/WriteTo/10 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/WriteTo/1023 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/WriteTo/1024 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/WriteTo/1025 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/Copy/0 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/Copy/10 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/Copy/1023 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/Copy/1024 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestBuffers_WriteTo/Copy/1025 (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestWritevError (0.00s) writev_test.go:192: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestReadWriteDeadlineRace (0.00s) timeout_test.go:1006: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestReadFromTimeoutFluctuation (0.00s) timeout_test.go:712: listen udp4 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestReadTimeoutFluctuation (0.00s) timeout_test.go:679: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestWriteToTimeout (0.00s) timeout_test.go:631: listen udp4 127.0.0.1:0: write /net/udp/clone: not a local IP address --- FAIL: TestWriteTimeout (0.00s) timeout_test.go:512: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestNotTemporaryRead (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestCloseUnblocksRead (0.00s) net_test.go:429: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address FAIL FAIL net 25.356s --- FAIL: TestTransportPersistConnReadLoopEOF (0.01s) transport_internal_test.go:78: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTransportBodyAltRewind (0.03s) transport_internal_test.go:78: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestClientHead_h1 (0.01s) panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address [recovered] panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address goroutine 69 [running]: testing.tRunner.func1(0x10dea8c0) /usr/glenda/src/go/src/testing/testing.go:874 +0x343 panic(0x3e5de0, 0x10d45528) /usr/glenda/src/go/src/runtime/panic.go:679 +0x160 net/http/httptest.newLocalListener(0x41ef60, 0x10dcd100) /usr/glenda/src/go/src/net/http/httptest/server.go:66 +0x1a7 net/http/httptest.NewUnstartedServer(...) /usr/glenda/src/go/src/net/http/httptest/server.go:112 net/http_test.newClientServerTest(0x10dea8c0, 0x52d00, 0x50ab30, 0x47e160, 0x0, 0x0, 0x0, 0x15c2265f) /usr/glenda/src/go/src/net/http/clientserver_test.go:87 +0xc7 net/http_test.testClientHead(0x10dea8c0, 0x788700) /usr/glenda/src/go/src/net/http/client_test.go:94 +0x91 net/http_test.TestClientHead_h1(0x10dea8c0) /usr/glenda/src/go/src/net/http/client_test.go:89 +0x25 testing.tRunner(0x10dea8c0, 0x47d7a4) /usr/glenda/src/go/src/testing/testing.go:909 +0x99 created by testing.(*T).Run /usr/glenda/src/go/src/testing/testing.go:960 +0x2ab FAIL net/http 0.372s ok net/http/cgi 1.425s --- FAIL: ExampleNew (0.01s) panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address [recovered] panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address goroutine 1 [running]: testing.(*InternalExample).processRunResult(0x108a5e74, 0x0, 0x0, 0xc0e08c, 0x0, 0x265700, 0x108c4688, 0x0) /usr/glenda/src/go/src/testing/example.go:89 +0x51e testing.runExample.func2(0xc50b8ddf, 0xbf550507, 0x77ef954, 0x0, 0x4cbc20, 0x108c4630, 0x10818180, 0x1084eb80, 0x10828e74, 0x108a5e8c) /usr/glenda/src/go/src/testing/run_example.go:58 +0xd8 panic(0x265700, 0x108c4688) /usr/glenda/src/go/src/runtime/panic.go:679 +0x160 net/http/httptest.newLocalListener(0x30d6e5, 0xffffffff) /usr/glenda/src/go/src/net/http/httptest/server.go:66 +0x1a7 net/http/httptest.NewUnstartedServer(...) /usr/glenda/src/go/src/net/http/httptest/server.go:112 net/http/httptest.NewServer(0x3148d0, 0x2c7414, 0x0) /usr/glenda/src/go/src/net/http/httptest/server.go:99 +0x1e net/http/cookiejar_test.ExampleNew() /usr/glenda/src/go/src/net/http/cookiejar/example_test.go:18 +0x37 testing.runExample(0x2af12d, 0xa, 0x2c7418, 0x2c12aa, 0x58, 0x0, 0x0) /usr/glenda/src/go/src/testing/run_example.go:62 +0x1a0 testing.runExamples(0x108a5f60, 0x4c4230, 0x1, 0x1, 0x101) /usr/glenda/src/go/src/testing/example.go:44 +0xf7 testing.(*M).Run(0x108500c0, 0x0) /usr/glenda/src/go/src/testing/testing.go:1118 +0x1b1 main.main() _testmain.go:80 +0x103 FAIL net/http/cookiejar 1.015s ok net/http/fcgi 0.171s panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address [recovered] panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address goroutine 32 [running]: testing.tRunner.func1(0x1088d0e0) /usr/glenda/src/go/src/testing/testing.go:874 +0x343 panic(0x268680, 0x10819360) /usr/glenda/src/go/src/runtime/panic.go:679 +0x160 net/http/httptest.newLocalListener(0xf3e5d5a4, 0x15c22663) /usr/glenda/src/go/src/net/http/httptest/server.go:66 +0x1a7 net/http/httptest.NewUnstartedServer(...) /usr/glenda/src/go/src/net/http/httptest/server.go:112 net/http/httptest.NewServer(0x316b30, 0x2c8ff0, 0x108b2f44) /usr/glenda/src/go/src/net/http/httptest/server.go:99 +0x1e net/http/httptest.testServer(0x1088d0e0, 0x2c8f60) /usr/glenda/src/go/src/net/http/httptest/server_test.go:56 +0x33 net/http/httptest.TestServer.func1.1(0x1088d0e0) /usr/glenda/src/go/src/net/http/httptest/server_test.go:39 +0x27 testing.tRunner(0x1088d0e0, 0x108192f8) /usr/glenda/src/go/src/testing/testing.go:909 +0x99 created by testing.(*T).Run /usr/glenda/src/go/src/testing/testing.go:960 +0x2ab FAIL net/http/httptest 0.854s ok net/http/httptrace 0.188s --- FAIL: TestReverseProxy (0.01s) panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address [recovered] panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address goroutine 29 [running]: testing.tRunner.func1(0x1088c5a0) /usr/glenda/src/go/src/testing/testing.go:874 +0x343 panic(0x27c220, 0x10818be8) /usr/glenda/src/go/src/runtime/panic.go:679 +0x160 net/http/httptest.newLocalListener(0xa6db, 0x8) /usr/glenda/src/go/src/net/http/httptest/server.go:66 +0x1a7 net/http/httptest.NewUnstartedServer(...) /usr/glenda/src/go/src/net/http/httptest/server.go:112 net/http/httptest.NewServer(0x3304c0, 0x10818b90, 0x4b7818) /usr/glenda/src/go/src/net/http/httptest/server.go:99 +0x1e net/http/httputil.TestReverseProxy(0x1088c5a0) /usr/glenda/src/go/src/net/http/httputil/reverseproxy_test.go:41 +0x63 testing.tRunner(0x1088c5a0, 0x2dffb8) /usr/glenda/src/go/src/testing/testing.go:909 +0x99 created by testing.(*T).Run /usr/glenda/src/go/src/testing/testing.go:960 +0x2ab FAIL net/http/httputil 0.214s ok net/http/internal 0.619s ok net/http/pprof 2.708s ok net/mail 0.129s --- FAIL: TestGobError (0.04s) client_test.go:61: expected `reading body EOF', got listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address 2019/09/07 05:04:30 net.Listen tcp :0: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address FAIL net/rpc 0.943s ok net/rpc/jsonrpc 0.254s --- FAIL: TestNewClientWithTLS (0.06s) smtp_test.go:389: server: listen: listen tcp [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestSendMail (0.00s) smtp_test.go:543: Unable to create listener: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestSendMailWithAuth (0.00s) smtp_test.go:642: Unable to create listener: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTLSClient (0.00s) smtp_test.go:800: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTLSConnState (0.00s) smtp_test.go:800: listen tcp6 [::1]:0: write /net/tcp/clone: not a local IP address FAIL FAIL net/smtp 0.832s ok net/textproto 0.111s ok net/url 0.651s ok os 3.517s --- FAIL: TestExtraFiles (0.07s) exec_test.go:607: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestExtraFilesRace (0.00s) exec_test.go:673: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address FAIL FAIL os/exec 1.401s ok os/signal 0.235s ok os/user 0.103s ok path 0.698s ok path/filepath 1.375s ok plugin 0.684s ok reflect 1.174s ok regexp 0.222s ok regexp/syntax 0.537s ok runtime 84.150s ok runtime/debug 0.760s ok runtime/internal/atomic 0.721s ok runtime/internal/math 0.095s ok runtime/internal/sys 0.082s ok runtime/pprof 2.885s ok runtime/pprof/internal/profile 0.116s --- FAIL: TestTraceSymbolize (0.04s) trace_stack_test.go:86: failed to listen: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address --- FAIL: TestTraceStressStartStop (156.35s) trace_test.go:449: listen failed: listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address FAIL FAIL runtime/trace 157.838s ok sort 0.592s ok strconv 1.216s ok strings 0.751s ok sync 1.058s ok sync/atomic 0.128s ok syscall 0.633s ok testing 0.832s ok testing/quick 0.140s ok text/scanner 0.100s ok text/tabwriter 0.653s ok text/template 0.822s ok text/template/parse 0.117s ok time 4.299s ok unicode 0.096s ok unicode/utf16 0.087s ok unicode/utf8 0.138s ok cmd/addr2line 12.673s ok cmd/api 1.021s ok cmd/asm/internal/asm 1.115s ok cmd/asm/internal/lex 0.625s ok cmd/compile 0.229s ok cmd/compile/internal/gc 31.837s ok cmd/compile/internal/ssa 1.552s ok cmd/compile/internal/syntax 0.764s ok cmd/compile/internal/test 0.082s [no tests to run] ok cmd/compile/internal/types 0.599s ok cmd/cover 29.625s ok cmd/doc 0.517s ok cmd/fix 0.152s 2019/09/07 05:19:55 listen tcp 127.0.0.1:0: write /net/tcp/clone: not a local IP address FAIL cmd/go 217.950s ok cmd/go/internal/auth 0.137s ok cmd/go/internal/cache 6.697s ok cmd/go/internal/dirhash 0.817s ok cmd/go/internal/generate 0.250s ok cmd/go/internal/get 0.318s ok cmd/go/internal/imports 0.774s ok cmd/go/internal/load 0.757s --- FAIL: TestMutexExcludes (0.01s) lockedfile_test.go:70: mu := MutexAt(_) lockedfile_test.go:76: unlock, _ := mu.Lock() lockedfile_test.go:79: mu2 := MutexAt(mu.Path) lockedfile_test.go:84: mu2.Lock: open /tmp/TestMutexExcludes509760567/lock: '/tmp/TestMutexExcludes509760567/lock' file locked lockedfile_test.go:81: mu2.Lock() unexpectedly did not block panic: runtime error: invalid memory address or nil pointer dereference [signal sys: trap: fault read code=0x0 addr=0x4 pc=0xd927c] goroutine 12 [running]: cmd/go/internal/lockedfile.(*File).Close(0x0, 0x113013, 0xf) /usr/glenda/src/go/src/cmd/go/internal/lockedfile/lockedfile.go:84 +0x1c cmd/go/internal/lockedfile_test.TestCanLockExistingFile.func1() /usr/glenda/src/go/src/cmd/go/internal/lockedfile/lockedfile_test.go:169 +0xb7 cmd/go/internal/lockedfile_test.mustBlock.func1(0x108160f0, 0x1083e700) /usr/glenda/src/go/src/cmd/go/internal/lockedfile/lockedfile_test.go:40 +0x1c created by cmd/go/internal/lockedfile_test.mustBlock /usr/glenda/src/go/src/cmd/go/internal/lockedfile/lockedfile_test.go:39 +0x66 FAIL cmd/go/internal/lockedfile 0.104s ok cmd/go/internal/modconv 1.117s ok cmd/go/internal/modfetch 0.916s ok cmd/go/internal/modfetch/codehost 0.717s ok cmd/go/internal/modfile 0.686s ok cmd/go/internal/modload 0.250s ok cmd/go/internal/module 0.639s ok cmd/go/internal/mvs 0.096s ok cmd/go/internal/note 0.771s ok cmd/go/internal/par 0.549s ok cmd/go/internal/search 0.131s ok cmd/go/internal/semver 0.083s ok cmd/go/internal/sumweb 0.831s ok cmd/go/internal/tlog 1.282s ok cmd/go/internal/txtar 0.574s ok cmd/go/internal/web 0.626s ok cmd/go/internal/work 0.751s ok cmd/gofmt 0.953s ok cmd/internal/buildid 0.336s ok cmd/internal/dwarf 0.582s ok cmd/internal/edit 0.514s ok cmd/internal/goobj 1.112s ok cmd/internal/obj 0.085s ok cmd/internal/obj/arm64 0.278s ok cmd/internal/obj/x86 13.053s ok cmd/internal/objabi 0.089s ok cmd/internal/src 0.084s ok cmd/internal/test2json 0.229s ok cmd/link 15.245s ok cmd/link/internal/ld 2.032s ok cmd/link/internal/sym 0.092s ok cmd/nm 9.660s ok cmd/objdump 11.819s ok cmd/pack 7.283s ok cmd/trace 0.297s ok cmd/vet 81.695s FAIL 2019/09/07 05:25:00 Failed: exit status: 'go 15666: 1' term% ../bin/go version go version go1.13.1 plan9/386 term% $GOROOT_BOOTSTRAP/bin/go version go version go1.12.4 plan9/386 term% gfetch glenda@cirno (\(\ ----------- j". .. os: Plan 9 from 9front/386 ( . .) shell: /bin/rc | ° ¡ uptime: 0 days ¿ ; ram: 1103/3579 MiB c?".UJ cpu: 386 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz resolution: 1280 x 960 fs: hjfs sdC0: 60GB term%