Skip to content

Instantly share code, notes, and snippets.

@guangyouyu
Last active May 1, 2018 21:35
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 guangyouyu/259a977d0a80b266e65aea1a1753ea4f to your computer and use it in GitHub Desktop.
Save guangyouyu/259a977d0a80b266e65aea1a1753ea4f to your computer and use it in GitHub Desktop.
thread apply all bt
(gdb) goroutine 17 bt
#0 runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2198
#1 0x0000000000000000 in ?? ()
(gdb) goroutine 2 bt
#0 runtime.gopark (unlockf={void (struct runtime.g *, void *, bool *)} 0xc42004e768, lock=0x543d510 <runtime.forcegc>,
reason="force gc (idle)", traceEv=20 '\024', traceskip=1) at /opt/go/src/runtime/proc.go:272
#1 0x000000000042f1be in runtime.goparkunlock (lock=0x543d510 <runtime.forcegc>, reason="force gc (idle)", traceEv=20 '\024',
traceskip=1) at /opt/go/src/runtime/proc.go:277
#2 0x000000000042eede in runtime.forcegchelper () at /opt/go/src/runtime/proc.go:226
#3 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#4 0x0000000000000000 in ?? ()
(gdb) goroutine 6 bt
#0 runtime.exitsyscall (dummy=0) at /opt/go/src/runtime/proc.go:2641
#1 0x0000000000410a9f in runtime.notetsleepg (n=0x543dbf8 <runtime.timers+24>, ns=36877248, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:207
#2 0x000000000044b627 in runtime.timerproc () at /opt/go/src/runtime/time.go:209
#3 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#4 0x0000000000000000 in ?? ()
(gdb) goroutine 454 bt
#0 runtime.systemstack_switch () at /opt/go/src/runtime/asm_amd64.s:281
#1 0x00000000004196d8 in runtime.gcStart (mode=0, forceTrigger=false) at /opt/go/src/runtime/mgc.go:1010
#2 0x0000000000411cf1 in runtime.mallocgc (size=1536, typ=0x2ee1ac0, needzero=true, ~r3=0xc4234f5e40)
at /opt/go/src/runtime/malloc.go:785
#3 0x000000000044355b in runtime.makeslice (et=0x2ee1ac0, len=1536, cap=1536, ~r3=...) at /opt/go/src/runtime/slice.go:54
#4 0x00000000004ee537 in bytes.makeSlice (n=1536, ~r1= []uint8) at /opt/go/src/bytes/buffer.go:201
#5 0x00000000004ee47b in bytes.(*Buffer).ReadFrom (b=0xc4234f5ef0, r=..., n=842415367168, err=...) at /opt/go/src/bytes/buffer.go:173
#6 0x00000000005cb810 in io/ioutil.readAll (r=..., capacity=512, b= []uint8, err=...) at /opt/go/src/io/ioutil/ioutil.go:33
#7 0x00000000005cba37 in io/ioutil.ReadFile (
filename="/run/lxcfs/controllers/cpu,cpuacct/system.slice/systemd-update-utmp.service/cpu.cfs_period_us", ~r1= []uint8, ~r2=...)
at /opt/go/src/io/ioutil/ioutil.go:70
#8 0x0000000001cf7174 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common.readString (
dirpath="/run/lxcfs/controllers/cpu,cpuacct/system.slice/systemd-update-utmp.service", file="cpu.cfs_period_us", ~r2="")
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common/helpers.go:136
#9 0x0000000001cf73a7 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common.readUInt64 (
dirpath="/run/lxcfs/controllers/cpu,cpuacct/system.slice/systemd-update-utmp.service", file="cpu.cfs_period_us", ~r2=1024)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common/helpers.go:145
Python Exception <class 'gdb.error'> Attempt to take contents of a non-pointer value.:
#10 0x0000000001cf6de1 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common.GetSpec (cgroupPaths=map[string]string,
machineInfoFactory=..., hasNetwork=false, hasFilesystem=false, ~r4=..., ~r5=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/common/helpers.go:82
#11 0x0000000001d0348b in k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/raw.(*rawContainerHandler).GetSpec (
self=0xc420b13170, ~r0=..., ~r1=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/raw/handler.go:133
#12 0x0000000001d1cc73 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).updateSpec (c=0xc421006f00,
~r0=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manage
r/container.go:475
#13 0x0000000001d18d60 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).GetInfo (c=0xc421006f00, ~r0=0x0,
~r1=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/container.go:119
#14 0x0000000001d208f8 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*manager).GetContainerInfoV2 (self=0xc420577ba0,
containerName="/", options=..., ~r2=map[string]k8s.io/kubernetes/vendor/github.com/google/cadvisor/info/v2.ContainerInfo, ~r3=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/manager.go:452
#15 0x0000000001d4c41c in k8s.io/kubernetes/pkg/kubelet/cadvisor.(*cadvisorClient).ContainerInfoV2 (cc=0xc420b15fb0, name="/",
options=...,
~r2=map[string]k8s.io/kubernetes/vendor/github.com/google/cadvisor/info/v2.ContainerInfo<error reading variable: Cannot access memory at address 0xd8888b00000000c8>, ~r3=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/cadvisor/cadvisor_linux.go:172
#16 0x0000000002bd4862 in k8s.io/kubernetes/pkg/kubelet.(*Kubelet).GetContainerInfoV2 (kl=0xc4203cca80, name="/", options=...,
~r2=map[string]k8s.io/kubernetes/vendor/github.com/google/cadvisor/info/v2.ContainerInfo, ~r3=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/kubelet_cadvisor.go:50
#17 0x0000000001d9bf93 in k8s.io/kubernetes/pkg/kubelet/server/stats.(*summaryProviderImpl).Get (sp=0xc420bf0ff0, ~r0=0x7ff1d4586c70,
~r1=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/server/stats/summary.go:66
#18 0x0000000001da1a4a in k8s.io/kubernetes/pkg/kubelet/server/stats.(*resourceAnalyzer).Get (.this=0xc4205a8940, ~r1=0x0, ~r2=...)
at <autogenerated>:15
#19 0x0000000002af537e in k8s.io/kubernetes/pkg/kubelet/eviction.makeSignalObservations (summaryProvider=..., capacityProvider=...,
pods= []*k8s.io/kubernetes/pkg/api/v1.Pod = {...}, withImageFs=true, ~r4=0x0, ~r5=
{void (struct k8s.io/kubernetes/pkg/api/v1.Pod *, k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1.PodStats *, bool *)} 0xc4234f7a60, ~r6=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/eviction/helpers.go:669
#20 0x0000000002aeab49 in k8s.io/kubernetes/pkg/kubelet/eviction.(*managerImpl).synchronize (m=0xc420c6a000, diskInfoProvider=...,
podFunc={void (struct []*k8s.io/kubernetes/pkg/api/v1.Pod *)} 0xc4234f7f28, capacityProvider=...,
~r3= []*k8s.io/kubernetes/pkg/api/v1.Pod)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/eviction/eviction_manager.go:236
#21 0x0000000002afc141 in k8s.io/kubernetes/pkg/kubelet/eviction.(*managerImpl).Start.func1 (m=0xc420c6a000, diskInfoProvider=...,
podFunc={void (struct []*k8s.io/kubernetes/pkg/api/v1.Pod *)} 0xc4234f7fb8, capacityProvider=..., podCleanedUpFunc=
{void (struct k8s.io/kubernetes/pkg/api/v1.Pod *, bool *)} 0xc4234f7fd0, monitoringInterval=10000000000)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/eviction/eviction_manager.go:155
#22 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#23 0x000000c420c6a000 in ?? ()
#24 0x00007ff1df544c18 in ?? ()
#25 0x000000c420b15fb0 in ?? ()
#26 0x000000c420414200 in ?? ()
#27 0x00007ff1df544c40 in ?? ()
#28 0x000000c4204061e0 in ?? ()
#29 0x000000c420414210 in ?? ()
#30 0x00000002540be400 in ?? ()
#31 0x0000000000000000 in ?? ()
(gdb) goroutine 78 bt
#0 runtime.notetsleepg (n=0x545f640 <runtime.sig>, ns=-1, ~r2=224) at /opt/go/src/runtime/lock_futex.go:206
#1 0x0000000000443344 in os/signal.signal_recv (~r0=4410104) at /opt/go/src/runtime/sigqueue.go:116
#2 0x0000000002aaa802 in os/signal.loop () at /opt/go/src/os/signal/signal_unix.go:22
#3 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#4 0x72702d6e74622e7d in ?? ()
#5 0x6f683a7972616d69 in ?? ()
#6 0x6e74622e2c726576 in ?? ()
#7 0x7972616d6972702d in ?? ()
#8 0x000000c422728800 in ?? ()
#9 0x6d6972702d6e7462 in ?? ()
#10 0x697463613a797261 in ?? ()
#11 0x2d6e74622e2c6576 in ?? ()
#12 0x2e7972616d697270 in ?? ()
#13 0x2e2c657669746361 in ?? ()
#14 0x72642e206e65706f in ?? ()
#15 0x742d6e776f64706f in ?? ()
#16 0x74622e656c67676f in ?? ()
#17 0x72616d6972702d6e in ?? ()
#18 0x3a726f6c6f637b79 in ?? ()
#19 0x6361623b66666623 in ?? ()
#20 0x2d646e756f72676b in ?? ()
#21 0x33233a726f6c6f63 in ?? ()
#22 0x6f623b3162363732 in ?? ()
#23 0x6c6f632d72656472 in ?? ()
#24 0x65353832233a726f in ?? ()
#25 0x2d6e74622e7d6538 in ?? ()
#26 0x3a7972616d697270 in ?? ()
#27 0x2e2c657669746361 in ?? ()
#28 0x6d6972702d6e7462 in ?? ()
#29 0x697463612e797261 in ?? ()
#30 0x6e65706f2e2c6576 in ?? ()
#31 0x6f64706f72642e20 in ?? ()
#32 0x6c67676f742d6e77 in ?? ()
#33 0x72702d6e74622e65 in ?? ()
#34 0x61627b7972616d69 in ?? ()
#35 0x646e756f72676b63 in ?? ()
#36 0x6e3a6567616d692d in ?? ()
#37 0x6e74622e7d656e6f in ?? ()
#38 0x7972616d6972702d in ?? ()
#39 0x656c62617369642e in ?? ()
#40 0x702d6e74622e2c64 in ?? ()
#41 0x645b7972616d6972 in ?? ()
#42 0x5d64656c62617369 in ?? ()
#43 0x6573646c6569662c in ?? ()
#44 0x6c62617369645b74 in ?? ()
#45 0x6e74622e205d6465 in ?? ()
#46 0x7972616d6972702d in ?? ()
#47 0x72702d6e74622e2c in ?? ()
#48 0x69642e7972616d69 in ?? ()
#49 0x683a64656c626173 in ?? ()
#50 0x74622e2c7265766f in ?? ()
#51 0x72616d6972702d6e in ?? ()
#52 0x6c62617369645b79 in ?? ()
#53 0x65766f683a5d6465 in ?? ()
#54 0x73646c6569662c72 in ?? ()
#55 0x62617369645b7465 in ?? ()
#56 0x74622e205d64656c in ?? ()
#57 0x72616d6972702d6e in ?? ()
#58 0x2c7265766f683a79 in ?? ()
#59 0x6972702d6e74622e in ?? ()
#60 0x7369642e7972616d in ?? ()
#61 0x6f663a64656c6261 in ?? ()
#62 0x6e74622e2c737563 in ?? ()
#63 0x7972616d6972702d in ?? ()
#64 0x656c62617369645b in ?? ()
#65 0x7375636f663a5d64 in ?? ()
#66 0x6573646c6569662c in ?? ()
#67 0x6c62617369645b74 in ?? ()
#68 0x6e74622e205d6465 in ?? ()
#69 0x7972616d6972702d in ?? ()
#70 0x2e2c7375636f663a in ?? ()
#71 0x6d6972702d6e7462 in ?? ()
#72 0x617369642e797261 in ?? ()
#73 0x7463613a64656c62 in ?? ()
#74 0x6e74622e2c657669 in ?? ()
#75 0x7972616d6972702d in ?? ()
#76 0x656c62617369645b in ?? ()
#77 0x76697463613a5d64 in ?? ()
#78 0x73646c6569662c65 in ?? ()
#79 0x62617369645b7465 in ?? ()
#80 0x0000000000412d4f in runtime.writebarrierptr_prewrite1 (dst=0xc4209b9ac0, src=4271597) at /opt/go/src/runtime/mbarrier.go:189
#81 0x000000c420e7d068 in ?? ()
#82 0x000000c4209b9ac0 in ?? ()
#83 0x0000000000412ded in runtime.writebarrierptr (dst=0x5, src=3) at /opt/go/src/runtime/mbarrier.go:211
#84 0x0000000000412d4f in runtime.writebarrierptr_prewrite1 (dst=0xc4218c9650, src=48) at /opt/go/src/runtime/mbarrier.go:189
#85 0x0000000000411e24 in runtime.mallocgc (size=48, typ=0x3564540, needzero=true, ~r3=0xc420d81000) at /opt/go/src/runtime/malloc.go:723
#86 0x0000000000412418 in runtime.newobject (typ=0x3564540, ~r1=0xc4209b9f60) at /opt/go/src/runtime/malloc.go:820
#87 0x000000000040a90c in runtime.makemap (t=0x34a04e0, hint=0, h=0x0, bucket=0x0, ~r4=0x300000002) at /opt/go/src/runtime/hashmap.go:286
#88 0x00000000006b1bba in net/http.Header.clone (h=0xc4218c94a0, ~r0=0x8) at /opt/go/src/net/http/header.go:63
#89 0x000000000067bdd4 in net/http.(*Client).makeHeadersCopier (c#4=0xc4205ebc50, ireq=0xc420482700,
~r1={void (struct net/http.Request *)} 0xc4209b9df8) at /opt/go/src/net/http/client.go:622
#90 0x000000000067ad91 in net/http.(*Client).Do (c=0xc4205ebc50, req=0xc420482700, ~r1=0x0, ~r2=...)
at /opt/go/src/net/http/client.go:500
#91 0x0000000001c0dbdf in k8s.io/kubernetes/vendor/github.com/docker/engine-api/client/transport/cancellable.Do.func1 (client=...,
req=0xc420482700, result=0xc420d38660)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/docker/engine-api/client/transport/cancellable/cancellable.go:49
#92 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#93 0x00007ff1df4a8a38 in ?? ()
#94 0x000000c4205a4120 in ?? ()
#95 0x000000c420482700 in ?? ()
#96 0x000000c420d38660 in ?? ()
#97 0x0000000000000000 in ?? ()
(gdb) goroutine 113 bt
#0 runtime.gopark (unlockf={void (struct runtime.g *, void *, bool *)} 0xc42005cc40, lock=0x7ff1df4a44e8, reason="IO wait",
traceEv=27 '\033', traceskip=5) at /opt/go/src/runtime/proc.go:272
#1 0x000000000042a1f7 in runtime.netpollblock (pd=0x7ff1df4a44c0, mode=114, waitio=false, ~r3=64) at /opt/go/src/runtime/netpoll.go:345
#2 0x0000000000429839 in net.runtime_pollWait (pd=0x7ff1df4a44c0, mode=114, ~r2=0) at /opt/go/src/runtime/netpoll.go:164
#3 0x00000000005212c8 in net.(*pollDesc).wait (pd=0xc420cb0068, mode=114, ~r1=...) at /opt/go/src/net/fd_poll_runtime.go:75
#4 0x0000000000521334 in net.(*pollDesc).waitRead (pd=0xc420cb0068, ~r0=...) at /opt/go/src/net/fd_poll_runtime.go:80
#5 0x00000000005242a5 in net.(*netFD).accept (fd=0xc420cb0000, netfd=0x0, err=...) at /opt/go/src/net/fd_unix.go:430
#6 0x0000000000541d4e in net.(*TCPListener).accept (ln=0xc420cb6000, ~r0=0xc422329c00, ~r1=...) at /opt/go/src/net/tcpsock_posix.go:136
#7 0x000000000053ffb9 in net.(*TCPListener).AcceptTCP (l=0xc420cb6000, ~r0=0xc42005ce70, ~r1=...) at /opt/go/src/net/tcpsock.go:215
#8 0x00000000006c7c9f in net/http.tcpKeepAliveListener.Accept (ln=..., c=..., err=...) at /opt/go/src/net/http/server.go:3044
#9 0x00000000006c69e8 in net/http.(*Server).Serve (srv=0xc420782bb0, l=..., ~r1=...) at /opt/go/src/net/http/server.go:2643
#10 0x00000000006c66d0 in net/http.(*Server).ListenAndServe (srv=0xc420782bb0, ~r0=...) at /opt/go/src/net/http/server.go:2585
#11 0x0000000001d4d01a in k8s.io/kubernetes/pkg/kubelet/cadvisor.(*cadvisorClient).exportHTTP.func1 (serv=0xc420782bb0, port=4194)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/cadvisor/cadvisor_linux.go:155
#12 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#13 0x000000c420782bb0 in ?? ()
#14 0x0000000000001062 in ?? ()
#15 0x0000000000000000 in ?? ()
(gdb) goroutine 362 bt
#0 runtime.exitsyscall (dummy=4711797) at /opt/go/src/runtime/proc.go:2641
#1 0x0000000000481c14 in syscall.Syscall () at /opt/go/src/syscall/asm_linux_amd64.s:39
#2 0x000000000047e575 in syscall.read (fd=18, p= []uint8 = {...}, n=1, err=...) at /opt/go/src/syscall/zsyscall_linux_amd64.go:783
#3 0x000000000047be39 in syscall.Read (fd=18, p= []uint8 = {...}, n=1, err=...) at /opt/go/src/syscall/syscall_unix.go:162
#4 0x0000000001cf4820 in k8s.io/kubernetes/vendor/golang.org/x/exp/inotify.(*Watcher).readEvents (w=0xc420f80980)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/golang.org/x/exp/inotify/inotify_linux.go:160
#5 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#6 0x000000c420f80980 in ?? ()
#7 0x0000000000000000 in ?? ()
(gdb) goroutine 361 bt
#0 syscall.Syscall () at /opt/go/src/syscall/asm_linux_amd64.s:19
#1 0x000000000047e575 in syscall.read (fd=3, p= []uint8 = {...}, n=0, err=...) at /opt/go/src/syscall/zsyscall_linux_amd64.go:783
#2 0x000000000047be39 in syscall.Read (fd=3, p= []uint8 = {...}, n=0, err=...) at /opt/go/src/syscall/syscall_unix.go:162
#3 0x0000000001cf4820 in k8s.io/kubernetes/vendor/golang.org/x/exp/inotify.(*Watcher).readEvents (w=0xc420f80780)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/golang.org/x/exp/inotify/inotify_linux.go:160
#4 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#5 0x000000c420f80780 in ?? ()
#6 0x0000000000000000 in ?? ()
(gdb) goroutine 466 bt
#0 runtime.exitsyscall (dummy=4711797) at /opt/go/src/runtime/proc.go:2641
#1 0x0000000000481c14 in syscall.Syscall () at /opt/go/src/syscall/asm_linux_amd64.s:39
#2 0x000000000047e575 in syscall.read (fd=19, p= []uint8 = {...}, n=92, err=...) at /opt/go/src/syscall/zsyscall_linux_amd64.go:783
#3 0x000000000047be39 in syscall.Read (fd=19, p= []uint8 = {...}, n=92, err=...) at /opt/go/src/syscall/syscall_unix.go:162
#4 0x000000000049b8ef in os.(*File).read (f=0xc420f0e0a0, b= []uint8 = {...}, n=92, err=...) at /opt/go/src/os/file_unix.go:165
#5 0x0000000000498516 in os.(*File).Read (f=0xc420f0e0a0, b= []uint8 = {...}, n=92, err=...) at /opt/go/src/os/file.go:101
#6 0x00000000004f3527 in bufio.(*Reader).fill (b=0xc420e57b60) at /opt/go/src/bufio/bufio.go:97
#7 0x00000000004f44ab in bufio.(*Reader).ReadSlice (b=0xc420e57b60, delim=10 '\n', line= []uint8 = {...}, err=...)
at /opt/go/src/bufio/bufio.go:338
#8 0x00000000004f4996 in bufio.(*Reader).ReadBytes (b=0xc420e57b60, delim=10 '\n', ~r1= []uint8 = {...}, ~r2=...)
at /opt/go/src/bufio/bufio.go:416
Python Exception <class 'OverflowError'> signed integer is greater than maximum:
#9 0x00000000004f4db8 in bufio.(*Reader).ReadString (b=0xc420e57b60, delim=10 '\n', ~r1=, ~r2=...) at /opt/go/src/bufio/bufio.go:456
#10 0x0000000001d17163 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/utils/oomparser.readLinesFromFile (
lineChannel=0xc420ede240, ioreader=0xc420e57b60, ~r2=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/utils/oomparser/oomparser.go:113
#11 0x0000000001d18198 in k8s.io/kubernetes/vendor/github.com/google/cadvisor/utils/oomparser.(*OomParser).StreamOoms.func1 (
lineChannel=0xc420ede240, self=0xc420f0e0c8)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/utils/oomparser/oomparser.go:140
#12 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#13 0x000000c420ede240 in ?? ()
#14 0x000000c420f0e0c8 in ?? ()
#15 0x0000000000000000 in ?? ()
(gdb) goroutine 307 bt
#0 runtime.gopark (unlockf={void (struct runtime.g *, void *, bool *)} 0xc420bd1938, lock=0x7ff1df4a3e28, reason="IO wait",
traceEv=27 '\033', traceskip=5) at /opt/go/src/runtime/proc.go:272
#1 0x000000000042a1f7 in runtime.netpollblock (pd=0x7ff1df4a3e00, mode=114, waitio=false, ~r3=64) at /opt/go/src/runtime/netpoll.go:345
#2 0x0000000000429839 in net.runtime_pollWait (pd=0x7ff1df4a3e00, mode=114, ~r2=0) at /opt/go/src/runtime/netpoll.go:164
#3 0x00000000005212c8 in net.(*pollDesc).wait (pd=0xc420e98458, mode=114, ~r1=...) at /opt/go/src/net/fd_poll_runtime.go:75
#4 0x0000000000521334 in net.(*pollDesc).waitRead (pd=0xc420e98458, ~r0=...) at /opt/go/src/net/fd_poll_runtime.go:80
#5 0x00000000005242a5 in net.(*netFD).accept (fd=0xc420e983f0, netfd=0x0, err=...) at /opt/go/src/net/fd_unix.go:430
#6 0x0000000000541d4e in net.(*TCPListener).accept (ln=0xc420cb6060, ~r0=0xc42105d980, ~r1=...) at /opt/go/src/net/tcpsock_posix.go:136
#7 0x000000000053ffb9 in net.(*TCPListener).AcceptTCP (l=0xc420cb6060, ~r0=0xc420bd1b68, ~r1=...) at /opt/go/src/net/tcpsock.go:215
#8 0x00000000006c7c9f in net/http.tcpKeepAliveListener.Accept (ln=..., c=..., err=...) at /opt/go/src/net/http/server.go:3044
#9 0x00000000006c69e8 in net/http.(*Server).Serve (srv=0xc4204106e0, l=..., ~r1=...) at /opt/go/src/net/http/server.go:2643
#10 0x00000000006c66d0 in net/http.(*Server).ListenAndServe (srv=0xc4204106e0, ~r0=...) at /opt/go/src/net/http/server.go:2585
#11 0x0000000001da7262 in k8s.io/kubernetes/pkg/kubelet/server.ListenAndServeKubeletReadOnlyServer (host=..., resourceAnalyzer=...,
address=..., port=10255, runtime=...)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/server/server.go:160
#12 0x0000000002bd4256 in k8s.io/kubernetes/pkg/kubelet.(*Kubelet).ListenAndServeReadOnly (kl=0xc4203cca80, address=..., port=10255)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/pkg/kubelet/kubelet.go:2202
#13 0x0000000002c10825 in k8s.io/kubernetes/cmd/kubelet/app.startKubelet.func3 ()
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/cmd/kubelet/app/server.go:974
#14 0x000000000057451e in k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1 (f={void (void)} 0xc420bd1ec0)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:97
#15 0x0000000000573b0d in k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil (f={void (void)} 0xc420bd1f90,
period=0, jitterFactor=0, sliding=true, stopCh=0xc4200c4060)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:98
#16 0x0000000000573a3d in k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait.Until (f={void (void)} 0xc420bd1fc8, period=0,
stopCh=0xc4200c4060)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:52
#17 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#18 0x000000c4204d9d20 in ?? ()
#19 0x0000000000000000 in ?? ()
(gdb) info goroutines
1 waiting runtime.gopark
* 17 syscall runtime.goexit
2 runnable runtime.gopark
3 waiting runtime.gopark
4 waiting runtime.gopark
5 waiting runtime.gopark
6 runnable runtime.exitsyscall
18 waiting runtime.gopark
19 waiting runtime.gopark
20 waiting runtime.gopark
21 waiting runtime.gopark
22 waiting runtime.gopark
23 waiting runtime.gopark
24 waiting runtime.gopark
25 waiting runtime.gopark
26 waiting runtime.gopark
27 waiting runtime.gopark
28 waiting runtime.gopark
29 waiting runtime.gopark
30 waiting runtime.gopark
31 waiting runtime.gopark
32 waiting runtime.gopark
33 waiting runtime.gopark
34 waiting runtime.gopark
35 waiting runtime.gopark
36 waiting runtime.gopark
37 waiting runtime.gopark
38 waiting runtime.gopark
39 waiting runtime.gopark
40 waiting runtime.gopark
41 waiting runtime.gopark
42 waiting runtime.gopark
43 waiting runtime.gopark
44 waiting runtime.gopark
45 waiting runtime.gopark
46 waiting runtime.gopark
47 waiting runtime.gopark
48 waiting runtime.gopark
49 waiting runtime.gopark
470 waiting runtime.gopark
* 454 running runtime.systemstack_switch
355 waiting runtime.gopark
354 waiting runtime.gopark
* 78 syscall runtime.notetsleepg
82 waiting runtime.gopark
113 runnable runtime.gopark
22973388 waiting runtime.gopark
362 runnable runtime.exitsyscall
* 361 syscall syscall.Syscall
90 waiting runtime.gopark
118 waiting runtime.gopark
119 waiting runtime.gopark
94 waiting runtime.gopark
147 waiting runtime.gopark
139 waiting runtime.gopark
130 waiting runtime.gopark
146 waiting runtime.gopark
133 waiting runtime.gopark
134 waiting runtime.gopark
162 waiting runtime.gopark
140 waiting runtime.gopark
141 waiting runtime.gopark
142 waiting runtime.gopark
185 waiting runtime.gopark
184 waiting runtime.gopark
239 waiting runtime.gopark
451 waiting runtime.gopark
210 waiting runtime.gopark
206 waiting runtime.gopark
241 waiting runtime.gopark
452 waiting runtime.gopark
469 waiting runtime.gopark
466 runnable runtime.exitsyscall
202 waiting runtime.gopark
22980379 waiting runtime.gopark
22983211 waiting runtime.gopark
242 waiting runtime.gopark
159 waiting runtime.gopark
191 waiting runtime.gopark
263 waiting runtime.gopark
261 waiting runtime.gopark
468 waiting runtime.gopark
259 waiting runtime.gopark
257 waiting runtime.gopark
274 waiting runtime.gopark
260 waiting runtime.gopark
276 waiting runtime.gopark
277 waiting runtime.gopark
278 waiting runtime.gopark
279 waiting runtime.gopark
280 waiting runtime.gopark
329 waiting runtime.gopark
262 waiting runtime.gopark
192 waiting runtime.gopark
193 waiting runtime.gopark
306 waiting runtime.gopark
307 runnable runtime.gopark
308 waiting runtime.gopark
330 waiting runtime.gopark
331 waiting runtime.gopark
333 waiting runtime.gopark
335 waiting runtime.gopark
336 waiting runtime.gopark
337 waiting runtime.gopark
338 waiting runtime.gopark
339 waiting runtime.gopark
340 waiting runtime.gopark
341 waiting runtime.gopark
342 waiting runtime.gopark
343 waiting runtime.gopark
344 waiting runtime.gopark
345 waiting runtime.gopark
346 waiting runtime.gopark
356 waiting runtime.gopark
453 waiting runtime.gopark
22981276 waiting runtime.gopark
467 waiting runtime.gopark
363 waiting runtime.gopark
364 waiting runtime.gopark
365 waiting runtime.gopark
22980507 waiting runtime.gopark
366 waiting runtime.gopark
367 waiting runtime.gopark
368 waiting runtime.gopark
369 waiting runtime.gopark
482 waiting runtime.gopark
483 waiting runtime.gopark
484 waiting runtime.gopark
485 waiting runtime.gopark
486 waiting runtime.gopark
487 waiting runtime.gopark
488 waiting runtime.gopark
489 waiting runtime.gopark
490 waiting runtime.gopark
491 waiting runtime.gopark
492 waiting runtime.gopark
493 waiting runtime.gopark
494 waiting runtime.gopark
495 waiting runtime.gopark
496 waiting runtime.gopark
497 waiting runtime.gopark
471 waiting runtime.gopark
472 waiting runtime.gopark
473 waiting runtime.gopark
474 waiting runtime.gopark
475 waiting runtime.gopark
476 waiting runtime.gopark
477 waiting runtime.gopark
478 waiting runtime.gopark
479 waiting runtime.gopark
480 waiting runtime.gopark
481 waiting runtime.gopark
498 waiting runtime.gopark
499 waiting runtime.gopark
500 waiting runtime.gopark
501 waiting runtime.gopark
502 waiting runtime.gopark
503 waiting runtime.gopark
504 waiting runtime.gopark
505 waiting runtime.gopark
506 waiting runtime.gopark
507 waiting runtime.gopark
508 waiting runtime.gopark
509 waiting runtime.gopark
510 waiting runtime.gopark
511 waiting runtime.gopark
512 waiting runtime.gopark
513 waiting runtime.gopark
514 waiting runtime.gopark
515 waiting runtime.gopark
516 waiting runtime.gopark
517 waiting runtime.gopark
518 waiting runtime.gopark
519 waiting runtime.gopark
520 waiting runtime.gopark
521 waiting runtime.gopark
522 waiting runtime.gopark
523 waiting runtime.gopark
524 waiting runtime.gopark
525 waiting runtime.gopark
526 waiting runtime.gopark
527 waiting runtime.gopark
22979320 waiting runtime.gopark
404143 waiting runtime.gopark
22980551 waiting runtime.gopark
22982679 waiting runtime.gopark
22979351 waiting runtime.gopark
22983273 waiting runtime.gopark
22983263 waiting runtime.gopark
22982590 waiting runtime.gopark
22982370 waiting runtime.gopark
22981446 waiting runtime.gopark
22975399 waiting runtime.gopark
22980668 waiting runtime.gopark
22980396 waiting runtime.gopark
22980667 waiting runtime.gopark
22983274 waiting runtime.gopark
22980791 waiting runtime.gopark
22982924 waiting runtime.gopark
22981713 waiting runtime.gopark
22981060 waiting runtime.gopark
22983264 waiting runtime.gopark
22980214 waiting runtime.gopark
22982600 waiting runtime.gopark
22980334 waiting runtime.gopark
22979408 waiting runtime.gopark
22982923 waiting runtime.gopark
22922398 waiting runtime.gopark
22980506 waiting runtime.gopark
404142 waiting runtime.gopark
22980879 waiting runtime.gopark
22981436 waiting runtime.gopark
22982885 waiting runtime.gopark
22983135 waiting runtime.gopark
22983270 waiting runtime.gopark
22979407 waiting runtime.gopark
22983269 waiting runtime.gopark
22975881 waiting runtime.gopark
22980453 waiting runtime.gopark
22982857 waiting runtime.gopark
22980089 waiting runtime.gopark
22979805 waiting runtime.gopark
22975934 waiting runtime.gopark
11067731 waiting runtime.gopark
22982238 waiting runtime.gopark
22981469 waiting runtime.gopark
22981612 waiting runtime.gopark
22982350 waiting runtime.gopark
22980839 waiting runtime.gopark
22982591 waiting runtime.gopark
22981856 waiting runtime.gopark
22981712 waiting runtime.gopark
22981275 waiting runtime.gopark
22981018 waiting runtime.gopark
22980840 waiting runtime.gopark
22983265 waiting runtime.gopark
22980336 waiting runtime.gopark
22981214 waiting runtime.gopark
22981642 waiting runtime.gopark
22981185 waiting runtime.gopark
22981041 waiting runtime.gopark
22975838 waiting runtime.gopark
22778762 waiting runtime.gopark
22978274 waiting runtime.gopark
22983134 waiting runtime.gopark
22977210 waiting runtime.gopark
22982175 waiting runtime.gopark
22980452 waiting runtime.gopark
22981955 waiting runtime.gopark
22981243 waiting runtime.gopark
22964295 waiting runtime.gopark
22981133 waiting runtime.gopark
22983266 waiting runtime.gopark
22975400 waiting runtime.gopark
22982074 waiting runtime.gopark
22980524 waiting runtime.gopark
22983272 waiting runtime.gopark
22981791 waiting runtime.gopark
22979307 waiting runtime.gopark
22981814 waiting runtime.gopark
22982176 waiting runtime.gopark
22983271 waiting runtime.gopark
22982285 waiting runtime.gopark
22980380 waiting runtime.gopark
22981470 waiting runtime.gopark
22982959 waiting runtime.gopark
22983210 waiting runtime.gopark
22981437 waiting runtime.gopark
22983267 waiting runtime.gopark
22983268 waiting runtime.gopark
22982130 waiting runtime.gopark
22981242 waiting runtime.gopark
22979350 waiting runtime.gopark
22981103 waiting runtime.gopark
22982571 waiting runtime.gopark
22975836 waiting runtime.gopark
22983095 waiting runtime.gopark
22981954 waiting runtime.gopark
22981836 waiting runtime.gopark
22980397 waiting runtime.gopark
22981026 waiting runtime.gopark
22979804 waiting runtime.gopark
22980821 waiting runtime.gopark
11067598 runnable runtime.gopark
22980215 waiting runtime.gopark
22982305 waiting runtime.gopark
22983131 waiting runtime.gopark
22982081 waiting runtime.gopark
22975933 waiting runtime.gopark
22981061 waiting runtime.gopark
22981102 waiting runtime.gopark
22975880 waiting runtime.gopark
22982958 waiting runtime.gopark
22982351 waiting runtime.gopark
22980104 waiting runtime.gopark
22982678 waiting runtime.gopark
22980508 waiting runtime.gopark
22981857 waiting runtime.gopark
(gdb) thread apply all bt
Thread 74 (LWP 7670):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420f45510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420f45510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c423ce2d40 in ?? ()
#9 0x00007ff15affcb7f in ?? ()
#10 0x000000c423ce2d00 in ?? ()
#11 0x00007ff1357f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff15affcc00 in ?? ()
#15 0x00007ff1357fa9c0 in ?? ()
#16 0x00007ff15affcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 73 (LWP 13044):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc421038510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc421038510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420029900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc421da76c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c422eec1e0 in ?? ()
#9 0x00007ff16effcb7f in ?? ()
#10 0x000000c422eec1a0 in ?? ()
#11 0x00007ff135ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff16effcc00 in ?? ()
#15 0x00007ff135ffb9c0 in ?? ()
#16 0x00007ff16effcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 72 (LWP 19354):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420f44910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420f44910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002d300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc421da76c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42180ea00 in ?? ()
#9 0x00007ff1dd3cab7f in ?? ()
#10 0x000000c42180e9c0 in ?? ()
#11 0x00007ff1367fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1dd3cac00 in ?? ()
#15 0x00007ff1367fc9c0 in ?? ()
#16 0x00007ff1dd3cab7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 71 (LWP 15815):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420f45110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420f45110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42180e1e0 in ?? ()
#9 0x00007ff1c77fdb7f in ?? ()
#10 0x000000c42180e1a0 in ?? ()
#11 0x00007ff136ffcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c77fdc00 in ?? ()
#15 0x00007ff136ffd9c0 in ?? ()
#16 0x00007ff1c77fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 70 (LWP 9278):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420fdb110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420fdb110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421a721e0 in ?? ()
#9 0x00007ff1597f9b7f in ?? ()
#10 0x000000c421a721a0 in ?? ()
#11 0x00007ff1377fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1597f9c00 in ?? ()
#15 0x00007ff1377fe9c0 in ?? ()
#16 0x00007ff1597f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 69 (LWP 9016):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420fda110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420fda110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x0000000000435be7 in runtime.exitsyscall0 (gp=0xc420b23380) at /opt/go/src/runtime/proc.go:2771
#5 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#6 0x000000c420c7a1e0 in ?? ()
#7 0x00007ff159ffab7f in ?? ()
#8 0x000000c420c7a1a0 in ?? ()
#9 0x00007ff137ffeef8 in ?? ()
#10 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#11 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#12 0x00007ff159ffac00 in ?? ()
#13 0x00007ff137fff9c0 in ?? ()
#14 0x00007ff159ffab7f in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 68 (LWP 6217):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420053d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420053d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4218e5a40 in ?? ()
#9 0x00007ff1967fbb7f in ?? ()
#10 0x000000c4218e5a00 in ?? ()
#11 0x00007ff144ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1967fbc00 in ?? ()
#15 0x00007ff144ff99c0 in ?? ()
#16 0x00007ff1967fbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 67 (LWP 5634):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420085110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420085110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204581a0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420764860 in ?? ()
#9 0x00007ff1467fbb7f in ?? ()
#10 0x000000c420764820 in ?? ()
#11 0x00007ff1457f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1467fbc00 in ?? ()
#15 0x00007ff1457fa9c0 in ?? ()
#16 0x00007ff1467fbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 66 (LWP 5360):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420f44110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420f44110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420030c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204596c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4210dea00 in ?? ()
#9 0x00007ff195ffab7f in ?? ()
#10 0x000000c4210de9c0 in ?? ()
#11 0x00007ff145ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff195ffac00 in ?? ()
#15 0x00007ff145ffb9c0 in ?? ()
#16 0x00007ff195ffab7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 65 (LWP 5301):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420dcdd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420dcdd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4214001e0 in ?? ()
#9 0x00007ff1c77fdb7f in ?? ()
#10 0x000000c4214001a0 in ?? ()
#11 0x00007ff1467fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c77fdc00 in ?? ()
#15 0x00007ff1467fc9c0 in ?? ()
#16 0x00007ff1c77fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 64 (LWP 5241):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420dccd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420dccd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420030c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420463ba0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421c1e380 in ?? ()
#9 0x00007ff1bd7f9b7f in ?? ()
#10 0x000000c421c1e340 in ?? ()
#11 0x00007ff146ffcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1bd7f9c00 in ?? ()
#15 0x00007ff146ffd9c0 in ?? ()
#16 0x00007ff1bd7f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 63 (LWP 5231):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420dcc910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420dcc910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x0000000000434d48 in runtime.goexit0 (gp=0xc4208471e0) at /opt/go/src/runtime/proc.go:2359
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420eff080 in ?? ()
#9 0x00007ff1de3ccb7f in ?? ()
#10 0x000000c420eff040 in ?? ()
#11 0x00007ff1477fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1de3ccc00 in ?? ()
#15 0x00007ff1477fe9c0 in ?? ()
#16 0x00007ff1de3ccb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 62 (LWP 5213):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420dcc510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420dcc510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4210de520 in ?? ()
#9 0x00007ff16fffeb7f in ?? ()
#10 0x000000c4210de4e0 in ?? ()
#11 0x00007ff147ffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff16fffec00 in ?? ()
#15 0x00007ff147fff9c0 in ?? ()
#16 0x00007ff16fffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 61 (LWP 5147):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420dcc110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420dcc110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420027300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204589c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420f3ea00 in ?? ()
#9 0x00007ff15b7fdb7f in ?? ()
#10 0x000000c420f3e9c0 in ?? ()
#11 0x00007ff158ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff15b7fdc00 in ?? ()
#15 0x00007ff158ff99c0 in ?? ()
#16 0x00007ff15b7fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 60 (LWP 5143):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420d81d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420d81d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc42276f1e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421964ee0 in ?? ()
#9 0x00007ff1c6ffcb7f in ?? ()
#10 0x000000c421964ea0 in ?? ()
#11 0x00007ff1597f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c6ffcc00 in ?? ()
#15 0x00007ff1597fa9c0 in ?? ()
#16 0x00007ff1c6ffcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 59 (LWP 5133):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420d81910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420d81910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002d300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204591e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420efe380 in ?? ()
#9 0x00007ff15bffeb7f in ?? ()
#10 0x000000c420efe340 in ?? ()
#11 0x00007ff159ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff15bffec00 in ?? ()
#15 0x00007ff159ffb9c0 in ?? ()
#16 0x00007ff15bffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 58 (LWP 5117):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420d81510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420d81510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x0000000000435be7 in runtime.exitsyscall0 (gp=0xc42178d520) at /opt/go/src/runtime/proc.go:2771
#5 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#6 0x000000c4218e5080 in ?? ()
#7 0x00007ffc4dc6496f in ?? ()
#8 0x000000c4218e5040 in ?? ()
#9 0x00007ff15a7fbef8 in ?? ()
#10 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#11 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#12 0x00007ffc4dc649f0 in ?? ()
#13 0x00007ff15a7fc9c0 in ?? ()
#14 0x00007ffc4dc6496f in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 57 (LWP 5101):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420d81110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420d81110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421964380 in ?? ()
#9 0x00007ff1bd7f9b7f in ?? ()
#10 0x000000c421964340 in ?? ()
#11 0x00007ff15affcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1bd7f9c00 in ?? ()
#15 0x00007ff15affd9c0 in ?? ()
#16 0x00007ff1bd7f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 56 (LWP 5090):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420d80d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420d80d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002f900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc421059d40) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4218e8a00 in ?? ()
#9 0x00007ff1b17f9b7f in ?? ()
#10 0x000000c4218e89c0 in ?? ()
#11 0x00007ff15b7fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1b17f9c00 in ?? ()
#15 0x00007ff15b7fe9c0 in ?? ()
#16 0x00007ff1b17f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 55 (LWP 5078):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420477d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420477d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420027300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204589c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421058860 in ?? ()
#9 0x00007ff1bd7f9b7f in ?? ()
#10 0x000000c421058820 in ?? ()
#11 0x00007ff15bffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1bd7f9c00 in ?? ()
#15 0x00007ff15bfff9c0 in ?? ()
#16 0x00007ff1bd7f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 54 (LWP 5046):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420477910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420477910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x0000000000434d48 in runtime.goexit0 (gp=0xc421834ea0) at /opt/go/src/runtime/proc.go:2359
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421058520 in ?? ()
#9 0x00007ff17cff8b7f in ?? ()
#10 0x000000c4210584e0 in ?? ()
#11 0x00007ff16cff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff17cff8c00 in ?? ()
#15 0x00007ff16cff99c0 in ?? ()
#16 0x00007ff17cff8b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 53 (LWP 4999):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420477510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420477510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420027300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204589c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4218e8520 in ?? ()
#9 0x00007ff1de3ccb7f in ?? ()
#10 0x000000c4218e84e0 in ?? ()
#11 0x00007ff16d7f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1de3ccc00 in ?? ()
#15 0x00007ff16d7fa9c0 in ?? ()
#16 0x00007ff1de3ccb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 52 (LWP 4987):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042acd7 in runtime.futexsleep (addr=0x543e7e8 <runtime.sched+200>, val=0, ns=100000) at /opt/go/src/runtime/os_linux.go:62
#2 0x0000000000410930 in runtime.notetsleep_internal (n=0x543e7e8 <runtime.sched+200>, ns=100000, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:174
#3 0x00000000004109f6 in runtime.notetsleep (n=0x543e7e8 <runtime.sched+200>, ns=100000, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:194
#4 0x0000000000431704 in runtime.stopTheWorldWithSema () at /opt/go/src/runtime/proc.go:1029
#5 0x00000000004599d9 in runtime.systemstack () at /opt/go/src/runtime/asm_amd64.s:327
#6 0x00000000004319f0 in ?? () at /opt/go/src/runtime/proc.go:1067
#7 0x000000c4218e81e0 in ?? ()
#8 0x00007ff1d67fbb7f in ?? ()
#9 0x000000c4218e81a0 in ?? ()
#10 0x00007ff16dffaef8 in ?? ()
#11 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#12 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#13 0x00007ff1d67fbc00 in ?? ()
#14 0x00007ff16dffb9c0 in ?? ()
#15 0x00007ff1d67fbb7f in ?? ()
#16 0x0000000000000000 in ?? ()
Thread 51 (LWP 4952):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42016a510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42016a510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204581a0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420e45220 in ?? ()
#9 0x00007ff1ddbcbb7f in ?? ()
#10 0x000000c420e451e0 in ?? ()
#11 0x00007ff16e7fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1ddbcbc00 in ?? ()
#15 0x00007ff16e7fc9c0 in ?? ()
#16 0x00007ff1ddbcbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 50 (LWP 4948):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420449510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420449510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002ac00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc422123d40) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4210581e0 in ?? ()
#9 0x00007ff1b37fdb7f in ?? ()
#10 0x000000c4210581a0 in ?? ()
#11 0x00007ff16effcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1b37fdc00 in ?? ()
#15 0x00007ff16effd9c0 in ?? ()
#16 0x00007ff1b37fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 49 (LWP 4938):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420449110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420449110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x0000000000434d48 in runtime.goexit0 (gp=0xc4208471e0) at /opt/go/src/runtime/proc.go:2359
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4214f0ba0 in ?? ()
#9 0x00007ff197ffeb7f in ?? ()
#10 0x000000c4214f0b60 in ?? ()
#11 0x00007ff16f7fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff197ffec00 in ?? ()
#15 0x00007ff16f7fe9c0 in ?? ()
#16 0x00007ff197ffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 48 (LWP 4922):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420448d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420448d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420026000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc422123d40) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4218e4520 in ?? ()
#9 0x00007ff1c57f9b7f in ?? ()
#10 0x000000c4218e44e0 in ?? ()
#11 0x00007ff16fffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c57f9c00 in ?? ()
#15 0x00007ff16ffff9c0 in ?? ()
#16 0x00007ff1c57f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 47 (LWP 4909):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420448910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420448910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420029900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x0000000000434d48 in runtime.goexit0 (gp=0xc4208471e0) at /opt/go/src/runtime/proc.go:2359
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4218e41e0 in ?? ()
#9 0x00007ff17d7f9b7f in ?? ()
#10 0x000000c4218e41a0 in ?? ()
#11 0x00007ff17cff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff17d7f9c00 in ?? ()
#15 0x00007ff17cff99c0 in ?? ()
#16 0x00007ff17d7f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 46 (LWP 4900):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420448510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420448510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4214f0a00 in ?? ()
#9 0x00007ff1d67fbb7f in ?? ()
#10 0x000000c4214f09c0 in ?? ()
#11 0x00007ff17d7f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d67fbc00 in ?? ()
#15 0x00007ff17d7fa9c0 in ?? ()
#16 0x00007ff1d67fbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 45 (LWP 4888):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420053110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420053110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4214f0520 in ?? ()
#9 0x00007ff1c7ffeb7f in ?? ()
#10 0x000000c4214f04e0 in ?? ()
#11 0x00007ff17dffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c7ffec00 in ?? ()
#15 0x00007ff17dffb9c0 in ?? ()
#16 0x00007ff1c7ffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 44 (LWP 4858):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42057d910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42057d910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420f3e680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420e44ba0 in ?? ()
#9 0x00007ff17effcb7f in ?? ()
#10 0x000000c420e44b60 in ?? ()
#11 0x00007ff17e7fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff17effcc00 in ?? ()
#15 0x00007ff17e7fc9c0 in ?? ()
#16 0x00007ff17effcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 43 (LWP 4850):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42057d110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42057d110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420f58d40 in ?? ()
#9 0x00007ff1d67fbb7f in ?? ()
#10 0x000000c420f58d00 in ?? ()
#11 0x00007ff17effcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d67fbc00 in ?? ()
#15 0x00007ff17effd9c0 in ?? ()
#16 0x00007ff1d67fbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 42 (LWP 4841):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42057cd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42057cd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42178c520 in ?? ()
#9 0x00007ff1957f9b7f in ?? ()
#10 0x000000c42178c4e0 in ?? ()
#11 0x00007ff17f7fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1957f9c00 in ?? ()
#15 0x00007ff17f7fe9c0 in ?? ()
#16 0x00007ff1957f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 41 (LWP 4834):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42057c910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42057c910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420f3e340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421125700 in ?? ()
#9 0x00007ff1c77fdb7f in ?? ()
#10 0x000000c4211256c0 in ?? ()
#11 0x00007ff17fffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c77fdc00 in ?? ()
#15 0x00007ff17ffff9c0 in ?? ()
#16 0x00007ff1c77fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 40 (LWP 4823):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420e87d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420e87d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc42134f6c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4211241e0 in ?? ()
#9 0x00007ff1de3ccb7f in ?? ()
#10 0x000000c4211241a0 in ?? ()
#11 0x00007ff194ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1de3ccc00 in ?? ()
#15 0x00007ff194ff99c0 in ?? ()
#16 0x00007ff1de3ccb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 39 (LWP 4822):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204ad110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204ad110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42178dbe0 in ?? ()
#9 0x00007ff1de3ccb7f in ?? ()
#10 0x000000c42178dba0 in ?? ()
#11 0x00007ff1957f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1de3ccc00 in ?? ()
#15 0x00007ff1957fa9c0 in ?? ()
#16 0x00007ff1de3ccb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 38 (LWP 4806):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420e87910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420e87910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420030c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204596c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c421148380 in ?? ()
#9 0x00007ff196ffcb7f in ?? ()
#10 0x000000c421148340 in ?? ()
#11 0x00007ff195ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff196ffcc00 in ?? ()
#15 0x00007ff195ffb9c0 in ?? ()
#16 0x00007ff196ffcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 37 (LWP 4805):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204f2110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204f2110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x0000000000435be7 in runtime.exitsyscall0 (gp=0xc420576b60) at /opt/go/src/runtime/proc.go:2771
#5 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#6 0x000000c421148040 in ?? ()
#7 0x00007ff1977fdb7f in ?? ()
#8 0x000000c421148000 in ?? ()
#9 0x00007ff1967fbef8 in ?? ()
#10 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#11 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#12 0x00007ff1977fdc00 in ?? ()
#13 0x00007ff1967fc9c0 in ?? ()
#14 0x00007ff1977fdb7f in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 36 (LWP 4771):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420b4d910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420b4d910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420032000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc422300340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420f8b220 in ?? ()
#9 0x00007ff1beffcb7f in ?? ()
#10 0x000000c420f8b1e0 in ?? ()
#11 0x00007ff196ffcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1beffcc00 in ?? ()
#15 0x00007ff196ffd9c0 in ?? ()
#16 0x00007ff1beffcb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 35 (LWP 4770):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420b4d510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420b4d510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420026000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458820) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420f8aee0 in ?? ()
#9 0x00007ff1b1ffab7f in ?? ()
#10 0x000000c420f8aea0 in ?? ()
#11 0x00007ff1977fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1b1ffac00 in ?? ()
#15 0x00007ff1977fe9c0 in ?? ()
#16 0x00007ff1b1ffab7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 34 (LWP 4769):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420e87510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420e87510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420026000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458820) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420e581e0 in ?? ()
#9 0x00007ff1b17f9b7f in ?? ()
#10 0x000000c420e581a0 in ?? ()
#11 0x00007ff197ffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1b17f9c00 in ?? ()
#15 0x00007ff197fff9c0 in ?? ()
#16 0x00007ff1b17f9b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 33 (LWP 4768):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420e87110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420e87110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420027300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204589c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42134ed40 in ?? ()
#9 0x00007ff1d4ff8b7f in ?? ()
#10 0x000000c42134ed00 in ?? ()
#11 0x00007ff1b0ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d4ff8c00 in ?? ()
#15 0x00007ff1b0ff99c0 in ?? ()
#16 0x00007ff1d4ff8b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 32 (LWP 4767):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204ad910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204ad910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420028600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc421059d40) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420ccfd80 in ?? ()
#9 0x00007ff1bf7fdb7f in ?? ()
#10 0x000000c420ccfd40 in ?? ()
#11 0x00007ff1b17f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1bf7fdc00 in ?? ()
#15 0x00007ff1b17fa9c0 in ?? ()
#16 0x00007ff1bf7fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 31 (LWP 4766):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204ad510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204ad510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420cf24e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420e44ee0 in ?? ()
#9 0x00007ff1c7ffeb7f in ?? ()
#10 0x000000c420e44ea0 in ?? ()
#11 0x00007ff1b1ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c7ffec00 in ?? ()
#15 0x00007ff1b1ffb9c0 in ?? ()
#16 0x00007ff1c7ffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 30 (LWP 4756):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420e86910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420e86910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420e441e0 in ?? ()
#9 0x00007ff1d5ffab7f in ?? ()
#10 0x000000c420e441a0 in ?? ()
#11 0x00007ff1b27fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d5ffac00 in ?? ()
#15 0x00007ff1b27fc9c0 in ?? ()
#16 0x00007ff1d5ffab7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 29 (LWP 4753):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420fda910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420fda910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420029900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420e72000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4207f7080 in ?? ()
#9 0x00007ff1bcff8b7f in ?? ()
#10 0x000000c4207f7040 in ?? ()
#11 0x00007ff1b2ffcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1bcff8c00 in ?? ()
#15 0x00007ff1b2ffd9c0 in ?? ()
#16 0x00007ff1bcff8b7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 28 (LWP 4705):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204ac910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204ac910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420cce380 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420cce340 in ?? ()
#11 0x00007ff1b37fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1b37fe9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 27 (LWP 4704):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204acd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204acd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42057fa40 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c42057fa00 in ?? ()
#11 0x00007ff1b3ffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1b3fff9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 26 (LWP 4663):
#0 syscall.Syscall () at /opt/go/src/syscall/asm_linux_amd64.s:27
#1 0x000000000047e575 in syscall.read (fd=3, p= []uint8 = {...}, n=0, err=...) at /opt/go/src/syscall/zsyscall_linux_amd64.go:783
#2 0x000000000047be39 in syscall.Read (fd=3, p= []uint8 = {...}, n=0, err=...) at /opt/go/src/syscall/syscall_unix.go:162
#3 0x0000000001cf4820 in k8s.io/kubernetes/vendor/golang.org/x/exp/inotify.(*Watcher).readEvents (w=0xc420f80780)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/golang.org/x/exp/inotify/inotify_linux.go:160
#4 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#5 0x000000c420f80780 in ?? ()
#6 0x0000000000000000 in ?? ()
Thread 25 (LWP 4662):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204f3510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204f3510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x0000000000434d48 in runtime.goexit0 (gp=0xc42178d520) at /opt/go/src/runtime/proc.go:2359
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42057e860 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c42057e820 in ?? ()
#11 0x00007ff1bd7f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1bd7fa9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 24 (LWP 4661):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204f2910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204f2910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c42057e380 in ?? ()
#9 0x00007ff1c7ffeb7f in ?? ()
#10 0x000000c42057e340 in ?? ()
#11 0x00007ff1bdffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c7ffec00 in ?? ()
#15 0x00007ff1bdffb9c0 in ?? ()
#16 0x00007ff1c7ffeb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 23 (LWP 4660):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42016bd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42016bd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204581a0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4205a3be0 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c4205a3ba0 in ?? ()
#11 0x00007ff1be7fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1be7fc9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 22 (LWP 4659):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201df910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201df910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x00000000004349c6 in runtime.goschedImpl (gp=0xc420001040) at /opt/go/src/runtime/proc.go:2300
#7 0x0000000000434a56 in runtime.gosched_m (gp=0xc420001040) at /opt/go/src/runtime/proc.go:2308
#8 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#9 0x000000c420289220 in ?? ()
#10 0x00007ff1c4ff8b7f in ?? ()
#11 0x000000c4202891e0 in ?? ()
#12 0x00007ff1beffcef8 in ?? ()
#13 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#14 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#15 0x00007ff1c4ff8c00 in ?? ()
#16 0x00007ff1beffd9c0 in ?? ()
#17 0x00007ff1c4ff8b7f in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 21 (LWP 4658):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201df110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201df110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420020000 in ?? ()
#9 0x00007ff1c4ff8b2f in ?? ()
#10 0x000000c420288ea0 in ?? ()
#11 0x00007ff1bf7fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1c4ff8bb0 in ?? ()
#15 0x00007ff1bf7fe9c0 in ?? ()
#16 0x00007ff1c4ff8b2f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 20 (LWP 4657):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201df510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201df510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420001040) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420288860 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420288820 in ?? ()
#11 0x00007ff1bfffeef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1bffff9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 19 (LWP 4654):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201ded10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201ded10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420029900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458d00) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420288520 in ?? ()
#9 0x00007ff1d77fdb7f in ?? ()
#10 0x000000c4202884e0 in ?? ()
#11 0x00007ff1c4ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d77fdc00 in ?? ()
#15 0x00007ff1c4ff99c0 in ?? ()
#16 0x00007ff1d77fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 18 (LWP 4653):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42057dd10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42057dd10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420023900, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204584e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420288d40 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420288d00 in ?? ()
#11 0x00007ff1c57f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1c57fa9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 17 (LWP 4652):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201de510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201de510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x000000000043314d in runtime.stoplockedm () at /opt/go/src/runtime/proc.go:1797
#4 0x0000000000434607 in runtime.schedule () at /opt/go/src/runtime/proc.go:2180
#5 0x000000000043475b in runtime.park_m (gp=0xc420cf2ea0) at /opt/go/src/runtime/proc.go:2285
#6 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#7 0x000000c420479d80 in ?? ()
#8 0x00007ff1c6ffcb7f in ?? ()
#9 0x000000c420479d40 in ?? ()
#10 0x00007ff1c5ffaef8 in ?? ()
#11 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#12 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#13 0x00007ff1c6ffcc00 in ?? ()
#14 0x00007ff1c5ffb9c0 in ?? ()
#15 0x00007ff1c6ffcb7f in ?? ()
#16 0x0000000000000000 in ?? ()
Thread 16 (LWP 4651):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420085510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420085510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420288380 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420288340 in ?? ()
#11 0x00007ff1c67fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1c67fc9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 15 (LWP 4650):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201de110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201de110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204581a0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420479220 in ?? ()
#9 0x00007ff1d77fdb7f in ?? ()
#10 0x000000c4204791e0 in ?? ()
#11 0x00007ff1c6ffcef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d77fdc00 in ?? ()
#15 0x00007ff1c6ffd9c0 in ?? ()
#16 0x00007ff1d77fdb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 14 (LWP 4649):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4201de910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4201de910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420020000, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458000) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420478ee0 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420478ea0 in ?? ()
#11 0x00007ff1c77fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1c77fe9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 13 (LWP 4648):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204f3910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204f3910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x00000000004349c6 in runtime.goschedImpl (gp=0xc420001040) at /opt/go/src/runtime/proc.go:2300
#7 0x0000000000434a56 in runtime.gosched_m (gp=0xc420001040) at /opt/go/src/runtime/proc.go:2308
#8 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#9 0x000000c420478ba0 in ?? ()
#10 0x00007ff1d57f9b7f in ?? ()
#11 0x000000c420478b60 in ?? ()
#12 0x00007ff1c7ffeef8 in ?? ()
#13 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#14 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#15 0x00007ff1d57f9c00 in ?? ()
#16 0x00007ff1c7fff9c0 in ?? ()
#17 0x00007ff1d57f9b7f in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 12 (LWP 4647):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42016b510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42016b510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420021300 in ?? ()
#9 0x00007ffc4dc6473f in ?? ()
#10 0x000000c420479ba0 in ?? ()
#11 0x00007ff1d4ff8ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc647c0 in ?? ()
#15 0x00007ff1d4ff99c0 in ?? ()
#16 0x00007ffc4dc6473f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 11 (LWP 4646):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc42016b110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc42016b110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420021300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204581a0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c4204798a0 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420479860 in ?? ()
#11 0x00007ff1d57f9ef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1d57fa9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 10 (LWP 4641):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc4204ac510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc4204ac510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420027300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204589c0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420086a00 in ?? ()
#9 0x00007ff1d67fbb7f in ?? ()
#10 0x000000c4200869c0 in ?? ()
#11 0x00007ff1d5ffaef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1d67fbc00 in ?? ()
#15 0x00007ff1d5ffb9c0 in ?? ()
#16 0x00007ff1d67fbb7f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 9 (LWP 4639):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420497d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420497d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420024c00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458680) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420086d40 in ?? ()
#9 0x00007ffc4dc6496f in ?? ()
#10 0x000000c420086d00 in ?? ()
#11 0x00007ff1d67fbef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc649f0 in ?? ()
#15 0x00007ff1d67fc9c0 in ?? ()
#16 0x00007ffc4dc6496f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 8 (LWP 4624):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420476510, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420476510) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x0000000000435be7 in runtime.exitsyscall0 (gp=0xc420001d40) at /opt/go/src/runtime/proc.go:2771
#5 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#6 0x000000c420478520 in ?? ()
#7 0x00007ff1ddbcbb7f in ?? ()
#8 0x000000c4204784e0 in ?? ()
#9 0x00007ff1d6ffcef8 in ?? ()
#10 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#11 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#12 0x00007ff1ddbcbc00 in ?? ()
#13 0x00007ff1d6ffd9c0 in ?? ()
#14 0x00007ff1ddbcbb7f in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 7 (LWP 4623):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420476110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420476110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420022600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458340) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420023900 in ?? ()
#9 0x00007ff1ddbcbadf in ?? ()
#10 0x000000c4204781a0 in ?? ()
#11 0x00007ff1d77fdef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1ddbcbb60 in ?? ()
#15 0x00007ff1d77fe9c0 in ?? ()
#16 0x00007ff1ddbcbadf in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 6 (LWP 4622):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0x545f640 <runtime.sig>, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x00000000004108b6 in runtime.notetsleep_internal (n=0x545f640 <runtime.sig>, ns=-1, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:161
#3 0x0000000000410a8a in runtime.notetsleepg (n=0x545f640 <runtime.sig>, ns=-1, ~r2=224) at /opt/go/src/runtime/lock_futex.go:206
#4 0x0000000000443344 in os/signal.signal_recv (~r0=4410104) at /opt/go/src/runtime/sigqueue.go:116
#5 0x0000000002aaa802 in os/signal.loop () at /opt/go/src/os/signal/signal_unix.go:22
#6 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#7 0x72702d6e74622e7d in ?? ()
#8 0x6f683a7972616d69 in ?? ()
#9 0x6e74622e2c726576 in ?? ()
#10 0x7972616d6972702d in ?? ()
#11 0x000000c422728800 in ?? ()
#12 0x6d6972702d6e7462 in ?? ()
#13 0x697463613a797261 in ?? ()
#14 0x2d6e74622e2c6576 in ?? ()
#15 0x2e7972616d697270 in ?? ()
#16 0x2e2c657669746361 in ?? ()
#17 0x72642e206e65706f in ?? ()
#18 0x742d6e776f64706f in ?? ()
#19 0x74622e656c67676f in ?? ()
#20 0x72616d6972702d6e in ?? ()
#21 0x3a726f6c6f637b79 in ?? ()
#22 0x6361623b66666623 in ?? ()
#23 0x2d646e756f72676b in ?? ()
#24 0x33233a726f6c6f63 in ?? ()
#25 0x6f623b3162363732 in ?? ()
#26 0x6c6f632d72656472 in ?? ()
#27 0x65353832233a726f in ?? ()
#28 0x2d6e74622e7d6538 in ?? ()
#29 0x3a7972616d697270 in ?? ()
#30 0x2e2c657669746361 in ?? ()
#31 0x6d6972702d6e7462 in ?? ()
#32 0x697463612e797261 in ?? ()
#33 0x6e65706f2e2c6576 in ?? ()
#34 0x6f64706f72642e20 in ?? ()
#35 0x6c67676f742d6e77 in ?? ()
#36 0x72702d6e74622e65 in ?? ()
#37 0x61627b7972616d69 in ?? ()
#38 0x646e756f72676b63 in ?? ()
#39 0x6e3a6567616d692d in ?? ()
#40 0x6e74622e7d656e6f in ?? ()
#41 0x7972616d6972702d in ?? ()
#42 0x656c62617369642e in ?? ()
#43 0x702d6e74622e2c64 in ?? ()
#44 0x645b7972616d6972 in ?? ()
#45 0x5d64656c62617369 in ?? ()
#46 0x6573646c6569662c in ?? ()
#47 0x6c62617369645b74 in ?? ()
#48 0x6e74622e205d6465 in ?? ()
#49 0x7972616d6972702d in ?? ()
#50 0x72702d6e74622e2c in ?? ()
#51 0x69642e7972616d69 in ?? ()
#52 0x683a64656c626173 in ?? ()
#53 0x74622e2c7265766f in ?? ()
#54 0x72616d6972702d6e in ?? ()
#55 0x6c62617369645b79 in ?? ()
#56 0x65766f683a5d6465 in ?? ()
#57 0x73646c6569662c72 in ?? ()
#58 0x62617369645b7465 in ?? ()
#59 0x74622e205d64656c in ?? ()
#60 0x72616d6972702d6e in ?? ()
#61 0x2c7265766f683a79 in ?? ()
#62 0x6972702d6e74622e in ?? ()
#63 0x7369642e7972616d in ?? ()
#64 0x6f663a64656c6261 in ?? ()
#65 0x6e74622e2c737563 in ?? ()
#66 0x7972616d6972702d in ?? ()
#67 0x656c62617369645b in ?? ()
#68 0x7375636f663a5d64 in ?? ()
#69 0x6573646c6569662c in ?? ()
#70 0x6c62617369645b74 in ?? ()
#71 0x6e74622e205d6465 in ?? ()
#72 0x7972616d6972702d in ?? ()
#73 0x2e2c7375636f663a in ?? ()
#74 0x6d6972702d6e7462 in ?? ()
#75 0x617369642e797261 in ?? ()
#76 0x7463613a64656c62 in ?? ()
#77 0x6e74622e2c657669 in ?? ()
#78 0x7972616d6972702d in ?? ()
#79 0x656c62617369645b in ?? ()
#80 0x76697463613a5d64 in ?? ()
#81 0x73646c6569662c65 in ?? ()
#82 0x62617369645b7465 in ?? ()
#83 0x0000000000412d4f in runtime.writebarrierptr_prewrite1 (dst=0xc4209b9ac0, src=4271597) at /opt/go/src/runtime/mbarrier.go:189
#84 0x000000c420e7d068 in ?? ()
#85 0x000000c4209b9ac0 in ?? ()
#86 0x0000000000412ded in runtime.writebarrierptr (dst=0x5, src=3) at /opt/go/src/runtime/mbarrier.go:211
#87 0x0000000000412d4f in runtime.writebarrierptr_prewrite1 (dst=0xc4218c9650, src=48) at /opt/go/src/runtime/mbarrier.go:189
#88 0x0000000000411e24 in runtime.mallocgc (size=48, typ=0x3564540, needzero=true, ~r3=0xc420d81000) at /opt/go/src/runtime/malloc.go:723
#89 0x0000000000412418 in runtime.newobject (typ=0x3564540, ~r1=0xc4209b9f60) at /opt/go/src/runtime/malloc.go:820
#90 0x000000000040a90c in runtime.makemap (t=0x34a04e0, hint=0, h=0x0, bucket=0x0, ~r4=0x300000002) at /opt/go/src/runtime/hashmap.go:286
#91 0x00000000006b1bba in net/http.Header.clone (h=0xc4218c94a0, ~r0=0x8) at /opt/go/src/net/http/header.go:63
#92 0x000000000067bdd4 in net/http.(*Client).makeHeadersCopier (c#4=0xc4205ebc50, ireq=0xc420482700,
~r1={void (struct net/http.Request *)} 0xc4209b9df8) at /opt/go/src/net/http/client.go:622
#93 0x000000000067ad91 in net/http.(*Client).Do (c=0xc4205ebc50, req=0xc420482700, ~r1=0x0, ~r2=...)
at /opt/go/src/net/http/client.go:500
#94 0x0000000001c0dbdf in k8s.io/kubernetes/vendor/github.com/docker/engine-api/client/transport/cancellable.Do.func1 (client=...,
req=0xc420482700, result=0xc420d38660)
at /Users/yu/work/docker/k8s-dev/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/vendor/github.com/docker/engine-api/client/transport/cancellable/cancellable.go:49
#95 0x000000000045c531 in runtime.goexit () at /opt/go/src/runtime/asm_amd64.s:2197
#96 0x00007ff1df4a8a38 in ?? ()
#97 0x000000c4205a4120 in ?? ()
#98 0x000000c420482700 in ?? ()
#99 0x000000c420d38660 in ?? ()
#100 0x0000000000000000 in ?? ()
Thread 5 (LWP 4606):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420084110, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420084110) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002ac00, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458ea0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420022600 in ?? ()
#9 0x00007ff1de3ccb1f in ?? ()
#10 0x000000c4200861a0 in ?? ()
#11 0x00007ff1dd3caef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ff1de3ccba0 in ?? ()
#15 0x00007ff1dd3cb9c0 in ?? ()
#16 0x00007ff1de3ccb1f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 4 (LWP 4605):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420052d10, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420052d10) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004333d7 in runtime.gcstopm () at /opt/go/src/runtime/proc.go:1854
#5 0x0000000000434420 in runtime.schedule () at /opt/go/src/runtime/proc.go:2186
#6 0x00000000004349c6 in runtime.goschedImpl (gp=0xc420289380) at /opt/go/src/runtime/proc.go:2300
#7 0x0000000000434aa6 in runtime.gopreempt_m (gp=0xc420289380) at /opt/go/src/runtime/proc.go:2315
#8 0x00000000004460e0 in runtime.newstack (ctxt=0x0) at /opt/go/src/runtime/stack.go:1081
#9 0x0000000000459a96 in runtime.morestack () at /opt/go/src/runtime/asm_amd64.s:398
#10 0x000000c420020000 in ?? ()
#11 0x00007ffc4dc648bf in ?? ()
#12 0x000000c420001380 in ?? ()
#13 0x00007ff1ddbcbef8 in ?? ()
#14 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#15 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#16 0x00007ffc4dc64940 in ?? ()
#17 0x00007ff1ddbcc9c0 in ?? ()
#18 0x00007ffc4dc648bf in ?? ()
#19 0x0000000000000000 in ?? ()
Thread 3 (LWP 4604):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0xc420052910, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0xc420052910) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc42002d300, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc4204591e0) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000c420021300 in ?? ()
#9 0x00007ffc4dc6489f in ?? ()
#10 0x000000c420000ea0 in ?? ()
#11 0x00007ff1de3ccef8 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#14 0x00007ffc4dc64920 in ?? ()
#15 0x00007ff1de3cd9c0 in ?? ()
#16 0x00007ffc4dc6489f in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 2 (LWP 4603):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042acd7 in runtime.futexsleep (addr=0x543e7f8 <runtime.sched+216>, val=0, ns=60000000000)
at /opt/go/src/runtime/os_linux.go:62
#2 0x0000000000410930 in runtime.notetsleep_internal (n=0x543e7f8 <runtime.sched+216>, ns=60000000000, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:174
#3 0x00000000004109f6 in runtime.notetsleep (n=0x543e7f8 <runtime.sched+216>, ns=60000000000, ~r2=false)
at /opt/go/src/runtime/lock_futex.go:194
#4 0x0000000000438b75 in runtime.sysmon () at /opt/go/src/runtime/proc.go:3805
#5 0x0000000000431b7e in runtime.mstart1 () at /opt/go/src/runtime/proc.go:1179
#6 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#7 0x0000000002c13e43 in crosscall_amd64 () at /opt/go/src/runtime/cgo/gcc_amd64.S:35
#8 0x00007ffc4dc64a10 in ?? ()
#9 0x00007ff1debce9c0 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#10 0x00007ffc4dc6498f in ?? ()
#11 0x0000000000000000 in ?? ()
Thread 1 (LWP 4599):
#0 runtime.futex () at /opt/go/src/runtime/sys_linux_amd64.s:426
#1 0x000000000042ac62 in runtime.futexsleep (addr=0x543f3d0 <runtime.m0+272>, val=0, ns=-1) at /opt/go/src/runtime/os_linux.go:45
#2 0x000000000041080b in runtime.notesleep (n=0x543f3d0 <runtime.m0+272>) at /opt/go/src/runtime/lock_futex.go:145
#3 0x0000000000432aad in runtime.stopm () at /opt/go/src/runtime/proc.go:1650
#4 0x00000000004338c4 in runtime.findrunnable (gp#10=0xc420028600, inheritTime=false) at /opt/go/src/runtime/proc.go:2102
#5 0x000000000043445c in runtime.schedule () at /opt/go/src/runtime/proc.go:2222
#6 0x000000000043475b in runtime.park_m (gp=0xc420458b60) at /opt/go/src/runtime/proc.go:2285
#7 0x000000000045993b in runtime.mcall () at /opt/go/src/runtime/asm_amd64.s:269
#8 0x000000000543eb00 in runtime.work ()
#9 0x00007ffc4dc64cf0 in ?? ()
#10 0x000000000543eb40 in runtime.work ()
#11 0x00007ffc4dc64ce0 in ?? ()
#12 0x0000000000431a54 in runtime.mstart () at /opt/go/src/runtime/proc.go:1149
#13 0x00000000004597a9 in runtime.rt0_go () at /opt/go/src/runtime/asm_amd64.s:169
#14 0x0000000000000011 in ?? ()
#15 0x00007ffc4dc64df8 in ?? ()
#16 0x0000000000000011 in ?? ()
#17 0x00007ffc4dc64df8 in ?? ()
#18 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment