Advertisement
Guest User

Untitled

a guest
Dec 4th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. # Testing packages.
  2. ok cmd/addr2line 2.181s
  3. ? cmd/cgo [no test files]
  4. ok cmd/fix 0.090s
  5. ok cmd/go 0.069s
  6. ok cmd/gofmt 0.262s
  7. ok cmd/nm 3.805s
  8. ok cmd/objdump 54.112s
  9. ok cmd/pack 58.114s
  10. ? cmd/yacc [no test files]
  11. ok archive/tar 0.073s
  12. ok archive/zip 4.426s
  13. ok bufio 0.696s
  14. ok bytes 0.957s
  15. ok compress/bzip2 0.338s
  16. ok compress/flate 4.306s
  17. ok compress/gzip 0.073s
  18. ok compress/lzw 0.511s
  19. ok compress/zlib 8.993s
  20. ok container/heap 0.013s
  21. ok container/list 0.016s
  22. ok container/ring 0.082s
  23. ? crypto [no test files]
  24. ok crypto/aes 0.111s
  25. ok crypto/cipher 0.024s
  26. ok crypto/des 0.098s
  27. ok crypto/dsa 0.058s
  28. ok crypto/ecdsa 0.216s
  29. ok crypto/elliptic 0.315s
  30. ok crypto/hmac 0.023s
  31. ok crypto/md5 0.029s
  32. ok crypto/rand 0.124s
  33. ok crypto/rc4 0.727s
  34. ok crypto/rsa 1.722s
  35. ok crypto/sha1 0.030s
  36. ok crypto/sha256 0.024s
  37. ok crypto/sha512 0.035s
  38. ok crypto/subtle 0.053s
  39. ok crypto/tls 11.302s
  40. ok crypto/x509 9.839s
  41. ? crypto/x509/pkix [no test files]
  42. ok database/sql 0.191s
  43. ok database/sql/driver 0.023s
  44. ok debug/dwarf 0.053s
  45. ok debug/elf 0.059s
  46. ok debug/gosym 0.011s
  47. ok debug/macho 0.025s
  48. ok debug/pe 0.038s
  49. ok debug/plan9obj 0.016s
  50. ? encoding [no test files]
  51. ok encoding/ascii85 0.015s
  52. ok encoding/asn1 0.034s
  53. ok encoding/base32 0.022s
  54. ok encoding/base64 0.020s
  55. ok encoding/binary 0.029s
  56. ok encoding/csv 0.020s
  57. ok encoding/gob 0.313s
  58. ok encoding/hex 0.019s
  59. ok encoding/json 1.147s
  60. ok encoding/pem 0.020s
  61. ok encoding/xml 0.093s
  62. ok errors 0.015s
  63. ok expvar 0.028s
  64. ok flag 0.023s
  65. ok fmt 0.262s
  66. ok go/ast 0.032s
  67. ok go/build 0.635s
  68. ok go/doc 0.402s
  69. ok go/format 0.054s
  70. ok go/parser 0.210s
  71. ok go/printer 2.045s
  72. ok go/scanner 0.027s
  73. ok go/token 0.237s
  74. ? hash [no test files]
  75. ok hash/adler32 0.054s
  76. ok hash/crc32 0.014s
  77. ok hash/crc64 0.014s
  78. ok hash/fnv 0.015s
  79. ok html 0.026s
  80. ok html/template 0.226s
  81. ok image 0.398s
  82. ok image/color 0.040s
  83. ? image/color/palette [no test files]
  84. ok image/draw 0.484s
  85. ok image/gif 0.399s
  86. ok image/jpeg 0.950s
  87. ok image/png 0.206s
  88. ok index/suffixarray 0.048s
  89. ok io 0.035s
  90. ok io/ioutil 0.024s
  91. ok log 0.033s
  92. ok log/syslog 2.098s
  93. ok math 0.029s
  94. ok math/big 2.668s
  95. ok math/cmplx 0.017s
  96. ok math/rand 3.135s
  97. ok mime 0.024s
  98. ok mime/multipart 1.975s
  99. ok net 7.376s
  100. ok net/http 14.949s
  101. ok net/http/cgi 1.232s
  102. ok net/http/cookiejar 0.045s
  103. ok net/http/fcgi 0.036s
  104. ok net/http/httptest 0.027s
  105. ok net/http/httputil 0.066s
  106. ? net/http/pprof [no test files]
  107. ok net/mail 0.024s
  108. ok net/rpc 0.084s
  109. ok net/rpc/jsonrpc 0.039s
  110. ok net/smtp 0.274s
  111. ok net/textproto 0.027s
  112. ok net/url 0.025s
  113. ok os 1.304s
  114. ok os/exec 0.921s
  115. ok os/signal 0.452s
  116. ok os/user 0.028s
  117. ok path 0.021s
  118. ok path/filepath 0.336s
  119. ok reflect 0.481s
  120. signal: killed
  121. FAIL regexp 14.787s
  122. ok regexp/syntax 3.248s
  123. --- FAIL: TestCgoSignalDeadlock (2.31 seconds)
  124. crash_cgo_test.go:25: expected "OK\n", but got "runtime/cgo: pthread_create failed: Resource temporarily unavailable\nSIGABRT: abort\nPC=0x2ac11276\n\ngoroutine 112 [select (no cases)]:\ncreated by main.main\n\t/tmp/go-build634151549/main.go:41 +0xf4\n\ngoroutine 16 [sleep]:\ntime.Sleep(0xf4240, 0x0)\n\t/home/ubuntu/go/src/pkg/runtime/time.goc:39 +0x3c\nmain.mainruntime/cgo: pthread_create failed: Resource temporarily unavailable\n()\n\t/tmp/go-build634151549/main.go:exit status 2\n"
  125. FAIL
  126. FAIL runtime 55.100s
  127. ? runtime/cgo [no test files]
  128. ok runtime/debug 0.049s
  129. ok runtime/pprof 12.730s
  130. ? runtime/race [no test files]
  131. ok sort 0.854s
  132. ok strconv 2.385s
  133. ok strings 0.860s
  134. ok sync 0.315s
  135. ok sync/atomic 0.322s
  136. ok syscall 0.044s
  137. ok testing 2.787s
  138. ? testing/iotest [no test files]
  139. ok testing/quick 0.270s
  140. ok text/scanner 0.025s
  141. ok text/tabwriter 0.030s
  142. ok text/template 0.167s
  143. ok text/template/parse 0.051s
  144. ok time 5.154s
  145. ok unicode 0.020s
  146. ok unicode/utf16 0.018s
  147. ok unicode/utf8 0.030s
  148. ? unsafe [no test files]
  149. ubuntu@udoobuntu: ~/go/src $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement