Skip to content

Instantly share code, notes, and snippets.

@minux
Last active August 29, 2015 14:15
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 minux/db6e5cb3808b8c610443 to your computer and use it in GitHub Desktop.
Save minux/db6e5cb3808b8c610443 to your computer and use it in GitHub Desktop.
current arm64 std -short with GC test result
##### Testing packages.
ok cmd/addr2line 2.222s
? cmd/asm [no test files]
? cmd/cgo [no test files]
? cmd/dist [no test files]
ok cmd/fix 0.075s
ok cmd/go 0.069s
ok cmd/gofmt 0.187s
ok cmd/link 0.101s
? cmd/new5a [no test files]
? cmd/new6a [no test files]
? cmd/new7a [no test files]
? cmd/new8a [no test files]
? cmd/new9a [no test files]
ok cmd/nm 2.306s
ok cmd/objdump 0.036s
? cmd/objwriter [no test files]
ok cmd/pack 11.921s
? cmd/pprof [no test files]
? cmd/yacc [no test files]
ok archive/tar 0.071s
ok archive/zip 5.539s
ok bufio 0.447s
ok bytes 6.580s
? cmd/asm/internal/addr [no test files]
? cmd/asm/internal/arch [no test files]
? cmd/asm/internal/asm [no test files]
? cmd/asm/internal/flags [no test files]
? cmd/asm/internal/lex [no test files]
? cmd/internal/asm [no test files]
ok cmd/internal/goobj 0.023s
? cmd/internal/obj [no test files]
? cmd/internal/obj/arm [no test files]
? cmd/internal/obj/arm64 [no test files]
? cmd/internal/obj/i386 [no test files]
? cmd/internal/obj/ppc64 [no test files]
? cmd/internal/obj/x86 [no test files]
? cmd/internal/objfile [no test files]
? cmd/pprof/internal/commands [no test files]
? cmd/pprof/internal/driver [no test files]
? cmd/pprof/internal/fetch [no test files]
? cmd/pprof/internal/plugin [no test files]
? cmd/pprof/internal/profile [no test files]
? cmd/pprof/internal/report [no test files]
? cmd/pprof/internal/svg [no test files]
? cmd/pprof/internal/symbolizer [no test files]
? cmd/pprof/internal/symbolz [no test files]
? cmd/pprof/internal/tempfile [no test files]
ok compress/bzip2 0.433s
ok compress/flate 2.762s
ok compress/gzip 0.056s
ok compress/lzw 0.455s
ok compress/zlib 5.457s
ok container/heap 0.045s
ok container/list 0.031s
ok container/ring 0.072s
? crypto [no test files]
ok crypto/aes 0.089s
ok crypto/cipher 0.059s
ok crypto/des 0.126s
ok crypto/dsa 0.116s
ok crypto/ecdsa 0.236s
ok crypto/elliptic 0.332s
ok crypto/hmac 0.045s
ok crypto/md5 0.026s
ok crypto/rand 0.092s
ok crypto/rc4 0.845s
ok crypto/rsa 1.880s
ok crypto/sha1 0.022s
ok crypto/sha256 0.040s
ok crypto/sha512 0.048s
ok crypto/subtle 0.042s
ok crypto/tls 12.763s
ok crypto/x509 9.980s
? crypto/x509/pkix [no test files]
ok database/sql 0.434s
ok database/sql/driver 0.049s
ok debug/dwarf 0.043s
ok debug/elf 0.068s
ok debug/gosym 0.042s
ok debug/macho 0.044s
ok debug/pe 0.080s
ok debug/plan9obj 0.008s
? encoding [no test files]
ok encoding/ascii85 0.030s
ok encoding/asn1 0.034s
ok encoding/base32 0.052s
ok encoding/base64 0.057s
ok encoding/binary 0.038s
ok encoding/csv 0.054s
ok encoding/gob 0.524s
ok encoding/hex 0.028s
ok encoding/json 0.982s
ok encoding/pem 0.050s
ok encoding/xml 0.183s
ok errors 0.034s
ok expvar 0.034s
ok flag 0.023s
ok fmt 0.251s
ok go/ast 0.046s
ok go/build 0.424s
ok go/doc 0.438s
ok go/format 0.083s
ok go/parser 0.343s
ok go/printer 1.965s
ok go/scanner 0.031s
ok go/token 0.221s
? hash [no test files]
ok hash/adler32 0.037s
ok hash/crc32 0.036s
ok hash/crc64 0.008s
ok hash/fnv 0.023s
ok html 0.036s
ok html/template 0.449s
ok image 0.611s
ok image/color 0.061s
? image/color/palette [no test files]
ok image/draw 0.456s
ok image/gif 0.301s
ok image/jpeg 1.099s
ok image/png 0.290s
ok index/suffixarray 0.061s
? internal/syscall [no test files]
ok io 0.043s
ok io/ioutil 0.058s
ok log 0.030s
ok log/syslog 2.099s
ok math 0.020s
ok math/big 2.827s
ok math/cmplx 0.034s
ok math/rand 1.208s
ok mime 0.040s
ok mime/internal/quotedprintable 0.757s
ok mime/multipart 0.414s
ok net 3.445s
ok net/http 13.430s
2015/02/19 04:39:19 cgi: copy error: write tcp 127.0.0.1:43499: connection reset by peer
--- FAIL: TestCopyError (15.13s)
host_test.go:356: post-conn.Close, expected child to be gone
2015/02/19 04:39:34 cgi: copy error: past write limit
2015/02/19 04:39:34 cgi: no headers
2015/02/19 04:39:34 cgi: missing required Content-Type in headers
2015/02/19 04:39:34 cgi: no headers
FAIL
FAIL net/http/cgi 15.773s
ok net/http/cookiejar 0.053s
ok net/http/fcgi 0.044s
ok net/http/httptest 0.025s
ok net/http/httputil 0.135s
ok net/http/internal 0.019s
? net/http/pprof [no test files]
ok net/mail 0.019s
ok net/rpc 0.109s
ok net/rpc/jsonrpc 0.039s
ok net/smtp 0.405s
ok net/textproto 0.030s
ok net/url 0.083s
--- FAIL: TestHardLink (0.13s)
os_test.go:511: link "hardlinktestto", "hardlinktestfrom" failed: link hardlinktestto hardlinktestfrom: function not implemented
--- FAIL: TestSymlink (0.13s)
os_test.go:548: symlink "symlinktestto", "symlinktestfrom" failed: symlink symlinktestto symlinktestfrom: function not implemented
--- FAIL: TestLongSymlink (0.13s)
os_test.go:609: symlink "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", "longsymlinktestfrom" failed: symlink 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef longsymlinktestfrom: function not implemented
--- FAIL: TestRename (0.39s)
os_test.go:633: rename "renameto", "renamefrom" failed: rename renamefrom renameto: function not implemented
--- FAIL: TestChmod (0.13s)
os_test.go:713: chmod /tmp/_Go_TestChmod072767539 0456: chmod /tmp/_Go_TestChmod072767539: function not implemented
--- FAIL: TestStatDirModeExec (0.13s)
os_test.go:1273: Chmod "/tmp/go-build064262750" 0777: chmod /tmp/go-build064262750: function not implemented
--- FAIL: TestChown (0.13s)
os_unix_test.go:51: gid: 2500
os_unix_test.go:53: chown /tmp/_Go_TestChown829422377 -1 2500: chown /tmp/_Go_TestChown829422377: function not implemented
--- FAIL: TestRemoveAll (0.00s)
path_test.go:142: Chmod "/tmp/_TestRemoveAll_/dir" 0: chmod /tmp/_TestRemoveAll_/dir: function not implemented
--- FAIL: TestMkdirAllWithSymlink (0.00s)
path_test.go:194: Symlink /tmp/TestMkdirAllWithSymlink-368018036/link: symlink dir /tmp/TestMkdirAllWithSymlink-368018036/link: function not implemented
FAIL
FAIL os 2.331s
ok os/exec 0.648s
ok os/signal 2.783s
ok os/user 0.013s
ok path 0.014s
--- FAIL: TestGlobSymlink (0.00s)
match_test.go:197: symlink /tmp/globsymlink261078871/test1 /tmp/globsymlink261078871/link1: function not implemented
--- FAIL: TestEvalSymlinks (0.00s)
path_test.go:728: symlink ../../ /tmp/evalsymlink300454305/test/dir/link3: function not implemented
FAIL
FAIL path/filepath 0.069s
runtime: unexpected return pc for runtime.sigpanic called from 0x88
fatal error: unknown caller pc
runtime stack:
runtime.throw(0x32ba00, 0x11)
/home/minux/go.git/src/runtime/panic.go:508 +0xf0
runtime.gentraceback(0x23da20, 0x4208042530, 0x22c9d8, 0x4208000d80, 0x0, 0x0, 0x7fffffff, 0x38a778, 0x7fc9b89db8, 0x0, ...)
/home/minux/go.git/src/runtime/traceback.go:224 +0x1228
runtime.copystack(0x4208000d80, 0x2000)
/home/minux/go.git/src/runtime/stack1.go:552 +0x23c
runtime.newstack()
/home/minux/go.git/src/runtime/stack1.go:739 +0xf10
runtime.morestack()
/home/minux/go.git/src/runtime/asm_arm64.s:944 +0x5c
goroutine 42 [copystack]:
fmt.(*pp).doPrintf(0x420804e0d0, 0x2fcbb0, 0x5, 0x420802b638, 0x1, 0x1)
/home/minux/go.git/src/fmt/print.go:1059 fp=0x4208042530 sp=0x4208042530
fmt.Sprintf(0x2fcbb0, 0x5, 0x420802b638, 0x1, 0x1, 0x0, 0x0)
/home/minux/go.git/src/fmt/print.go:203 +0xb8 fp=0x4208042590 sp=0x4208042530
testing.fmtDuration(0x11940, 0x0, 0x0)
/home/minux/go.git/src/testing/testing.go:248 +0x234 fp=0x4208042660 sp=0x4208042590
testing.(*T).report(0x42081541b0)
/home/minux/go.git/src/testing/testing.go:500 +0x3c fp=0x42080427c0 sp=0x4208042660
testing.func·006()
/home/minux/go.git/src/testing/testing.go:440 +0x28c fp=0x4208042880 sp=0x42080427c0
runtime.call32(0x0, 0x420802bf98, 0x420800a900)
/home/minux/go.git/src/runtime/asm_arm64.s:730 +0x8c fp=0x42080428b0 sp=0x4208042880
runtime.gopanic(0x2c9260, 0x4208032050)
/home/minux/go.git/src/runtime/panic.go:404 +0x6ec fp=0x4208042980 sp=0x42080428b0
runtime.panicmem()
/home/minux/go.git/src/runtime/panic.go:42 +0x88 fp=0x42080429b0 sp=0x4208042980
runtime.sigpanic()
/home/minux/go.git/src/runtime/sigpanic_unix.go:24 +0x40c fp=0x4208042a20 sp=0x42080429b0
created by testing.RunTests
/home/minux/go.git/src/testing/testing.go:555 +0xc7c
goroutine 1 [chan receive]:
testing.RunTests(0x38a1c0, 0x4259d0, 0x64, 0x64, 0x4208058d01)
/home/minux/go.git/src/testing/testing.go:556 +0xcb0
testing.(*M).Run(0x420806a320, 0x421e70)
/home/minux/go.git/src/testing/testing.go:485 +0xb8
main.main()
reflect/_test/_testmain.go:266 +0x2dc
goroutine 39 [sleep]:
time.Sleep(0x3b9aca00)
/home/minux/go.git/src/runtime/time.go:59 +0x174
reflect_test.selectWatcher()
/home/minux/go.git/src/reflect/all_test.go:1382 +0x34
created by reflect_test.func·003
/home/minux/go.git/src/reflect/all_test.go:1112 +0x3c
FAIL reflect 0.080s
ok regexp 0.636s
ok regexp/syntax 2.163s
--- FAIL: TestStackOverflow (0.76s)
crash_test.go:156: output does not start with "runtime: goroutine stack exceeds 4194304-byte limit\nfatal error: stack overflow":
runtime: unexpected return pc for main.f called from 0x0
fatal error: unknown caller pc
runtime stack:
runtime.throw(0x1905d0, 0x11)
/home/minux/go.git/src/runtime/panic.go:508 +0xf0
runtime.gentraceback(0x10ce0, 0x420807dd20, 0x10ddc, 0x4208000120, 0x0, 0x0, 0x7fffffff, 0x1aab58, 0x7fde51c658, 0x0, ...)
/home/minux/go.git/src/runtime/traceback.go:224 +0x1228
runtime.copystack(0x4208000120, 0x40000)
/home/minux/go.git/src/runtime/stack1.go:552 +0x23c
runtime.newstack()
/home/minux/go.git/src/runtime/stack1.go:739 +0xf10
runtime.morestack()
/home/minux/go.git/src/runtime/asm_arm64.s:944 +0x5c
goroutine 1 [copystack]:
main.f(0x42080bdd70, 0x10000, 0x10000, 0x0)
/tmp/go-build756743209/main.go:11 fp=0x420807dd20 sp=0x420807dd20
main.f(0x0, 0x0, 0x0, 0x0)
/tmp/go-build756743209/main.go:13 +0xfc fp=0x420808dd90 sp=0x420807dd20
main.f(0x0, 0x0, 0x0, 0x0)
/tmp/go-build756743209/main.go:13 +0xfc fp=0x420809de00 sp=0x420808dd90
goroutine 2 [runnable]:
runtime.forcegchelper()
/home/minux/go.git/src/runtime/proc.go:111
runtime.goexit()
/home/minux/go.git/src/runtime/asm_arm64.s:887 +0x4
goroutine 3 [runnable]:
runtime.backgroundgc()
/home/minux/go.git/src/runtime/mgc0.go:63
runtime.goexit()
/home/minux/go.git/src/runtime/asm_arm64.s:887 +0x4
goroutine 4 [runnable]:
runtime.runfinq()
/home/minux/go.git/src/runtime/mfinal.go:115
runtime.goexit()
/home/minux/go.git/src/runtime/asm_arm64.s:887 +0x4
--- FAIL: TestBreakpoint (0.27s)
crash_test.go:224: output:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x6d474]
goroutine 1 [running]:
main.main()
/tmp/go-build512390695/main.go:5 +0x2c
main.main()
/tmp/go-build512390695/main.go:5 +0x2c
goroutine 2 [runnable]:
runtime.forcegchelper()
/home/minux/go.git/src/runtime/proc.go:111
runtime.goexit()
/home/minux/go.git/src/runtime/asm_arm64.s:887 +0x4
want output containing: runtime.Breakpoint()
--- FAIL: TestMemStats (0.00s)
malloc_test.go:27: Zero value: {Alloc:2361392 TotalAlloc:29247688 Sys:10366976 Lookups:438 Mallocs:67652 Frees:63958 HeapAlloc:2361392 HeapSys:8847360 HeapIdle:6234112 HeapInuse:2613248 HeapReleased:0 HeapObjects:3694 StackInuse:589824 StackSys:589824 MSpanInuse:9360 MSpanSys:114688 MCacheInuse:1208 MCacheSys:16384 BuckHashSys:0 GCSys:607412 OtherSys:191308 NextGC:4251696 LastGC:1424338785085030000 PauseTotalNs:384907902 PauseNs:[522637 1179583 525897 1186422 529836 1194501 523077 1180062 523576 1181082 522657 1180162 522396 1179522 523597 1180582 527096 1188822 524337 1182002 523357 1181462 527636 1189382 524237 1183922 523496 1180682 527497 1256016 527316 1190001 524917 1183243 523416 1181442 526676 1188542 522936 1179602 514398 1152085 604110 1249656 542115 1188101 545555 1257556 584192 1274675 551054 1203540 554334 1248076 461381 1164183 558593 1200680 492459 1239698 787935 1491817 580312 1212440 496579 1290993 488420 1070271 519837 1113288 623308 1340229 849430 1749216 496219 1251276 612489 1277374 588631 1217619 808953 1793392 495759 1302512 485000 1356247 594431 1199041 576513 1192901 505398 1278854 3496051 4144997 528257 1255636 615529 4875116 558174 1396445 536416 1237318 553295 1212360 583252 1182722 474720 1133946 517857 1500436 1299153 1986136 656225 1309531 951181 1585288 533636 1134786 535255 1119307 556374 1332410 1943699 2614804 1770394 2396682 1743176 2401081 1725938 2349206 1744196 2374404 1767813 2404021 1901763 2557488 1817650 2458317 1796611 2437778 1784692 2429758 623988 1266815 668344 1330750 626848 1282714 594191 1210020 578972 1209860 552674 1161644 625108 1265655 530796 1096609 573172 1206220 623808 1241277 595351 1314491 542675 1152685 603010 1239098 591691 1204001 586352 1201881 532955 1139765 603130 1243457 555094 1134346 552394 1153524 549715 1129687 607030 1248317 1767293 2360824 1674862 2269432 1598128 2189539 507178 1136186 509237 1260855 556594 1372627 547315 1470759 1672742 2650341 550114 1181642 1707639 2315709 1669902 2275512 1672741 2308468 1688840 2294350 1676801 2284171 1676541 2284910 1704958 2314648 1691600 2299129 1677461 2285890 1678581 2285111 1723917 2350305 1675321 2281311 1677481 2284890 1677242 2316369 1694039 2301829 1678721 2286291 1679441 2287871 1708738 2316728 1685621 2292890 1682501 2289051 1674742 2284871 577353 1231279 527336 1254836 528397 1190082 522497 1180742 523357 1180302 528037 1192862] PauseEnd:[3066906335891515 3066906336548461 3066906355998251 3066906356658776 3066906376109026 3066906376773691 3066906396217302 3066906396874287 3066906416320257 3066906416977763 3066906436428953 3066906437086458 3066906456538508 3066906457195634 3066906476648844 3066906477305829 3066906496789196 3066906497450922 3066906516888473 3066906517546138 3066906536978510 3066906537636615 3066906557096964 3066906557758710 3066906577228858 3066906577888543 3066906597314855 3066906597972041 3066906637234531 3066906637963050 3066906657864303 3066906658526988 3066906677761376 3066906678419702 3066906697860332 3066906698518358 3066906717901093 3066906718562959 3066906738087622 3066906738744288 3066906755418128 3066906756055815 3066906783339637 3066906783985183 3066906812074498 3066906812720484 3066906870939585 3066906871651586 3066906906796037 3066906907486520 3066906932152758 3066906932805244 3066906990434254 3066906991127996 3066895722293121 3066895722995923 3066895726897240 3066895727539327 3066895737902029 3066895738649268 3066895742307225 3066895743011107 3066895748581825 3066895749213953 3066895757515686 3066895758310100 3066895761627366 3066895762209217 3066895771131539 3066895771724990 3066895774631749 3066895775348670 3066895787521642 3066895788421428 3066895797247657 3066895798002714 3066895804799432 3066895805464317 3066895811992096 3066895812621084 3066895832057375 3066895833041814 3066895842516210 3066895843322963 3066895849259492 3066895850130739 3066895853494901 3066895854099511 3066895858260187 3066895858876575 3066895867625711 3066895868399167 3066895883080752 3066895883729698 3066895891938279 3066895892665658 3066895909263105 3066895913522692 3066895922379299 3066895923217570 3066895928204217 3066895928905119 3066895939512541 3066895940171606 3066895945191251 3066895945790721 3066895951704811 3066895952364037 3066895978307329 3066895979289908 3066895986261751 3066895986948734 3066895989918288 3066895990571594 3066895993932296 3066895994566403 3066896001965951 3066896002567101 3066896005693262 3066896006277314 3066896020612747 3066896021388783 3066896591217074 3066896591888179 3066896595667306 3066896596293594 3066896599532406 3066896600190311 3066896603415385 3066896604038653 3066896607275485 3066896607905693 3066896611161623 3066896611797831 3066896620906437 3066896621562162 3066896627546687 3066896628187354 3066896631509039 3066896632150206 3066896635424995 3066896636070061 3066897629590640 3066897630233467 3066897634736134 3066897635398540 3066898073628304 3066898074284170 3066899112167857 3066899112783686 3066899115914426 3066899116545314 3066899390933361 3066899391542331 3066900150241347 3066900150881894 3066900155613943 3066900156179756 3066900893777619 3066900894410667 3066900900329217 3066900900946686 3066901545921457 3066901546640597 3066901921475629 3066901922085639 3066902177388425 3066902178024513 3066902182742702 3066902183355012 3066902443605889 3066902444221418 3066902705696613 3066902706303423 3066903003499762 3066903004140089 3066903264478879 3066903265058131 3066903539731774 3066903540332904 3066904375929416 3066904376509388 3066906019127976 3066906019769263 3066906024162419 3066906024755950 3066906026961848 3066906027556418 3066906029506537 3066906030097948 3066906041961606 3066906042590614 3066906057526637 3066906058278255 3066906078090515 3066906078906548 3066906099112295 3066906100035739 3066906113152173 3066906114129772 3066906119504107 3066906120135635 3066906122502379 3066906123110449 3066906125235393 3066906125841003 3066906127937009 3066906128572736 3066906130687701 3066906131293211 3066906133400657 3066906134008027 3066906136106733 3066906136715102 3066906138841986 3066906139451676 3066906141567521 3066906142175050 3066906144274857 3066906144883286 3066906146989092 3066906147595622 3066906149876573 3066906150502961 3066906152619466 3066906153225456 3066906155327822 3066906155935231 3066906158035958 3066906158675085 3066906160794009 3066906161401799 3066906163509524 3066906164117094 3066906166219180 3066906166827610 3066906168959353 3066906169567343 3066906171711566 3066906172318835 3066906174424281 3066906175030831 3066906177255987 3066906177866116 3066906194892807 3066906195546733 3066906235038643 3066906235766143 3066906255680955 3066906256342640 3066906275564109 3066906276222354 3066906295666745 3066906296323690 3066906315747823 3066906316412648] NumGC:310 EnableGC:true DebugGC:false BySize:[{Size:0 Mallocs:0 Frees:0} {Size:8 Mallocs:683 Frees:669} {Size:16 Mallocs:1838 Frees:1738} {Size:32 Mallocs:1616 Frees:1506} {Size:48 Mallocs:663 Frees:635} {Size:64 Mallocs:570 Frees:548} {Size:80 Mallocs:10053 Frees:6837} {Size:96 Mallocs:197 Frees:188} {Size:112 Mallocs:168 Frees:165} {Size:128 Mallocs:163 Frees:162} {Size:144 Mallocs:5135 Frees:5131} {Size:160 Mallocs:20 Frees:18} {Size:176 Mallocs:41006 Frees:41005} {Size:192 Mallocs:50 Frees:50} {Size:208 Mallocs:98 Frees:94} {Size:224 Mallocs:32 Frees:32} {Size:240 Mallocs:14 Frees:14} {Size:256 Mallocs:49 Frees:47} {Size:288 Mallocs:237 Frees:105} {Size:320 Mallocs:43 Frees:43} {Size:352 Mallocs:1 Frees:1} {Size:384 Mallocs:38 Frees:37} {Size:416 Mallocs:13 Frees:10} {Size:448 Mallocs:1 Frees:1} {Size:480 Mallocs:1 Frees:1} {Size:512 Mallocs:78 Frees:77} {Size:576 Mallocs:106 Frees:106} {Size:640 Mallocs:5 Frees:5} {Size:704 Mallocs:8 Frees:8} {Size:768 Mallocs:0 Frees:0} {Size:896 Mallocs:10 Frees:8} {Size:1024 Mallocs:16 Frees:2} {Size:1152 Mallocs:103 Frees:102} {Size:1280 Mallocs:4 Frees:4} {Size:1408 Mallocs:38 Frees:37} {Size:1536 Mallocs:22 Frees:22} {Size:1664 Mallocs:43 Frees:40} {Size:2048 Mallocs:4001 Frees:4001} {Size:2304 Mallocs:112 Frees:102} {Size:2560 Mallocs:5 Frees:4} {Size:2816 Mallocs:0 Frees:0} {Size:3072 Mallocs:1 Frees:1} {Size:3328 Mallocs:2 Frees:1} {Size:4096 Mallocs:20 Frees:20} {Size:4608 Mallocs:101 Frees:101} {Size:5376 Mallocs:10 Frees:5} {Size:6144 Mallocs:0 Frees:0} {Size:6400 Mallocs:0 Frees:0} {Size:6656 Mallocs:1 Frees:0} {Size:6912 Mallocs:0 Frees:0} {Size:8192 Mallocs:1 Frees:1} {Size:8448 Mallocs:0 Frees:0} {Size:8704 Mallocs:0 Frees:0} {Size:9472 Mallocs:101 Frees:101} {Size:10496 Mallocs:3 Frees:3} {Size:12288 Mallocs:0 Frees:0} {Size:13568 Mallocs:0 Frees:0} {Size:14080 Mallocs:0 Frees:0} {Size:16384 Mallocs:0 Frees:0} {Size:16640 Mallocs:0 Frees:0} {Size:17664 Mallocs:0 Frees:0}]}
--- FAIL: TestRuntimeGogoBytes (0.31s)
runtime_test.go:124: RuntimeGogoBytes = 60, should be 64
FAIL
FAIL runtime 35.330s
ok runtime/debug 0.044s
--- FAIL: TestGoroutineSwitch (0.68s)
pprof_test.go:271: found profile entry for runtime.gogo:
0x83a2c /home/minux/go.git/src/runtime/asm_arm64.s:66
0xcf6d8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:240
0xcf6d8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:240
--- FAIL: TestBlockProfile (0.18s)
pprof_test.go:370: Bad mutex entry, expect:
[0-9]+ [0-9]+ @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
# 0x[0-9,a-f]+ sync\.\(\*Mutex\)\.Lock\+0x[0-9,a-f]+ .*/src/sync/mutex\.go:[0-9]+
# 0x[0-9,a-f]+ runtime/pprof_test\.blockMutex\+0x[0-9,a-f]+ .*/src/runtime/pprof/pprof_test.go:[0-9]+
# 0x[0-9,a-f]+ runtime/pprof_test\.TestBlockProfile\+0x[0-9,a-f]+ .*/src/runtime/pprof/pprof_test.go:[0-9]+
got:
--- contention:
cycles/second=1000039153
12929370 1 @ 0x14008 0xd07b0 0xcfb08 0xb68b0 0x867f4
# 0x14008 runtime.chansend1+0x48 /home/minux/go.git/src/runtime/chan.go:76
# 0xd07b0 runtime/pprof_test.blockChanSend+0x100 /home/minux/go.git/src/runtime/pprof/pprof_test.go:392
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10118103 1 @ 0x14f0c 0xd0684 0xcfb08 0xb68b0 0x867f4
# 0x14f0c runtime.chanrecv1+0x2c /home/minux/go.git/src/runtime/chan.go:319
# 0xd0684 runtime/pprof_test.blockChanRecv+0xf4 /home/minux/go.git/src/runtime/pprof/pprof_test.go:383
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10112942 1 @ 0x5d2b0 0xd0a90 0xcfb08 0xb68b0 0x867f4
# 0x5d2b0 runtime.selectgo+0x10 /home/minux/go.git/src/runtime/select.go:183
# 0xd0a90 runtime/pprof_test.blockSelectRecvAsync+0x190 /home/minux/go.git/src/runtime/pprof/pprof_test.go:411
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10111283 1 @ 0x5d2b0 0xd0c78 0xcfb08 0xb68b0 0x867f4
# 0x5d2b0 runtime.selectgo+0x10 /home/minux/go.git/src/runtime/select.go:183
# 0xd0c78 runtime/pprof_test.blockSelectSendSync+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:424
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10106024 1 @ 0x107bec 0xd0fac 0xcfb08 0xb68b0 0x867f4
# 0x107bec sync.(*Cond).Wait+0xfc /home/minux/go.git/src/sync/cond.go:63
# 0xd0fac runtime/pprof_test.blockCond+0x22c /home/minux/go.git/src/runtime/pprof/pprof_test.go:450
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10104204 1 @ 0x10810c 0xd0d5c 0xcfb08 0xb68b0 0x867f4
# 0x10810c sync.(*Mutex).Lock+0x19c /home/minux/go.git/src/sync/mutex.go:67
# 0xd0d5c runtime/pprof_test.blockMutex+0xbc /home/minux/go.git/src/runtime/pprof/pprof_test.go:437
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
10102024 1 @ 0x14f0c 0xd08d4 0xcfb08 0xb68b0 0x867f4
# 0x14f0c runtime.chanrecv1+0x2c /home/minux/go.git/src/runtime/chan.go:319
# 0xd08d4 runtime/pprof_test.blockChanClose+0xf4 /home/minux/go.git/src/runtime/pprof/pprof_test.go:401
# 0xcfb08 runtime/pprof_test.TestBlockProfile+0x1b8 /home/minux/go.git/src/runtime/pprof/pprof_test.go:358
# 0xb68b0 testing.tRunner+0x140 /home/minux/go.git/src/testing/testing.go:447
FAIL
FAIL runtime/pprof 8.502s
? runtime/race [no test files]
ok sort 0.302s
ok strconv 1.549s
ok strings 0.389s
ok sync 0.289s
ok sync/atomic 0.839s
ok syscall 0.033s
ok testing 1.823s
? testing/iotest [no test files]
ok testing/quick 0.136s
ok text/scanner 0.038s
ok text/tabwriter 0.059s
ok text/template 0.310s
ok text/template/parse 0.099s
ok time 3.664s
ok unicode 0.035s
ok unicode/utf16 0.008s
ok unicode/utf8 0.022s
? unsafe [no test files]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment