Skip to content

Instantly share code, notes, and snippets.

@shuLhan
Created March 10, 2019 04:11
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 shuLhan/210bbb28368ea00d34840f8d541582cf to your computer and use it in GitHub Desktop.
Save shuLhan/210bbb28368ea00d34840f8d541582cf to your computer and use it in GitHub Desktop.
go-build-8876e5ce8c
10:49 ~/git/go
master ms 0 % git change 166460
/home/ms/bin/git-codereview: changed to CL 166460/1.
syscall: skip non-root user namespace test if kernel forbids
/home/ms/bin/git-codereview: warning: 7 commits behind origin/HEAD; run 'git codereview sync' to update.
10:51 ~/git/go
(8876e5ce8c...) ms 0 % cd src
10:52 ~/git/go/src
(8876e5ce8c...) ms 0 % unset GOMAXPROCS
10:52 ~/git/go/src
(8876e5ce8c...) ms 0 % ./all.bash
Building Go cmd/dist using /home/ms/go1.4.3.
Building Go toolchain1 using /home/ms/go1.4.3.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
##### Testing packages.
ok archive/tar 0.033s
ok archive/zip 0.878s
ok bufio 0.095s
ok bytes 0.186s
ok compress/bzip2 0.063s
ok compress/flate 0.840s
ok compress/gzip 0.031s
ok compress/lzw 0.008s
ok compress/zlib 0.019s
ok container/heap 0.011s
ok container/list 0.019s
ok container/ring 0.037s
ok context 1.018s
ok crypto 0.027s
ok crypto/aes 0.041s
ok crypto/cipher 0.259s
ok crypto/des 0.032s
ok crypto/dsa 0.024s
ok crypto/ecdsa 0.193s
ok crypto/elliptic 0.552s
ok crypto/hmac 0.026s
ok crypto/internal/subtle 0.018s
ok crypto/md5 0.010s
ok crypto/rand 0.063s
ok crypto/rc4 0.047s
ok crypto/rsa 0.130s
ok crypto/sha1 0.026s
ok crypto/sha256 0.019s
ok crypto/sha512 0.007s
ok crypto/subtle 0.009s
ok crypto/tls 1.987s
ok crypto/x509 1.607s
ok database/sql 0.657s
ok database/sql/driver 0.048s
ok debug/dwarf 0.039s
ok debug/elf 0.147s
ok debug/gosym 0.472s
ok debug/macho 0.033s
ok debug/pe 0.027s
ok debug/plan9obj 0.016s
ok encoding/ascii85 0.021s
ok encoding/asn1 0.014s
ok encoding/base32 0.059s
ok encoding/base64 0.025s
ok encoding/binary 0.041s
ok encoding/csv 0.026s
ok encoding/gob 0.056s
ok encoding/hex 0.028s
ok encoding/json 0.569s
ok encoding/pem 0.070s
ok encoding/xml 0.046s
ok errors 0.025s
ok expvar 0.034s
ok flag 0.017s
ok fmt 0.148s
ok go/ast 0.043s
ok go/build 0.302s
ok go/constant 0.014s
ok go/doc 0.119s
ok go/format 0.022s
ok go/importer 0.132s
ok go/internal/gccgoimporter 0.047s
ok go/internal/gcimporter 0.568s
ok go/internal/srcimporter 1.166s
ok go/parser 0.045s
ok go/printer 0.461s
ok go/scanner 0.024s
ok go/token 0.068s
ok go/types 0.955s
ok hash 0.041s
ok hash/adler32 0.021s
ok hash/crc32 0.039s
ok hash/crc64 0.018s
ok hash/fnv 0.015s
ok html 0.033s
ok html/template 0.072s
ok image 0.123s
ok image/color 0.028s
ok image/draw 0.085s
ok image/gif 0.372s
ok image/jpeg 0.327s
ok image/png 0.114s
ok index/suffixarray 0.020s
ok internal/cpu 0.098s
ok internal/fmtsort 0.022s
ok internal/poll 0.054s
ok internal/reflectlite 0.015s
ok internal/singleflight 0.048s
ok internal/trace 2.010s
ok internal/x/crypto/chacha20poly1305 0.074s
ok internal/x/crypto/cryptobyte 0.031s
ok internal/x/crypto/curve25519 0.021s
ok internal/x/crypto/hkdf 0.007s
ok internal/x/crypto/internal/chacha20 0.117s
ok internal/x/crypto/poly1305 0.028s
ok internal/x/net/dns/dnsmessage 0.048s
ok internal/x/net/http/httpguts 0.028s
ok internal/x/net/http/httpproxy 0.006s
ok internal/x/net/http2/hpack 0.019s
ok internal/x/net/idna 0.019s
ok internal/x/net/nettest 1.143s
ok internal/x/text/transform 0.035s
ok internal/x/text/unicode/norm 0.013s
ok internal/xcoff 0.028s
ok io 0.072s
ok io/ioutil 0.043s
ok log 0.003s
ok log/syslog 1.282s
ok math 0.020s
ok math/big 2.870s
ok math/bits 0.016s
ok math/cmplx 0.036s
ok math/rand 0.367s
ok mime 0.041s
ok mime/multipart 0.598s
ok mime/quotedprintable 0.190s
ok net 3.006s
ok net/http 18.059s
ok net/http/cgi 0.675s
ok net/http/cookiejar 0.023s
ok net/http/fcgi 0.045s
ok net/http/httptest 0.084s
ok net/http/httptrace 0.029s
ok net/http/httputil 0.135s
ok net/http/internal 0.036s
ok net/http/pprof 2.081s
ok net/internal/socktest 0.008s
ok net/mail 0.032s
ok net/rpc 0.049s
ok net/rpc/jsonrpc 0.004s
ok net/smtp 0.025s
ok net/textproto 0.008s
ok net/url 0.008s
ok os 0.630s
ok os/exec 0.845s
ok os/signal 4.962s
ok os/user 0.004s
ok path 0.011s
ok path/filepath 0.007s
ok plugin 0.010s
ok reflect 0.166s
ok regexp 0.137s
ok regexp/syntax 0.551s
ok runtime 40.339s
ok runtime/debug 0.055s
ok runtime/internal/atomic 0.145s
ok runtime/internal/math 0.022s
ok runtime/internal/sys 0.013s
ok runtime/pprof 8.011s
ok runtime/pprof/internal/profile 0.017s
ok runtime/trace 3.045s
ok sort 0.102s
ok strconv 0.616s
ok strings 0.166s
ok sync 0.362s
ok sync/atomic 0.105s
ok syscall 0.155s
ok testing 1.170s
ok testing/quick 0.112s
ok text/scanner 0.015s
ok text/tabwriter 0.019s
ok text/template 0.468s
ok text/template/parse 0.010s
ok time 2.701s
ok unicode 0.024s
ok unicode/utf16 0.014s
ok unicode/utf8 0.011s
ok cmd/addr2line 1.445s
ok cmd/api 0.029s
ok cmd/asm/internal/asm 0.602s
ok cmd/asm/internal/lex 0.003s
ok cmd/compile 0.021s
ok cmd/compile/internal/gc 12.830s
ok cmd/compile/internal/ssa 0.927s
ok cmd/compile/internal/syntax 0.035s
ok cmd/compile/internal/test 0.040s [no tests to run]
ok cmd/compile/internal/types 0.034s
ok cmd/cover 3.141s
ok cmd/doc 0.080s
ok cmd/fix 10.766s
ok cmd/go 53.322s
ok cmd/go/internal/cache 0.327s
ok cmd/go/internal/dirhash 0.030s
ok cmd/go/internal/generate 0.056s
ok cmd/go/internal/get 0.082s
ok cmd/go/internal/imports 0.010s
ok cmd/go/internal/load 0.034s
ok cmd/go/internal/lockedfile 0.069s
ok cmd/go/internal/lockedfile/internal/filelock 0.087s
ok cmd/go/internal/modconv 0.119s
ok cmd/go/internal/modfetch 0.023s
ok cmd/go/internal/modfetch/codehost 0.014s
ok cmd/go/internal/modfile 0.030s
ok cmd/go/internal/modload 0.019s
ok cmd/go/internal/module 0.016s
ok cmd/go/internal/mvs 0.042s
ok cmd/go/internal/par 0.050s
ok cmd/go/internal/search 0.019s
ok cmd/go/internal/semver 0.030s
ok cmd/go/internal/txtar 0.032s
ok cmd/go/internal/web2 0.025s
ok cmd/go/internal/work 0.054s
ok cmd/gofmt 0.078s
ok cmd/internal/buildid 0.356s
ok cmd/internal/dwarf 0.022s
ok cmd/internal/edit 0.030s
ok cmd/internal/goobj 0.820s
ok cmd/internal/obj 0.015s
ok cmd/internal/obj/arm64 0.037s
ok cmd/internal/obj/x86 0.517s
ok cmd/internal/objabi 0.040s
ok cmd/internal/src 0.009s
ok cmd/internal/test2json 0.161s
ok cmd/link 2.954s
ok cmd/link/internal/ld 1.879s
ok cmd/link/internal/sym 0.031s
ok cmd/nm 2.673s
ok cmd/objdump 3.458s
ok cmd/pack 3.056s
ok cmd/trace 0.048s
ok cmd/vendor/github.com/google/pprof/internal/binutils 0.594s
ok cmd/vendor/github.com/google/pprof/internal/driver 0.524s
ok cmd/vendor/github.com/google/pprof/internal/elfexec 0.017s
ok cmd/vendor/github.com/google/pprof/internal/graph 0.032s
ok cmd/vendor/github.com/google/pprof/internal/measurement 0.034s
ok cmd/vendor/github.com/google/pprof/internal/report 0.247s
ok cmd/vendor/github.com/google/pprof/internal/symbolizer 0.011s
ok cmd/vendor/github.com/google/pprof/internal/symbolz 0.025s
ok cmd/vendor/github.com/google/pprof/profile 0.136s
ok cmd/vendor/github.com/ianlancetaylor/demangle 0.033s
ok cmd/vendor/golang.org/x/arch/arm/armasm 0.025s
ok cmd/vendor/golang.org/x/arch/arm64/arm64asm 0.172s
ok cmd/vendor/golang.org/x/arch/ppc64/ppc64asm 0.044s
ok cmd/vendor/golang.org/x/arch/x86/x86asm 0.141s
ok cmd/vendor/golang.org/x/crypto/ssh/terminal 0.020s
ok cmd/vendor/golang.org/x/sys/unix 0.568s
ok cmd/vet 4.991s
##### os/user with tag osusergo
ok os/user 0.001s
##### GOMAXPROCS=2 runtime -cpu=1,2,4 -quick
[2] + done gitk --all -n 200
ok runtime 14.869s
##### cmd/go terminal test
PASS
ok _/home/ms/git/go/src/cmd/go/testdata/testterminal18153 0.001s
##### Testing without libgcc.
ok crypto/x509 0.819s
ok net 0.008s
ok os/user 0.042s
##### internal linking of -buildmode=pie
ok reflect 1.099s
ok os/user 0.456s
##### sync -cpu=10
ok sync 1.062s
##### Testing race detector
ok runtime/race 11.169s
ok flag 1.024s
ok net 1.058s
ok os 1.113s
ok os/exec 3.028s
ok encoding/gob 1.020s
PASS
scatter = 0x62f500
sqrt is: 0
hello from C
ok misc/cgo/test 4.315s
ok flag 1.010s
ok os/exec 3.034s
##### ../misc/cgo/stdio
PASS
##### ../misc/cgo/life
PASS
##### ../misc/swig/stdio
PASS
ok misc/swig/stdio 0.002s
##### ../misc/swig/callback
PASS
ok misc/swig/callback 0.002s
##### ../misc/cgo/test
PASS
ok misc/cgo/test 3.220s
PASS
ok misc/cgo/test 3.923s
PASS
ok misc/cgo/test 3.080s
PASS
ok misc/cgo/testtls 0.002s
PASS
ok misc/cgo/testtls 0.010s
PASS
ok misc/cgo/testtls 0.001s
PASS
ok misc/cgo/nocgo 0.003s
PASS
ok misc/cgo/nocgo 0.002s
PASS
ok misc/cgo/nocgo 0.002s
PASS
ok misc/cgo/test 3.390s
PASS
ok misc/cgo/test 3.287s
PASS
ok misc/cgo/test 3.732s
PASS
ok misc/cgo/testtls 0.002s
PASS
ok misc/cgo/nocgo 0.011s
##### ../misc/cgo/testgodefs
##### ../misc/cgo/testso
PASS
ok misc/cgo/testso 0.659s
##### ../misc/cgo/testsovar
PASS
ok misc/cgo/testsovar 0.724s
##### ../misc/cgo/testcarchive
PASS
##### ../misc/cgo/testcshared
PASS
##### ../misc/cgo/testshared
PASS
ok misc/cgo/testshared 23.430s
##### ../misc/cgo/testplugin
PASS
ok misc/cgo/testplugin 16.037s
##### ../misc/cgo/testasan
##### ../misc/cgo/testsanitizers
PASS
##### ../misc/cgo/errors
PASS
##### ../misc/cgo/testsigfwd
##### ../test/bench/go1
testing: warning: no tests to run
PASS
ok test/bench/go1 2.493s
##### ../test
##### API check
+pkg errors, func As(error, interface{}) bool
+pkg errors, func Caller(int) Frame
+pkg errors, func Is(error, error) bool
+pkg errors, func Opaque(error) error
+pkg errors, func Unwrap(error) error
+pkg errors, method (Frame) Format(Printer)
+pkg errors, type Formatter interface { Error, FormatError }
+pkg errors, type Formatter interface, Error() string
+pkg errors, type Formatter interface, FormatError(Printer) error
+pkg errors, type Frame struct
+pkg errors, type Printer interface { Detail, Print, Printf }
+pkg errors, type Printer interface, Detail() bool
+pkg errors, type Printer interface, Print(...interface{})
+pkg errors, type Printer interface, Printf(string, ...interface{})
+pkg errors, type Wrapper interface { Unwrap }
+pkg errors, type Wrapper interface, Unwrap() error
+pkg go/constant, func Make(interface{}) Value
+pkg go/constant, func Val(Value) interface{}
+pkg net/http, const StatusEarlyHints = 103
+pkg net/http, const StatusEarlyHints ideal-int
+pkg os, func UserConfigDir() (string, error)
ALL TESTS PASSED
---
Installed Go for linux/amd64 in /home/ms/git/go
Installed commands in /home/ms/git/go/bin
*** You need to add /home/ms/git/go/bin to your PATH.
10:58 ~/git/go/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment