GOARCH="amd64"
GOBIN=""
GOCACHE="/home/ctriple/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/ctriple/go"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0
-fdebug-prefix-map=/tmp/go-build291756200=/tmp/go-build
-gno-record-gcc-switches"
When i build on desktop terminal, everything is ok, as the build-ok.txt
shows,
but it failed every time when i build on virtual console tty (ctrl+alt+Fn).
build-err.txt.
Please help me why this happened?
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Building Go cmd/dist using /usr/local/go.
Building Go toolchain1 using /usr/local/go.
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 linux/amd64.
##### Testing packages.
ok archive/tar 0.074s
ok archive/zip 2.120s
ok bufio 0.130s
ok bytes 0.249s
ok compress/bzip2 0.126s
ok compress/flate 1.035s
ok compress/gzip 0.039s
ok compress/lzw 0.010s
ok compress/zlib 0.020s
ok container/heap 0.026s
ok container/list 0.008s
ok container/ring 0.014s
ok context 0.979s
ok crypto 0.009s
ok crypto/aes 0.028s
ok crypto/cipher 0.010s
ok crypto/des 0.036s
ok crypto/dsa 0.035s
ok crypto/ecdsa 0.226s
ok crypto/elliptic 0.040s
ok crypto/hmac 0.024s
ok crypto/md5 0.006s
ok crypto/rand 0.066s
ok crypto/rc4 0.096s
ok crypto/rsa 0.107s
ok crypto/sha1 0.036s
ok crypto/sha256 0.013s
ok crypto/sha512 0.048s
ok crypto/subtle 0.023s
ok crypto/tls 1.245s
ok crypto/x509 1.796s
ok database/sql 0.642s
ok database/sql/driver 0.031s
ok debug/dwarf 0.015s
ok debug/elf 0.030s
ok debug/gosym 0.245s
ok debug/macho 0.015s
ok debug/pe 0.012s
ok debug/plan9obj 0.037s
ok encoding/ascii85 0.006s
ok encoding/asn1 0.014s
ok encoding/base32 0.075s
ok encoding/base64 0.007s
ok encoding/binary 0.041s
ok encoding/csv 0.032s
ok encoding/gob 0.049s
ok encoding/hex 0.039s
ok encoding/json 0.640s
ok encoding/pem 0.016s
ok encoding/xml 0.021s
ok errors 0.019s
ok expvar 0.005s
ok flag 0.030s
ok fmt 0.141s
ok go/ast 0.015s
ok go/build 0.123s
ok go/constant 0.007s
ok go/doc 0.044s
ok go/format 0.011s
ok go/importer 0.105s
ok go/internal/gccgoimporter 0.024s
ok go/internal/gcimporter 0.472s
ok go/internal/srcimporter 1.323s
ok go/parser 0.044s
ok go/printer 0.412s
ok go/scanner 0.016s
ok go/token 0.050s
ok go/types 1.145s
ok hash 0.034s
ok hash/adler32 0.015s
ok hash/crc32 0.020s
ok hash/crc64 0.005s
ok hash/fnv 0.003s
ok html 0.019s
ok html/template 0.043s
ok image 0.203s
ok image/color 0.038s
ok image/draw 0.066s
ok image/gif 0.628s
ok image/jpeg 0.333s
ok image/png 0.041s
ok index/suffixarray 0.048s
ok internal/cpu 0.002s
ok internal/poll 0.016s
ok internal/singleflight 0.026s
ok internal/trace 2.232s
ok io 0.031s
ok io/ioutil 0.012s
ok log 0.008s
ok log/syslog 1.259s
ok math 0.015s
ok math/big 3.173s
ok math/bits 0.018s
ok math/cmplx 0.017s
ok math/rand 0.384s
ok mime 0.066s
ok mime/multipart 0.591s
ok mime/quotedprintable 0.220s
ok net 2.227s
ok net/http 8.901s
ok net/http/cgi 1.044s
ok net/http/cookiejar 0.059s
ok net/http/fcgi 0.030s
ok net/http/httptest 0.026s
ok net/http/httptrace 0.006s
ok net/http/httputil 0.034s
ok net/http/internal 0.050s
ok net/http/pprof 2.010s
ok net/internal/socktest 0.006s
ok net/mail 0.008s
ok net/rpc 0.024s
ok net/rpc/jsonrpc 0.010s
ok net/smtp 0.011s
ok net/textproto 0.004s
ok net/url 0.014s
ok os 0.621s
ok os/exec 0.565s
ok os/signal 4.830s
ok os/user 0.005s
ok path 0.002s
ok path/filepath 0.008s
ok reflect 0.303s
ok regexp 0.254s
ok regexp/syntax 0.802s
ok runtime 46.829s
ok runtime/debug 0.080s
ok runtime/internal/atomic 0.072s
ok runtime/internal/sys 0.011s
ok runtime/pprof 3.777s
ok runtime/pprof/internal/profile 0.010s
ok runtime/trace 3.542s
ok sort 0.085s
ok strconv 0.680s
ok strings 0.261s
ok sync 0.380s
ok sync/atomic 0.159s
ok syscall 0.033s
ok testing 0.892s
ok testing/quick 0.189s
ok text/scanner 0.003s
ok text/tabwriter 0.011s
ok text/template 0.404s
ok text/template/parse 0.008s
ok time 2.670s
ok unicode 0.007s
ok unicode/utf16 0.002s
ok unicode/utf8 0.006s
ok vendor/golang_org/x/crypto/chacha20poly1305 0.055s
ok vendor/golang_org/x/crypto/cryptobyte 0.004s
ok vendor/golang_org/x/crypto/curve25519 0.026s
ok vendor/golang_org/x/crypto/internal/chacha20 0.067s
ok vendor/golang_org/x/crypto/poly1305 0.018s
ok vendor/golang_org/x/net/dns/dnsmessage 0.136s
ok vendor/golang_org/x/net/http/httpguts 0.005s
ok vendor/golang_org/x/net/http2/hpack 0.032s
ok vendor/golang_org/x/net/idna 0.003s
ok vendor/golang_org/x/net/nettest 1.269s
ok vendor/golang_org/x/text/transform 0.022s
ok vendor/golang_org/x/text/unicode/norm 0.015s
ok cmd/addr2line 2.236s
ok cmd/api 0.037s
ok cmd/asm/internal/asm 1.032s
ok cmd/asm/internal/lex 0.020s
ok cmd/compile 13.625s
ok cmd/compile/internal/gc 25.165s
ok cmd/compile/internal/ssa 0.834s
ok cmd/compile/internal/syntax 0.031s
ok cmd/compile/internal/test 0.034s [no tests to run]
ok cmd/compile/internal/types 0.016s
ok cmd/cover 2.099s
ok cmd/doc 0.045s
ok cmd/fix 5.570s
ok cmd/go 70.584s
ok cmd/go/internal/cache 0.231s
ok cmd/go/internal/generate 0.063s
ok cmd/go/internal/get 0.046s
ok cmd/go/internal/load 0.026s
ok cmd/go/internal/work 0.016s
ok cmd/gofmt 0.060s
ok cmd/internal/buildid 0.387s
ok cmd/internal/dwarf 0.011s
ok cmd/internal/edit 0.008s
ok cmd/internal/goobj 0.676s
ok cmd/internal/obj 0.002s
ok cmd/internal/obj/arm64 0.039s
ok cmd/internal/obj/x86 0.379s
ok cmd/internal/objabi 0.029s
ok cmd/internal/src 0.002s
ok cmd/internal/test2json 0.151s
ok cmd/link 2.400s
ok cmd/link/internal/ld 44.854s
ok cmd/nm 4.000s
ok cmd/objdump 2.386s
ok cmd/pack 2.849s
ok cmd/trace 0.054s
ok cmd/vendor/github.com/google/pprof/internal/binutils 0.525s
ok cmd/vendor/github.com/google/pprof/internal/driver 0.403s
ok cmd/vendor/github.com/google/pprof/internal/elfexec 0.028s
ok cmd/vendor/github.com/google/pprof/internal/graph 0.039s
ok cmd/vendor/github.com/google/pprof/internal/measurement 0.029s
ok cmd/vendor/github.com/google/pprof/internal/report 0.320s
ok cmd/vendor/github.com/google/pprof/internal/symbolizer 0.029s
ok cmd/vendor/github.com/google/pprof/internal/symbolz 0.005s
ok cmd/vendor/github.com/google/pprof/profile 0.149s
ok cmd/vendor/github.com/ianlancetaylor/demangle 0.031s
ok cmd/vendor/golang.org/x/arch/arm/armasm 0.032s
ok cmd/vendor/golang.org/x/arch/arm64/arm64asm 0.142s
ok cmd/vendor/golang.org/x/arch/ppc64/ppc64asm 0.008s
ok cmd/vendor/golang.org/x/arch/x86/x86asm 0.173s
ok cmd/vet 3.376s
ok cmd/vet/internal/cfg 0.010s
##### os/user with tag osusergo
ok os/user 0.003s
##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
SIGQUIT: quit
PC=0x463571 m=0 sigcode=0
goroutine 0 [idle]:
runtime.futex(0x9028c0, 0x80, 0x0, 0x0, 0x0, 0x7ffca7454a88, 0x0, 0x0,
0x7ffca7454aa8, 0x40cc72, ...)
/home/ctriple/golang/src/runtime/sys_linux_amd64.s:531 +0x21
fp=0x7ffca7454a30 sp=0x7ffca7454a28 pc=0x463571
runtime.futexsleep(0x9028c0, 0x7ffc00000000, 0xffffffffffffffff)
/home/ctriple/golang/src/runtime/os_linux.go:46 +0x4b fp=0x7ffca7454a80
sp=0x7ffca7454a30 pc=0x42c2eb
runtime.notesleep(0x9028c0)
/home/ctriple/golang/src/runtime/lock_futex.go:151 +0xa2
fp=0x7ffca7454ab8 sp=0x7ffca7454a80 pc=0x40cc72
runtime.stoplockedm()
/home/ctriple/golang/src/runtime/proc.go:2146 +0x8a fp=0x7ffca7454af8
sp=0x7ffca7454ab8 pc=0x434dda
runtime.schedule()
/home/ctriple/golang/src/runtime/proc.go:2538 +0x2d9 fp=0x7ffca7454b40
sp=0x7ffca7454af8 pc=0x436509
runtime.park_m(0xc000000300)
/home/ctriple/golang/src/runtime/proc.go:2649 +0xae fp=0x7ffca7454b70
sp=0x7ffca7454b40 pc=0x43668e
runtime.mcall(0x0)
/home/ctriple/golang/src/runtime/asm_amd64.s:331 +0x5b
fp=0x7ffca7454b80 sp=0x7ffca7454b70 pc=0x45f62b
goroutine 1 [chan receive, locked to thread]:
runtime.gopark(0x6f1bb0, 0xc0004ac478, 0xc0000a170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0000a9b08
sp=0xc0000a9ae8 pc=0x43063b
runtime.goparkunlock(0xc0004ac478, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0000a9b38
sp=0xc0000a9b08 pc=0x4306e3
runtime.chanrecv(0xc0004ac420, 0xc0000a9c4f, 0xc000000301, 0x4ec2f3)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0000a9bc8
sp=0xc0000a9b38 pc=0x40762e
runtime.chanrecv1(0xc0004ac420, 0xc0000a9c4f)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0000a9bf8
sp=0xc0000a9bc8 pc=0x40731b
testing.(*T).Run(0xc0004aa700, 0x6dfaf9, 0xd, 0x6f2978, 0x490801)
/home/ctriple/golang/src/testing/testing.go:879 +0x37a fp=0xc0000a9cb0
sp=0xc0000a9bf8 pc=0x4ec31a
testing.runTests.func1(0xc0000ec100)
/home/ctriple/golang/src/testing/testing.go:1119 +0x78 fp=0xc0000a9d00
sp=0xc0000a9cb0 pc=0x4f0098
testing.tRunner(0xc0000ec100, 0xc0000a9db8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0000a9d28
sp=0xc0000a9d00 pc=0x4ebf3f
testing.runTests(0xc000096360, 0x8ff060, 0x103, 0x103, 0x646040)
/home/ctriple/golang/src/testing/testing.go:1117 +0x2a2 fp=0xc0000a9de8
sp=0xc0000a9d28 pc=0x4ed7b2
testing.(*M).Run(0xc0000d4200, 0x0)
/home/ctriple/golang/src/testing/testing.go:1034 +0x165 fp=0xc0000a9ee0
sp=0xc0000a9de8 pc=0x4ec715
runtime_test.TestMain(0xc0000d4200)
/home/ctriple/golang/src/runtime/crash_test.go:28 +0x2f fp=0xc0000a9f30
sp=0xc0000a9ee0 pc=0x5ee1df
main.main()
_testmain.go:1012 +0x13d fp=0xc0000a9f98 sp=0xc0000a9f30 pc=0x649b5d
runtime.main()
/home/ctriple/golang/src/runtime/proc.go:200 +0x207 fp=0xc0000a9fe0
sp=0xc0000a9f98 pc=0x430247
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0000a9fe8
sp=0xc0000a9fe0 pc=0x461721
goroutine 2 [runnable]:
runtime.gopark(0x6f1bb0, 0x901640, 0x1410, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000038f80
sp=0xc000038f60 pc=0x43063b
runtime.goparkunlock(0x901640, 0x1410, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000038fb0
sp=0xc000038f80 pc=0x4306e3
runtime.forcegchelper()
/home/ctriple/golang/src/runtime/proc.go:250 +0xb3 fp=0xc000038fe0
sp=0xc000038fb0 pc=0x4304b3
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000038fe8
sp=0xc000038fe0 pc=0x461721
created by runtime.init.4
/home/ctriple/golang/src/runtime/proc.go:239 +0x35
goroutine 3 [GC sweep wait]:
runtime.gopark(0x6f1bb0, 0x901a00, 0x45140c, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000039780
sp=0xc000039760 pc=0x43063b
runtime.goparkunlock(0x901a00, 0x72140c, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0000397b0
sp=0xc000039780 pc=0x4306e3
runtime.bgsweep(0xc00001a070)
/home/ctriple/golang/src/runtime/mgcsweep.go:71 +0x102 fp=0xc0000397d8
sp=0xc0000397b0 pc=0x422542
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0000397e0
sp=0xc0000397d8 pc=0x461721
created by runtime.gcenable
/home/ctriple/golang/src/runtime/mgc.go:216 +0x58
goroutine 18 [finalizer wait, 5 minutes]:
runtime.gopark(0x6f1bb0, 0x91ebc0, 0x4f140f, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000038728
sp=0xc000038708 pc=0x43063b
runtime.goparkunlock(0x91ebc0, 0x40140f, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000038758
sp=0xc000038728 pc=0x4306e3
runtime.runfinq()
/home/ctriple/golang/src/runtime/mfinal.go:175 +0x99 fp=0xc0000387e0
sp=0xc000038758 pc=0x419eb9
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0000387e8
sp=0xc0000387e0 pc=0x461721
created by runtime.createfing
/home/ctriple/golang/src/runtime/mfinal.go:156 +0x61
goroutine 19 [runnable]:
runtime.notetsleepg(0x905500, 0x45d3ab882d, 0x0)
/home/ctriple/golang/src/runtime/lock_futex.go:227 +0x37
fp=0xc000034768 sp=0xc000034738 pc=0x40cf47
runtime.timerproc(0x9054e0)
/home/ctriple/golang/src/runtime/time.go:261 +0x2c9 fp=0xc0000347d8
sp=0xc000034768 pc=0x44e5c9
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0000347e0
sp=0xc0000347d8 pc=0x461721
created by runtime.(*timersBucket).addtimerLocked
/home/ctriple/golang/src/runtime/time.go:160 +0x101
goroutine 22501 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0002605f8
sp=0xc0002605d8 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000260628
sp=0xc0002605f8 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x201)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0002606b8
sp=0xc000260628 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0002606e8
sp=0xc0002606b8 pc=0x40731b
testing.(*T).Parallel(0xc000256000)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000260788
sp=0xc0002606e8 pc=0x4ebc8a
runtime_test.TestCgoCrashHandler(0xc000256000)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:23 +0x2b
fp=0xc0002607a8 sp=0xc000260788 pc=0x5e97eb
testing.tRunner(0xc000256000, 0x6f27d0)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0002607d0
sp=0xc0002607a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0002607d8
sp=0xc0002607d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 9 [timer goroutine (idle), 5 minutes]:
runtime.gopark(0x6f1bb0, 0x905460, 0x1414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc00003af38
sp=0xc00003af18 pc=0x43063b
runtime.goparkunlock(0x905460, 0xc000001414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc00003af68
sp=0xc00003af38 pc=0x4306e3
runtime.timerproc(0x905460)
/home/ctriple/golang/src/runtime/time.go:253 +0x24c fp=0xc00003afd8
sp=0xc00003af68 pc=0x44e54c
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc00003afe0
sp=0xc00003afd8 pc=0x461721
created by runtime.(*timersBucket).addtimerLocked
/home/ctriple/golang/src/runtime/time.go:160 +0x101
goroutine 35 [timer goroutine (idle), 5 minutes]:
runtime.gopark(0x6f1bb0, 0x905560, 0x1414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000034f38
sp=0xc000034f18 pc=0x43063b
runtime.goparkunlock(0x905560, 0xc000001414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000034f68
sp=0xc000034f38 pc=0x4306e3
runtime.timerproc(0x905560)
/home/ctriple/golang/src/runtime/time.go:253 +0x24c fp=0xc000034fd8
sp=0xc000034f68 pc=0x44e54c
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000034fe0
sp=0xc000034fd8 pc=0x461721
created by runtime.(*timersBucket).addtimerLocked
/home/ctriple/golang/src/runtime/time.go:160 +0x101
goroutine 22563 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc00004db78
sp=0xc00004db58 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc00004dba8
sp=0xc00004db78 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x2adf401)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc00004dc38
sp=0xc00004dba8 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc00004dc68
sp=0xc00004dc38 pc=0x40731b
testing.(*T).Parallel(0xc0004aa100)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc00004dd08
sp=0xc00004dc68 pc=0x4ebc8a
runtime_test.TestCrashDumpsAllThreads(0xc0004aa100)
/home/ctriple/golang/src/runtime/crash_unix_test.go:54 +0x8c
fp=0xc00004dfa8 sp=0xc00004dd08 pc=0x5f45cc
testing.tRunner(0xc0004aa100, 0x6f2910)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc00004dfd0
sp=0xc00004dfa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc00004dfd8
sp=0xc00004dfd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22570 [running, locked to thread]:
goroutine running on other thread; stack unavailable
created by runtime_test.startDebugCallWorker
/home/ctriple/golang/src/runtime/debug_test.go:33 +0xc9
goroutine 99 [timer goroutine (idle), 5 minutes]:
runtime.gopark(0x6f1bb0, 0x9055e0, 0x1414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000116f38
sp=0xc000116f18 pc=0x43063b
runtime.goparkunlock(0x9055e0, 0xc000001414, 0x1)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000116f68
sp=0xc000116f38 pc=0x4306e3
runtime.timerproc(0x9055e0)
/home/ctriple/golang/src/runtime/time.go:253 +0x24c fp=0xc000116fd8
sp=0xc000116f68 pc=0x44e54c
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000116fe0
sp=0xc000116fd8 pc=0x461721
created by runtime.(*timersBucket).addtimerLocked
/home/ctriple/golang/src/runtime/time.go:160 +0x101
goroutine 151 [GC worker (idle)]:
runtime.gopark(0x6f1a18, 0xc000292010, 0xc0000f1417, 0x0)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc00012ef60
sp=0xc00012ef40 pc=0x43063b
runtime.gcBgMarkWorker(0xc000026000)
/home/ctriple/golang/src/runtime/mgc.go:1772 +0xfc fp=0xc00012efd8
sp=0xc00012ef60 pc=0x41d7bc
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc00012efe0
sp=0xc00012efd8 pc=0x461721
created by runtime.gcBgMarkStartWorkers
/home/ctriple/golang/src/runtime/mgc.go:1720 +0x77
goroutine 319 [GC worker (idle)]:
runtime.gopark(0x6f1a18, 0xc000292020, 0xc000251417, 0x0)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000261f60
sp=0xc000261f40 pc=0x43063b
runtime.gcBgMarkWorker(0xc000028500)
/home/ctriple/golang/src/runtime/mgc.go:1772 +0xfc fp=0xc000261fd8
sp=0xc000261f60 pc=0x41d7bc
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000261fe0
sp=0xc000261fd8 pc=0x461721
created by runtime.gcBgMarkStartWorkers
/home/ctriple/golang/src/runtime/mgc.go:1720 +0x77
goroutine 22569 [running]:
goroutine running on other thread; stack unavailable
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22507 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f9cd0
sp=0xc0001f9cb0 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f9d00
sp=0xc0001f9cd0 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f9d90
sp=0xc0001f9d00 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f9dc0
sp=0xc0001f9d90 pc=0x40731b
testing.(*T).Parallel(0xc000256700)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f9e60
sp=0xc0001f9dc0 pc=0x4ebc8a
runtime_test.TestCgoExternalThreadSignal(0xc000256700)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:128 +0x43
fp=0xc0001f9fa8 sp=0xc0001f9e60 pc=0x5ea3d3
testing.tRunner(0xc000256700, 0x6f2800)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f9fd0
sp=0xc0001f9fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f9fd8
sp=0xc0001f9fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22516 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001fa3e8
sp=0xc0001fa3c8 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001fa418
sp=0xc0001fa3e8 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001fa4a8
sp=0xc0001fa418 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001fa4d8
sp=0xc0001fa4a8 pc=0x40731b
testing.(*T).Parallel(0xc000257000)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001fa578
sp=0xc0001fa4d8 pc=0x4ebc8a
runtime_test.testCgoPprof(0xc000257000, 0x0, 0x0, 0x6ddb4c, 0x8)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:276 +0x43
fp=0xc0001fa770 sp=0xc0001fa578 pc=0x5ebd33
runtime_test.TestCgoPprof(0xc000257000)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:330 +0x48
fp=0xc0001fa7a8 sp=0xc0001fa770 pc=0x5ec958
testing.tRunner(0xc000257000, 0x6f2838)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001fa7d0
sp=0xc0001fa7a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001fa7d8
sp=0xc0001fa7d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22524 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0002125f0
sp=0xc0002125d0 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000212620
sp=0xc0002125f0 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0002126b0
sp=0xc000212620 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0002126e0
sp=0xc0002126b0 pc=0x40731b
testing.(*T).Parallel(0xc000257900)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000212780
sp=0xc0002126e0 pc=0x4ebc8a
runtime_test.TestCgoLockOSThreadExit(0xc000257900)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:453 +0x2b
fp=0xc0002127a8 sp=0xc000212780 pc=0x5eda1b
testing.tRunner(0xc000257900, 0x6f2808)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0002127d0
sp=0xc0002127a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0002127d8
sp=0xc0002127d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22512 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000212d68
sp=0xc000212d48 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000212d98
sp=0xc000212d68 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000212e28
sp=0xc000212d98 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000212e58
sp=0xc000212e28 pc=0x40731b
testing.(*T).Parallel(0xc000256c00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000212ef8
sp=0xc000212e58 pc=0x4ebc8a
runtime_test.TestCgoPanicDeadlock(0xc000256c00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:235 +0x40
fp=0xc000212fa8 sp=0xc000212ef8 pc=0x5eb570
testing.tRunner(0xc000256c00, 0x6f2818)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000212fd0
sp=0xc000212fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000212fd8
sp=0xc000212fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22527 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000213528
sp=0xc000213508 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000213558
sp=0xc000213528 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0002135e8
sp=0xc000213558 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000213618
sp=0xc0002135e8 pc=0x40731b
testing.(*T).Parallel(0xc000257c00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0002136b8
sp=0xc000213618 pc=0x4ebc8a
runtime_test.TestCgoTracebackSigpanic(0xc000257c00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:494 +0x40
fp=0xc0002137a8 sp=0xc0002136b8 pc=0x5eded0
testing.tRunner(0xc000257c00, 0x6f2850)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0002137d0
sp=0xc0002137a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0002137d8
sp=0xc0002137d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22519 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000213be8
sp=0xc000213bc8 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000213c18
sp=0xc000213be8 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000213ca8
sp=0xc000213c18 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000213cd8
sp=0xc000213ca8 pc=0x40731b
testing.(*T).Parallel(0xc000257300)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000213d78
sp=0xc000213cd8 pc=0x4ebc8a
runtime_test.testCgoPprof(0xc000257300, 0x0, 0x0, 0x6e5e9c, 0x19)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:276 +0x43
fp=0xc000213f70 sp=0xc000213d78 pc=0x5ebd33
runtime_test.TestCgoPprofThreadNoTraceback(0xc000257300)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:342 +0x48
fp=0xc000213fa8 sp=0xc000213f70 pc=0x5eca88
testing.tRunner(0xc000257300, 0x6f2828)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000213fd0
sp=0xc000213fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000213fd8
sp=0xc000213fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22523 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000214530
sp=0xc000214510 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000214560
sp=0xc000214530 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0002145f0
sp=0xc000214560 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000214620
sp=0xc0002145f0 pc=0x40731b
testing.(*T).Parallel(0xc000257800)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0002146c0
sp=0xc000214620 pc=0x4ebc8a
runtime_test.TestCatchPanic(0xc000257800)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:417 +0x40
fp=0xc0002147a8 sp=0xc0002146c0 pc=0x5ed5b0
testing.tRunner(0xc000257800, 0x6f27b0)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0002147d0
sp=0xc0002147a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0002147d8
sp=0xc0002147d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22515 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f5568
sp=0xc0001f5548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f5598
sp=0xc0001f5568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f5628
sp=0xc0001f5598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f5658
sp=0xc0001f5628 pc=0x40731b
testing.(*T).Parallel(0xc000256f00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f56f8
sp=0xc0001f5658 pc=0x4ebc8a
runtime_test.TestCgoTracebackContext(0xc000256f00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:267 +0x40
fp=0xc0001f57a8 sp=0xc0001f56f8 pc=0x5ebb50
testing.tRunner(0xc000256f00, 0x6f2848)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f57d0
sp=0xc0001f57a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f57d8
sp=0xc0001f57d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22521 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000049cd0
sp=0xc000049cb0 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000049d00
sp=0xc000049cd0 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000049d90
sp=0xc000049d00 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000049dc0
sp=0xc000049d90 pc=0x40731b
testing.(*T).Parallel(0xc000257600)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000049e60
sp=0xc000049dc0 pc=0x4ebc8a
runtime_test.TestRaceSignal(0xc000257600)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:374 +0x43
fp=0xc000049fa8 sp=0xc000049e60 pc=0x5ecee3
testing.tRunner(0xc000257600, 0x6f2f00)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000049fd0
sp=0xc000049fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000049fd8
sp=0xc000049fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22513 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f6568
sp=0xc0001f6548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f6598
sp=0xc0001f6568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f6628
sp=0xc0001f6598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f6658
sp=0xc0001f6628 pc=0x40731b
testing.(*T).Parallel(0xc000256d00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f66f8
sp=0xc0001f6658 pc=0x4ebc8a
runtime_test.TestCgoCCodeSIGPROF(0xc000256d00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:245 +0x40
fp=0xc0001f67a8 sp=0xc0001f66f8 pc=0x5eb760
testing.tRunner(0xc000256d00, 0x6f27b8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f67d0
sp=0xc0001f67a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f67d8
sp=0xc0001f67d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22522 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f6d68
sp=0xc0001f6d48 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f6d98
sp=0xc0001f6d68 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f6e28
sp=0xc0001f6d98 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f6e58
sp=0xc0001f6e28 pc=0x40731b
testing.(*T).Parallel(0xc000257700)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f6ef8
sp=0xc0001f6e58 pc=0x4ebc8a
runtime_test.TestCgoNumGoroutine(0xc000257700)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:408 +0x40
fp=0xc0001f6fa8 sp=0xc0001f6ef8 pc=0x5ed3d0
testing.tRunner(0xc000257700, 0x6f2810)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f6fd0
sp=0xc0001f6fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f6fd8
sp=0xc0001f6fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22518 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f73e8
sp=0xc0001f73c8 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f7418
sp=0xc0001f73e8 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f74a8
sp=0xc0001f7418 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f74d8
sp=0xc0001f74a8 pc=0x40731b
testing.(*T).Parallel(0xc000257200)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f7578
sp=0xc0001f74d8 pc=0x4ebc8a
runtime_test.testCgoPprof(0xc000257200, 0x0, 0x0, 0x6dff7d, 0xe)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:276 +0x43
fp=0xc0001f7770 sp=0xc0001f7578 pc=0x5ebd33
runtime_test.TestCgoPprofThread(0xc000257200)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:338 +0x48
fp=0xc0001f77a8 sp=0xc0001f7770 pc=0x5eca28
testing.tRunner(0xc000257200, 0x6f2830)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f77d0
sp=0xc0001f77a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f77d8
sp=0xc0001f77d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22517 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f7be8
sp=0xc0001f7bc8 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f7c18
sp=0xc0001f7be8 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x201)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f7ca8
sp=0xc0001f7c18 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f7cd8
sp=0xc0001f7ca8 pc=0x40731b
testing.(*T).Parallel(0xc000257100)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f7d78
sp=0xc0001f7cd8 pc=0x4ebc8a
runtime_test.testCgoPprof(0xc000257100, 0x6dfeb9, 0xe, 0x6ddb4c, 0x8)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:276 +0x43
fp=0xc0001f7f70 sp=0xc0001f7d78 pc=0x5ebd33
runtime_test.TestCgoPprofPIE(0xc000257100)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:334 +0x55
fp=0xc0001f7fa8 sp=0xc0001f7f70 pc=0x5ec9c5
testing.tRunner(0xc000257100, 0x6f2820)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f7fd0
sp=0xc0001f7fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f7fd8
sp=0xc0001f7fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22503 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f8568
sp=0xc0001f8548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f8598
sp=0xc0001f8568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f8628
sp=0xc0001f8598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f8658
sp=0xc0001f8628 pc=0x40731b
testing.(*T).Parallel(0xc000256300)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f86f8
sp=0xc0001f8658 pc=0x4ebc8a
runtime_test.TestCgoTraceback(0xc000256300)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:43 +0x40
fp=0xc0001f87a8 sp=0xc0001f86f8 pc=0x5e9a20
testing.tRunner(0xc000256300, 0x6f2858)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f87d0
sp=0xc0001f87a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f87d8
sp=0xc0001f87d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22526 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f8d68
sp=0xc0001f8d48 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f8d98
sp=0xc0001f8d68 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f8e28
sp=0xc0001f8d98 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f8e58
sp=0xc0001f8e28 pc=0x40731b
testing.(*T).Parallel(0xc000257b00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f8ef8
sp=0xc0001f8e58 pc=0x4ebc8a
runtime_test.TestSigStackSwapping(0xc000257b00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:477 +0x40
fp=0xc0001f8fa8 sp=0xc0001f8ef8 pc=0x5edcf0
testing.tRunner(0xc000257b00, 0x6f3018)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f8fd0
sp=0xc0001f8fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f8fd8
sp=0xc0001f8fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22510 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000313568
sp=0xc000313548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000313598
sp=0xc000313568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000313628
sp=0xc000313598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000313658
sp=0xc000313628 pc=0x40731b
testing.(*T).Parallel(0xc000256a00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0003136f8
sp=0xc000313658 pc=0x4ebc8a
runtime_test.TestEnsureDropM(0xc000256a00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:178 +0x40
fp=0xc0003137a8 sp=0xc0003136f8 pc=0x5eac20
testing.tRunner(0xc000256a00, 0x6f29d8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0003137d0
sp=0xc0003137a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0003137d8
sp=0xc0003137d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22514 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000313d80
sp=0xc000313d60 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000313db0
sp=0xc000313d80 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000313e40
sp=0xc000313db0 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000313e70
sp=0xc000313e40 pc=0x40731b
testing.(*T).Parallel(0xc000256e00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000313f10
sp=0xc000313e70 pc=0x4ebc8a
runtime_test.TestCgoCrashTraceback(0xc000256e00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:254 +0x40
fp=0xc000313fa8 sp=0xc000313f10 pc=0x5eb940
testing.tRunner(0xc000256e00, 0x6f27d8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000313fd0
sp=0xc000313fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000313fd8
sp=0xc000313fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22505 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000314568
sp=0xc000314548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000314598
sp=0xc000314568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000314628
sp=0xc000314598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000314658
sp=0xc000314628 pc=0x40731b
testing.(*T).Parallel(0xc000256500)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0003146f8
sp=0xc000314658 pc=0x4ebc8a
runtime_test.TestCgoExternalThreadPanic(0xc000256500)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:75 +0x40
fp=0xc0003147a8 sp=0xc0003146f8 pc=0x5e9df0
testing.tRunner(0xc000256500, 0x6f27f0)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0003147d0
sp=0xc0003147a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0003147d8
sp=0xc0003147d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22506 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000314cf0
sp=0xc000314cd0 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000314d20
sp=0xc000314cf0 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000314db0
sp=0xc000314d20 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000314de0
sp=0xc000314db0 pc=0x40731b
testing.(*T).Parallel(0xc000256600)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000314e80
sp=0xc000314de0 pc=0x4ebc8a
runtime_test.TestCgoExternalThreadSIGPROF(0xc000256600)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:87 +0x43
fp=0xc000314fa8 sp=0xc000314e80 pc=0x5e9fd3
testing.tRunner(0xc000256600, 0x6f27f8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000314fd0
sp=0xc000314fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000314fd8
sp=0xc000314fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22549 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000315568
sp=0xc000315548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000315598
sp=0xc000315568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000315628
sp=0xc000315598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000315658
sp=0xc000315628 pc=0x40731b
testing.(*T).Parallel(0xc0000ed300)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0003156f8
sp=0xc000315658 pc=0x4ebc8a
runtime_test.TestNetpollDeadlock(0xc0000ed300)
/home/ctriple/golang/src/runtime/crash_test.go:405 +0x40
fp=0xc0003157a8 sp=0xc0003156f8 pc=0x5f16c0
testing.tRunner(0xc0000ed300, 0x6f2d38)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0003157d0
sp=0xc0003157a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0003157d8
sp=0xc0003157d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22504 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000315d68
sp=0xc000315d48 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000315d98
sp=0xc000315d68 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000315e28
sp=0xc000315d98 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000315e58
sp=0xc000315e28 pc=0x40731b
testing.(*T).Parallel(0xc000256400)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc000315ef8
sp=0xc000315e58 pc=0x4ebc8a
runtime_test.TestCgoCallbackGC(0xc000256400)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:52 +0x40
fp=0xc000315fa8 sp=0xc000315ef8 pc=0x5e9c00
testing.tRunner(0xc000256400, 0x6f27c0)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc000315fd0
sp=0xc000315fa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc000315fd8
sp=0xc000315fd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22511 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc0001f44e0
sp=0xc0001f44c0 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc0001f4510
sp=0xc0001f44e0 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc0001f45a0
sp=0xc0001f4510 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc0001f45d0
sp=0xc0001f45a0 pc=0x40731b
testing.(*T).Parallel(0xc000256b00)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0001f4670
sp=0xc0001f45d0 pc=0x4ebc8a
runtime_test.TestCgoCheckBytes(0xc000256b00)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:195 +0x43
fp=0xc0001f47a8 sp=0xc0001f4670 pc=0x5eae03
testing.tRunner(0xc000256b00, 0x6f27c8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0001f47d0
sp=0xc0001f47a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0001f47d8
sp=0xc0001f47d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22550 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0xc00002170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc00004cc88
sp=0xc00004cc68 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc00004ccb8
sp=0xc00004cc88 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x101)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc00004cd48
sp=0xc00004ccb8 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc00004cd78
sp=0xc00004cd48 pc=0x40731b
testing.(*T).Parallel(0xc0000ed400)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc00004ce18
sp=0xc00004cd78 pc=0x4ebc8a
runtime_test.TestPanicTraceback(0xc0000ed400)
/home/ctriple/golang/src/runtime/crash_test.go:414 +0x43
fp=0xc00004cfa8 sp=0xc00004ce18 pc=0x5f18d3
testing.tRunner(0xc0000ed400, 0x6f2e30)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc00004cfd0
sp=0xc00004cfa8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc00004cfd8
sp=0xc00004cfd0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
goroutine 22509 [chan receive]:
runtime.gopark(0x6f1bb0, 0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:297 +0xeb fp=0xc000310568
sp=0xc000310548 pc=0x43063b
runtime.goparkunlock(0xc00006a2f8, 0x170d, 0x3)
/home/ctriple/golang/src/runtime/proc.go:303 +0x53 fp=0xc000310598
sp=0xc000310568 pc=0x4306e3
runtime.chanrecv(0xc00006a2a0, 0x0, 0x4ebc01, 0x1)
/home/ctriple/golang/src/runtime/chan.go:520 +0x2be fp=0xc000310628
sp=0xc000310598 pc=0x40762e
runtime.chanrecv1(0xc00006a2a0, 0x0)
/home/ctriple/golang/src/runtime/chan.go:402 +0x2b fp=0xc000310658
sp=0xc000310628 pc=0x40731b
testing.(*T).Parallel(0xc000256900)
/home/ctriple/golang/src/testing/testing.go:732 +0x1fa fp=0xc0003106f8
sp=0xc000310658 pc=0x4ebc8a
runtime_test.TestCgoExecSignalMask(0xc000256900)
/home/ctriple/golang/src/runtime/crash_cgo_test.go:164 +0x40
fp=0xc0003107a8 sp=0xc0003106f8 pc=0x5eaa40
testing.tRunner(0xc000256900, 0x6f27e8)
/home/ctriple/golang/src/testing/testing.go:827 +0xbf fp=0xc0003107d0
sp=0xc0003107a8 pc=0x4ebf3f
runtime.goexit()
/home/ctriple/golang/src/runtime/asm_amd64.s:1365 +0x1 fp=0xc0003107d8
sp=0xc0003107d0 pc=0x461721
created by testing.(*T).Run
/home/ctriple/golang/src/testing/testing.go:878 +0x353
rax 0xca
rbx 0x902780
rcx 0x463573
rdx 0x0
rdi 0x9028c0
rsi 0x80
rbp 0x7ffca7454a70
rsp 0x7ffca7454a28
r8 0x0
r9 0x0
r10 0x0
r11 0x286
r12 0x20
r13 0xf8
r14 0x7241cc
r15 0x0
rip 0x463571
rflags 0x286
cs 0x33
fs 0x0
gs 0x0
*** Test killed with quit: ran too long (6m0s).
FAIL runtime 360.013s
Building Go cmd/dist using /usr/local/go.
Building Go toolchain1 using /usr/local/go.
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 linux/amd64.
##### Testing packages.
ok archive/tar 0.061s
ok archive/zip 2.275s
ok bufio 0.172s
ok bytes 0.293s
ok compress/bzip2 0.085s
ok compress/flate 1.047s
ok compress/gzip 0.071s
ok compress/lzw 0.030s
ok compress/zlib 0.044s
ok container/heap 0.030s
ok container/list 0.047s
ok container/ring 0.031s
ok context 0.996s
ok crypto 0.017s
ok crypto/aes 0.025s
ok crypto/cipher 0.006s
ok crypto/des 0.031s
ok crypto/dsa 0.012s
ok crypto/ecdsa 0.305s
ok crypto/elliptic 0.028s
ok crypto/hmac 0.006s
ok crypto/md5 0.004s
ok crypto/rand 0.070s
ok crypto/rc4 0.099s
ok crypto/rsa 0.095s
ok crypto/sha1 0.041s
ok crypto/sha256 0.028s
ok crypto/sha512 0.010s
ok crypto/subtle 0.012s
ok crypto/tls 1.019s
ok crypto/x509 1.848s
ok database/sql 0.585s
ok database/sql/driver 0.018s
ok debug/dwarf 0.021s
ok debug/elf 0.017s
ok debug/gosym 0.214s
ok debug/macho 0.003s
ok debug/pe 0.008s
ok debug/plan9obj 0.007s
ok encoding/ascii85 0.019s
ok encoding/asn1 0.007s
ok encoding/base32 0.035s
ok encoding/base64 0.006s
ok encoding/binary 0.013s
ok encoding/csv 0.023s
ok encoding/gob 0.051s
ok encoding/hex 0.036s
ok encoding/json 0.668s
ok encoding/pem 0.043s
ok encoding/xml 0.049s
ok errors 0.014s
ok expvar 0.025s
ok flag 0.003s
ok fmt 0.116s
ok go/ast 0.011s
ok go/build 0.207s
ok go/constant 0.014s
ok go/doc 0.060s
ok go/format 0.012s
ok go/importer 0.136s
ok go/internal/gccgoimporter 0.007s
ok go/internal/gcimporter 0.392s
ok go/internal/srcimporter 1.447s
ok go/parser 0.046s
ok go/printer 0.461s
ok go/scanner 0.031s
ok go/token 0.051s
ok go/types 1.233s
ok hash 0.023s
ok hash/adler32 0.018s
ok hash/crc32 0.038s
ok hash/crc64 0.005s
ok hash/fnv 0.025s
ok html 0.004s
ok html/template 0.063s
ok image 0.117s
ok image/color 0.036s
ok image/draw 0.102s
ok image/gif 0.542s
ok image/jpeg 0.338s
ok image/png 0.029s
ok index/suffixarray 0.019s
ok internal/cpu 0.003s
ok internal/poll 0.014s
ok internal/singleflight 0.026s
ok internal/trace 2.264s
ok io 0.074s
ok io/ioutil 0.006s
ok log 0.004s
ok log/syslog 1.265s
ok math 0.007s
ok math/big 3.393s
ok math/bits 0.019s
ok math/cmplx 0.011s
ok math/rand 0.337s
ok mime 0.025s
ok mime/multipart 0.585s
ok mime/quotedprintable 0.213s
ok net 2.234s
ok net/http 9.731s
ok net/http/cgi 1.037s
ok net/http/cookiejar 0.015s
ok net/http/fcgi 0.037s
ok net/http/httptest 0.039s
ok net/http/httptrace 0.004s
ok net/http/httputil 0.052s
ok net/http/internal 0.009s
ok net/http/pprof 2.011s
ok net/internal/socktest 0.003s
ok net/mail 0.005s
ok net/rpc 0.030s
ok net/rpc/jsonrpc 0.026s
ok net/smtp 0.009s
ok net/textproto 0.003s
ok net/url 0.008s
ok os 0.592s
ok os/exec 0.529s
ok os/signal 4.764s
ok os/user 0.022s
ok path 0.002s
ok path/filepath 0.027s
ok reflect 0.279s
ok regexp 0.218s
ok regexp/syntax 0.616s
ok runtime 47.845s
ok runtime/debug 0.081s
ok runtime/internal/atomic 0.123s
ok runtime/internal/sys 0.024s
ok runtime/pprof 3.709s
ok runtime/pprof/internal/profile 0.008s
ok runtime/trace 2.753s
ok sort 0.182s
ok strconv 0.794s
ok strings 0.265s
ok sync 0.315s
ok sync/atomic 0.084s
ok syscall 0.115s
ok testing 0.988s
ok testing/quick 0.219s
ok text/scanner 0.004s
ok text/tabwriter 0.015s
ok text/template 0.359s
ok text/template/parse 0.013s
ok time 2.736s
ok unicode 0.021s
ok unicode/utf16 0.021s
ok unicode/utf8 0.012s
ok vendor/golang_org/x/crypto/chacha20poly1305 0.053s
ok vendor/golang_org/x/crypto/cryptobyte 0.008s
ok vendor/golang_org/x/crypto/curve25519 0.021s
ok vendor/golang_org/x/crypto/internal/chacha20 0.073s
ok vendor/golang_org/x/crypto/poly1305 0.041s
ok vendor/golang_org/x/net/dns/dnsmessage 0.126s
ok vendor/golang_org/x/net/http/httpguts 0.005s
ok vendor/golang_org/x/net/http2/hpack 0.006s
ok vendor/golang_org/x/net/idna 0.022s
ok vendor/golang_org/x/net/nettest 1.319s
ok vendor/golang_org/x/text/transform 0.020s
ok vendor/golang_org/x/text/unicode/norm 0.021s
ok cmd/addr2line 2.025s
ok cmd/api 0.008s
ok cmd/asm/internal/asm 1.028s
ok cmd/asm/internal/lex 0.004s
ok cmd/compile 13.709s
ok cmd/compile/internal/gc 25.786s
ok cmd/compile/internal/ssa 0.837s
ok cmd/compile/internal/syntax 0.025s
ok cmd/compile/internal/test 0.002s [no tests to run]
ok cmd/compile/internal/types 0.023s
ok cmd/cover 2.519s
ok cmd/doc 0.154s
ok cmd/fix 6.337s
ok cmd/go 67.659s
ok cmd/go/internal/cache 0.407s
ok cmd/go/internal/generate 0.068s
ok cmd/go/internal/get 0.085s
ok cmd/go/internal/load 0.032s
ok cmd/go/internal/work 0.027s
ok cmd/gofmt 0.043s
ok cmd/internal/buildid 0.359s
ok cmd/internal/dwarf 0.022s
ok cmd/internal/edit 0.018s
ok cmd/internal/goobj 0.963s
ok cmd/internal/obj 0.011s
ok cmd/internal/obj/arm64 0.045s
ok cmd/internal/obj/x86 0.406s
ok cmd/internal/objabi 0.009s
ok cmd/internal/src 0.003s
ok cmd/internal/test2json 0.171s
ok cmd/link 2.365s
ok cmd/link/internal/ld 42.060s
ok cmd/nm 3.875s
ok cmd/objdump 2.356s
ok cmd/pack 2.291s
ok cmd/trace 0.019s
ok cmd/vendor/github.com/google/pprof/internal/binutils 0.539s
ok cmd/vendor/github.com/google/pprof/internal/driver 0.445s
ok cmd/vendor/github.com/google/pprof/internal/elfexec 0.005s
ok cmd/vendor/github.com/google/pprof/internal/graph 0.005s
ok cmd/vendor/github.com/google/pprof/internal/measurement 0.003s
ok cmd/vendor/github.com/google/pprof/internal/report 0.417s
ok cmd/vendor/github.com/google/pprof/internal/symbolizer 0.045s
ok cmd/vendor/github.com/google/pprof/internal/symbolz 0.076s
ok cmd/vendor/github.com/google/pprof/profile 0.126s
ok cmd/vendor/github.com/ianlancetaylor/demangle 0.038s
ok cmd/vendor/golang.org/x/arch/arm/armasm 0.015s
ok cmd/vendor/golang.org/x/arch/arm64/arm64asm 0.115s
ok cmd/vendor/golang.org/x/arch/ppc64/ppc64asm 0.007s
ok cmd/vendor/golang.org/x/arch/x86/x86asm 0.150s
ok cmd/vet 2.779s
ok cmd/vet/internal/cfg 0.015s
##### os/user with tag osusergo
ok os/user 0.013s
##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
ok runtime 15.945s
##### cmd/go terminal test
skipping terminal test; stdout/stderr not terminals
##### Testing without libgcc.
ok crypto/x509 1.007s
ok net 0.010s
ok os/user 0.028s
##### internal linking of -buildmode=pie
ok reflect 1.658s
##### sync -cpu=10
ok sync 0.285s
##### Testing race detector
ok runtime/race 17.979s
ok flag 1.043s
ok os 1.090s
ok os/exec 3.074s
ok encoding/gob 1.045s
PASS
scatter = 0x609330
hello from C
sqrt is: 0
ok _/home/ctriple/golang/misc/cgo/test 5.211s
ok flag 1.027s
ok os/exec 3.044s
##### ../misc/cgo/stdio
##### ../misc/cgo/life
##### ../misc/cgo/test
PASS
ok _/home/ctriple/golang/misc/cgo/test 2.099s
PASS
ok _/home/ctriple/golang/misc/cgo/test 2.270s
PASS
ok _/home/ctriple/golang/misc/cgo/test 2.343s
PASS
ok _/home/ctriple/golang/misc/cgo/testtls 0.007s
PASS
ok _/home/ctriple/golang/misc/cgo/testtls 0.004s
PASS
ok _/home/ctriple/golang/misc/cgo/testtls 0.004s
PASS
ok _/home/ctriple/golang/misc/cgo/nocgo 0.009s
PASS
ok _/home/ctriple/golang/misc/cgo/nocgo 0.004s
PASS
ok _/home/ctriple/golang/misc/cgo/nocgo 0.003s
PASS
ok _/home/ctriple/golang/misc/cgo/test 2.138s
PASS
ok _/home/ctriple/golang/misc/cgo/testtls 0.021s
PASS
ok _/home/ctriple/golang/misc/cgo/nocgo 0.003s
##### ../misc/cgo/testgodefs
##### ../misc/cgo/testso
##### ../misc/cgo/testsovar
##### ../misc/cgo/testcarchive
PASS
##### ../misc/cgo/testcshared
PASS
##### ../misc/cgo/testshared
PASS
ok _/home/ctriple/golang/misc/cgo/testshared 23.948s
##### ../misc/cgo/testplugin
PASS
something
1.5
##### ../misc/cgo/testasan
##### ../misc/cgo/testsanitizers
PASS
##### ../misc/cgo/errors
PASS
##### ../misc/cgo/testsigfwd
##### ../test/bench/go1
testing: warning: no tests to run
PASS
ok _/home/ctriple/golang/test/bench/go1 4.500s
##### ../test
##### API check
+pkg crypto/cipher, func NewGCMWithNonceAndTagSize(Block, int, int) (AEAD,
error)
+pkg crypto/rsa, method (*PrivateKey) Size() int
+pkg crypto/rsa, method (*PublicKey) Size() int
+pkg crypto/tls, type ConnectionState struct, ExportKeyingMaterial func(string,
[]uint8, int) ([]uint8, bool)
+pkg database/sql, method (IsolationLevel) String() string
+pkg database/sql, type DBStats struct, Idle int
+pkg database/sql, type DBStats struct, InUse int
+pkg database/sql, type DBStats struct, MaxIdleClosed int64
+pkg database/sql, type DBStats struct, MaxLifetimeClosed int64
+pkg database/sql, type DBStats struct, MaxOpenConnections int
+pkg database/sql, type DBStats struct, WaitCount int64
+pkg database/sql, type DBStats struct, WaitDuration time.Duration
+pkg debug/elf, const ELFOSABI_AROS = 15
+pkg debug/elf, const ELFOSABI_AROS OSABI
+pkg debug/elf, const ELFOSABI_CLOUDABI = 17
+pkg debug/elf, const ELFOSABI_CLOUDABI OSABI
+pkg debug/elf, const ELFOSABI_FENIXOS = 16
+pkg debug/elf, const ELFOSABI_FENIXOS OSABI
+pkg debug/elf, const EM_56800EX = 200
+pkg debug/elf, const EM_56800EX Machine
+pkg debug/elf, const EM_68HC05 = 72
+pkg debug/elf, const EM_68HC05 Machine
+pkg debug/elf, const EM_68HC08 = 71
+pkg debug/elf, const EM_68HC08 Machine
+pkg debug/elf, const EM_68HC11 = 70
+pkg debug/elf, const EM_68HC11 Machine
+pkg debug/elf, const EM_68HC16 = 69
+pkg debug/elf, const EM_68HC16 Machine
+pkg debug/elf, const EM_78KOR = 199
+pkg debug/elf, const EM_78KOR Machine
+pkg debug/elf, const EM_8051 = 165
+pkg debug/elf, const EM_8051 Machine
+pkg debug/elf, const EM_ALTERA_NIOS2 = 113
+pkg debug/elf, const EM_ALTERA_NIOS2 Machine
+pkg debug/elf, const EM_AMDGPU = 224
+pkg debug/elf, const EM_AMDGPU Machine
+pkg debug/elf, const EM_ARCA = 109
+pkg debug/elf, const EM_ARCA Machine
+pkg debug/elf, const EM_ARC_COMPACT = 93
+pkg debug/elf, const EM_ARC_COMPACT Machine
+pkg debug/elf, const EM_ARC_COMPACT2 = 195
+pkg debug/elf, const EM_ARC_COMPACT2 Machine
+pkg debug/elf, const EM_AVR = 83
+pkg debug/elf, const EM_AVR Machine
+pkg debug/elf, const EM_AVR32 = 185
+pkg debug/elf, const EM_AVR32 Machine
+pkg debug/elf, const EM_BA1 = 201
+pkg debug/elf, const EM_BA1 Machine
+pkg debug/elf, const EM_BA2 = 202
+pkg debug/elf, const EM_BA2 Machine
+pkg debug/elf, const EM_BLACKFIN = 106
+pkg debug/elf, const EM_BLACKFIN Machine
+pkg debug/elf, const EM_BPF = 247
+pkg debug/elf, const EM_BPF Machine
+pkg debug/elf, const EM_C166 = 116
+pkg debug/elf, const EM_C166 Machine
+pkg debug/elf, const EM_CDP = 215
+pkg debug/elf, const EM_CDP Machine
+pkg debug/elf, const EM_CE = 119
+pkg debug/elf, const EM_CE Machine
+pkg debug/elf, const EM_CLOUDSHIELD = 192
+pkg debug/elf, const EM_CLOUDSHIELD Machine
+pkg debug/elf, const EM_COGE = 216
+pkg debug/elf, const EM_COGE Machine
+pkg debug/elf, const EM_COOL = 217
+pkg debug/elf, const EM_COOL Machine
+pkg debug/elf, const EM_COREA_1ST = 193
+pkg debug/elf, const EM_COREA_1ST Machine
+pkg debug/elf, const EM_COREA_2ND = 194
+pkg debug/elf, const EM_COREA_2ND Machine
+pkg debug/elf, const EM_CR = 103
+pkg debug/elf, const EM_CR Machine
+pkg debug/elf, const EM_CR16 = 177
+pkg debug/elf, const EM_CR16 Machine
+pkg debug/elf, const EM_CRAYNV2 = 172
+pkg debug/elf, const EM_CRAYNV2 Machine
+pkg debug/elf, const EM_CRIS = 76
+pkg debug/elf, const EM_CRIS Machine
+pkg debug/elf, const EM_CRX = 114
+pkg debug/elf, const EM_CRX Machine
+pkg debug/elf, const EM_CSR_KALIMBA = 219
+pkg debug/elf, const EM_CSR_KALIMBA Machine
+pkg debug/elf, const EM_CUDA = 190
+pkg debug/elf, const EM_CUDA Machine
+pkg debug/elf, const EM_CYPRESS_M8C = 161
+pkg debug/elf, const EM_CYPRESS_M8C Machine
+pkg debug/elf, const EM_D10V = 85
+pkg debug/elf, const EM_D10V Machine
+pkg debug/elf, const EM_D30V = 86
+pkg debug/elf, const EM_D30V Machine
+pkg debug/elf, const EM_DSP24 = 136
+pkg debug/elf, const EM_DSP24 Machine
+pkg debug/elf, const EM_DSPIC30F = 118
+pkg debug/elf, const EM_DSPIC30F Machine
+pkg debug/elf, const EM_DXP = 112
+pkg debug/elf, const EM_DXP Machine
+pkg debug/elf, const EM_ECOG1 = 168
+pkg debug/elf, const EM_ECOG1 Machine
+pkg debug/elf, const EM_ECOG16 = 176
+pkg debug/elf, const EM_ECOG16 Machine
+pkg debug/elf, const EM_ECOG1X = 168
+pkg debug/elf, const EM_ECOG1X Machine
+pkg debug/elf, const EM_ECOG2 = 134
+pkg debug/elf, const EM_ECOG2 Machine
+pkg debug/elf, const EM_ETPU = 178
+pkg debug/elf, const EM_ETPU Machine
+pkg debug/elf, const EM_EXCESS = 111
+pkg debug/elf, const EM_EXCESS Machine
+pkg debug/elf, const EM_F2MC16 = 104
+pkg debug/elf, const EM_F2MC16 Machine
+pkg debug/elf, const EM_FIREPATH = 78
+pkg debug/elf, const EM_FIREPATH Machine
+pkg debug/elf, const EM_FR30 = 84
+pkg debug/elf, const EM_FR30 Machine
+pkg debug/elf, const EM_FT32 = 222
+pkg debug/elf, const EM_FT32 Machine
+pkg debug/elf, const EM_FX66 = 66
+pkg debug/elf, const EM_FX66 Machine
+pkg debug/elf, const EM_HUANY = 81
+pkg debug/elf, const EM_HUANY Machine
+pkg debug/elf, const EM_INTEL205 = 205
+pkg debug/elf, const EM_INTEL205 Machine
+pkg debug/elf, const EM_INTEL206 = 206
+pkg debug/elf, const EM_INTEL206 Machine
+pkg debug/elf, const EM_INTEL207 = 207
+pkg debug/elf, const EM_INTEL207 Machine
+pkg debug/elf, const EM_INTEL208 = 208
+pkg debug/elf, const EM_INTEL208 Machine
+pkg debug/elf, const EM_INTEL209 = 209
+pkg debug/elf, const EM_INTEL209 Machine
+pkg debug/elf, const EM_IP2K = 101
+pkg debug/elf, const EM_IP2K Machine
+pkg debug/elf, const EM_JAVELIN = 77
+pkg debug/elf, const EM_JAVELIN Machine
+pkg debug/elf, const EM_K10M = 181
+pkg debug/elf, const EM_K10M Machine
+pkg debug/elf, const EM_KM32 = 210
+pkg debug/elf, const EM_KM32 Machine
+pkg debug/elf, const EM_KMX16 = 212
+pkg debug/elf, const EM_KMX16 Machine
+pkg debug/elf, const EM_KMX32 = 211
+pkg debug/elf, const EM_KMX32 Machine
+pkg debug/elf, const EM_KMX8 = 213
+pkg debug/elf, const EM_KMX8 Machine
+pkg debug/elf, const EM_KVARC = 214
+pkg debug/elf, const EM_KVARC Machine
+pkg debug/elf, const EM_L10M = 180
+pkg debug/elf, const EM_L10M Machine
+pkg debug/elf, const EM_LANAI = 244
+pkg debug/elf, const EM_LANAI Machine
+pkg debug/elf, const EM_LATTICEMICO32 = 138
+pkg debug/elf, const EM_LATTICEMICO32 Machine
+pkg debug/elf, const EM_M16C = 117
+pkg debug/elf, const EM_M16C Machine
+pkg debug/elf, const EM_M32C = 120
+pkg debug/elf, const EM_M32C Machine
+pkg debug/elf, const EM_M32R = 88
+pkg debug/elf, const EM_M32R Machine
+pkg debug/elf, const EM_MANIK = 171
+pkg debug/elf, const EM_MANIK Machine
+pkg debug/elf, const EM_MAX = 102
+pkg debug/elf, const EM_MAX Machine
+pkg debug/elf, const EM_MAXQ30 = 169
+pkg debug/elf, const EM_MAXQ30 Machine
+pkg debug/elf, const EM_MCHP_PIC = 204
+pkg debug/elf, const EM_MCHP_PIC Machine
+pkg debug/elf, const EM_MCST_ELBRUS = 175
+pkg debug/elf, const EM_MCST_ELBRUS Machine
+pkg debug/elf, const EM_METAG = 174
+pkg debug/elf, const EM_METAG Machine
+pkg debug/elf, const EM_MICROBLAZE = 189
+pkg debug/elf, const EM_MICROBLAZE Machine
+pkg debug/elf, const EM_MMDSP_PLUS = 160
+pkg debug/elf, const EM_MMDSP_PLUS Machine
+pkg debug/elf, const EM_MMIX = 80
+pkg debug/elf, const EM_MMIX Machine
+pkg debug/elf, const EM_MN10200 = 90
+pkg debug/elf, const EM_MN10200 Machine
+pkg debug/elf, const EM_MN10300 = 89
+pkg debug/elf, const EM_MN10300 Machine
+pkg debug/elf, const EM_MOXIE = 223
+pkg debug/elf, const EM_MOXIE Machine
+pkg debug/elf, const EM_MSP430 = 105
+pkg debug/elf, const EM_MSP430 Machine
+pkg debug/elf, const EM_NDS32 = 167
+pkg debug/elf, const EM_NDS32 Machine
+pkg debug/elf, const EM_NORC = 218
+pkg debug/elf, const EM_NORC Machine
+pkg debug/elf, const EM_NS32K = 97
+pkg debug/elf, const EM_NS32K Machine
+pkg debug/elf, const EM_OPEN8 = 196
+pkg debug/elf, const EM_OPEN8 Machine
+pkg debug/elf, const EM_OPENRISC = 92
+pkg debug/elf, const EM_OPENRISC Machine
+pkg debug/elf, const EM_PDP10 = 64
+pkg debug/elf, const EM_PDP10 Machine
+pkg debug/elf, const EM_PDP11 = 65
+pkg debug/elf, const EM_PDP11 Machine
+pkg debug/elf, const EM_PDSP = 63
+pkg debug/elf, const EM_PDSP Machine
+pkg debug/elf, const EM_PJ = 91
+pkg debug/elf, const EM_PJ Machine
+pkg debug/elf, const EM_PRISM = 82
+pkg debug/elf, const EM_PRISM Machine
+pkg debug/elf, const EM_QDSP6 = 164
+pkg debug/elf, const EM_QDSP6 Machine
+pkg debug/elf, const EM_R32C = 162
+pkg debug/elf, const EM_R32C Machine
+pkg debug/elf, const EM_RISCV = 243
+pkg debug/elf, const EM_RISCV Machine
+pkg debug/elf, const EM_RL78 = 197
+pkg debug/elf, const EM_RL78 Machine
+pkg debug/elf, const EM_RS08 = 132
+pkg debug/elf, const EM_RS08 Machine
+pkg debug/elf, const EM_RX = 173
+pkg debug/elf, const EM_RX Machine
+pkg debug/elf, const EM_SCORE7 = 135
+pkg debug/elf, const EM_SCORE7 Machine
+pkg debug/elf, const EM_SEP = 108
+pkg debug/elf, const EM_SEP Machine
+pkg debug/elf, const EM_SE_C17 = 139
+pkg debug/elf, const EM_SE_C17 Machine
+pkg debug/elf, const EM_SE_C33 = 107
+pkg debug/elf, const EM_SE_C33 Machine
+pkg debug/elf, const EM_SHARC = 133
+pkg debug/elf, const EM_SHARC Machine
+pkg debug/elf, const EM_SLE9X = 179
+pkg debug/elf, const EM_SLE9X Machine
+pkg debug/elf, const EM_SNP1K = 99
+pkg debug/elf, const EM_SNP1K Machine
+pkg debug/elf, const EM_ST19 = 74
+pkg debug/elf, const EM_ST19 Machine
+pkg debug/elf, const EM_ST200 = 100
+pkg debug/elf, const EM_ST200 Machine
+pkg debug/elf, const EM_ST7 = 68
+pkg debug/elf, const EM_ST7 Machine
+pkg debug/elf, const EM_ST9PLUS = 67
+pkg debug/elf, const EM_ST9PLUS Machine
+pkg debug/elf, const EM_STM8 = 186
+pkg debug/elf, const EM_STM8 Machine
+pkg debug/elf, const EM_STXP7X = 166
+pkg debug/elf, const EM_STXP7X Machine
+pkg debug/elf, const EM_SVX = 73
+pkg debug/elf, const EM_SVX Machine
+pkg debug/elf, const EM_TILE64 = 187
+pkg debug/elf, const EM_TILE64 Machine
+pkg debug/elf, const EM_TILEGX = 191
+pkg debug/elf, const EM_TILEGX Machine
+pkg debug/elf, const EM_TILEPRO = 188
+pkg debug/elf, const EM_TILEPRO Machine
+pkg debug/elf, const EM_TI_ARP32 = 143
+pkg debug/elf, const EM_TI_ARP32 Machine
+pkg debug/elf, const EM_TI_C2000 = 141
+pkg debug/elf, const EM_TI_C2000 Machine
+pkg debug/elf, const EM_TI_C5500 = 142
+pkg debug/elf, const EM_TI_C5500 Machine
+pkg debug/elf, const EM_TI_C6000 = 140
+pkg debug/elf, const EM_TI_C6000 Machine
+pkg debug/elf, const EM_TI_PRU = 144
+pkg debug/elf, const EM_TI_PRU Machine
+pkg debug/elf, const EM_TMM_GPP = 96
+pkg debug/elf, const EM_TMM_GPP Machine
+pkg debug/elf, const EM_TPC = 98
+pkg debug/elf, const EM_TPC Machine
+pkg debug/elf, const EM_TRIMEDIA = 163
+pkg debug/elf, const EM_TRIMEDIA Machine
+pkg debug/elf, const EM_TSK3000 = 131
+pkg debug/elf, const EM_TSK3000 Machine
+pkg debug/elf, const EM_UNICORE = 110
+pkg debug/elf, const EM_UNICORE Machine
+pkg debug/elf, const EM_V850 = 87
+pkg debug/elf, const EM_V850 Machine
+pkg debug/elf, const EM_VAX = 75
+pkg debug/elf, const EM_VAX Machine
+pkg debug/elf, const EM_VIDEOCORE = 95
+pkg debug/elf, const EM_VIDEOCORE Machine
+pkg debug/elf, const EM_VIDEOCORE3 = 137
+pkg debug/elf, const EM_VIDEOCORE3 Machine
+pkg debug/elf, const EM_VIDEOCORE5 = 198
+pkg debug/elf, const EM_VIDEOCORE5 Machine
+pkg debug/elf, const EM_VISIUM = 221
+pkg debug/elf, const EM_VISIUM Machine
+pkg debug/elf, const EM_XCORE = 203
+pkg debug/elf, const EM_XCORE Machine
+pkg debug/elf, const EM_XGATE = 115
+pkg debug/elf, const EM_XGATE Machine
+pkg debug/elf, const EM_XIMO16 = 170
+pkg debug/elf, const EM_XIMO16 Machine
+pkg debug/elf, const EM_XTENSA = 94
+pkg debug/elf, const EM_XTENSA Machine
+pkg debug/elf, const EM_Z80 = 220
+pkg debug/elf, const EM_Z80 Machine
+pkg debug/elf, const EM_ZSP = 79
+pkg debug/elf, const EM_ZSP Machine
+pkg debug/elf, const R_RISCV_32 = 1
+pkg debug/elf, const R_RISCV_32 R_RISCV
+pkg debug/elf, const R_RISCV_64 = 2
+pkg debug/elf, const R_RISCV_64 R_RISCV
+pkg debug/elf, const R_RISCV_ADD16 = 34
+pkg debug/elf, const R_RISCV_ADD16 R_RISCV
+pkg debug/elf, const R_RISCV_ADD32 = 35
+pkg debug/elf, const R_RISCV_ADD32 R_RISCV
+pkg debug/elf, const R_RISCV_ADD64 = 36
+pkg debug/elf, const R_RISCV_ADD64 R_RISCV
+pkg debug/elf, const R_RISCV_ADD8 = 33
+pkg debug/elf, const R_RISCV_ADD8 R_RISCV
+pkg debug/elf, const R_RISCV_ALIGN = 43
+pkg debug/elf, const R_RISCV_ALIGN R_RISCV
+pkg debug/elf, const R_RISCV_BRANCH = 16
+pkg debug/elf, const R_RISCV_BRANCH R_RISCV
+pkg debug/elf, const R_RISCV_CALL = 18
+pkg debug/elf, const R_RISCV_CALL R_RISCV
+pkg debug/elf, const R_RISCV_CALL_PLT = 19
+pkg debug/elf, const R_RISCV_CALL_PLT R_RISCV
+pkg debug/elf, const R_RISCV_COPY = 4
+pkg debug/elf, const R_RISCV_COPY R_RISCV
+pkg debug/elf, const R_RISCV_GNU_VTENTRY = 42
+pkg debug/elf, const R_RISCV_GNU_VTENTRY R_RISCV
+pkg debug/elf, const R_RISCV_GNU_VTINHERIT = 41
+pkg debug/elf, const R_RISCV_GNU_VTINHERIT R_RISCV
+pkg debug/elf, const R_RISCV_GOT_HI20 = 20
+pkg debug/elf, const R_RISCV_GOT_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_GPREL_I = 47
+pkg debug/elf, const R_RISCV_GPREL_I R_RISCV
+pkg debug/elf, const R_RISCV_GPREL_S = 48
+pkg debug/elf, const R_RISCV_GPREL_S R_RISCV
+pkg debug/elf, const R_RISCV_HI20 = 26
+pkg debug/elf, const R_RISCV_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_JAL = 17
+pkg debug/elf, const R_RISCV_JAL R_RISCV
+pkg debug/elf, const R_RISCV_JUMP_SLOT = 5
+pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV
+pkg debug/elf, const R_RISCV_LO12_I = 27
+pkg debug/elf, const R_RISCV_LO12_I R_RISCV
+pkg debug/elf, const R_RISCV_LO12_S = 28
+pkg debug/elf, const R_RISCV_LO12_S R_RISCV
+pkg debug/elf, const R_RISCV_NONE = 0
+pkg debug/elf, const R_RISCV_NONE R_RISCV
+pkg debug/elf, const R_RISCV_PCREL_HI20 = 23
+pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_PCREL_LO12_I = 24
+pkg debug/elf, const R_RISCV_PCREL_LO12_I R_RISCV
+pkg debug/elf, const R_RISCV_PCREL_LO12_S = 25
+pkg debug/elf, const R_RISCV_PCREL_LO12_S R_RISCV
+pkg debug/elf, const R_RISCV_RELATIVE = 3
+pkg debug/elf, const R_RISCV_RELATIVE R_RISCV
+pkg debug/elf, const R_RISCV_RELAX = 51
+pkg debug/elf, const R_RISCV_RELAX R_RISCV
+pkg debug/elf, const R_RISCV_RVC_BRANCH = 44
+pkg debug/elf, const R_RISCV_RVC_BRANCH R_RISCV
+pkg debug/elf, const R_RISCV_RVC_JUMP = 45
+pkg debug/elf, const R_RISCV_RVC_JUMP R_RISCV
+pkg debug/elf, const R_RISCV_RVC_LUI = 46
+pkg debug/elf, const R_RISCV_RVC_LUI R_RISCV
+pkg debug/elf, const R_RISCV_SET16 = 55
+pkg debug/elf, const R_RISCV_SET16 R_RISCV
+pkg debug/elf, const R_RISCV_SET32 = 56
+pkg debug/elf, const R_RISCV_SET32 R_RISCV
+pkg debug/elf, const R_RISCV_SET6 = 53
+pkg debug/elf, const R_RISCV_SET6 R_RISCV
+pkg debug/elf, const R_RISCV_SET8 = 54
+pkg debug/elf, const R_RISCV_SET8 R_RISCV
+pkg debug/elf, const R_RISCV_SUB16 = 38
+pkg debug/elf, const R_RISCV_SUB16 R_RISCV
+pkg debug/elf, const R_RISCV_SUB32 = 39
+pkg debug/elf, const R_RISCV_SUB32 R_RISCV
+pkg debug/elf, const R_RISCV_SUB6 = 52
+pkg debug/elf, const R_RISCV_SUB6 R_RISCV
+pkg debug/elf, const R_RISCV_SUB64 = 40
+pkg debug/elf, const R_RISCV_SUB64 R_RISCV
+pkg debug/elf, const R_RISCV_SUB8 = 37
+pkg debug/elf, const R_RISCV_SUB8 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_DTPMOD32 = 6
+pkg debug/elf, const R_RISCV_TLS_DTPMOD32 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_DTPMOD64 = 7
+pkg debug/elf, const R_RISCV_TLS_DTPMOD64 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_DTPREL32 = 8
+pkg debug/elf, const R_RISCV_TLS_DTPREL32 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_DTPREL64 = 9
+pkg debug/elf, const R_RISCV_TLS_DTPREL64 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_GD_HI20 = 22
+pkg debug/elf, const R_RISCV_TLS_GD_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_GOT_HI20 = 21
+pkg debug/elf, const R_RISCV_TLS_GOT_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_TPREL32 = 10
+pkg debug/elf, const R_RISCV_TLS_TPREL32 R_RISCV
+pkg debug/elf, const R_RISCV_TLS_TPREL64 = 11
+pkg debug/elf, const R_RISCV_TLS_TPREL64 R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_ADD = 32
+pkg debug/elf, const R_RISCV_TPREL_ADD R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_HI20 = 29
+pkg debug/elf, const R_RISCV_TPREL_HI20 R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_I = 49
+pkg debug/elf, const R_RISCV_TPREL_I R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_LO12_I = 30
+pkg debug/elf, const R_RISCV_TPREL_LO12_I R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_LO12_S = 31
+pkg debug/elf, const R_RISCV_TPREL_LO12_S R_RISCV
+pkg debug/elf, const R_RISCV_TPREL_S = 50
+pkg debug/elf, const R_RISCV_TPREL_S R_RISCV
+pkg debug/elf, method (R_RISCV) GoString() string
+pkg debug/elf, method (R_RISCV) String() string
+pkg debug/elf, type R_RISCV int
+pkg debug/macho, const CpuArm64 = 16777228
+pkg debug/macho, const CpuArm64 Cpu
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE = 7
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC = 5
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT = 11
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR = 14
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG = 6
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT = 13
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION = 3
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT = 0
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR = 8
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT = 12
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT = 1
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG = 10
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE = 2
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY = 4
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY ideal-int
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS = 9
+pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS ideal-int
+pkg go/ast, type CompositeLit struct, Incomplete bool
+pkg go/token, method (*File) AddLineColumnInfo(int, string, int, int)
+pkg go/types, method (*Var) Embedded() bool
+pkg net/http, const StatusMisdirectedRequest = 421
+pkg net/http, const StatusMisdirectedRequest ideal-int
+pkg os, const ModeIrregular = 524288
+pkg os, const ModeIrregular FileMode
+pkg os, const ModeType = 2399666176
+pkg os, func UserCacheDir() string
+pkg os/signal, func Ignored(os.Signal) bool
+pkg regexp/syntax, method (Op) String() string
+pkg runtime/trace, func IsEnabled() bool
+pkg runtime/trace, func Log(context.Context, string, string)
+pkg runtime/trace, func Logf(context.Context, string, string, ...interface{})
+pkg runtime/trace, func NewTask(context.Context, string) (context.Context,
*Task)
+pkg runtime/trace, func StartRegion(context.Context, string) *Region
+pkg runtime/trace, func WithRegion(context.Context, string, func())
+pkg runtime/trace, method (*Region) End()
+pkg runtime/trace, method (*Task) End()
+pkg runtime/trace, type Region struct
+pkg runtime/trace, type Task struct
+pkg syscall (netbsd-386), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-386), func Pipe2([]int, int) error
+pkg syscall (netbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-386-cgo), func Pipe2([]int, int) error
+pkg syscall (netbsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-amd64), func Pipe2([]int, int) error
+pkg syscall (netbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-amd64-cgo), func Pipe2([]int, int) error
+pkg syscall (netbsd-arm), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-arm), func Pipe2([]int, int) error
+pkg syscall (netbsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (netbsd-arm-cgo), func Pipe2([]int, int) error
+pkg syscall (openbsd-386), const SOCK_CLOEXEC = 32768
+pkg syscall (openbsd-386), const SOCK_CLOEXEC ideal-int
+pkg syscall (openbsd-386), const SOCK_NONBLOCK = 16384
+pkg syscall (openbsd-386), const SOCK_NONBLOCK ideal-int
+pkg syscall (openbsd-386), const SYS_ACCEPT4 = 93
+pkg syscall (openbsd-386), const SYS_ACCEPT4 ideal-int
+pkg syscall (openbsd-386), const SYS_PIPE2 = 101
+pkg syscall (openbsd-386), const SYS_PIPE2 ideal-int
+pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (openbsd-386), func Pipe2([]int, int) error
+pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768
+pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int
+pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384
+pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int
+pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
+pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 ideal-int
+pkg syscall (openbsd-386-cgo), const SYS_PIPE2 = 101
+pkg syscall (openbsd-386-cgo), const SYS_PIPE2 ideal-int
+pkg syscall (openbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (openbsd-386-cgo), func Pipe2([]int, int) error
+pkg syscall (openbsd-amd64), const SOCK_CLOEXEC = 32768
+pkg syscall (openbsd-amd64), const SOCK_CLOEXEC ideal-int
+pkg syscall (openbsd-amd64), const SOCK_NONBLOCK = 16384
+pkg syscall (openbsd-amd64), const SOCK_NONBLOCK ideal-int
+pkg syscall (openbsd-amd64), const SYS_ACCEPT4 = 93
+pkg syscall (openbsd-amd64), const SYS_ACCEPT4 ideal-int
+pkg syscall (openbsd-amd64), const SYS_PIPE2 = 101
+pkg syscall (openbsd-amd64), const SYS_PIPE2 ideal-int
+pkg syscall (openbsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (openbsd-amd64), func Pipe2([]int, int) error
+pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC = 32768
+pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC ideal-int
+pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK = 16384
+pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK ideal-int
+pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 = 93
+pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 ideal-int
+pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 = 101
+pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 ideal-int
+pkg syscall (openbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
+pkg syscall (openbsd-amd64-cgo), func Pipe2([]int, int) error
+pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara
Pointer
+pkg syscall (windows-386), type CertChainPolicyStatus struct,
ExtraPolicyStatus Pointer
+pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo
+pkg syscall (windows-386), type CertInfo struct
+pkg syscall (windows-386), type CertRevocationCrlInfo struct
+pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo
*CertRevocationCrlInfo
+pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo
Pointer
+pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo
*CertTrustListInfo
+pkg syscall (windows-386), type CertTrustListInfo struct
+pkg syscall (windows-386), type Pointer *struct
+pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara
Pointer
+pkg syscall (windows-amd64), type CertChainPolicyStatus struct,
ExtraPolicyStatus Pointer
+pkg syscall (windows-amd64), type CertContext struct, CertInfo *CertInfo
+pkg syscall (windows-amd64), type CertInfo struct
+pkg syscall (windows-amd64), type CertRevocationCrlInfo struct
+pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo
*CertRevocationCrlInfo
+pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo
Pointer
+pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo
*CertTrustListInfo
+pkg syscall (windows-amd64), type CertTrustListInfo struct
+pkg syscall (windows-amd64), type Pointer *struct
+pkg syscall, const ImplementsGetwd = true
+pkg text/template/parse, method (*AssignNode) Copy() Node
+pkg text/template/parse, method (*AssignNode) String() string
+pkg text/template/parse, method (AssignNode) Position() Pos
+pkg text/template/parse, method (AssignNode) Type() NodeType
+pkg text/template/parse, type AssignNode struct
+pkg text/template/parse, type AssignNode struct, Ident []string
+pkg text/template/parse, type AssignNode struct, embedded NodeType
+pkg text/template/parse, type AssignNode struct, embedded Pos
+pkg text/template/parse, type PipeNode struct, Decl bool
+pkg text/template/parse, type PipeNode struct, Vars []*AssignNode
ALL TESTS PASSED
---
Installed Go for linux/amd64 in /home/ctriple/golang
Installed commands in /home/ctriple/golang/bin
*** You need to add /home/ctriple/golang/bin to your PATH.