Skip to content

Instantly share code, notes, and snippets.

@calmh
Created July 11, 2015 04:21
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 calmh/3a22082bc4a809627b41 to your computer and use it in GitHub Desktop.
Save calmh/3a22082bc4a809627b41 to your computer and use it in GitHub Desktop.
jb@syno:/usr/local/go1.5/src ((detached) $ ./all.bash
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /usr/local/go1.4.2/.
bootstrap/internal/obj
bootstrap/asm/internal/flags
bootstrap/compile/internal/big
bootstrap/internal/gcprog
bootstrap/internal/obj/arm
bootstrap/internal/obj/arm64
bootstrap/internal/obj/ppc64
bootstrap/internal/obj/x86
bootstrap/asm/internal/lex
bootstrap/internal/asm
bootstrap/link/internal/ld
bootstrap/compile/internal/gc
bootstrap/old5a
bootstrap/old9a
bootstrap/asm/internal/arch
bootstrap/old6a
bootstrap/old8a
bootstrap/asm/internal/asm
bootstrap/asm
bootstrap/link/internal/amd64
bootstrap/link/internal/arm
bootstrap/link/internal/arm64
bootstrap/link/internal/ppc64
bootstrap/link/internal/x86
bootstrap/link
bootstrap/compile/internal/amd64
bootstrap/compile/internal/arm
bootstrap/compile/internal/arm64
bootstrap/compile/internal/ppc64
bootstrap/compile/internal/x86
bootstrap/compile
##### Building compilers and go_bootstrap for host, darwin/amd64.
runtime
errors
sync/atomic
sync
internal/singleflight
io
unicode
unicode/utf8
unicode/utf16
bytes
math
strings
strconv
bufio
sort
container/heap
encoding/base64
syscall
internal/syscall/windows/registry
time
internal/syscall/windows
os
reflect
fmt
encoding
encoding/binary
encoding/json
flag
path/filepath
path
io/ioutil
log
regexp/syntax
regexp
go/token
go/scanner
go/ast
go/parser
os/exec
os/signal
net/url
text/template/parse
text/template
go/doc
go/build
hash
crypto
crypto/sha1
debug/dwarf
debug/elf
cmd/go
##### Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
container/list
container/ring
crypto/subtle
encoding
unicode/utf16
image/color
sync
runtime/race
cmd/vet/whitelist
container/heap
image/color/palette
io
syscall
internal/singleflight
hash
crypto/cipher
hash/adler32
hash/crc32
crypto/hmac
hash/crc64
hash/fnv
bytes
strings
bufio
text/tabwriter
path
html
time
compress/bzip2
strconv
math/rand
math/cmplx
os
reflect
regexp/syntax
crypto
crypto/rc4
crypto/aes
encoding/base64
encoding/ascii85
crypto/sha512
crypto/md5
crypto/sha1
crypto/sha256
encoding/pem
encoding/base32
image
path/filepath
os/signal
image/internal/imageutil
regexp
os/exec
io/ioutil
image/draw
image/jpeg
encoding/binary
fmt
cmd/pprof/internal/svg
crypto/des
index/suffixarray
flag
log
cmd/internal/rsc.io/arm/armasm
cmd/internal/rsc.io/x86/x86asm
debug/dwarf
debug/gosym
debug/plan9obj
archive/tar
compress/flate
compress/lzw
cmd/internal/obj
math/big
encoding/hex
go/token
go/scanner
database/sql/driver
archive/zip
compress/gzip
compress/zlib
debug/elf
debug/macho
debug/pe
go/ast
database/sql
encoding/csv
cmd/internal/goobj
encoding/gob
encoding/json
encoding/xml
mime
crypto/dsa
cmd/internal/objfile
crypto/elliptic
encoding/asn1
crypto/rand
go/parser
crypto/rsa
go/printer
cmd/addr2line
crypto/ecdsa
crypto/x509/pkix
mime/quotedprintable
net/http/internal
net/url
text/template/parse
go/constant
text/scanner
image/gif
image/png
runtime/pprof
internal/trace
go/types
net/internal/socktest
testing
cmd/cgo
internal/format
runtime/debug
testing/iotest
go/format
testing/quick
text/template
internal/testenv
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/ppc64
cmd/internal/obj/x86
cmd/asm/internal/flags
go/doc
html/template
cmd/asm/internal/lex
cmd/compile/internal/big
cmd/internal/gcprog
cmd/asm/internal/arch
cmd/dist
cmd/fix
go/build
cmd/asm/internal/asm
cmd/gofmt
cmd/cover
cmd/compile/internal/gc
cmd/asm
go/internal/gccgoimporter
go/internal/gcimporter
runtime/cgo
cmd/api
cmd/doc
go/importer
cmd/internal/asm
cmd/link/internal/ld
cmd/newlink
net
os/user
cmd/nm
cmd/objdump
cmd/old5a
cmd/old6a
cmd/old8a
cmd/old9a
cmd/pack
cmd/pprof/internal/profile
crypto/x509
net/textproto
log/syslog
cmd/link/internal/amd64
cmd/link/internal/arm
mime/multipart
net/mail
cmd/link/internal/arm64
cmd/link/internal/ppc64
cmd/link/internal/x86
cmd/pprof/internal/plugin
cmd/pprof/internal/tempfile
cmd/pprof/internal/symbolz
cmd/vet
cmd/pprof/internal/report
cmd/pprof/internal/symbolizer
cmd/yacc
cmd/link
cmd/pprof/internal/commands
crypto/tls
cmd/pprof/internal/driver
net/smtp
net/http
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/ppc64
cmd/compile/internal/x86
expvar
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/http/fcgi
net/http/pprof
net/rpc
cmd/go
cmd/pprof/internal/fetch
cmd/trace
cmd/compile
cmd/pprof
net/rpc/jsonrpc
Skipping misc/cgo/testsovar test. See issue 10360 for details.
##### Testing packages.
ok archive/tar 0.028s
ok archive/zip 0.822s
ok bufio 0.093s
ok bytes 0.151s
ok compress/bzip2 0.087s
ok compress/flate 0.776s
ok compress/gzip 0.024s
ok compress/lzw 0.105s
ok compress/zlib 1.617s
ok container/heap 0.015s
ok container/list 0.013s
ok container/ring 0.024s
ok crypto/aes 0.040s
ok crypto/cipher 0.016s
ok crypto/des 0.024s
ok crypto/dsa 0.016s
ok crypto/ecdsa 0.060s
ok crypto/elliptic 0.087s
ok crypto/hmac 0.014s
ok crypto/md5 0.016s
ok crypto/rand 0.040s
ok crypto/rc4 0.180s
ok crypto/rsa 0.128s
ok crypto/sha1 0.013s
ok crypto/sha256 0.015s
ok crypto/sha512 0.018s
ok crypto/subtle 0.016s
ok crypto/tls 1.351s
ok crypto/x509 2.323s
ok database/sql 0.057s
ok database/sql/driver 0.012s
ok debug/dwarf 0.022s
ok debug/elf 0.032s
ok debug/gosym 0.359s
ok debug/macho 0.013s
ok debug/pe 0.036s
ok debug/plan9obj 0.013s
ok encoding/ascii85 0.012s
ok encoding/asn1 0.015s
ok encoding/base32 0.013s
ok encoding/base64 0.016s
ok encoding/binary 0.014s
ok encoding/csv 0.013s
ok encoding/gob 0.075s
ok encoding/hex 0.021s
ok encoding/json 0.194s
ok encoding/pem 0.052s
ok encoding/xml 0.027s
ok errors 0.013s
ok expvar 0.016s
ok flag 0.015s
ok fmt 0.278s
ok go/ast 0.017s
ok go/build 0.338s
ok go/constant 0.013s
ok go/doc 0.063s
ok go/format 0.020s
ok go/internal/gccgoimporter 0.016s
ok go/internal/gcimporter 0.029s
ok go/parser 0.056s
ok go/printer 0.402s
ok go/scanner 0.016s
ok go/token 0.043s
ok go/types 2.341s
ok hash/adler32 0.019s
ok hash/crc32 0.013s
ok hash/crc64 0.014s
ok hash/fnv 0.013s
ok html 0.014s
ok html/template 0.068s
ok image 0.199s
ok image/color 0.129s
ok image/draw 0.146s
ok image/gif 0.127s
ok image/jpeg 0.296s
ok image/png 0.064s
ok index/suffixarray 0.026s
ok internal/singleflight 0.031s
ok io 0.030s
ok io/ioutil 0.017s
ok log 0.019s
ok log/syslog 2.073s
ok math 0.022s
ok math/big 0.840s
ok math/cmplx 0.015s
ok math/rand 0.374s
ok mime 0.018s
ok mime/multipart 0.138s
ok mime/quotedprintable 0.200s
panic: test timed out after 2m0s
goroutine 268 [running]:
testing.startAlarm.func1()
/usr/local/go1.5/src/testing/testing.go:702 +0x132
created by time.goFunc
/usr/local/go1.5/src/time/sleep.go:129 +0x3a
goroutine 1 [chan receive]:
testing.RunTests(0x37daf8, 0x46eb60, 0x95, 0x95, 0x2ba601)
/usr/local/go1.5/src/testing/testing.go:561 +0x8ad
testing.(*M).Run(0xc820061ef8, 0x5725e8)
/usr/local/go1.5/src/testing/testing.go:493 +0x70
net.TestMain(0xc820061ef8)
/usr/local/go1.5/src/net/main_test.go:50 +0x2b
main.main()
net/_test/_testmain.go:396 +0x113
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/go1.5/src/runtime/asm_amd64.s:1696 +0x1
goroutine 267 [syscall, locked to thread]:
net._C2func_getaddrinfo(0x12001b0, 0x0, 0xc8202d9d10, 0xc820268300, 0x0, 0x0, 0x0)
??:0 +0x4d
net.cgoLookupIPCNAME(0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x37e400)
/usr/local/go1.5/src/net/cgo_unix.go:111 +0x1ac
net.cgoLookupIP(0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x100000002)
/usr/local/go1.5/src/net/cgo_unix.go:163 +0x56
net.lookupIP(0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go1.5/src/net/lookup_unix.go:67 +0x94
net.glob.func15(0x37e498, 0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go1.5/src/net/hook.go:10 +0x4d
net.lookupIPMerge.func1(0x0, 0x0, 0x0, 0x0)
/usr/local/go1.5/src/net/lookup.go:68 +0x71
internal/singleflight.(*Group).doCall(0x46fdd0, 0xc8202b6d70, 0x307fb0, 0x4, 0xc820233b98)
/usr/local/go1.5/src/internal/singleflight/singleflight.go:93 +0x2c
internal/singleflight.(*Group).Do(0x46fdd0, 0x307fb0, 0x4, 0xc820233b98, 0x0, 0x0, 0x0, 0x0, 0x10)
/usr/local/go1.5/src/internal/singleflight/singleflight.go:63 +0x284
net.lookupIPMerge(0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go1.5/src/net/lookup.go:69 +0x9b
net.LookupIP(0x307fb0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go1.5/src/net/lookup.go:50 +0x2d2
net.TestLookupWithIP(0xc8202e4bd0)
/usr/local/go1.5/src/net/ip_test.go:82 +0x2fa
testing.tRunner(0xc8202e4bd0, 0x46f058)
/usr/local/go1.5/src/testing/testing.go:455 +0x98
created by testing.RunTests
/usr/local/go1.5/src/testing/testing.go:560 +0x86d
FAIL net 120.024s
ok net/http 5.048s
ok net/http/cgi 0.687s
ok net/http/cookiejar 0.019s
ok net/http/fcgi 0.017s
ok net/http/httptest 0.019s
ok net/http/httputil 0.035s
ok net/http/internal 0.016s
ok net/internal/socktest 0.020s
ok net/mail 0.015s
ok net/rpc 0.037s
ok net/rpc/jsonrpc 0.023s
ok net/smtp 0.043s
ok net/textproto 0.016s
ok net/url 0.020s
ok os 0.340s
ok os/exec 0.647s
ok os/signal 3.419s
ok os/user 0.020s
ok path 0.013s
ok path/filepath 0.140s
ok reflect 0.080s
ok regexp 0.157s
ok regexp/syntax 0.591s
ok runtime 18.316s
ok runtime/debug 0.032s
ok runtime/pprof 8.669s
ok sort 0.106s
ok strconv 0.407s
ok strings 0.159s
ok sync 0.130s
ok sync/atomic 1.460s
ok syscall 0.097s
ok testing 1.121s
ok testing/quick 0.054s
ok text/scanner 0.015s
ok text/tabwriter 0.016s
ok text/template 0.042s
ok text/template/parse 0.018s
ok time 2.500s
ok unicode 0.014s
ok unicode/utf16 0.016s
ok unicode/utf8 0.015s
ok cmd/addr2line 1.813s
ok cmd/api 0.028s
ok cmd/asm/internal/asm 0.034s
ok cmd/asm/internal/lex 0.012s
ok cmd/compile/internal/big 3.294s
ok cmd/cover 3.244s
ok cmd/doc 0.051s
ok cmd/fix 0.025s
ok cmd/go 35.261s
ok cmd/gofmt 0.056s
ok cmd/internal/goobj 0.015s
ok cmd/internal/obj 0.012s
ok cmd/internal/obj/x86 0.047s
ok cmd/internal/rsc.io/arm/armasm 0.018s
ok cmd/internal/rsc.io/x86/x86asm 0.319s
ok cmd/newlink 0.028s
ok cmd/nm 1.867s
ok cmd/objdump 4.379s
ok cmd/pack 2.711s
ok cmd/pprof/internal/profile 0.016s
ok cmd/vet 5.212s
2015/07/11 14:18:14 Failed: exit status 1
[1]
jb@syno:/usr/local/go1.5/src ((detached) $ git describe
fatal: No annotated tags can describe 'b6ead9f171742cd5b519a22ecc690354b0d1ce27'.
However, there were unannotated tags: try --tags.
[128]
jb@syno:/usr/local/go1.5/src ((detached) $ git describe --tags
go1.5beta1
jb@syno:/usr/local/go1.5/src ((detached) $ uname -a
Darwin syno 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64
jb@syno:/usr/local/go1.5/src ((detached) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment