go: runtime: go1.7beta2 test failures on MacOS 10.12: net/http, runtime, time
Please answer these questions before submitting your issue. Thanks!
-
What version of Go are you using (
go version
)?I am building go1.7beta2 from source.
$ ./go version
go version devel +fca9fc5 Thu Jun 16 19:45:33 2016 +0000 darwin/amd64
-
What operating system and processor architecture are you using (
go env
)?macOS 10.12 Beta (16A239j)
$ uname -a
Darwin Trevors-iMac.local 16.0.0 Darwin Kernel Version 16.0.0: Tue Jun 28 15:57:40 PDT 2016; root:xnu-3757.0.0.0.1~20/RELEASE_X86_64 x86_64
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/users/trevorgray/Desktop/code"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT="1"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
-
What did you do? If possible, provide a recipe for reproducing the error. A complete runnable program is good. A link on play.golang.org is best.
I am trying to build the go1.7beta2 from source and the build is failing on the “Testing packages” step.
$ git clone https://go.googlesource.com/go
Cloning into 'go'...
remote: Sending approximately 109.09 MiB ...
remote: Total 263875 (delta 210818), reused 263875 (delta 210818)
Receiving objects: 100% (263875/263875), 108.89 MiB | 35.66 MiB/s, done.
Resolving deltas: 100% (210818/210818), done.
Checking connectivity... done.
$ git checkout go1.7beta2
Note: checking out 'go1.7beta2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at fca9fc5... runtime: fix stale comment in lfstack
$ cd src
$ ./all.bash
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /usr/local/go/.
bootstrap/asm/internal/flags
bootstrap/internal/sys
bootstrap/internal/bio
bootstrap/compile/internal/big
bootstrap/internal/gcprog
bootstrap/internal/obj
bootstrap/internal/obj/arm64
bootstrap/internal/obj/mips
bootstrap/internal/obj/arm
bootstrap/internal/obj/ppc64
bootstrap/internal/obj/s390x
bootstrap/internal/obj/x86
bootstrap/asm/internal/lex
bootstrap/link/internal/ld
bootstrap/compile/internal/ssa
bootstrap/asm/internal/arch
bootstrap/asm/internal/asm
bootstrap/asm
bootstrap/link/internal/amd64
bootstrap/link/internal/arm
bootstrap/link/internal/arm64
bootstrap/link/internal/mips64
bootstrap/link/internal/ppc64
bootstrap/link/internal/s390x
bootstrap/link/internal/x86
bootstrap/link
bootstrap/compile/internal/gc
bootstrap/compile/internal/amd64
bootstrap/compile/internal/arm
bootstrap/compile/internal/arm64
bootstrap/compile/internal/mips64
bootstrap/compile/internal/ppc64
bootstrap/compile/internal/s390x
bootstrap/compile/internal/x86
bootstrap/compile
##### Building go_bootstrap for host, darwin/amd64.
runtime/internal/sys
runtime/internal/atomic
runtime
errors
unicode/utf16
sync/atomic
internal/race
encoding
unicode/utf8
sort
internal/syscall/windows/sysdll
unicode
math
container/heap
sync
syscall
io
internal/singleflight
hash
strings
bytes
strconv
hash/adler32
bufio
path
encoding/base64
regexp/syntax
crypto
reflect
crypto/sha1
internal/syscall/windows/registry
internal/syscall/windows
time
regexp
os
encoding/binary
fmt
os/signal
path/filepath
io/ioutil
debug/dwarf
go/token
context
text/template/parse
flag
net/url
compress/flate
log
encoding/json
go/scanner
os/exec
go/ast
text/template
compress/zlib
debug/macho
debug/elf
go/parser
go/doc
go/build
cmd/go
##### Building packages and commands for darwin/amd64.
runtime/internal/sys
runtime/internal/atomic
runtime
errors
internal/race
sync/atomic
unicode
unicode/utf8
math
sort
container/list
container/ring
crypto/subtle
sync
internal/nettrace
encoding
unicode/utf16
image/color
internal/syscall/windows/sysdll
runtime/race
cmd/compile/internal/test
cmd/vet/internal/whitelist
container/heap
io
syscall
internal/singleflight
image/color/palette
crypto/cipher
runtime/trace
hash
hash/adler32
hash/crc32
crypto/hmac
hash/crc64
hash/fnv
bytes
strings
bufio
text/tabwriter
path
html
vendor/golang.org/x/net/lex/httplex
strconv
math/rand
math/cmplx
compress/bzip2
time
regexp/syntax
crypto
reflect
crypto/aes
crypto/rc4
encoding/base64
encoding/ascii85
crypto/sha512
crypto/md5
crypto/sha1
crypto/sha256
encoding/pem
encoding/base32
image
os
regexp
image/internal/imageutil
image/draw
image/jpeg
path/filepath
runtime/debug
vendor/golang.org/x/net/route
os/signal
io/ioutil
cmd/internal/pprof/svg
encoding/binary
fmt
cmd/internal/sys
crypto/des
index/suffixarray
flag
log
debug/dwarf
compress/flate
debug/gosym
debug/plan9obj
cmd/vendor/golang.org/x/arch/arm/armasm
cmd/vendor/golang.org/x/arch/x86/x86asm
archive/tar
compress/lzw
cmd/internal/obj
context
math/big
encoding/hex
compress/zlib
archive/zip
compress/gzip
go/token
os/exec
debug/elf
debug/macho
debug/pe
go/scanner
database/sql/driver
cmd/internal/goobj
encoding/csv
encoding/gob
go/ast
database/sql
encoding/json
encoding/xml
vendor/golang.org/x/net/http2/hpack
mime
mime/quotedprintable
net/http/internal
net/url
text/template/parse
text/scanner
go/parser
go/printer
image/gif
image/png
crypto/dsa
crypto/elliptic
cmd/internal/objfile
encoding/asn1
crypto/rand
text/template
crypto/rsa
go/constant
runtime/pprof
internal/trace
crypto/ecdsa
crypto/x509/pkix
testing
cmd/addr2line
net/internal/socktest
testing/iotest
testing/quick
cmd/internal/obj/arm
cmd/cgo
go/format
cmd/internal/obj/arm64
cmd/internal/obj/mips
go/types
internal/testenv
cmd/internal/obj/ppc64
go/doc
html/template
cmd/internal/obj/s390x
go/build
cmd/internal/obj/x86
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/internal/bio
cmd/compile/internal/big
cmd/internal/gcprog
cmd/cover
cmd/dist
cmd/compile/internal/ssa
cmd/doc
runtime/cgo
cmd/fix
cmd/gofmt
cmd/internal/pprof/profile
cmd/internal/pprof/tempfile
cmd/link/internal/ld
go/internal/gccgoimporter
go/internal/gcimporter
cmd/api
cmd/nm
go/importer
cmd/objdump
cmd/internal/pprof/plugin
cmd/internal/pprof/report
cmd/internal/pprof/symbolizer
cmd/internal/pprof/symbolz
cmd/pack
cmd/vet
net
os/user
cmd/internal/pprof/commands
cmd/asm/internal/arch
cmd/internal/pprof/driver
cmd/yacc
cmd/asm/internal/asm
cmd/asm
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/mips64
cmd/link/internal/ppc64
cmd/link/internal/s390x
cmd/link/internal/x86
cmd/link
crypto/x509
net/textproto
net/http/httptrace
log/syslog
mime/multipart
net/mail
cmd/compile/internal/gc
crypto/tls
net/http
net/smtp
expvar
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/http/pprof
net/rpc
cmd/go
cmd/internal/pprof/fetch
cmd/trace
net/http/fcgi
cmd/pprof
net/rpc/jsonrpc
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/s390x
cmd/compile/internal/x86
cmd/compile
##### Testing packages.
ok archive/tar 0.026s
ok archive/zip 0.048s
ok bufio 0.053s
ok bytes 0.075s
ok compress/bzip2 0.083s
ok compress/flate 0.802s
ok compress/gzip 0.029s
ok compress/lzw 0.025s
ok compress/zlib 0.020s
ok container/heap 0.008s
ok container/list 0.011s
ok container/ring 1467754575.181s
ok context 0.952s
ok crypto/aes 0.033s
ok crypto/cipher 0.010s
ok crypto/des 0.014s
ok crypto/dsa 0.011s
ok crypto/ecdsa 0.066s
ok crypto/elliptic 0.037s
ok crypto/hmac 0.007s
ok crypto/md5 0.013s
ok crypto/rand 0.022s
ok crypto/rc4 0.069s
ok crypto/rsa 0.082s
ok crypto/sha1 0.025s
ok crypto/sha256 0.009s
ok crypto/sha512 0.013s
ok crypto/subtle 0.009s
ok crypto/tls 0.891s
ok crypto/x509 0.662s
ok database/sql 0.039s
ok database/sql/driver 0.009s
ok debug/dwarf 0.018s
ok debug/elf 0.126s
ok debug/gosym 0.237s
ok debug/macho 0.035s
ok debug/pe 0.062s
ok debug/plan9obj 0.009s
ok encoding/ascii85 0.009s
ok encoding/asn1 0.009s
ok encoding/base32 0.010s
ok encoding/base64 0.012s
ok encoding/binary 0.008s
ok encoding/csv -1467754577.258s
ok encoding/gob 0.034s
ok encoding/hex 0.007s
ok encoding/json 0.180s
ok encoding/pem 0.014s
ok encoding/xml 0.021s
ok errors 0.008s
ok expvar 0.012s
ok flag 0.009s
ok fmt 0.081s
ok go/ast 0.010s
ok go/build 0.773s
ok go/constant 0.011s
ok go/doc 0.288s
ok go/format 0.014s
ok go/internal/gccgoimporter 0.041s
ok go/internal/gcimporter 0.670s
ok go/parser 0.035s
ok go/printer 0.302s
ok go/scanner 0.010s
ok go/token 1467754579.425s
ok go/types 0.449s
ok hash/adler32 0.012s
ok hash/crc32 0.009s
ok hash/crc64 0.010s
ok hash/fnv 0.007s
ok html 0.009s
ok html/template 0.037s
ok image 0.118s
ok image/color 0.065s
ok image/draw 0.057s
ok image/gif 0.064s
ok image/jpeg 0.153s
ok image/png 0.038s
ok index/suffixarray 0.013s
ok internal/singleflight 0.020s
ok internal/trace 0.027s
ok io 0.025s
ok io/ioutil 0.010s
ok log 0.010s
ok log/syslog 2.066s
ok math 0.008s
ok math/big 0.218s
ok math/cmplx 0.008s
ok math/rand 0.053s
ok mime 0.016s
ok mime/multipart 0.206s
ok mime/quotedprintable 0.084s
ok net 2.006s
panic: test timed out after 3m0s
goroutine 541 [running]:
panic(0x3ccb00, 0xc420288010)
/Users/trevorgray/go/src/runtime/panic.go:500 +0x1a1
testing.startAlarm.func1()
/Users/trevorgray/go/src/testing/testing.go:918 +0x10b
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 1 [chan receive, 2 minutes]:
testing.(*T).Run(0xc4200940c0, 0x45c15b, 0x17, 0x49b418, 0x5ea01)
/Users/trevorgray/go/src/testing/testing.go:647 +0x316
testing.RunTests.func1(0xc4200940c0)
/Users/trevorgray/go/src/testing/testing.go:793 +0x6d
testing.tRunner(0xc4200940c0, 0xc42003de10)
/Users/trevorgray/go/src/testing/testing.go:610 +0x81
testing.RunTests(0x49a9e8, 0x64bfa0, 0x181, 0x181, 0x64)
/Users/trevorgray/go/src/testing/testing.go:799 +0x2f0
testing.(*M).Run(0xc42003def8, 0x60bb)
/Users/trevorgray/go/src/testing/testing.go:743 +0x85
net/http_test.TestMain(0xc42003def8)
/Users/trevorgray/go/src/net/http/main_test.go:19 +0x2b
main.main()
net/http/_test/_testmain.go:866 +0xc2
goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/Users/trevorgray/go/src/runtime/asm_amd64.s:2086 +0x1
goroutine 606 [select]:
net/http.(*Transport).getConn(0xc4202f4960, 0xc42014a000, 0x0, 0xc4200fcf80, 0x5, 0xc4200fcf88, 0xf, 0x0, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/transport.go:845 +0x7f1
net/http.(*Transport).RoundTrip(0xc4202f4960, 0xc42001b4a0, 0xc4202f4960, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/transport.go:364 +0x307
net/http.send(0xc42001b4a0, 0x6207c0, 0xc4202f4960, 0x0, 0x0, 0x0, 0x8, 0xc420338018, 0x11b58)
/Users/trevorgray/go/src/net/http/client.go:256 +0x15f
net/http.(*Client).send(0xc420255e30, 0xc42001b4a0, 0x0, 0x0, 0x0, 0xc420338018, 0x0, 0x1)
/Users/trevorgray/go/src/net/http/client.go:146 +0x102
net/http.(*Client).doFollowingRedirects(0xc420255e30, 0xc42001b4a0, 0x49afa8, 0x17, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/client.go:528 +0x5dd
net/http.(*Client).Get(0xc420255e30, 0xc4200fcf80, 0x17, 0xc4203e4000, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/client.go:418 +0x93
net/http_test.h12Compare.run(0x49b410, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc420148540)
/Users/trevorgray/go/src/net/http/clientserver_test.go:183 +0x274
net/http_test.TestH12_FlushBeforeBody(0xc420148540)
/Users/trevorgray/go/src/net/http/clientserver_test.go:317 +0x87
testing.tRunner(0xc420148540, 0x49b418)
/Users/trevorgray/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/Users/trevorgray/go/src/testing/testing.go:646 +0x2ec
goroutine 585 [IO wait]:
net.runtime_pollWait(0xa06a10, 0x77, 0xc4200ef290)
/Users/trevorgray/go/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc420216140, 0x77, 0xc4200ef2c8, 0x271f90)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitWrite(0xc420216140, 0x49aa58, 0x6262c0)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:82 +0x34
net.(*netFD).connect(0xc4202160e0, 0x6262c0, 0xc420012670, 0x0, 0x0, 0x621400, 0xc42014a0c0, 0x0, 0x0)
/Users/trevorgray/go/src/net/fd_unix.go:129 +0x1e5
net.(*netFD).dial(0xc4202160e0, 0x6262c0, 0xc420012670, 0x626e40, 0x0, 0x626e40, 0xc420194210, 0x10, 0x10)
/Users/trevorgray/go/src/net/sock_posix.go:137 +0x137
net.socket(0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0x2, 0x1, 0x0, 0x0, 0x626e40, 0x0, ...)
/Users/trevorgray/go/src/net/sock_posix.go:89 +0x205
net.internetSocket(0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0x626e40, 0x0, 0x626e40, 0xc420194210, 0x1, 0x0, ...)
/Users/trevorgray/go/src/net/ipsock_posix.go:158 +0x129
net.doDialTCP(0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0x0, 0xc420194210, 0x3ed520, 0x66c390, 0xc420042708)
/Users/trevorgray/go/src/net/tcpsock_posix.go:58 +0xb9
net.dialTCP(0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0x0, 0xc420194210, 0x0, 0x0, 0xc420042850)
/Users/trevorgray/go/src/net/tcpsock_posix.go:54 +0xe4
net.dialSingle(0x6262c0, 0xc420012670, 0xc420216070, 0x623d00, 0xc420194210, 0x0, 0x0, 0x0, 0x0)
/Users/trevorgray/go/src/net/dial.go:501 +0x479
net.dialSerial(0x6262c0, 0xc420012670, 0xc420216070, 0xc4202761b0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
/Users/trevorgray/go/src/net/dial.go:469 +0x223
net.(*Dialer).DialContext(0x64fba0, 0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0xc4200fcf88, 0xf, 0x0, 0x0, 0x0, ...)
/Users/trevorgray/go/src/net/dial.go:351 +0x658
net/http.(*Transport).dial(0xc4202f4960, 0x6262c0, 0xc420012670, 0x4518ff, 0x3, 0xc4200fcf88, 0xf, 0xce324, 0xc420030098, 0xc420382000, ...)
/Users/trevorgray/go/src/net/http/transport.go:790 +0x197
net/http.(*Transport).dialConn(0xc4202f4960, 0x6262c0, 0xc420012670, 0x0, 0xc4200fcf80, 0x5, 0xc4200fcf88, 0xf, 0x1f73b4, 0xc42015e330, ...)
/Users/trevorgray/go/src/net/http/transport.go:906 +0x1a6a
net/http.(*Transport).getConn.func4(0xc4202f4960, 0x6262c0, 0xc420012670, 0xc420194120, 0xc420074180)
/Users/trevorgray/go/src/net/http/transport.go:840 +0x78
created by net/http.(*Transport).getConn
/Users/trevorgray/go/src/net/http/transport.go:842 +0x3a1
goroutine 627 [select]:
net/http.(*persistConn).readLoop(0xc420312400)
/Users/trevorgray/go/src/net/http/transport.go:1473 +0x973
created by net/http.(*Transport).dialConn
/Users/trevorgray/go/src/net/http/transport.go:1001 +0x4e9
goroutine 540 [IO wait]:
net.runtime_pollWait(0xa06ad0, 0x72, 0x8)
/Users/trevorgray/go/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc4201883e0, 0x72, 0xc4203db7c0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitRead(0xc4201883e0, 0x622ec0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:78 +0x34
net.(*netFD).Read(0xc420188380, 0xc4202a9000, 0x1000, 0x1000, 0x0, 0x622ec0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_unix.go:220 +0x1a1
net.(*conn).Read(0xc4203c4030, 0xc4202a9000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/Users/trevorgray/go/src/net/net.go:173 +0x70
net/http.(*connReader).Read(0xc4202d27c0, 0xc4202a9000, 0x1000, 0x1000, 0xc420276048, 0xc4203db960, 0x1fe895)
/Users/trevorgray/go/src/net/http/server.go:586 +0x144
bufio.(*Reader).fill(0xc42015e540)
/Users/trevorgray/go/src/bufio/bufio.go:97 +0x10c
bufio.(*Reader).ReadSlice(0xc42015e540, 0xa, 0x0, 0x1e, 0xc4203db9e8, 0x33, 0x12f04)
/Users/trevorgray/go/src/bufio/bufio.go:330 +0xb5
bufio.(*Reader).ReadLine(0xc42015e540, 0xc420114000, 0xf0, 0xf0, 0x448440, 0xc4203dba01, 0x100c4204e2400)
/Users/trevorgray/go/src/bufio/bufio.go:359 +0x37
net/textproto.(*Reader).readLineSlice(0xc420230d50, 0xc4203dbab8, 0xc4203dbab8, 0x11b58, 0xf0, 0x448440)
/Users/trevorgray/go/src/net/textproto/reader.go:55 +0x5f
net/textproto.(*Reader).ReadLine(0xc420230d50, 0xc420114000, 0xc4204e2400, 0xc42035a7e0, 0xc420069548)
/Users/trevorgray/go/src/net/textproto/reader.go:36 +0x2f
net/http.readRequest(0xc42015e540, 0xc420328c00, 0xc420114000, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/request.go:793 +0xa5
net/http.(*conn).readRequest(0xc420018d80, 0x626280, 0xc420014d40, 0x0, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/server.go:765 +0x10d
net/http.(*conn).serve(0xc420018d80, 0x626280, 0xc420014d40)
/Users/trevorgray/go/src/net/http/server.go:1512 +0x3d3
created by net/http.(*Server).Serve
/Users/trevorgray/go/src/net/http/server.go:2243 +0x44d
goroutine 608 [IO wait, 2 minutes]:
net.runtime_pollWait(0xa06890, 0x72, 0x0)
/Users/trevorgray/go/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc420217170, 0x72, 0xc420396d88, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitRead(0xc420217170, 0x622ec0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:78 +0x34
net.(*netFD).accept(0xc420217110, 0x0, 0x621140, 0xc42043a180)
/Users/trevorgray/go/src/net/fd_unix.go:396 +0x238
net.(*TCPListener).accept(0xc420130078, 0x11b58, 0x30, 0x428480)
/Users/trevorgray/go/src/net/tcpsock_posix.go:132 +0x2e
net.(*TCPListener).Accept(0xc420130078, 0xc400000001, 0xc420184f30, 0x3e5660, 0x63a9b0)
/Users/trevorgray/go/src/net/tcpsock.go:222 +0x49
crypto/tls.(*listener).Accept(0xc4200fcf60, 0xc420184f00, 0x3e5660, 0x63a9b0, 0x412ae0)
/Users/trevorgray/go/src/crypto/tls/tls.go:52 +0x37
net/http.(*Server).Serve(0xc420133680, 0x625700, 0xc4200fcf60, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/server.go:2223 +0x1ce
net/http/httptest.(*Server).goServe.func1(0xc420328cc0)
/Users/trevorgray/go/src/net/http/httptest/server.go:235 +0x6d
created by net/http/httptest.(*Server).goServe
/Users/trevorgray/go/src/net/http/httptest/server.go:236 +0x5c
goroutine 607 [IO wait, 2 minutes]:
net.runtime_pollWait(0xa067d0, 0x72, 0x0)
/Users/trevorgray/go/src/runtime/netpoll.go:160 +0x59
net.(*pollDesc).wait(0xc420217100, 0x72, 0xc42002ade0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:73 +0x38
net.(*pollDesc).waitRead(0xc420217100, 0x622ec0, 0xc4200120f8)
/Users/trevorgray/go/src/net/fd_poll_runtime.go:78 +0x34
net.(*netFD).accept(0xc4202170a0, 0x0, 0x621140, 0xc4202d27a0)
/Users/trevorgray/go/src/net/fd_unix.go:396 +0x238
net.(*TCPListener).accept(0xc420130070, 0x350ae, 0xc42002ae90, 0xc013d)
/Users/trevorgray/go/src/net/tcpsock_posix.go:132 +0x2e
net.(*TCPListener).Accept(0xc420130070, 0x49ac28, 0xc420018d80, 0x626340, 0xc420184ed0)
/Users/trevorgray/go/src/net/tcpsock.go:222 +0x49
net/http.(*Server).Serve(0xc420133600, 0x625780, 0xc420130070, 0x0, 0x0)
/Users/trevorgray/go/src/net/http/server.go:2223 +0x1ce
net/http/httptest.(*Server).goServe.func1(0xc420328c60)
/Users/trevorgray/go/src/net/http/httptest/server.go:235 +0x6d
created by net/http/httptest.(*Server).goServe
/Users/trevorgray/go/src/net/http/httptest/server.go:236 +0x5c
goroutine 628 [select, 2 minutes]:
net/http.(*persistConn).writeLoop(0xc420312400)
/Users/trevorgray/go/src/net/http/transport.go:1578 +0x3bd
created by net/http.(*Transport).dialConn
/Users/trevorgray/go/src/net/http/transport.go:1002 +0x50e
goroutine 586 [select]:
net.(*netFD).connect.func2(0x6262c0, 0xc420012670, 0xc4202160e0, 0xc420074660)
/Users/trevorgray/go/src/net/fd_unix.go:110 +0x15d
created by net.(*netFD).connect
/Users/trevorgray/go/src/net/fd_unix.go:118 +0x1d0
FAIL net/http 180.019s
ok net/http/cgi 0.540s
ok net/http/cookiejar 0.013s
ok net/http/fcgi 0.012s
ok net/http/httptest 0.015s
ok net/http/httptrace 0.011s
ok net/http/httputil 0.036s
ok net/http/internal 0.010s
ok net/internal/socktest 0.008s
ok net/mail 0.013s
ok net/rpc 0.023s
ok net/rpc/jsonrpc 0.017s
ok net/smtp 0.037s
ok net/textproto 0.013s
ok net/url 0.015s
ok os 0.373s
ok os/exec 0.489s
ok os/signal 4.294s
ok os/user 0.014s
ok path 0.010s
ok path/filepath 0.101s
ok reflect 0.058s
ok regexp 0.096s
ok regexp/syntax 0.421s
--- FAIL: TestCgoSignalDeadlock (60.01s)
crash_test.go:105: testprogcgo CgoSignalDeadlock exit status: exit status 2
crash_cgo_test.go:32: expected "OK\n", but got:
SIGQUIT: quit
PC=0x405f71b m=0
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x1203, 0x7fff5fbff6c0, 0x403be3d, 0xc42001dac0, 0x300000002, 0x4157200, 0x7fff5fbff6f0, 0x4055663, 0xffffffffffffffff, 0xc42001dac0, ...)
/Users/trevorgray/go/src/runtime/sys_darwin_amd64.s:411 +0xb
runtime.semasleep1(0xffffffffffffffff, 0xc42001dac0)
/Users/trevorgray/go/src/runtime/os_darwin.go:435 +0x4b
runtime.semasleep.func1()
/Users/trevorgray/go/src/runtime/os_darwin.go:451 +0x33
runtime.systemstack(0x7fff5fbff718)
/Users/trevorgray/go/src/runtime/asm_amd64.s:314 +0xab
runtime.semasleep(0xffffffffffffffff, 0x0)
/Users/trevorgray/go/src/runtime/os_darwin.go:452 +0x44
runtime.notesleep(0x4157890)
/Users/trevorgray/go/src/runtime/lock_sema.go:166 +0x9f
runtime.stoplockedm()
/Users/trevorgray/go/src/runtime/proc.go:1714 +0x8a
runtime.schedule()
/Users/trevorgray/go/src/runtime/proc.go:2051 +0x2fa
runtime.park_m(0xc420068340)
/Users/trevorgray/go/src/runtime/proc.go:2156 +0x123
runtime.mcall(0x7fff5fbff860)
/Users/trevorgray/go/src/runtime/asm_amd64.s:240 +0x5b
goroutine 1 [sleep]:
time.Sleep(0xf4240)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
main.CgoSignalDeadlock()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:61 +0xda
main.main()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/main.go:34 +0x1f1
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/Users/trevorgray/go/src/runtime/asm_amd64.s:2086 +0x1
goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
/Users/trevorgray/go/src/runtime/sigqueue.go:116 +0x157
os/signal.loop()
/Users/trevorgray/go/src/os/signal/signal_unix.go:22 +0x22
created by os/signal.init.1
/Users/trevorgray/go/src/os/signal/signal_unix.go:28 +0x41
goroutine 6 [runnable]:
main.CgoSignalDeadlock.func1.1()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:47 +0x3b
main.CgoSignalDeadlock.func1(0xc420074060)
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:48 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:50 +0x7f
goroutine 8 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 9 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 18 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 19 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 34 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 35 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 50 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 51 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 20 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 21 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 36 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 37 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 52 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 53 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 38 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 39 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 54 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 55 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 22 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 23 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 40 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 41 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 10 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 11 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 42 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 43 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 24 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 25 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 56 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 57 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 44 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 45 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 12 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 13 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 26 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 27 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 58 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 59 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 46 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 47 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 48 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 49 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 14 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 15 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 60 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 61 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 16 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 66 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 62 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 63 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 67 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 68 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 82 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 83 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 69 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 70 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 84 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 85 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 28 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 29 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 64 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 65 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 30 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 31 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 86 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 87 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 98 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 99 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 88 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 89 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 32 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 33 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 90 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 91 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 114 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 115 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 71 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 72 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 116 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 117 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 100 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 101 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 92 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 93 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 73 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 74 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 94 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 95 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 118 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 119 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 75 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 76 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 102 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 103 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 120 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 121 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 104 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 105 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 77 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 78 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 106 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 107 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
goroutine 108 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func2()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:55 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:56 +0xb5
goroutine 109 [select (no cases), locked to thread]:
main.CgoSignalDeadlock.func3()
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:59 +0x8a
created by main.CgoSignalDeadlock
/Users/trevorgray/go/src/runtime/testdata/testprogcgo/cgo.go:60 +0xcd
rax 0xe
rbx 0x4157780
rcx 0x7fff5fbff690
rdx 0x7fff5fbff718
rdi 0x1203
rsi 0x4157780
rbp 0x7fff5fbff6c8
rsp 0x7fff5fbff690
r8 0xc4200740b0
r9 0xffffffffffffffff
r10 0x2
r11 0x286
r12 0x0
r13 0xf1
r14 0xc
r15 0x0
rip 0x405f71b
rflags 0x286
cs 0x7
fs 0x0
gs 0x0
FAIL
FAIL runtime 69.433s
ok runtime/debug 0.011s
ok runtime/internal/atomic 0.138s
ok runtime/internal/sys 0.007s
ok runtime/pprof 1.393s
ok runtime/trace 1.295s
ok sort 0.051s
ok strconv 1467754587.246s
ok strings 0.084s
ok sync 0.113s
ok sync/atomic 0.028s
ok syscall 0.069s
ok testing 2.249s
ok testing/quick 0.030s
ok text/scanner 0.009s
ok text/tabwriter 0.011s
ok text/template 0.352s
ok text/template/parse 0.012s
panic: test timed out after 3m0s
goroutine 43 [running]:
panic(0x1859e0, 0xc420010170)
/Users/trevorgray/go/src/runtime/panic.go:500 +0x1a1
testing.startAlarm.func1()
/Users/trevorgray/go/src/testing/testing.go:918 +0x10b
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 1 [chan receive, 3 minutes]:
testing.(*T).Run(0xc4200a40c0, 0x1c2047, 0x9, 0x1db468, 0x5bc01)
/Users/trevorgray/go/src/testing/testing.go:647 +0x316
testing.RunTests.func1(0xc4200a40c0)
/Users/trevorgray/go/src/testing/testing.go:793 +0x6d
testing.tRunner(0xc4200a40c0, 0xc420046e30)
/Users/trevorgray/go/src/testing/testing.go:610 +0x81
testing.RunTests(0x1dabc0, 0x29e3c0, 0x49, 0x49, 0xe7bb)
/Users/trevorgray/go/src/testing/testing.go:799 +0x2f0
testing.(*M).Run(0xc420046ef8, 0x1)
/Users/trevorgray/go/src/testing/testing.go:743 +0x85
main.main()
time/_test/_testmain.go:248 +0xc2
goroutine 37 [runnable]:
time.Sleep(0x17d7840)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.testReset(0x17d7840, 0x3a5c3a03, 0xc42002cf78)
/Users/trevorgray/go/src/time/sleep_test.go:322 +0x52
time_test.TestReset(0xc4200a4180)
/Users/trevorgray/go/src/time/sleep_test.go:358 +0x7b
testing.tRunner(0xc4200a4180, 0x1db468)
/Users/trevorgray/go/src/testing/testing.go:610 +0x81
created by testing.(*T).Run
/Users/trevorgray/go/src/testing/testing.go:646 +0x2ec
goroutine 30 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 31 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 33 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 34 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 32 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 49 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 50 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 35 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 51 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
goroutine 36 [runnable]:
time.Sleep(0x3b9aca00)
/Users/trevorgray/go/src/runtime/time.go:59 +0xe1
time_test.TestAfterFunc.func1()
/Users/trevorgray/go/src/time/sleep_test.go:55 +0x59
created by time.goFunc
/Users/trevorgray/go/src/time/sleep.go:154 +0x44
FAIL time 181.515s
ok unicode 0.009s
ok unicode/utf16 0.009s
ok unicode/utf8 0.011s
ok vendor/golang.org/x/net/http2/hpack 0.010s
ok vendor/golang.org/x/net/lex/httplex 0.012s
ok vendor/golang.org/x/net/route 0.031s
ok cmd/addr2line 0.481s
ok cmd/api 0.071s
ok cmd/asm/internal/asm 0.119s
ok cmd/asm/internal/lex 0.008s
ok cmd/compile/internal/big 0.514s
ok cmd/compile/internal/gc 9.729s
ok cmd/compile/internal/ssa 0.117s
ok cmd/compile/internal/test 0.006s
ok cmd/cover 0.821s
ok cmd/doc 0.019s
ok cmd/fix 0.013s
ok cmd/go 28.252s
ok cmd/gofmt 0.053s
ok cmd/internal/goobj 0.007s
ok cmd/internal/obj 0.007s
ok cmd/internal/obj/x86 0.007s
ok cmd/internal/pprof/profile 0.007s
ok cmd/link 0.006s
ok cmd/nm 0.477s
ok cmd/objdump 1.347s
ok cmd/pack 1.178s
ok cmd/vendor/golang.org/x/arch/arm/armasm 0.016s
ok cmd/vendor/golang.org/x/arch/x86/x86asm 0.152s
ok cmd/vet 2.098s
2016/07/05 23:39:30 Failed: exit status 1
-
What did you expect to see?
The build to complete successfully.
-
What did you see instead?
The build fails on the “Testing packages” step.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 37 (22 by maintainers)
Commits related to this issue
- [release-branch.go1.7] runtime: fix nanotime for macOS Sierra In the beta version of the macOS Sierra (10.12) release, the gettimeofday system call changed on x86. Previously it always returned the t... — committed to golang/go by ianlancetaylor 8 years ago
- doc/go1.7.html: earlier Go versions don't work on macOS Sierra Updates #16272. Change-Id: If5444b8de8678eeb9be10b62a929e2e101d1dd91 Reviewed-on: https://go-review.googlesource.com/24900 Reviewed-by:... — committed to golang/go by ianlancetaylor 8 years ago
- [release-branch.go1.6] runtime: fix nanotime for macOS Sierra In the beta version of the macOS Sierra (10.12) release, the gettimeofday system call changed on x86. Previously it always returned the t... — committed to golang/go by ianlancetaylor 8 years ago
- doc/go1.7.html: the 1.6.3 release supports Sierra Updates #16354 Updates #16272 Change-Id: I73e8df40621a0a17a1990f3b10ea996f4fa738aa Reviewed-on: https://go-review.googlesource.com/25014 Run-TryBot:... — committed to golang/go by ianlancetaylor 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to golang/go by josharian 8 years ago
- runtime: fix nanotime for macOS Sierra In the beta version of the macOS Sierra (10.12) release, the gettimeofday system call changed on x86. Previously it always returned the time in the AX/DX regist... — committed to BramGruneir/go by ianlancetaylor 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to wheatman/go-akaros by josharian 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to wheatman/go-akaros by josharian 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to wheatman/go-akaros by josharian 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to wheatman/go-akaros by josharian 8 years ago
- runtime: fix nanotime for macOS Sierra This is a cherry-pick of https://go-review.googlesource.com/24812 to the release-branch-go1.4 In the beta version of the macOS Sierra (10.12) release, the gett... — committed to wheatman/go-akaros by josharian 8 years ago
I was thinking something like “Go 1.7 adds support for macOS Sierra. Binaries built with previous versions of Go will be unreliable on Sierra.”