Skip to content

Instantly share code, notes, and snippets.

@ajstarks
Last active August 29, 2015 14:27
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 ajstarks/06fa30721b03f442756f to your computer and use it in GitHub Desktop.
Save ajstarks/06fa30721b03f442756f to your computer and use it in GitHub Desktop.
Digital Ocean go 1.5rc1 build transcript
ajstarks@ajstarks:~/go$ ls
api CONTRIBUTING.md doc lib misc README.md src VERSION
AUTHORS CONTRIBUTORS favicon.ico LICENSE PATENTS robots.txt test
ajstarks@ajstarks:~/go$ cd src
ajstarks@ajstarks:~/go/src$ time ./all.bash
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /home/ajstarks/go1.4.
bootstrap/internal/obj
bootstrap/internal/obj/arm
bootstrap/internal/obj/arm64
bootstrap/internal/obj/ppc64
bootstrap/internal/obj/x86
bootstrap/asm/internal/arch
bootstrap/asm/internal/flags
bootstrap/asm/internal/lex
bootstrap/asm/internal/asm
bootstrap/asm
bootstrap/compile/internal/big
bootstrap/internal/gcprog
bootstrap/compile/internal/gc
bootstrap/compile/internal/amd64
bootstrap/compile/internal/arm
bootstrap/compile/internal/arm64
bootstrap/compile/internal/ppc64
bootstrap/compile/internal/x86
bootstrap/compile
bootstrap/link/internal/ld
bootstrap/link/internal/amd64
bootstrap/link/internal/arm
bootstrap/link/internal/arm64
bootstrap/link/internal/ppc64
bootstrap/link/internal/x86
bootstrap/link
##### Building go_bootstrap for host, linux/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 linux/amd64.
runtime
errors
sync/atomic
sync
io
unicode
unicode/utf8
bytes
bufio
math
strconv
reflect
encoding/binary
syscall
time
os
fmt
sort
flag
log
strings
path/filepath
cmd/internal/obj
cmd/internal/goobj
cmd/internal/rsc.io/arm/armasm
cmd/internal/rsc.io/x86/x86asm
path
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
regexp/syntax
regexp
text/tabwriter
cmd/internal/objfile
cmd/addr2line
io/ioutil
archive/tar
compress/flate
hash
hash/crc32
archive/zip
compress/bzip2
compress/gzip
compress/lzw
hash/adler32
compress/zlib
container/heap
container/list
container/ring
crypto
crypto/subtle
crypto/cipher
crypto/aes
crypto/des
math/rand
math/big
crypto/dsa
crypto/elliptic
crypto/sha512
encoding/asn1
crypto/ecdsa
crypto/hmac
crypto/md5
internal/syscall/unix
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/x509/pkix
encoding/hex
encoding/base64
encoding/pem
internal/singleflight
go/token
go/scanner
go/ast
go/parser
go/printer
os/exec
cmd/cgo
runtime/cgo
net
crypto/x509
crypto/tls
database/sql/driver
database/sql
encoding
encoding/ascii85
encoding/base32
encoding/csv
encoding/gob
unicode/utf16
encoding/json
encoding/xml
mime
mime/quotedprintable
net/textproto
mime/multipart
net/http/internal
net/url
net/http
expvar
text/template/parse
text/template
go/doc
go/build
go/constant
internal/format
go/format
go/types
text/scanner
go/internal/gccgoimporter
go/internal/gcimporter
go/importer
hash/crc64
hash/fnv
html
html/template
image/color
image
image/color/palette
image/internal/imageutil
image/draw
image/gif
image/jpeg
image/png
index/suffixarray
runtime/pprof
runtime/trace
testing
internal/testenv
internal/trace
log/syslog
math/cmplx
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/http/pprof
net/internal/socktest
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
os/signal
os/user
runtime/debug
runtime/race
testing/iotest
testing/quick
cmd/api
cmd/internal/obj/arm
cmd/internal/obj/arm64
cmd/internal/obj/ppc64
cmd/internal/obj/x86
cmd/asm/internal/arch
cmd/asm/internal/flags
cmd/asm/internal/lex
cmd/asm/internal/asm
cmd/asm
cmd/compile/internal/big
cmd/internal/gcprog
cmd/compile/internal/gc
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/ppc64
cmd/compile/internal/x86
cmd/compile
cmd/cover
cmd/dist
cmd/doc
cmd/fix
cmd/go
cmd/gofmt
cmd/link/internal/ld
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/ppc64
cmd/link/internal/x86
cmd/link
cmd/nm
cmd/objdump
cmd/pack
cmd/pprof/internal/profile
cmd/pprof/internal/plugin
cmd/pprof/internal/report
cmd/pprof/internal/svg
cmd/pprof/internal/tempfile
cmd/pprof/internal/commands
cmd/pprof/internal/driver
cmd/pprof/internal/fetch
cmd/pprof/internal/symbolizer
cmd/pprof/internal/symbolz
cmd/pprof
cmd/trace
cmd/vet/whitelist
cmd/vet
cmd/yacc
##### Testing packages.
ok archive/tar 0.010s
ok archive/zip 0.419s
ok bufio 0.069s
ok bytes 0.095s
ok compress/bzip2 0.072s
ok compress/flate 0.539s
ok compress/gzip 0.010s
ok compress/lzw 0.080s
ok compress/zlib 1.249s
ok container/heap 0.003s
ok container/list 0.003s
ok container/ring 0.014s
ok crypto/aes 0.031s
ok crypto/cipher 0.004s
ok crypto/des 0.011s
ok crypto/dsa 0.005s
ok crypto/ecdsa 0.040s
ok crypto/elliptic 0.036s
ok crypto/hmac 0.003s
ok crypto/md5 0.005s
ok crypto/rand 0.023s
ok crypto/rc4 0.112s
ok crypto/rsa 0.088s
ok crypto/sha1 0.004s
ok crypto/sha256 0.004s
ok crypto/sha512 0.004s
ok crypto/subtle 0.006s
ok crypto/tls 0.828s
ok crypto/x509 1.418s
ok database/sql 0.031s
ok database/sql/driver 0.003s
ok debug/dwarf 0.007s
ok debug/elf 0.022s
ok debug/gosym 0.687s
ok debug/macho 0.004s
ok debug/pe 0.015s
ok debug/plan9obj 0.003s
ok encoding/ascii85 0.003s
ok encoding/asn1 0.005s
ok encoding/base32 0.004s
ok encoding/base64 0.004s
ok encoding/binary 0.004s
ok encoding/csv 0.004s
ok encoding/gob 0.046s
ok encoding/hex 0.003s
ok encoding/json 0.149s
ok encoding/pem 0.030s
ok encoding/xml 0.013s
ok errors 0.003s
ok expvar 0.005s
ok flag 0.008s
ok fmt 0.157s
ok go/ast 0.006s
ok go/build 0.078s
ok go/constant 0.004s
ok go/doc 0.060s
ok go/format 0.008s
ok go/internal/gccgoimporter 0.004s
ok go/internal/gcimporter 0.440s
ok go/parser 0.030s
ok go/printer 0.252s
ok go/scanner 0.004s
ok go/token 0.024s
ok go/types 2.535s
ok hash/adler32 0.008s
ok hash/crc32 0.003s
ok hash/crc64 0.003s
ok hash/fnv 0.003s
ok html 0.004s
ok html/template 0.038s
ok image 0.142s
ok image/color 0.083s
ok image/draw 0.086s
ok image/gif 0.081s
ok image/jpeg 0.155s
ok image/png 0.043s
ok index/suffixarray 0.010s
ok internal/singleflight 0.013s
ok internal/trace 0.003s
ok io 0.019s
ok io/ioutil 0.004s
ok log 0.005s
ok log/syslog 2.025s
ok math 0.004s
ok math/big 0.582s
ok math/cmplx 0.003s
ok math/rand 0.261s
ok mime 0.009s
ok mime/multipart 0.270s
ok mime/quotedprintable 0.147s
ok net 2.303s
ok net/http 7.231s
ok net/http/cgi 0.313s
ok net/http/cookiejar 0.007s
ok net/http/fcgi 0.005s
ok net/http/httptest 0.006s
ok net/http/httputil 0.015s
ok net/http/internal 0.004s
ok net/internal/socktest 0.003s
ok net/mail 0.006s
ok net/rpc 0.016s
ok net/rpc/jsonrpc 0.008s
ok net/smtp 0.025s
ok net/textproto 0.005s
ok net/url 0.007s
ok os 0.232s
ok os/exec 0.172s
ok os/signal 3.353s
ok os/user 0.004s
ok path 0.003s
ok path/filepath 0.018s
ok reflect 0.091s
ok regexp 0.139s
ok regexp/syntax 0.432s
ok runtime 38.596s
ok runtime/debug 0.009s
ok runtime/pprof 6.031s
ok runtime/trace 2.577s
ok sort 0.074s
ok strconv 0.296s
ok strings 0.103s
ok sync 0.118s
ok sync/atomic 0.223s
ok syscall 0.026s
ok testing 1.286s
ok testing/quick 0.033s
ok text/scanner 0.005s
ok text/tabwriter 0.004s
ok text/template 0.025s
ok text/template/parse 0.008s
ok time 2.560s
ok unicode 0.004s
ok unicode/utf16 0.003s
ok unicode/utf8 0.005s
ok cmd/addr2line 1.458s
ok cmd/api 0.008s
ok cmd/asm/internal/asm 0.016s
ok cmd/asm/internal/lex 0.003s
ok cmd/compile/internal/big 2.822s
ok cmd/cover 2.609s
ok cmd/doc 0.020s
ok cmd/fix 0.016s
ok cmd/go 53.646s
ok cmd/gofmt 0.034s
ok cmd/internal/goobj 0.003s
ok cmd/internal/obj 0.003s
ok cmd/internal/obj/x86 0.017s
ok cmd/internal/rsc.io/arm/armasm 0.006s
ok cmd/internal/rsc.io/x86/x86asm 0.213s
ok cmd/nm 1.381s
ok cmd/objdump 3.598s
ok cmd/pack 2.465s
ok cmd/pprof/internal/profile 0.004s
ok cmd/vet 7.087s
##### GOMAXPROCS=2 runtime -cpu=1,2,4
ok runtime 94.254s
##### sync -cpu=10
ok sync 0.125s
##### ../misc/cgo/stdio
##### ../misc/cgo/life
##### ../misc/cgo/test
scatter = 0x406380
hello from C
sqrt is: 0
PASS
ok _/home/ajstarks/go/misc/cgo/test 1.786s
scatter = 0x5849d0
hello from C
sqrt is: 0
PASS
ok _/home/ajstarks/go/misc/cgo/test 1.658s
scatter = 0x406380
hello from C
sqrt is: 0
PASS
ok _/home/ajstarks/go/misc/cgo/test 1.772s
PASS
ok _/home/ajstarks/go/misc/cgo/testtls 0.004s
PASS
ok _/home/ajstarks/go/misc/cgo/testtls 0.004s
PASS
ok _/home/ajstarks/go/misc/cgo/testtls 0.005s
PASS
ok _/home/ajstarks/go/misc/cgo/nocgo 0.004s
PASS
ok _/home/ajstarks/go/misc/cgo/nocgo 0.004s
PASS
ok _/home/ajstarks/go/misc/cgo/nocgo 0.004s
scatter = 0x7f96f9bdba70
hello from C
sqrt is: 0
PASS
ok _/home/ajstarks/go/misc/cgo/test 1.676s
PASS
ok _/home/ajstarks/go/misc/cgo/testtls 0.007s
PASS
ok _/home/ajstarks/go/misc/cgo/nocgo 0.006s
##### Testing race detector
ok runtime/race 3.033s
ok flag 1.018s
ok os/exec 18.782s
scatter = 0x431590
hello from C
sqrt is: 0
PASS
ok _/home/ajstarks/go/misc/cgo/test 2.995s
ok flag 1.016s
ok os/exec 18.954s
##### ../misc/cgo/testgodefs
##### ../misc/cgo/testso
##### ../misc/cgo/testsovar
##### ../misc/cgo/testcarchive
PASS
PASS
PASS
##### ../misc/cgo/testcshared
ok
##### ../misc/cgo/testshared
PASS
ok _/home/ajstarks/go/misc/cgo/testshared 6.304s
##### ../misc/cgo/testasan
##### ../misc/cgo/errors
##### ../misc/cgo/testsigfwd
##### ../doc/progs
23.82user 3.64system 0:27.77elapsed 98%CPU (0avgtext+0avgdata 114376maxresident)k
0inputs+178984outputs (0major+663626minor)pagefaults 0swaps
##### ../doc/articles/wiki
PASS
##### ../doc/codewalk
2.96user 0.35system 0:03.33elapsed 99%CPU (0avgtext+0avgdata 92252maxresident)k
0inputs+20928outputs (0major+63566minor)pagefaults 0swaps
##### ../test/bench/shootout
fasta
reverse-complement
nbody
binary-tree
binary-tree-freelist
fannkuch
fannkuch-parallel
./timing.sh: line 164: pkg-config: command not found
regex-dna
regex-dna-parallel
spectral-norm
k-nucleotide
k-nucleotide-parallel
mandelbrot
meteor-contest
pidigits
threadring
chameneosredux
13.36user 1.72system 0:15.26elapsed 98%CPU (0avgtext+0avgdata 47664maxresident)k
152inputs+87072outputs (2major+335249minor)pagefaults 0swaps
##### ../test/bench/go1
testing: warning: no tests to run
PASS
ok _/home/ajstarks/go/test/bench/go1 2.835s
##### ../test
##### API check
Go version is "go1.5rc1", ignoring -next /home/ajstarks/go/api/next.txt
ALL TESTS PASSED
---
Installed Go for linux/amd64 in /home/ajstarks/go
Installed commands in /home/ajstarks/go/bin
real 19m0.246s
user 14m56.801s
sys 2m43.477s
ajstarks@ajstarks:~/go/src$ uname -a
Linux ajstarks 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
ajstarks@ajstarks:~/go/src$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment