Skip to content

Instantly share code, notes, and snippets.

/-

Created August 22, 2017 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/017dbb7fa20d184d66a8d9ea4bf61225 to your computer and use it in GitHub Desktop.
Save anonymous/017dbb7fa20d184d66a8d9ea4bf61225 to your computer and use it in GitHub Desktop.
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /usr/lib/go.
##### Building go_bootstrap for host, linux/arm64.
##### Building packages and commands for linux/arm64.
##### cmd/go terminal test
skipping terminal test; stdout/stderr not terminals
##### Testing packages.
ok archive/tar 0.049s
ok archive/zip 1.128s
ok bufio 0.154s
ok bytes 1.851s
ok compress/bzip2 0.124s
ok compress/flate 1.337s
ok compress/gzip 0.022s
ok compress/lzw 0.019s
ok compress/zlib 0.075s
ok container/heap 0.033s
ok container/list 0.010s
ok container/ring 0.047s
ok context 0.984s
ok crypto/aes 0.029s
ok crypto/cipher 0.024s
ok crypto/des 0.018s
ok crypto/dsa 0.025s
ok crypto/ecdsa 0.147s
ok crypto/elliptic 0.060s
ok crypto/hmac 0.020s
ok crypto/md5 0.046s
ok crypto/rand 0.103s
ok crypto/rc4 0.163s
ok crypto/rsa 0.450s
ok crypto/sha1 0.027s
ok crypto/sha256 0.013s
ok crypto/sha512 0.049s
ok crypto/subtle 0.014s
ok crypto/tls 3.089s
ok crypto/x509 2.341s
ok database/sql 0.610s
ok database/sql/driver 0.023s
ok debug/dwarf 0.031s
ok debug/elf 0.044s
ok debug/gosym 0.036s
ok debug/macho 0.013s
ok debug/pe 0.036s
ok debug/plan9obj 0.007s
ok encoding/ascii85 0.033s
ok encoding/asn1 0.013s
ok encoding/base32 0.014s
ok encoding/base64 0.016s
ok encoding/binary 0.008s
ok encoding/csv 0.028s
ok encoding/gob 0.107s
ok encoding/hex 0.018s
ok encoding/json 0.713s
ok encoding/pem 0.036s
ok encoding/xml 0.031s
ok errors 0.010s
ok expvar 0.013s
ok flag 0.016s
ok fmt 0.180s
ok go/ast 0.041s
ok go/build 0.151s
ok go/constant 0.010s
ok go/doc 0.078s
ok go/format 0.027s
ok go/internal/gccgoimporter 0.015s
ok go/internal/gcimporter 0.801s
ok go/internal/srcimporter 1.038s
ok go/parser 0.066s
ok go/printer 0.694s
ok go/scanner 0.010s
ok go/token 0.039s
ok go/types 1.199s
ok hash/adler32 0.013s
ok hash/crc32 0.024s
ok hash/crc64 0.008s
ok hash/fnv 0.028s
ok html 0.017s
ok html/template 0.069s
ok image 0.221s
ok image/color 0.035s
ok image/draw 0.084s
ok image/gif 0.193s
ok image/jpeg 0.366s
ok image/png 0.062s
ok index/suffixarray 0.031s
ok internal/cpu 0.025s
ok internal/poll 0.040s
ok internal/singleflight 0.018s
ok internal/trace 1.298s
ok io 0.030s
ok io/ioutil 0.009s
ok log 0.011s
ok log/syslog 1.235s
ok math 0.021s
ok math/big 3.224s
ok math/bits 0.011s
ok math/cmplx 0.011s
ok math/rand 0.117s
ok mime 0.020s
ok mime/multipart 0.856s
ok mime/quotedprintable 0.266s
ok net 1.290s
ok net/http 3.272s
ok net/http/cgi 0.743s
ok net/http/cookiejar 0.072s
ok net/http/fcgi 0.030s
ok net/http/httptest 0.096s
ok net/http/httptrace 0.096s
ok net/http/httputil 0.132s
ok net/http/internal 0.008s
ok net/internal/socktest 0.014s
ok net/mail 0.036s
ok net/rpc 0.081s
ok net/rpc/jsonrpc 0.045s
ok net/smtp 0.026s
ok net/textproto 0.049s
ok net/url 0.023s
runtime: program exceeds 50-thread limit
fatal error: thread exhaustion
runtime stack:
runtime.throw(0x16f65d, 0x11)
/home/emv/src/go.googlesource.com/go/src/runtime/panic.go:605 +0x70
runtime.checkmcount()
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:515 +0x9c
runtime.mcommoninit(0x442051ce00)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:535 +0x9c
runtime.allocm(0x4420059300, 0x0, 0x442051ca80)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:1334 +0x70
runtime.newm(0x0, 0x4420059300)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:1627 +0x28
runtime.startm(0x0, 0x100000000)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:1718 +0x110
runtime.injectglist(0x44203bd200)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:2189 +0x154
runtime.findrunnable(0x4420022000, 0x0)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:2115 +0x6b0
runtime.schedule()
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:2245 +0xe4
runtime.goexit0(0x44200e8d80)
/home/emv/src/go.googlesource.com/go/src/runtime/proc.go:2396 +0x1bc
runtime.mcall(0x4420024600)
/home/emv/src/go.googlesource.com/go/src/runtime/asm_arm64.s:181 +0x50
goroutine 1 [chan receive]:
testing.(*T).Run(0x44200ba000, 0x16ead5, 0xf, 0x178080, 0x599c9801)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:791 +0x258
testing.runTests.func1(0x44200ba000)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:1005 +0x54
testing.tRunner(0x44200ba000, 0x4420079dd0)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:747 +0xb0
testing.runTests(0x442000a100, 0x2365a0, 0x54, 0x54, 0x2550a0)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:1003 +0x280
testing.(*M).Run(0x4420079f18, 0x38280)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:922 +0xf0
main.main()
os/_test/_testmain.go:236 +0xd0
goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
/home/emv/src/go.googlesource.com/go/src/runtime/sigqueue.go:131 +0xc8
os/signal.loop()
/home/emv/src/go.googlesource.com/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.0
/home/emv/src/go.googlesource.com/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 113 [semacquire]:
sync.runtime_Semacquire(0x44201f221c)
/home/emv/src/go.googlesource.com/go/src/runtime/sema.go:56 +0x2c
sync.(*WaitGroup).Wait(0x44201f2210)
/home/emv/src/go.googlesource.com/go/src/sync/waitgroup.go:131 +0x68
os_test.TestPipeThreads(0x4420378000)
/home/emv/src/go.googlesource.com/go/src/os/os_test.go:2233 +0x444
testing.tRunner(0x4420378000, 0x178080)
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:747 +0xb0
created by testing.(*T).Run
/home/emv/src/go.googlesource.com/go/src/testing/testing.go:790 +0x244
goroutine 213 [IO wait]:
internal/poll.runtime_pollWait(0xffff86b0d4c0, 0x72, 0x0)
/home/emv/src/go.googlesource.com/go/src/runtime/netpoll.go:173 +0x3c
internal/poll.(*pollDesc).wait(0x442037e248, 0x72, 0xffffffffffffff01, 0x2217a0, 0x220190)
/home/emv/src/go.googlesource.com/go/src/internal/poll/fd_poll_runtime.go:85 +0xa0
internal/poll.(*pollDesc).waitRead(0x442037e248, 0x44203c2701, 0x1, 0x1)
/home/emv/src/go.googlesource.com/go/src/internal/poll/fd_poll_runtime.go:90 +0x30
internal/poll.(*FD).Read(0x442037e230, 0x44203c2788, 0x1, 0x1, 0x0, 0x0, 0x0)
/home/emv/src/go.googlesource.com/go/src/internal/poll/fd_unix.go:125 +0x138
os.(*File).read(0x4420304690, 0x44203c2788, 0x1, 0x1, 0x4420380058, 0x5ccc0, 0x4420380000)
/home/emv/src/go.googlesource.com/go/src/os/file_unix.go:216 +0x40
os.(*File).Read(0x4420304690, 0x44203c2788, 0x1, 0x1, 0x0, 0x0, 0x0)
/home/emv/src/go.googlesource.com/go/src/os/file.go:103 +0x48
os_test.TestPipeThreads.func1(0x44201f2210, 0x4420380000, 0x4420368380, 0x64, 0x64, 0x4420378000, 0x63)
/home/emv/src/go.googlesource.com/go/src/os/os_test.go:2211 +0x90
created by os_test.TestPipeThreads
/home/emv/src/go.googlesource.com/go/src/os/os_test.go:2207 +0x2f0
FAIL os 0.546s
ok os/exec 1.043s
ok os/signal 4.402s
ok os/user 0.018s
ok path 0.021s
ok path/filepath 0.054s
ok reflect 0.295s
ok regexp 0.285s
ok regexp/syntax 0.818s
ok runtime 17.485s
ok runtime/debug 0.078s
ok runtime/internal/atomic 0.809s
ok runtime/internal/sys 0.046s
ok runtime/pprof 3.007s
ok runtime/pprof/internal/profile 0.010s
ok runtime/trace 2.032s
ok sort 0.138s
ok strconv 0.878s
ok strings 0.551s
ok sync 2.439s
ok sync/atomic 0.176s
ok syscall 0.061s
ok testing 1.432s
ok testing/quick 0.205s
ok text/scanner 0.009s
ok text/tabwriter 0.034s
ok text/template 0.455s
ok text/template/parse 0.017s
ok time 2.674s
ok unicode 0.011s
ok unicode/utf16 0.016s
ok unicode/utf8 0.010s
ok vendor/golang_org/x/crypto/chacha20poly1305 0.250s
ok vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20 0.008s
ok vendor/golang_org/x/crypto/curve25519 0.118s
ok vendor/golang_org/x/crypto/poly1305 0.037s
ok vendor/golang_org/x/net/http2/hpack 0.014s
ok vendor/golang_org/x/net/idna 0.008s
ok vendor/golang_org/x/net/lex/httplex 0.017s
ok vendor/golang_org/x/net/nettest 1.432s
ok vendor/golang_org/x/net/proxy 0.015s
ok vendor/golang_org/x/text/transform 0.034s
ok vendor/golang_org/x/text/unicode/norm 0.008s
ok cmd/addr2line 1.991s
ok cmd/api 0.035s
ok cmd/asm/internal/asm 0.418s
ok cmd/asm/internal/lex 0.009s
ok cmd/compile 5.680s
ok cmd/compile/internal/gc 10.302s
ok cmd/compile/internal/ssa 0.116s
ok cmd/compile/internal/syntax 0.042s
ok cmd/compile/internal/test 0.022s [no tests to run]
ok cmd/compile/internal/types 0.027s
ok cmd/cover 1.701s
ok cmd/doc 0.068s
ok cmd/fix 0.048s
ok cmd/go 48.856s
ok cmd/go/internal/generate 0.032s
ok cmd/go/internal/get 0.018s
ok cmd/go/internal/load 0.014s
ok cmd/go/internal/work 0.013s
ok cmd/gofmt 0.066s
ok cmd/internal/dwarf 0.021s
ok cmd/internal/obj 0.011s
ok cmd/internal/obj/arm64 0.006s
ok cmd/internal/obj/x86 3.066s
ok cmd/internal/objabi 0.012s
ok cmd/internal/src 0.011s
ok cmd/link 3.293s
ok cmd/link/internal/ld 2.790s
ok cmd/nm 2.068s
ok cmd/objdump 0.831s
ok cmd/pack 1.820s
ok cmd/trace 0.016s
ok cmd/vendor/github.com/google/pprof/internal/binutils 0.021s
ok cmd/vendor/github.com/google/pprof/internal/driver 0.190s
ok cmd/vendor/github.com/google/pprof/internal/elfexec 0.037s
ok cmd/vendor/github.com/google/pprof/internal/graph 0.036s
ok cmd/vendor/github.com/google/pprof/internal/report 0.028s
ok cmd/vendor/github.com/google/pprof/internal/symbolizer 0.013s
ok cmd/vendor/github.com/google/pprof/internal/symbolz 0.008s
ok cmd/vendor/github.com/google/pprof/profile 0.072s
ok cmd/vendor/github.com/ianlancetaylor/demangle 0.046s
ok cmd/vendor/golang.org/x/arch/arm/armasm 0.009s
ok cmd/vendor/golang.org/x/arch/ppc64/ppc64asm 0.008s
ok cmd/vendor/golang.org/x/arch/x86/x86asm 0.120s
ok cmd/vet 2.647s
ok cmd/vet/internal/cfg 0.010s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment