Skip to content

Instantly share code, notes, and snippets.

@ajstarks
Created July 18, 2015 12:19
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/0c4af5aac10488be17de to your computer and use it in GitHub Desktop.
Save ajstarks/0c4af5aac10488be17de to your computer and use it in GitHub Desktop.
Go1.5 Beta2 build and test failure: linux/arm (Raspberry Pi 2)
pi@raspberrypi ~/go/src $ time ./all.bash
##### Building Go bootstrap tool.
cmd/dist
##### Building Go toolchain using /home/pi/go1.4.
bootstrap/internal/obj
bootstrap/asm/internal/flags
bootstrap/compile/internal/big
bootstrap/internal/gcprog
bootstrap/internal/obj/arm
bootstrap/internal/obj/arm64
bootstrap/internal/obj/ppc64
bootstrap/internal/obj/x86
bootstrap/asm/internal/lex
bootstrap/compile/internal/gc
bootstrap/internal/asm
bootstrap/link/internal/ld
bootstrap/asm/internal/arch
bootstrap/old5a
bootstrap/asm/internal/asm
bootstrap/asm
bootstrap/old6a
bootstrap/old8a
bootstrap/old9a
bootstrap/link/internal/amd64
bootstrap/link/internal/arm
bootstrap/link/internal/arm64
bootstrap/link/internal/ppc64
bootstrap/link/internal/x86
bootstrap/link
bootstrap/compile/internal/amd64
bootstrap/compile/internal/arm
bootstrap/compile/internal/arm64
bootstrap/compile/internal/ppc64
bootstrap/compile/internal/x86
bootstrap/compile
##### Building compilers and go_bootstrap for host, linux/arm.
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/arm.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
sync
container/heap
container/list
io
syscall
hash
hash/crc32
hash/adler32
container/ring
crypto/subtle
crypto/cipher
bytes
strings
bufio
strconv
text/tabwriter
time
path
compress/bzip2
math/rand
crypto/hmac
internal/syscall/unix
internal/singleflight
reflect
regexp/syntax
crypto
crypto/aes
crypto/sha512
crypto/md5
os
crypto/rc4
crypto/sha1
regexp
crypto/sha256
encoding/base64
encoding/pem
path/filepath
encoding/binary
fmt
encoding
encoding/ascii85
crypto/des
encoding/base32
io/ioutil
os/exec
unicode/utf16
hash/crc64
hash/fnv
html
image/color
image
flag
log
cmd/internal/rsc.io/arm/armasm
cmd/internal/rsc.io/x86/x86asm
cmd/internal/obj
debug/dwarf
debug/gosym
cmd/internal/goobj
debug/elf
debug/macho
debug/pe
debug/plan9obj
archive/tar
compress/flate
compress/lzw
math/big
cmd/internal/objfile
archive/zip
compress/gzip
compress/zlib
encoding/hex
cmd/addr2line
go/token
go/scanner
database/sql/driver
crypto/dsa
crypto/elliptic
encoding/asn1
crypto/rand
crypto/rsa
crypto/x509/pkix
crypto/ecdsa
go/ast
database/sql
encoding/csv
encoding/gob
encoding/json
encoding/xml
go/parser
go/printer
mime
mime/quotedprintable
net/http/internal
net/url
text/template/parse
go/constant
text/scanner
go/types
image/color/palette
cmd/cgo
text/template
internal/format
go/format
image/internal/imageutil
image/draw
go/doc
html/template
go/build
image/gif
image/jpeg
image/png
go/internal/gccgoimporter
go/internal/gcimporter
index/suffixarray
runtime/pprof
internal/trace
go/importer
testing
math/cmplx
runtime/cgo
net/internal/socktest
os/signal
internal/testenv
net
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/flags
cmd/asm/internal/lex
cmd/compile/internal/big
cmd/internal/gcprog
cmd/cover
cmd/asm/internal/arch
crypto/x509
net/textproto
mime/multipart
log/syslog
net/mail
cmd/asm/internal/asm
cmd/compile/internal/gc
crypto/tls
cmd/asm
cmd/dist
net/http
net/smtp
cmd/doc
cmd/fix
cmd/gofmt
expvar
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httputil
net/http/pprof
net/rpc
cmd/go
cmd/internal/asm
net/rpc/jsonrpc
cmd/link/internal/ld
cmd/newlink
cmd/nm
cmd/objdump
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/ppc64
cmd/compile/internal/x86
cmd/link/internal/ppc64
cmd/link/internal/x86
cmd/old5a
cmd/link
cmd/old6a
cmd/compile
cmd/old8a
cmd/old9a
cmd/pack
cmd/pprof/internal/profile
cmd/pprof/internal/svg
cmd/pprof/internal/tempfile
cmd/trace
cmd/vet/whitelist
cmd/vet
cmd/yacc
cmd/pprof/internal/plugin
cmd/pprof/internal/report
cmd/pprof/internal/commands
cmd/pprof/internal/driver
cmd/pprof/internal/fetch
cmd/pprof/internal/symbolizer
cmd/pprof/internal/symbolz
cmd/pprof
##### Testing packages.
ok archive/tar 0.096s
ok archive/zip 7.588s
ok bufio 1.045s
ok bytes 1.766s
ok compress/bzip2 1.054s
ok compress/flate 7.720s
ok compress/gzip 0.124s
ok compress/lzw 1.101s
ok compress/zlib 18.422s
ok container/heap 0.030s
ok container/list 0.041s
ok container/ring 0.144s
ok crypto/aes 0.251s
ok crypto/cipher 0.060s
ok crypto/des 0.297s
ok crypto/dsa 0.063s
ok crypto/ecdsa 0.835s
ok crypto/elliptic 0.690s
ok crypto/hmac 0.038s
ok crypto/md5 0.118s
ok crypto/rand 0.249s
ok crypto/rc4 2.365s
ok crypto/rsa 2.163s
ok crypto/sha1 0.031s
ok crypto/sha256 0.041s
ok crypto/sha512 0.061s
ok crypto/subtle 0.070s
ok crypto/tls 24.112s
ok crypto/x509 19.416s
ok database/sql 0.486s
ok database/sql/driver 0.113s
ok debug/dwarf 0.171s
ok debug/elf 0.186s
ok debug/gosym 0.082s
ok debug/macho 0.043s
ok debug/pe 0.175s
ok debug/plan9obj 0.027s
ok encoding/ascii85 0.035s
ok encoding/asn1 0.057s
ok encoding/base32 0.035s
ok encoding/base64 0.040s
ok encoding/binary 0.045s
ok encoding/csv 0.053s
ok encoding/gob 0.809s
ok encoding/hex 0.030s
ok encoding/json 2.143s
ok encoding/pem 0.639s
ok encoding/xml 0.169s
ok errors 0.023s
ok expvar 0.076s
ok flag 0.081s
ok fmt 2.559s
ok go/ast 0.048s
ok go/build 1.691s
ok go/constant 0.064s
ok go/doc 0.840s
ok go/format 0.099s
ok go/internal/gccgoimporter 0.040s
ok go/internal/gcimporter 0.235s
ok go/parser 0.370s
ok go/printer 4.901s
ok go/scanner 0.045s
ok go/token 0.474s
ok go/types 19.255s
ok hash/adler32 0.071s
ok hash/crc32 0.038s
ok hash/crc64 0.023s
ok hash/fnv 0.025s
ok html 0.051s
ok html/template 0.939s
ok image 2.567s
ok image/color 1.680s
ok image/draw 1.719s
ok image/gif 0.953s
ok image/jpeg 2.230s
ok image/png 0.625s
ok index/suffixarray 0.134s
ok internal/singleflight 0.049s
ok io 0.054s
ok io/ioutil 0.660s
ok log 0.058s
ok log/syslog 2.181s
ok math 0.055s
ok math/big 18.725s
ok math/cmplx 0.033s
ok math/rand 5.089s
ok mime 0.199s
ok mime/multipart 1.111s
ok mime/quotedprintable 3.542s
ok net 4.751s
ok net/http 22.721s
ok net/http/cgi 2.777s
ok net/http/cookiejar 0.098s
ok net/http/fcgi 0.065s
ok net/http/httptest 0.079s
ok net/http/httputil 0.123s
ok net/http/internal 0.033s
ok net/internal/socktest 0.098s
ok net/mail 0.057s
ok net/rpc 0.201s
ok net/rpc/jsonrpc 0.127s
ok net/smtp 0.700s
ok net/textproto 0.092s
ok net/url 0.092s
ok os 0.589s
ok os/exec 2.294s
ok os/signal 3.539s
ok os/user 0.037s
ok path 0.063s
ok path/filepath 0.158s
ok reflect 1.375s
ok regexp 2.876s
ok regexp/syntax 6.574s
ok runtime 221.789s
ok runtime/debug 0.134s
ok runtime/pprof 20.510s
ok sort 0.951s
ok strconv 4.632s
ok strings 2.662s
ok sync 1.152s
ok sync/atomic 6.491s
ok syscall 0.205s
ok testing 2.589s
ok testing/quick 0.627s
ok text/scanner 0.052s
ok text/tabwriter 0.112s
ok text/template 0.387s
ok text/template/parse 0.120s
ok time 6.285s
ok unicode 0.118s
ok unicode/utf16 0.026s
ok unicode/utf8 0.055s
ok cmd/addr2line 15.807s
ok cmd/api 0.070s
ok cmd/asm/internal/asm 0.187s
ok cmd/asm/internal/lex 0.056s
ok cmd/compile/internal/big 84.439s
ok cmd/cover 33.468s
ok cmd/doc 0.265s
ok cmd/fix 0.197s
SIGQUIT: quit
PC=0x27466c
goroutine 234 [syscall]:
syscall.Syscall(0x3, 0x6, 0x10c81400, 0x200, 0x548f8, 0x200, 0x3f8a58)
/home/pi/go/src/syscall/asm_linux_arm.s:17 +0x8 fp=0x10c3a60c sp=0x10c3a608
syscall.read(0x6, 0x10c81400, 0x200, 0x200, 0x13bacc, 0x0, 0x0)
/home/pi/go/src/syscall/zsyscall_linux_arm.go:783 +0x78 fp=0x10c3a62c sp=0x10c3a60c
syscall.Read(0x6, 0x10c81400, 0x200, 0x200, 0x0, 0x0, 0x0)
/home/pi/go/src/syscall/syscall_unix.go:160 +0x4c fp=0x10c3a64c sp=0x10c3a62c
os.(*File).read(0x10c12ca8, 0x10c81400, 0x200, 0x200, 0x10c81400, 0x0, 0x0)
/home/pi/go/src/os/file_unix.go:211 +0x54 fp=0x10c3a66c sp=0x10c3a64c
os.(*File).Read(0x10c12ca8, 0x10c81400, 0x200, 0x200, 0x1, 0x0, 0x0)
/home/pi/go/src/os/file.go:95 +0x7c fp=0x10c3a698 sp=0x10c3a66c
bytes.(*Buffer).ReadFrom(0x10c1ef68, 0x763693d0, 0x10c12ca8, 0x0, 0x0, 0x0, 0x0)
/home/pi/go/src/bytes/buffer.go:173 +0x22c fp=0x10c3a6f0 sp=0x10c3a698
io.copyBuffer(0x742e5130, 0x10c1ef68, 0x763693d0, 0x10c12ca8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/pi/go/src/io/io.go:375 +0x124 fp=0x10c3a754 sp=0x10c3a6f0
io.Copy(0x742e5130, 0x10c1ef68, 0x763693d0, 0x10c12ca8, 0x12dec, 0x0, 0x0, 0x0)
/home/pi/go/src/io/io.go:351 +0x64 fp=0x10c3a784 sp=0x10c3a754
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0)
/home/pi/go/src/os/exec/exec.go:232 +0x94 fp=0x10c3a7bc sp=0x10c3a784
os/exec.(*Cmd).Start.func1(0x10c8b7a0, 0x10c45900)
/home/pi/go/src/os/exec/exec.go:339 +0x1c fp=0x10c3a7d4 sp=0x10c3a7bc
runtime.goexit()
/home/pi/go/src/runtime/asm_arm.s:1016 +0x4 fp=0x10c3a7d4 sp=0x10c3a7d4
created by os/exec.(*Cmd).Start
/home/pi/go/src/os/exec/exec.go:340 +0x840
goroutine 1 [chan receive]:
testing.RunTests(0x566a9c, 0x6a28b8, 0x7e, 0x7e, 0x4ab601)
/home/pi/go/src/testing/testing.go:561 +0x618
testing.(*M).Run(0x10909f6c, 0x6)
/home/pi/go/src/testing/testing.go:493 +0x6c
cmd/go_test.TestMain(0x10909f6c)
/home/pi/go/src/cmd/go/go_test.go:89 +0x534
main.main()
cmd/go/_test/_testmain.go:304 +0x118
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/home/pi/go/src/runtime/asm_arm.s:1016 +0x4
goroutine 5 [syscall]:
os/signal.loop()
/home/pi/go/src/os/signal/signal_unix.go:22 +0x14
created by os/signal.init.1
/home/pi/go/src/os/signal/signal_unix.go:28 +0x30
goroutine 26 [chan receive]:
testing.(*T).Parallel(0x108dcf00)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x108ecc40)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestFileLineInErrorMessages(0x108dcf00)
/home/pi/go/src/cmd/go/go_test.go:601 +0x5c
testing.tRunner(0x108dcf00, 0x6a2930)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 27 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x108dcf00)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 28 [chan receive]:
testing.(*T).Parallel(0x108dcf60)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x108ecd20)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestProgramNameInCrashMessages(0x108dcf60)
/home/pi/go/src/cmd/go/go_test.go:615 +0x5c
testing.tRunner(0x108dcf60, 0x6a293c)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 29 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x108dcf60)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 46 [chan receive]:
testing.(*T).Parallel(0x108dde60)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x108ecfc0)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestGoInstallRebuildsStalePackagesInOtherGOPATH(0x108dde60)
/home/pi/go/src/cmd/go/go_test.go:701 +0x70
testing.tRunner(0x108dde60, 0x6a2978)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 48 [chan receive]:
testing.(*T).Parallel(0x108ddec0)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x108ed0a0)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestGoInstallDetectsRemovedFiles(0x108ddec0)
/home/pi/go/src/cmd/go/go_test.go:731 +0x5c
testing.tRunner(0x108ddec0, 0x6a2984)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 47 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x108dde60)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 49 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x108ddec0)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 59 [chan receive]:
testing.(*T).Parallel(0x10a724e0)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x108ed260)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestGoInstsallDetectsRemovedFilesInPackageMain(0x10a724e0)
/home/pi/go/src/cmd/go/go_test.go:773 +0x5c
testing.tRunner(0x10a724e0, 0x6a299c)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 201 [chan receive]:
testing.(*T).Parallel(0x10c17140)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x10c1e620)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestInstalls(0x10c17140)
/home/pi/go/src/cmd/go/go_test.go:1212 +0x64
testing.tRunner(0x10c17140, 0x6a2b34)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 60 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x10a724e0)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 233 [syscall]:
syscall.Syscall(0x3, 0x4, 0x10c91000, 0x200, 0x548f8, 0x200, 0x3f8a58)
/home/pi/go/src/syscall/asm_linux_arm.s:17 +0x8
syscall.read(0x4, 0x10c91000, 0x200, 0x200, 0x13bacc, 0x0, 0x0)
/home/pi/go/src/syscall/zsyscall_linux_arm.go:783 +0x78
syscall.Read(0x4, 0x10c91000, 0x200, 0x200, 0x0, 0x0, 0x0)
/home/pi/go/src/syscall/syscall_unix.go:160 +0x4c
os.(*File).read(0x10c12c88, 0x10c91000, 0x200, 0x200, 0x10c91000, 0x0, 0x0)
/home/pi/go/src/os/file_unix.go:211 +0x54
os.(*File).Read(0x10c12c88, 0x10c91000, 0x200, 0x200, 0x1, 0x0, 0x0)
/home/pi/go/src/os/file.go:95 +0x7c
bytes.(*Buffer).ReadFrom(0x10c1ef10, 0x763693d0, 0x10c12c88, 0x0, 0x0, 0x0, 0x0)
/home/pi/go/src/bytes/buffer.go:173 +0x22c
io.copyBuffer(0x742e5130, 0x10c1ef10, 0x763693d0, 0x10c12c88, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/home/pi/go/src/io/io.go:375 +0x124
io.Copy(0x742e5130, 0x10c1ef10, 0x763693d0, 0x10c12c88, 0x12dec, 0x0, 0x0, 0x0)
/home/pi/go/src/io/io.go:351 +0x64
os/exec.(*Cmd).writerDescriptor.func1(0x0, 0x0)
/home/pi/go/src/os/exec/exec.go:232 +0x94
os/exec.(*Cmd).Start.func1(0x10c8b780, 0x10c45900)
/home/pi/go/src/os/exec/exec.go:339 +0x1c
created by os/exec.(*Cmd).Start
/home/pi/go/src/os/exec/exec.go:340 +0x840
goroutine 202 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x10c17140)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
goroutine 244 [chan receive]:
testing.(*T).Parallel(0x10d38300)
/home/pi/go/src/testing/testing.go:421 +0x60
cmd/go_test.(*testgoData).parallel(0x10aaca80)
/home/pi/go/src/cmd/go/go_test.go:170 +0x714
cmd/go_test.TestLdflagsArgumentsWithSpacesIssue3941(0x10d38300)
/home/pi/go/src/cmd/go/go_test.go:1408 +0x5c
testing.tRunner(0x10d38300, 0x6a2bf4)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 232 [syscall]:
syscall.Syscall6(0x72, 0x4064, 0x1084dcd4, 0x0, 0x10c48e60, 0x0, 0x0, 0x1cec3c, 0x1ce3ac, 0x8)
/home/pi/go/src/syscall/asm_linux_arm.s:48 +0x8
syscall.wait4(0x4064, 0x1084dcd4, 0x0, 0x10c48e60, 0x50, 0x0, 0x0)
/home/pi/go/src/syscall/zsyscall_linux_arm.go:172 +0x64
syscall.Wait4(0x4064, 0x1084dcf8, 0x0, 0x10c48e60, 0x1084dd60, 0x0, 0x0)
/home/pi/go/src/syscall/syscall_linux.go:256 +0x54
os.(*Process).wait(0x10c8b9a0, 0x3, 0x0, 0x0)
/home/pi/go/src/os/exec_unix.go:22 +0xcc
os.(*Process).Wait(0x10c8b9a0, 0x10c8b7b0, 0x0, 0x0)
/home/pi/go/src/os/doc.go:45 +0x2c
os/exec.(*Cmd).Wait(0x10c45900, 0x0, 0x0)
/home/pi/go/src/os/exec/exec.go:379 +0x1b4
os/exec.(*Cmd).Run(0x10c45900, 0x0, 0x0)
/home/pi/go/src/os/exec/exec.go:257 +0x58
cmd/go_test.(*testgoData).doRun(0x10c1eee0, 0x10cb8ab0, 0x6, 0x6, 0x0, 0x0)
/home/pi/go/src/cmd/go/go_test.go:255 +0x654
cmd/go_test.(*testgoData).run(0x10c1eee0, 0x10cb8ab0, 0x6, 0x6)
/home/pi/go/src/cmd/go/go_test.go:270 +0x34
cmd/go_test.TestGoTestCpuProfileDashOControlsBinaryLocation(0x10cb6ba0)
/home/pi/go/src/cmd/go/go_test.go:1432 +0x18c
testing.tRunner(0x10cb6ba0, 0x6a2c0c)
/home/pi/go/src/testing/testing.go:455 +0xa8
created by testing.RunTests
/home/pi/go/src/testing/testing.go:560 +0x5ec
goroutine 245 [chan receive]:
testing.RunTests.func1(0x108b8c40, 0x10d38300)
/home/pi/go/src/testing/testing.go:564 +0x3c
created by testing.RunTests
/home/pi/go/src/testing/testing.go:565 +0x660
trap 0x6
error 0x0
oldmask 0x0
r0 0x6
r1 0x10c81400
r2 0x200
r3 0x0
r4 0x0
r5 0x0
r6 0x0
r7 0x3
r8 0x10c81400
r9 0x0
r10 0x10c4e000
fp 0x6a4694
ip 0x0
sp 0x10c3a608
lr 0x70398
pc 0x27466c
cpsr 0x60000010
fault 0x0
*** Test killed with quit: ran too long (5m0s).
FAIL cmd/go 300.024s
ok cmd/gofmt 0.557s
ok cmd/internal/goobj 0.061s
ok cmd/internal/obj 0.030s
ok cmd/internal/obj/x86 0.206s
ok cmd/internal/rsc.io/arm/armasm 0.113s
ok cmd/internal/rsc.io/x86/x86asm 2.822s
ok cmd/newlink 0.178s
ok cmd/nm 16.708s
ok cmd/objdump 46.908s
ok cmd/pack 36.083s
ok cmd/pprof/internal/profile 0.041s
ok cmd/vet 57.797s
2015/07/17 18:03:38 Failed: exit status 1
real 30m36.355s
user 90m10.350s
sys 5m32.310s
pi@raspberrypi ~/go/src $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment