Skip to content

Instantly share code, notes, and snippets.

@jakirkham
Created June 16, 2015 11:52
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 jakirkham/b57a2f20e54d3d7ffd1c to your computer and use it in GitHub Desktop.
Save jakirkham/b57a2f20e54d3d7ffd1c to your computer and use it in GitHub Desktop.
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
liblink
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
cmd/6g
runtime
errors
sync/atomic
sync
io
unicode
unicode/utf8
unicode/utf16
bytes
math
strings
strconv
bufio
sort
container/heap
encoding/base64
syscall
time
os
reflect
fmt
encoding
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
cmd/go
# Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
encoding
unicode/utf16
container/list
crypto/subtle
container/ring
image/color
sync
runtime/race
container/heap
image/color/palette
io
syscall
hash
crypto/cipher
hash/crc32
crypto/hmac
hash/adler32
hash/crc64
hash/fnv
bytes
strings
bufio
text/tabwriter
time
path
html
compress/bzip2
strconv
math/rand
math/cmplx
os
reflect
regexp/syntax
crypto
encoding/base64
net/url
crypto/aes
crypto/rc4
crypto/md5
crypto/sha1
crypto/sha256
crypto/sha512
encoding/pem
encoding/ascii85
encoding/base32
image
path/filepath
os/signal
io/ioutil
os/exec
regexp
image/draw
image/jpeg
fmt
encoding/binary
cmd/pprof/internal/svg
crypto/des
index/suffixarray
cmd/internal/goobj
cmd/internal/rsc.io/arm/armasm
cmd/internal/rsc.io/x86/x86asm
debug/dwarf
debug/gosym
debug/plan9obj
flag
log
go/token
encoding/json
encoding/xml
text/template/parse
go/scanner
compress/flate
debug/elf
debug/macho
debug/pe
go/ast
compress/gzip
text/template
math/big
encoding/hex
mime
net/http/internal
runtime/pprof
cmd/pack
cmd/pprof/internal/profile
cmd/internal/objfile
cmd/pprof/internal/tempfile
archive/tar
archive/zip
compress/lzw
go/parser
go/printer
go/doc
cmd/addr2line
crypto/elliptic
encoding/asn1
crypto/rand
crypto/dsa
cmd/nm
crypto/rsa
cmd/objdump
crypto/ecdsa
crypto/x509/pkix
go/build
cmd/pprof/internal/plugin
html/template
cmd/pprof/internal/symbolz
cmd/cgo
go/format
cmd/gofmt
cmd/fix
cmd/pprof/internal/symbolizer
cmd/yacc
compress/zlib
database/sql/driver
cmd/pprof/internal/report
database/sql
encoding/csv
encoding/gob
image/gif
image/png
runtime/debug
testing
testing/iotest
cmd/pprof/internal/commands
testing/quick
text/scanner
cmd/pprof/internal/driver
runtime/cgo
net
os/user
crypto/x509
net/textproto
log/syslog
mime/multipart
net/mail
crypto/tls
net/http
net/smtp
cmd/go
cmd/pprof/internal/fetch
expvar
net/http/cgi
net/http/cookiejar
net/http/httptest
net/http/httputil
net/http/pprof
cmd/pprof
net/rpc
net/http/fcgi
net/rpc/jsonrpc
# Testing packages.
ok cmd/addr2line 0.711s
? cmd/cgo [no test files]
ok cmd/fix 0.022s
ok cmd/go 0.022s
ok cmd/gofmt 0.168s
ok cmd/nm 0.759s
ok cmd/objdump 2.041s
# crypto/x509
crypto/x509/root_cgo_darwin.go:92:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
crypto/x509/root_cgo_darwin.go:105:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
crypto/x509/root_cgo_darwin.go:117:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
crypto/x509/root_cgo_darwin.go:128:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
ok cmd/pack 5.420s
? cmd/pprof [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.027s
ok archive/zip 0.536s
ok bufio 0.151s
ok bytes 0.111s
ok cmd/internal/goobj 0.010s
? cmd/internal/objfile [no test files]
? cmd/pprof/internal/commands [no test files]
? cmd/pprof/internal/driver [no test files]
? cmd/pprof/internal/fetch [no test files]
? cmd/pprof/internal/plugin [no test files]
? cmd/pprof/internal/profile [no test files]
? cmd/pprof/internal/report [no test files]
? cmd/pprof/internal/svg [no test files]
? cmd/pprof/internal/symbolizer [no test files]
? cmd/pprof/internal/symbolz [no test files]
? cmd/pprof/internal/tempfile [no test files]
ok compress/bzip2 0.075s
ok compress/flate 0.635s
ok compress/gzip 0.021s
ok compress/lzw 0.121s
ok compress/zlib 1.332s
ok container/heap 0.011s
ok container/list 0.017s
ok container/ring 0.023s
? crypto [no test files]
ok crypto/aes 0.037s
ok crypto/cipher 0.011s
ok crypto/des 0.023s
ok crypto/dsa 0.014s
ok crypto/ecdsa 0.034s
ok crypto/elliptic 0.062s
ok crypto/hmac 0.010s
ok crypto/md5 0.012s
ok crypto/rand 0.042s
ok crypto/rc4 0.143s
ok crypto/rsa 0.206s
ok crypto/sha1 0.013s
ok crypto/sha256 0.010s
ok crypto/sha512 0.010s
ok crypto/subtle 0.012s
ok crypto/tls 1.551s
ok crypto/x509 1.682s
? crypto/x509/pkix [no test files]
ok database/sql 0.055s
ok database/sql/driver 0.011s
ok debug/dwarf 0.020s
ok debug/elf 0.042s
ok debug/gosym 0.180s
ok debug/macho 0.019s
ok debug/pe 0.037s
ok debug/plan9obj 0.011s
? encoding [no test files]
ok encoding/ascii85 0.013s
ok encoding/asn1 0.012s
ok encoding/base32 0.010s
ok encoding/base64 0.014s
ok encoding/binary 0.016s
ok encoding/csv 0.015s
ok encoding/gob 0.078s
ok encoding/hex 0.010s
ok encoding/json 0.201s
ok encoding/pem 0.014s
ok encoding/xml 0.025s
ok errors 0.009s
ok expvar 0.020s
ok flag 0.012s
ok fmt 0.056s
ok go/ast 0.015s
ok go/build 0.377s
ok go/doc 0.189s
ok go/format 0.020s
ok go/parser 0.048s
ok go/printer 0.460s
ok go/scanner 0.010s
ok go/token 0.042s
? hash [no test files]
ok hash/adler32 0.016s
ok hash/crc32 0.011s
ok hash/crc64 0.009s
ok hash/fnv 0.011s
ok html 0.011s
ok html/template 0.057s
ok image 0.131s
ok image/color 0.015s
? image/color/palette [no test files]
ok image/draw 0.105s
ok image/gif 0.087s
ok image/jpeg 0.271s
ok image/png 0.065s
ok index/suffixarray 0.025s
ok io 0.030s
ok io/ioutil 0.018s
ok log 0.027s
# net
net/cgo_unix.go:53:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
net/cgo_unix.go:66:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
net/cgo_unix.go:75:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
net/cgo_unix.go:86:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
net/cgo_unix.go:103:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
ok log/syslog 2.053s
ok math 0.012s
ok math/big 0.322s
ok math/cmplx 0.011s
ok math/rand 0.289s
ok mime 0.014s
ok mime/multipart 0.284s
# os/user
os/user/lookup_unix.go:58:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
os/user/lookup_unix.go:73:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
os/user/lookup_unix.go:92:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
os/user/lookup_unix.go:106:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
ok net 1.930s
ok net/http 7.436s
ok net/http/cgi 0.556s
ok net/http/cookiejar 0.014s
ok net/http/fcgi 0.013s
ok net/http/httptest 0.014s
ok net/http/httputil 0.024s
ok net/http/internal 0.011s
? net/http/pprof [no test files]
ok net/mail 0.012s
ok net/rpc 0.032s
ok net/rpc/jsonrpc 0.025s
ok net/smtp 0.047s
ok net/textproto 0.013s
ok net/url 0.015s
ok os 0.682s
ok os/exec 0.454s
ok os/signal 2.773s
ok os/user 0.007s
ok path 0.013s
ok path/filepath 0.045s
ok reflect 0.069s
ok regexp 0.143s
ok regexp/syntax 0.540s
ok runtime 8.018s
? runtime/cgo [no test files]
ok runtime/debug 0.012s
ok runtime/pprof 6.424s
? runtime/race [no test files]
ok sort 0.070s
ok strconv 0.324s
ok strings 0.122s
ok sync 0.110s
ok sync/atomic 0.244s
ok syscall 0.021s
ok testing 1.289s
? testing/iotest [no test files]
ok testing/quick 0.043s
ok text/scanner 0.012s
ok text/tabwriter 0.010s
ok text/template 0.049s
ok text/template/parse 0.013s
ok time 2.327s
ok unicode 0.020s
ok unicode/utf16 0.007s
ok unicode/utf8 0.008s
? unsafe [no test files]
real 0m23.783s
user 1m40.581s
sys 0m21.274s
# GOMAXPROCS=2 runtime -cpu=1,2,4
ok runtime 20.941s
# sync -cpu=10
ok sync 0.124s
# ../misc/cgo/stdio
# ../misc/cgo/life
# ../misc/cgo/test
# _/zopt/conda/envs/_test/go/misc/cgo/test/issue8828
issue8828/trivial.go:33:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
# _/zopt/conda/envs/_test/go/misc/cgo/test/issue9026
issue9026/issue9026.go:44:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
# _/zopt/conda/envs/_test/go/misc/cgo/test
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:12:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:22:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:32:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:42:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:51:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:62:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:75:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:84:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:94:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:105:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:116:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:127:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:137:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:147:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:157:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:167:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:178:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:189:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
/var/folders/jj/pp1xwt1n4zdgy9zxbxc22t8w66tr7q/T/go-build435018673/_/zopt/conda/envs/_test/go/misc/cgo/test/_test/_obj_test/_cgo_export.c:200:31: error: unknown attribute '__gcc_struct__' ignored [-Werror,-Wattributes]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
FAIL _/zopt/conda/envs/_test/go/misc/cgo/test [build failed]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment