Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created March 28, 2013 18:40
Show Gist options
  • Save fsouza/5265724 to your computer and use it in GitHub Desktop.
Save fsouza/5265724 to your computer and use it in GitHub Desktop.
all.bash failure
% ./all.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
cmd/6g
pkg/runtime
pkg/errors
pkg/sync/atomic
pkg/sync
pkg/io
pkg/unicode
pkg/unicode/utf8
pkg/unicode/utf16
pkg/bytes
pkg/math
pkg/strings
pkg/strconv
pkg/bufio
pkg/sort
pkg/container/heap
pkg/encoding/base64
pkg/syscall
pkg/time
pkg/os
pkg/reflect
pkg/fmt
pkg/encoding/json
pkg/flag
pkg/path/filepath
pkg/path
pkg/io/ioutil
pkg/log
pkg/regexp/syntax
pkg/regexp
pkg/go/token
pkg/go/scanner
pkg/go/ast
pkg/go/parser
pkg/os/exec
pkg/os/signal
pkg/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
# Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
unicode/utf16
sync
crypto/subtle
io
syscall
hash
crypto
crypto/md5
bytes
strings
bufio
time
path
text/tabwriter
hash/crc32
crypto/cipher
crypto/hmac
crypto/sha1
crypto/sha256
html
hash/adler32
os
container/list
container/ring
crypto/sha512
strconv
sort
math/rand
container/heap
path/filepath
os/signal
compress/bzip2
hash/crc64
reflect
regexp/syntax
io/ioutil
net/url
os/exec
encoding/base64
crypto/aes
crypto/rc4
encoding/pem
regexp
encoding/ascii85
encoding/base32
hash/fnv
image/color
math/cmplx
fmt
encoding/binary
image
debug/dwarf
crypto/des
index/suffixarray
image/draw
image/jpeg
flag
go/token
text/template/parse
log
go/scanner
debug/elf
debug/macho
go/ast
text/template
debug/pe
encoding/json
encoding/xml
compress/flate
go/doc
go/parser
go/printer
compress/gzip
math/big
encoding/hex
mime
go/build
archive/zip
cmd/cgo
go/format
crypto/elliptic
cmd/fix
cmd/api
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
crypto/x509/pkix
encoding/gob
html/template
runtime/pprof
text/scanner
cmd/gofmt
cmd/vet
cmd/yacc
runtime/cgo
archive/tar
compress/lzw
compress/zlib
database/sql/driver
database/sql
debug/gosym
encoding/csv
image/gif
image/png
runtime/debug
testing
testing/iotest
testing/quick
net
os/user
crypto/x509
net/textproto
log/syslog
mime/multipart
net/mail
crypto/tls
net/http
net/smtp
cmd/go
expvar
net/http/pprof
net/http/cgi
net/http/cookiejar
cmd/godoc
net/http/fcgi
net/http/httptest
net/http/httputil
net/rpc
net/rpc/jsonrpc
# Testing packages.
ok cmd/api 0.231s
? cmd/cgo [no test files]
ok cmd/fix 0.251s
ok cmd/go 0.421s
? cmd/godoc [no test files]
ok cmd/gofmt 0.502s
? cmd/vet [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.645s
ok archive/zip 0.682s
ok bufio 0.403s
ok bytes 0.157s
ok compress/bzip2 0.111s
ok compress/flate 0.912s
ok compress/gzip 0.059s
ok compress/lzw 0.199s
ok compress/zlib 1.335s
ok container/heap 0.086s
ok container/list 0.028s
ok container/ring 0.042s
? crypto [no test files]
ok crypto/aes 0.061s
ok crypto/cipher 0.031s
ok crypto/des 0.049s
ok crypto/dsa 0.035s
ok crypto/ecdsa 0.090s
ok crypto/elliptic 0.114s
ok crypto/hmac 0.062s
ok crypto/md5 0.036s
ok crypto/rand 0.095s
ok crypto/rc4 0.125s
ok crypto/rsa 0.247s
ok crypto/sha1 0.144s
ok crypto/sha256 0.223s
ok crypto/sha512 0.223s
ok crypto/subtle 0.270s
ok crypto/tls 0.431s
ok crypto/x509 1.129s
? crypto/x509/pkix [no test files]
ok database/sql 0.050s
ok database/sql/driver 0.028s
ok debug/dwarf 0.154s
ok debug/elf 0.430s
ok debug/gosym 0.172s
ok debug/macho 0.290s
ok debug/pe 0.135s
ok encoding/ascii85 0.034s
ok encoding/asn1 0.036s
ok encoding/base32 0.031s
ok encoding/base64 0.026s
ok encoding/binary 0.029s
ok encoding/csv 0.030s
ok encoding/gob 0.061s
ok encoding/hex 0.032s
ok encoding/json 0.218s
ok encoding/pem 0.031s
ok encoding/xml 0.071s
ok errors 0.157s
ok expvar 0.060s
ok flag 0.105s
ok fmt 0.417s
ok go/ast 0.366s
ok go/build 0.590s
ok go/doc 0.788s
ok go/format 0.439s
ok go/parser 0.291s
ok go/printer 0.710s
ok go/scanner 0.112s
ok go/token 0.126s
? hash [no test files]
ok hash/adler32 0.141s
ok hash/crc32 0.030s
ok hash/crc64 0.355s
ok hash/fnv 0.320s
ok html 0.029s
ok html/template 0.084s
ok image 0.266s
ok image/color 0.067s
ok image/draw 0.072s
ok image/gif 0.032s
ok image/jpeg 0.243s
ok image/png 0.224s
ok index/suffixarray 0.036s
ok io 0.050s
ok io/ioutil 0.077s
ok log 0.059s
ok log/syslog 2.099s
ok math 0.032s
ok math/big 0.252s
ok math/cmplx 0.030s
ok math/rand 0.085s
ok mime 0.085s
ok mime/multipart 0.784s
ok net 2.179s
ok net/http 5.015s
ok net/http/cgi 1.090s
ok net/http/cookiejar 0.067s
ok net/http/fcgi 0.122s
ok net/http/httptest 0.112s
ok net/http/httputil 0.502s
? net/http/pprof [no test files]
ok net/mail 0.125s
ok net/rpc 0.218s
ok net/rpc/jsonrpc 0.195s
ok net/smtp 0.054s
ok net/textproto 0.050s
ok net/url 0.032s
ok os 0.707s
ok os/exec 0.971s
ok os/signal 0.853s
ok os/user 0.033s
ok path 0.034s
ok path/filepath 9.543s
ok reflect 0.068s
ok regexp 0.713s
ok regexp/syntax 0.590s
--- FAIL: TestCgoCrashHandler (0.98 seconds)
crash_test.go:62: expected "main: recovered done\nnew-thread: recovered done\nsecond-new-thread: recovered done\nmain-again: recovered done\n", but got "# command-line-arguments\ngcc: error: unrecognized command line option ‘-rdynamic’\nsyscall.errors: /Users/f/lib/go/pkg/tool/darwin_amd64/6l: running gcc failed: unsuccessful exit status 0x100\n"
--- FAIL: TestCgoSignalDeadlock (1.04 seconds)
crash_cgo_test.go:21: expected "OK\n", but got "# command-line-arguments\ngcc: error: unrecognized command line option ‘-rdynamic’\nsyscall.errors: /Users/f/lib/go/pkg/tool/darwin_amd64/6l: running gcc failed: unsuccessful exit status 0x100\n"
FAIL
FAIL runtime 4.750s
? runtime/cgo [no test files]
ok runtime/debug 0.032s
ok runtime/pprof 0.632s
ok sort 0.070s
ok strconv 0.706s
ok strings 0.319s
ok sync 0.120s
ok sync/atomic 0.050s
ok syscall 0.118s
? testing [no test files]
? testing/iotest [no test files]
ok testing/quick 0.057s
ok text/scanner 0.032s
ok text/tabwriter 0.029s
ok text/template 0.194s
ok text/template/parse 0.106s
ok time 2.749s
ok unicode 0.234s
ok unicode/utf16 0.205s
ok unicode/utf8 0.030s
? unsafe [no test files]
% echo $?
1
% echo $CC
/opt/bin/clang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment