- === RUN TestEndToEnd
- --- PASS: TestEndToEnd (8.57s)
- endtoend_test.go:69: run: number.go Number
- endtoend_test.go:69: run: gap.go Gap
- endtoend_test.go:69: run: unum.go Unum
- endtoend_test.go:69: run: num.go Num
- endtoend_test.go:69: run: day.go Day
- endtoend_test.go:69: run: unum2.go Unum2
- endtoend_test.go:69: run: cgo.go Cgo
- endtoend_test.go:69: run: prime.go Prime
- === RUN TestGolden
- --- PASS: TestGolden (0.00s)
- === RUN TestSplitIntoRuns
- --- PASS: TestSplitIntoRuns (0.00s)
- PASS
- ok golang.org/x/tools/cmd/stringer 8.580s
- ##### Testing packages.
- ok archive/tar 0.055s
- ok archive/zip 0.144s
- ok bufio 0.135s
- ok bytes 0.184s
- ok compress/bzip2 0.116s
- ok compress/flate 0.241s
- ok compress/gzip 0.015s
- ok compress/lzw 0.015s
- ok compress/zlib 0.022s
- ok container/heap 0.003s
- ok container/list 0.003s
- ok container/ring 0.012s
- ok crypto/aes 0.063s
- ok crypto/cipher 0.019s
- ok crypto/des 0.018s
- ok crypto/dsa 0.024s
- ok crypto/ecdsa 0.083s
- ok crypto/elliptic 0.065s
- ok crypto/hmac 0.006s
- ok crypto/md5 0.005s
- ok crypto/rand 0.023s
- ok crypto/rc4 0.193s
- ok crypto/rsa 0.296s
- ok crypto/sha1 0.013s
- ok crypto/sha256 0.006s
- ok crypto/sha512 0.011s
- ok crypto/subtle 0.006s
- ok crypto/tls 2.742s
- ok crypto/x509 2.106s
- ok database/sql 0.069s
- ok database/sql/driver 0.014s
- ok debug/dwarf 0.038s
- ok debug/elf 0.044s
- ok debug/gosym 0.010s
- ok debug/macho 0.018s
- ok debug/pe 0.047s
- ok debug/plan9obj 0.020s
- ok encoding/ascii85 0.009s
- ok encoding/asn1 0.009s
- ok encoding/base32 0.010s
- ok encoding/base64 0.006s
- ok encoding/binary 0.014s
- ok encoding/csv 0.010s
- ok encoding/gob 0.053s
- ok encoding/hex 0.003s
- ok encoding/json 0.278s
- ok encoding/pem 0.020s
- ok encoding/xml 0.015s
- ok errors 0.003s
- ok expvar 0.009s
- ok flag 0.007s
- ok fmt 0.193s
- ok go/ast 0.019s
- ok go/build 0.351s
- ok go/constant 0.005s
- ok go/doc 0.150s
- ok go/format 0.010s
- ok go/internal/gccgoimporter 0.018s
- ok go/internal/gcimporter 0.208s
- ok go/parser 0.051s
- ok go/printer 0.619s
- ok go/scanner 0.004s
- ok go/token 0.037s
- ok go/types 0.848s
- ok hash/adler32 0.020s
- ok hash/crc32 0.003s
- ok hash/crc64 0.003s
- ok hash/fnv 0.003s
- ok html 0.007s
- ok html/template 0.053s
- ok image 0.197s
- ok image/color 0.212s
- ok image/draw 0.128s
- ok image/gif 0.179s
- ok image/jpeg 0.241s
- ok image/png 0.133s
- ok index/suffixarray 0.017s
- ok internal/golang.org/x/net/http2/hpack 0.006s
- ok internal/singleflight 0.015s
- ok internal/trace 0.008s
- ok io 0.019s
- ok io/ioutil 0.004s
- ok log 0.005s
- --- FAIL: TestWithSimulated (0.80s)
- syslog_test.go:254: Error retrieving hostname
- syslog_test.go:254: Error retrieving hostname
- syslog_test.go:254: Error retrieving hostname
- syslog_test.go:254: Error retrieving hostname
- --- FAIL: TestFlap (0.00s)
- syslog_test.go:254: Error retrieving hostname
- syslog_test.go:254: Error retrieving hostname
- --- FAIL: TestWrite (0.00s)
- syslog_test.go:278: Error retrieving hostname
- FAIL
- FAIL log/syslog 0.824s
- ok math 0.004s
- ok math/big 0.807s
- ok math/cmplx 0.003s
- ok math/rand 0.162s
- ok mime 0.021s
- ok mime/multipart 0.694s
- ok mime/quotedprintable 0.339s
- --- FAIL: TestIPv4MulticastListener (0.00s)
- listen_test.go:556: 224.0.0.254 not found in multicast rib
- FAIL
- FAIL net 1.413s
- ok net/http 13.291s
- ok net/http/cgi 0.817s
- ok net/http/cookiejar 0.010s
- ok net/http/fcgi 0.020s
- ok net/http/httptest 0.015s
- ok net/http/httputil 0.035s
- ok net/http/internal 0.007s
- ok net/internal/socktest 0.003s
- ok net/mail 0.010s
- ok net/rpc 0.014s
- ok net/rpc/jsonrpc 0.020s
- ok net/smtp 0.062s
- ok net/textproto 0.017s
- ok net/url 0.012s
- --- FAIL: TestHostname (0.00s)
- os_test.go:1346: open /proc/sys/kernel/hostname: no such file or directory
- FAIL
- FAIL os 0.493s
- ok os/exec 0.221s
- ok os/signal 4.283s
- ok os/user 0.007s
- ok path 0.004s
- ok path/filepath 0.034s
- ok reflect 0.086s
- ok regexp 0.309s
- ok regexp/syntax 0.635s
- --- FAIL: TestGdbPython (2.25s)
- runtime-gdb_test.go:42: gdb version 7.10
- runtime-gdb_test.go:148: info goroutines failed:
- FAIL
- FAIL runtime 29.769s
- ok runtime/debug 0.023s
- ok runtime/internal/atomic 0.250s
- ok runtime/pprof 1.747s
- ok runtime/trace 5.341s
- ok sort 0.125s
- ok strconv 1.104s
- ok strings 0.200s
- ok sync 0.156s
- ok sync/atomic 0.490s
- death signal parent error: fork/exec /tmp/TestDeathSignal095764086/syscall.test: permission denied
- --- FAIL: TestLinuxDeathSignal (0.01s)
- syscall_linux_test.go:98: did not receive start from child, received "", EOF
- FAIL
- FAIL syscall 0.038s
- ok testing 1.824s
- ok testing/quick 0.100s
- ok text/scanner 0.008s
- ok text/tabwriter 0.016s
- ok text/template 0.046s
- ok text/template/parse 0.016s
- ok time 2.676s
- ok unicode 0.007s
- ok unicode/utf16 0.006s
- ok unicode/utf8 0.010s
- ok cmd/addr2line 1.958s
- ok cmd/api 0.062s
- ok cmd/asm/internal/asm 0.240s
- ok cmd/asm/internal/lex 0.007s
- ok cmd/compile/internal/big 3.108s
- ok cmd/compile/internal/gc 0.895s
- ok cmd/cover 3.378s
- ok cmd/doc 0.032s
- ok cmd/fix 0.046s
- ok cmd/go 69.622s
- ok cmd/gofmt 0.103s
- ok cmd/internal/goobj 0.006s
- ok cmd/internal/obj 0.006s
- ok cmd/internal/obj/x86 0.008s
- ok cmd/internal/unvendor/golang.org/x/arch/arm/armasm 0.015s
- ok cmd/internal/unvendor/golang.org/x/arch/x86/x86asm 0.363s
- ok cmd/nm 1.914s
- ok cmd/objdump 5.368s
- ok cmd/pack 4.431s
- ok cmd/pprof/internal/profile 0.021s
- ok cmd/vet 6.598s
- 2016/02/21 11:06:43 Failed: exit status 1
- ++ Mark Compile stop : "go" "1.6" "Sun, 21 Feb 2016 09:06:43 +0000"