Skip to content

Instantly share code, notes, and snippets.

@minux
Created June 5, 2012 12:43
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 minux/2874745 to your computer and use it in GitHub Desktop.
Save minux/2874745 to your computer and use it in GitHub Desktop.
GOARM=5 ./all.bash rev 4f82ce08466d
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, linux/arm.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/cov
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/5l
cmd/5a
cmd/5c
cmd/5g
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/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
# Building packages and commands for linux/arm.
runtime
errors
sync/atomic
sync
io
unicode
unicode/utf8
bytes
bufio
math
syscall
time
os
strconv
reflect
fmt
sort
flag
go/token
strings
path/filepath
go/scanner
go/ast
regexp/syntax
regexp
io/ioutil
net/url
text/template/parse
text/template
go/doc
go/parser
log
path
go/build
text/tabwriter
go/printer
os/exec
cmd/api
hash
crypto
crypto/md5
encoding/binary
debug/dwarf
debug/elf
debug/macho
debug/pe
cmd/cgo
cmd/fix
container/heap
encoding/base64
unicode/utf16
encoding/json
encoding/xml
compress/flate
hash/crc32
compress/gzip
crypto/cipher
crypto/aes
crypto/des
math/rand
math/big
crypto/elliptic
crypto/hmac
crypto/rand
crypto/rc4
crypto/subtle
crypto/rsa
crypto/sha1
crypto/dsa
crypto/ecdsa
encoding/asn1
crypto/x509/pkix
encoding/pem
crypto/x509
runtime/cgo
net
crypto/tls
mime
net/textproto
mime/multipart
runtime/debug
net/http
cmd/go
archive/zip
encoding/gob
expvar
index/suffixarray
html
html/template
runtime/pprof
net/http/pprof
text/scanner
cmd/godoc
cmd/gofmt
cmd/vet
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha256
crypto/sha512
database/sql/driver
database/sql
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
encoding/hex
exp/ebnf
exp/ebnflint
exp/types
exp/gotype
exp/html/atom
exp/html
exp/inotify
exp/norm
exp/locale/collate
hash/fnv
exp/locale/collate/build
exp/proxy
exp/utf8string
hash/crc64
image/color
image
image/draw
image/gif
image/jpeg
image/png
log/syslog
math/cmplx
net/http/cgi
net/http/fcgi
net/http/httptest
net/http/httputil
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
old/netchan
os/signal
os/user
testing
testing/iotest
testing/quick
# Testing packages.
ok cmd/api 1.257s
? cmd/cgo [no test files]
ok cmd/fix 60.519s
ok cmd/go 0.963s
? cmd/godoc [no test files]
ok cmd/gofmt 3.931s
? cmd/vet [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.659s
ok archive/zip 5.720s
ok bufio 29.045s
ok bytes 11.370s
ok compress/bzip2 3.557s
ok compress/flate 39.328s
ok compress/gzip 2.945s
ok compress/lzw 6.320s
ok compress/zlib 49.174s
ok container/heap 0.621s
ok container/list 0.599s
ok container/ring 1.224s
? crypto [no test files]
ok crypto/aes 0.904s
ok crypto/cipher 0.633s
ok crypto/des 1.948s
ok crypto/dsa 2.602s
ok crypto/ecdsa 1.414s
ok crypto/elliptic 1.223s
ok crypto/hmac 0.673s
ok crypto/md5 0.998s
ok crypto/rand 2.469s
ok crypto/rc4 0.631s
ok crypto/rsa 35.847s
ok crypto/sha1 0.979s
ok crypto/sha256 1.044s
ok crypto/sha512 1.068s
ok crypto/subtle 1.330s
ok crypto/tls 30.388s
ok crypto/x509 158.063s
? crypto/x509/pkix [no test files]
ok database/sql 1.947s
ok database/sql/driver 0.683s
ok debug/dwarf 2.290s
ok debug/elf 2.180s
ok debug/gosym 0.605s
ok debug/macho 0.797s
ok debug/pe 0.674s
ok encoding/ascii85 1.111s
ok encoding/asn1 0.876s
ok encoding/base32 1.025s
ok encoding/base64 1.035s
ok encoding/binary 1.064s
ok encoding/csv 1.119s
ok encoding/gob 3.792s
ok encoding/hex 0.669s
ok encoding/json 7.641s
ok encoding/pem 1.094s
ok encoding/xml 2.592s
ok errors 0.701s
ok exp/ebnf 0.655s
ok exp/ebnflint 1.561s
ok exp/gotype 13.388s
ok exp/html 22.856s
ok exp/html/atom 0.654s
ok exp/inotify 2.101s
ok exp/locale/collate 7.206s
ok exp/locale/collate/build 1.123s
ok exp/norm 50.940s
ok exp/proxy 0.645s
ok exp/types 5.325s
ok exp/utf8string 0.650s
ok expvar 0.850s
ok flag 0.641s
ok fmt 2.581s
ok go/ast 0.759s
ok go/build 25.600s
ok go/doc 5.930s
ok go/parser 3.662s
ok go/printer 25.224s
ok go/scanner 1.092s
ok go/token 3.906s
? hash [no test files]
ok hash/adler32 2.581s
ok hash/crc32 0.607s
ok hash/crc64 0.590s
ok hash/fnv 0.594s
ok html 0.652s
ok html/template 4.761s
ok image 6.910s
ok image/color 0.750s
ok image/draw 2.681s
? image/gif [no test files]
ok image/jpeg 4.489s
ok image/png 4.652s
ok index/suffixarray 1.656s
ok io 1.169s
ok io/ioutil 0.679s
ok log 1.041s
ok log/syslog 0.931s
ok math 4.850s
ok math/big 19.505s
ok math/cmplx 0.911s
ok math/rand 416.254s
ok mime 0.682s
ok mime/multipart 5.715s
ok net 5.464s
ok net/http 60.950s
ok net/http/cgi 10.016s
ok net/http/fcgi 1.235s
ok net/http/httptest 0.879s
ok net/http/httputil 1.418s
? net/http/pprof [no test files]
ok net/mail 0.705s
ok net/rpc 2.477s
ok net/rpc/jsonrpc 0.902s
ok net/smtp 0.765s
ok net/textproto 1.051s
ok net/url 1.515s
ok old/netchan 1.561s
ok os 1.753s
ok os/exec 13.453s
ok os/signal 0.583s
ok os/user 0.665s
ok path 0.644s
ok path/filepath 29.573s
ok reflect 1.179s
ok regexp 14.866s
ok regexp/syntax 59.813s
ok runtime 226.487s
? runtime/cgo [no test files]
ok runtime/debug 1.053s
ok runtime/pprof 4.570s
ok sort 4.017s
ok strconv 29.904s
ok strings 1.585s
ok sync 1.948s
ok sync/atomic 2.622s
ok syscall 1.396s
? testing [no test files]
? testing/iotest [no test files]
ok testing/quick 2.993s
ok text/scanner 1.125s
ok text/tabwriter 1.201s
ok text/template 2.216s
ok text/template/parse 1.184s
ok time 107.044s
ok unicode 0.699s
ok unicode/utf16 0.600s
ok unicode/utf8 1.069s
? unsafe [no test files]
real 56m49.346s
user 51m0.780s
sys 5m13.730s
# GOMAXPROCS=2 runtime -cpu=1,2,4
ok runtime 779.355s
# sync -cpu=10
ok sync 19.050s
# ../misc/cgo/stdio
53.87user 9.77system 1:03.50elapsed 100%CPU (0avgtext+0avgdata 50000maxresident)k
856inputs+3952outputs (5major+110713minor)pagefaults 0swaps
# ../misc/cgo/life
19.75user 3.10system 0:22.75elapsed 100%CPU (0avgtext+0avgdata 104832maxresident)k
240inputs+2448outputs (2major+37024minor)pagefaults 0swaps
# ../misc/cgo/test
PASS
ok _/root/go.hg/misc/cgo/test 10.912s
46.51user 10.08system 0:58.16elapsed 97%CPU (0avgtext+0avgdata 149696maxresident)k
120inputs+6064outputs (0major+117825minor)pagefaults 0swaps
# ../misc/cgo/testso
18.07user 2.96system 0:20.93elapsed 100%CPU (0avgtext+0avgdata 41424maxresident)k
32inputs+784outputs (0major+34847minor)pagefaults 0swaps
# ../doc/progs
go1 failed: "Christmas is a holiday: true Sleeping for 0.122s . cgo1.go cgo2.go cgo3.go cgo4.go defer defer.go defer2 defer2.go eff_bytesize eff_bytesize.go eff_qr eff_qr.go eff_sequence eff_sequence.go error error.go error2 error2.go error3 error3.go error4 error4.go go1 go1.go gobs1.go gobs2 gobs2.go image_draw.go image_package1 image_package1.go image_package2 image_package2.go image_package3 image_package3.go image_package4 image_package4.go image_package5 image_package5.go image_package6 image_package6.go interface interface.go interface2 interface2.go json1 json1.go json2 json2.go json3 json3.go json4 json4.go json5 json5.go run slices slices.go timeout1.go timeout2.go go1.go already exists" is not "^Christmas is a holiday: true Sleeping for 0.123s.*go1.go already exists$"
real 8m21.783s
user 7m35.330s
sys 0m43.700s
# ../doc/codewalk
# ../misc/dashboard/builder ../misc/goplay
# ../test/bench/go1
ok _/root/go.hg/test/bench/go1 4741.991s
4755.04user 14.77system 1:19:35elapsed 99%CPU (0avgtext+0avgdata 971664maxresident)k
13432inputs+7672outputs (88major+138071minor)pagefaults 0swaps
# ../test
2412.01user 274.18system 45:06.84elapsed 99%CPU (0avgtext+0avgdata 974576maxresident)k
194944inputs+373664outputs (1442major+3138198minor)pagefaults 0swaps
# Checking API compatibility.
625.16user 17.09system 10:46.64elapsed 99%CPU (0avgtext+0avgdata 602128maxresident)k
37456inputs+0outputs (18major+50792minor)pagefaults 0swaps
ALL TESTS PASSED
---
Installed Go for linux/arm in /root/go.hg
Installed commands in /root/go.hg/bin
13826.88user 1000.29system 4:08:24elapsed 99%CPU (0avgtext+0avgdata 974576maxresident)k
389808inputs+1871920outputs (1899major+9767592minor)pagefaults 0swaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment