Advertisement
Guest User

Syncthing crash output

a guest
Apr 28th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 445.36 KB | None | 0 0
  1. goroutine 0 [idle]:
  2.  
  3. goroutine 1 [chan receive]:
  4. main.syncthingMain(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x679380, 0x1, 0x0, ...)
  5. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:831 +0x29a8
  6. main.main()
  7. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:380 +0x70c
  8.  
  9. goroutine 17 [syscall, locked to thread]:
  10. runtime.goexit()
  11. /usr/lib/go-1.7/src/runtime/asm_arm.s:998 +0x4
  12.  
  13. goroutine 22 [syscall]:
  14. os/signal.signal_recv(0x0)
  15. /usr/lib/go-1.7/src/runtime/sigqueue.go:116 +0x190
  16. os/signal.loop()
  17. /usr/lib/go-1.7/src/os/signal/signal_unix.go:22 +0x14
  18. created by os/signal.init.1
  19. /usr/lib/go-1.7/src/os/signal/signal_unix.go:28 +0x30
  20.  
  21. goroutine 3 [select]:
  22. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x10f8e630)
  23. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x260
  24. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  25. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x258
  26.  
  27. goroutine 34 [chan receive]:
  28. main.trackCPUUsage()
  29. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/gui_unix.go:24 +0x108
  30. created by main.init.3
  31. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/gui_unix.go:17 +0x24
  32.  
  33. goroutine 35 [select, locked to thread]:
  34. runtime.gopark(0x8b59fc, 0x0, 0x67c32e, 0x6, 0x18, 0x2)
  35. /usr/lib/go-1.7/src/runtime/proc.go:259 +0x148
  36. runtime.selectgoImpl(0x10f98f90, 0x0, 0xc)
  37. /usr/lib/go-1.7/src/runtime/select.go:423 +0x1368
  38. runtime.selectgo(0x10f98f90)
  39. /usr/lib/go-1.7/src/runtime/select.go:238 +0x10
  40. runtime.ensureSigM.func1()
  41. /usr/lib/go-1.7/src/runtime/signal1_unix.go:304 +0x428
  42. runtime.goexit()
  43. /usr/lib/go-1.7/src/runtime/asm_arm.s:998 +0x4
  44.  
  45. goroutine 36 [chan receive]:
  46. main.setupSignalHandling.func1(0x10f751c0)
  47. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:860 +0x2c
  48. created by main.setupSignalHandling
  49. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:862 +0xd8
  50.  
  51. goroutine 37 [chan receive]:
  52. main.setupSignalHandling.func2(0x10f752c0)
  53. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:870 +0x2c
  54. created by main.setupSignalHandling
  55. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:872 +0x1c0
  56.  
  57. goroutine 38 [select]:
  58. github.com/thejerf/suture.(*Supervisor).Serve(0x10f78510)
  59. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  60. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  61. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:297 +0x2c
  62.  
  63. goroutine 39 [select]:
  64. github.com/syncthing/syncthing/lib/events.(*Subscription).Poll(0x10f72730, 0xf8475800, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  65. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:248 +0x324
  66. github.com/syncthing/syncthing/lib/events.(*bufferedSubscription).pollingLoop(0x10f066f0)
  67. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:302 +0x38
  68. created by github.com/syncthing/syncthing/lib/events.NewBufferedSubscription
  69. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:296 +0x1ec
  70.  
  71. goroutine 40 [select]:
  72. github.com/syncthing/syncthing/lib/events.(*Subscription).Poll(0x10f72770, 0xf8475800, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  73. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:248 +0x324
  74. github.com/syncthing/syncthing/lib/events.(*bufferedSubscription).pollingLoop(0x10f06750)
  75. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:302 +0x38
  76. created by github.com/syncthing/syncthing/lib/events.NewBufferedSubscription
  77. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:296 +0x1ec
  78.  
  79. goroutine 24 [select]:
  80. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x10eaef00)
  81. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x454
  82. created by github.com/syndtr/goleveldb/leveldb.openDB
  83. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x5fc
  84.  
  85. goroutine 25 [select]:
  86. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x10eaef00)
  87. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x1e4
  88. created by github.com/syndtr/goleveldb/leveldb.openDB
  89. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x618
  90.  
  91. goroutine 26 [syscall]:
  92. syscall.Syscall(0x4, 0x4, 0x10e7e1e0, 0x72, 0x1, 0x1e2, 0x1ffffff)
  93. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  94. syscall.write(0x4, 0x10e7e1e0, 0x72, 0xa0, 0xfca24ee, 0x0, 0x0)
  95. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1064 +0x78
  96. syscall.Write(0x4, 0x10e7e1e0, 0x72, 0xa0, 0x7ffffffe, 0x0, 0x0)
  97. /usr/lib/go-1.7/src/syscall/syscall_unix.go:180 +0x4c
  98. os.(*File).write(0x10f70a50, 0x10e7e1e0, 0x72, 0xa0, 0x0, 0x0, 0x0)
  99. /usr/lib/go-1.7/src/os/file_unix.go:249 +0x78
  100. os.(*File).Write(0x10f70a50, 0x10e7e1e0, 0x72, 0xa0, 0x61, 0x0, 0x0)
  101. /usr/lib/go-1.7/src/os/file.go:142 +0x7c
  102. github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).doLog(0x10e6a9c0, 0xd276731d, 0xe, 0x1214ad5a, 0xacc418, 0x115db0a0, 0x61)
  103. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:192 +0x994
  104. github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).Log(0x10e6a9c0, 0x115db0a0, 0x61)
  105. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:203 +0x110
  106. github.com/syndtr/goleveldb/leveldb.(*session).logf(0x10f6a100, 0x698c1a, 0x2c, 0x115d9908, 0x6, 0x6)
  107. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/session_util.go:33 +0x80
  108. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).flush(0x10f761e0, 0x0, 0x0)
  109. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:410 +0x45c
  110. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0x10f761e0, 0x10f72180, 0x0, 0x0)
  111. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:465 +0x820
  112. github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0x10eaef00, 0x680e37, 0xb, 0xa9f2e8, 0x10f761e0)
  113. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:185 +0x1e0
  114. github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0x10eaef00, 0x10f78090, 0x0)
  115. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:577 +0xd38
  116. github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0x10eaef00)
  117. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:633 +0x48
  118. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x10eaef00)
  119. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:824 +0x2b4
  120. created by github.com/syndtr/goleveldb/leveldb.openDB
  121. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x77c
  122.  
  123. goroutine 27 [select]:
  124. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x10eaef00)
  125. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x20c
  126. created by github.com/syndtr/goleveldb/leveldb.openDB
  127. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x798
  128.  
  129. goroutine 28 [select]:
  130. github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x10eaef00)
  131. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x168
  132. created by github.com/syndtr/goleveldb/leveldb.openDB
  133. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x7b4
  134.  
  135. goroutine 51 [chan receive]:
  136. github.com/syncthing/syncthing/lib/model.(*Model).internalScanFolderSubdirs(0x10f8edc0, 0x10fd0214, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
  137. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1832 +0xc58
  138. github.com/syncthing/syncthing/lib/model.(*folder).scanSubdirsIfHealthy(0x1118a6c0, 0x0, 0x0, 0x0, 0x0, 0x0)
  139. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/folder.go:44 +0x3bc
  140. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).Serve(0x1118a6c0)
  141. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:280 +0x1b98
  142. github.com/thejerf/suture.(*Supervisor).runService.func1(0x11ba6ab0, 0x0, 0x753cb590, 0x1118a6c0)
  143. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  144. created by github.com/thejerf/suture.(*Supervisor).runService
  145. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  146.  
  147. goroutine 348 [chan receive]:
  148. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  150. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  151. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  152. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  153. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  154.  
  155. goroutine 5 [select]:
  156. github.com/syncthing/syncthing/lib/model.(*ProgressEmitter).Serve(0x11f9d470)
  157. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/progressemitter.go:56 +0x70c
  158. created by github.com/syncthing/syncthing/lib/model.NewModel
  159. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:166 +0x9fc
  160.  
  161. goroutine 6 [sleep]:
  162. time.Sleep(0xd964b800, 0x45)
  163. /usr/lib/go-1.7/src/runtime/time.go:59 +0xec
  164. github.com/syncthing/syncthing/lib/model.(*deadlockDetector).Watch.func1(0x11fdef30, 0x75345cf8, 0x11f93200, 0x67a134, 0x4)
  165. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/util.go:35 +0x5c
  166. created by github.com/syncthing/syncthing/lib/model.(*deadlockDetector).Watch
  167. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/util.go:60 +0x94
  168.  
  169. goroutine 7 [sleep]:
  170. time.Sleep(0xd964b800, 0x45)
  171. /usr/lib/go-1.7/src/runtime/time.go:59 +0xec
  172. github.com/syncthing/syncthing/lib/model.(*deadlockDetector).Watch.func1(0x11fdef30, 0x75345cf8, 0x11f93220, 0x67a354, 0x4)
  173. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/util.go:35 +0x5c
  174. created by github.com/syncthing/syncthing/lib/model.(*deadlockDetector).Watch
  175. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/util.go:60 +0x94
  176.  
  177. goroutine 8 [select]:
  178. github.com/thejerf/suture.(*Supervisor).Serve(0x11ba6ab0)
  179. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  180. github.com/thejerf/suture.(*Supervisor).runService.func1(0x10f78510, 0x0, 0xa9f228, 0x10f8edc0)
  181. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  182. created by github.com/thejerf/suture.(*Supervisor).runService
  183. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  184.  
  185. goroutine 52 [chan receive]:
  186. github.com/syncthing/syncthing/lib/model.(*Model).internalScanFolderSubdirs(0x10f8edc0, 0x10fd0c54, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
  187. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1832 +0xc58
  188. github.com/syncthing/syncthing/lib/model.(*folder).scanSubdirsIfHealthy(0x11f80b40, 0x0, 0x0, 0x0, 0x0, 0x0)
  189. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/folder.go:44 +0x3bc
  190. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).Serve(0x11f80b40)
  191. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:280 +0x1b98
  192. github.com/thejerf/suture.(*Supervisor).runService.func1(0x11ba6ab0, 0x1, 0x753cb590, 0x11f80b40)
  193. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  194. created by github.com/thejerf/suture.(*Supervisor).runService
  195. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  196.  
  197. goroutine 53 [syscall]:
  198. syscall.Syscall(0x4, 0x5, 0x10f106bf, 0x6d, 0x10f10725, 0x7, 0x7907)
  199. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  200. syscall.write(0x5, 0x10f106bf, 0x6d, 0x796d, 0x435518, 0x0, 0x0)
  201. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1064 +0x78
  202. syscall.Write(0x5, 0x10f106bf, 0x6d, 0x796d, 0x0, 0x0, 0x0)
  203. /usr/lib/go-1.7/src/syscall/syscall_unix.go:180 +0x4c
  204. os.(*File).write(0x10e6e548, 0x10f106bf, 0x6d, 0x796d, 0x0, 0x0, 0x0)
  205. /usr/lib/go-1.7/src/os/file_unix.go:249 +0x78
  206. os.(*File).Write(0x10e6e548, 0x10f106bf, 0x6d, 0x796d, 0x0, 0x0, 0x0)
  207. /usr/lib/go-1.7/src/os/file.go:142 +0x7c
  208. github.com/syndtr/goleveldb/leveldb/journal.(*Writer).writePending(0x10f10000)
  209. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go:414 +0xe4
  210. github.com/syndtr/goleveldb/leveldb/journal.(*Writer).Flush(0x10f10000, 0x0, 0x0)
  211. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/journal/journal.go:433 +0x38
  212. github.com/syndtr/goleveldb/leveldb.(*DB).writeJournal(0x10eaef00, 0x11c58ac0, 0x0, 0x0)
  213. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_write.go:25 +0xd8
  214. github.com/syndtr/goleveldb/leveldb.(*DB).Write(0x10eaef00, 0x11c58ac0, 0x0, 0x0, 0x0)
  215. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_write.go:248 +0x8d0
  216. github.com/syndtr/goleveldb/leveldb.(*DB).Put(0x10eaef00, 0x12ae4a00, 0x48, 0x80, 0x11f96060, 0xf, 0xf, 0x0, 0x0, 0x0)
  217. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db_write.go:273 +0x84
  218. github.com/syncthing/syncthing/lib/db.(*NamespacedKV).PutTime(0x11cbf920, 0x67e2eb, 0x8, 0xd276731d, 0xe, 0x120d3a38, 0xacc418)
  219. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/namespaced.go:80 +0x1b0
  220. github.com/syncthing/syncthing/lib/stats.(*DeviceStatisticsReference).WasSeen(0x11cbf930)
  221. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/stats/device.go:45 +0x190
  222. github.com/syncthing/syncthing/lib/model.(*Model).deviceWasSeen(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611)
  223. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1433 +0x44
  224. github.com/syncthing/syncthing/lib/model.(*Model).ConnectedTo(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x75374d00)
  225. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1231 +0xe4
  226. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func5(0xaa29f0, 0x12860420, 0x12860420)
  227. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:403 +0x380
  228. github.com/syncthing/syncthing/lib/db.nativeFileIterator.func1(0xaa29f0, 0x128603c0, 0x44)
  229. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:358 +0x244
  230. github.com/syncthing/syncthing/lib/db.(*Instance).withNeed(0x11115020, 0x1129e120, 0xb, 0x10, 0x12d27428, 0x20, 0x20, 0x125c4200, 0x115c80c8)
  231. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/leveldb_dbinstance.go:509 +0x1524
  232. github.com/syncthing/syncthing/lib/db.(*FileSet).WithNeed(0x1149e700, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x125c4280)
  233. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:201 +0x21c
  234. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration(0x1118afc0, 0x110da450, 0x4)
  235. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:417 +0x840
  236. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).Serve(0x1118afc0)
  237. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:229 +0xb7c
  238. github.com/thejerf/suture.(*Supervisor).runService.func1(0x11ba6ab0, 0x2, 0x753cb590, 0x1118afc0)
  239. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  240. created by github.com/thejerf/suture.(*Supervisor).runService
  241. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  242.  
  243. goroutine 54 [chan receive]:
  244. github.com/syncthing/syncthing/lib/model.(*Model).internalScanFolderSubdirs(0x10f8edc0, 0x111c5094, 0xb, 0x0, 0x0, 0x0, 0x0, 0x0)
  245. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1832 +0xc58
  246. github.com/syncthing/syncthing/lib/model.(*folder).scanSubdirsIfHealthy(0x11391440, 0x0, 0x0, 0x0, 0x0, 0x0)
  247. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/folder.go:44 +0x3bc
  248. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).Serve(0x11391440)
  249. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:280 +0x1b98
  250. github.com/thejerf/suture.(*Supervisor).runService.func1(0x11ba6ab0, 0x3, 0x753cb590, 0x11391440)
  251. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  252. created by github.com/thejerf/suture.(*Supervisor).runService
  253. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  254.  
  255. goroutine 9 [select]:
  256. github.com/thejerf/suture.(*Supervisor).Serve(0x128fb680)
  257. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  258. github.com/thejerf/suture.(*Supervisor).runService.func1(0x10f78510, 0x1, 0x71eb0888, 0x12916960)
  259. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  260. created by github.com/thejerf/suture.(*Supervisor).runService
  261. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  262.  
  263. goroutine 55 [select]:
  264. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).Serve(0x113919e0)
  265. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:175 +0x1edc
  266. github.com/thejerf/suture.(*Supervisor).runService.func1(0x11ba6ab0, 0x4, 0x753cb590, 0x113919e0)
  267. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  268. created by github.com/thejerf/suture.(*Supervisor).runService
  269. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  270.  
  271. goroutine 10 [select]:
  272. github.com/thejerf/suture.(*Supervisor).Serve(0x128fb710)
  273. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  274. github.com/thejerf/suture.(*Supervisor).runService.func1(0x10f78510, 0x2, 0xa9f148, 0x128fb830)
  275. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  276. created by github.com/thejerf/suture.(*Supervisor).runService
  277. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  278.  
  279. goroutine 11 [select]:
  280. net/http.(*Transport).getConn(0x124c9b80, 0x11fdfbf0, 0x0, 0x12916b10, 0x5, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0)
  281. /usr/lib/go-1.7/src/net/http/transport.go:890 +0x8e0
  282. net/http.(*Transport).RoundTrip(0x124c9b80, 0x12622d80, 0x124c9b80, 0x0, 0x0)
  283. /usr/lib/go-1.7/src/net/http/transport.go:367 +0xa18
  284. net/http.send(0x12622d00, 0xa9d5d0, 0x124c9b80, 0xd276731d, 0xe, 0x14bcce2c, 0xacc418, 0x11fdfbb0, 0x0, 0x0)
  285. /usr/lib/go-1.7/src/net/http/client.go:256 +0x4fc
  286. net/http.(*Client).send(0x11c8d7a0, 0x12622d00, 0xd276731d, 0xe, 0x14bcce2c, 0xacc418, 0x0, 0x0, 0x0)
  287. /usr/lib/go-1.7/src/net/http/client.go:146 +0x144
  288. net/http.(*Client).doFollowingRedirects(0x11c8d7a0, 0x12622d00, 0x8b57bc, 0x68464d, 0x0, 0x0)
  289. /usr/lib/go-1.7/src/net/http/client.go:528 +0xa50
  290. net/http.(*Client).Post(0x11c8d7a0, 0x12916b10, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x12a2e300, 0x27a9b8, 0x0, 0x0)
  291. /usr/lib/go-1.7/src/net/http/client.go:579 +0xd0
  292. github.com/syncthing/syncthing/lib/discover.(*idCheckingHTTPClient).Post(0x12916ba0, 0x12916b10, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x12a2e300, 0x1, 0x0, 0x0)
  293. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:361 +0x7c
  294. github.com/syncthing/syncthing/lib/discover.(*globalClient).sendAnnouncement(0x121c3e00, 0x129a6750)
  295. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:222 +0x428
  296. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x121c3e00)
  297. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:195 +0x1cc
  298. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x0, 0x71eb0a70, 0x121c3e00)
  299. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  300. created by github.com/thejerf/suture.(*Supervisor).runService
  301. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  302.  
  303. goroutine 12 [select]:
  304. net/http.(*Transport).getConn(0x124c9cc0, 0x11e666e0, 0x0, 0x12916c30, 0x5, 0x12a76a80, 0x20, 0x0, 0x0, 0x0)
  305. /usr/lib/go-1.7/src/net/http/transport.go:890 +0x8e0
  306. net/http.(*Transport).RoundTrip(0x124c9cc0, 0x12f00c00, 0x124c9cc0, 0x0, 0x0)
  307. /usr/lib/go-1.7/src/net/http/transport.go:367 +0xa18
  308. net/http.send(0x12f00b80, 0xa9d5d0, 0x124c9cc0, 0xd276731d, 0xe, 0x14c7ff59, 0xacc418, 0x11e66670, 0x0, 0x0)
  309. /usr/lib/go-1.7/src/net/http/client.go:256 +0x4fc
  310. net/http.(*Client).send(0x11c8d880, 0x12f00b80, 0xd276731d, 0xe, 0x14c7ff59, 0xacc418, 0x0, 0x0, 0x0)
  311. /usr/lib/go-1.7/src/net/http/client.go:146 +0x144
  312. net/http.(*Client).doFollowingRedirects(0x11c8d880, 0x12f00b80, 0x8b57bc, 0x68464d, 0x0, 0x0)
  313. /usr/lib/go-1.7/src/net/http/client.go:528 +0xa50
  314. net/http.(*Client).Post(0x11c8d880, 0x12916c30, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x12a76a20, 0x27a9b8, 0x0, 0x0)
  315. /usr/lib/go-1.7/src/net/http/client.go:579 +0xd0
  316. github.com/syncthing/syncthing/lib/discover.(*idCheckingHTTPClient).Post(0x12916cc0, 0x12916c30, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x12a76a20, 0x1, 0x0, 0x0)
  317. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:361 +0x7c
  318. github.com/syncthing/syncthing/lib/discover.(*globalClient).sendAnnouncement(0x123ae100, 0x129a6180)
  319. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:222 +0x428
  320. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x123ae100)
  321. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:195 +0x1cc
  322. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x1, 0x71eb0a70, 0x123ae100)
  323. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  324. created by github.com/thejerf/suture.(*Supervisor).runService
  325. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  326.  
  327. goroutine 13 [select]:
  328. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x123ae4c0)
  329. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:188 +0x210
  330. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x2, 0x71eb0a70, 0x123ae4c0)
  331. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  332. created by github.com/thejerf/suture.(*Supervisor).runService
  333. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  334.  
  335. goroutine 14 [select]:
  336. net/http.(*Transport).getConn(0x124c9f40, 0x11195220, 0x0, 0x12916ea0, 0x5, 0x120b02e0, 0x20, 0x0, 0x0, 0x0)
  337. /usr/lib/go-1.7/src/net/http/transport.go:890 +0x8e0
  338. net/http.(*Transport).RoundTrip(0x124c9f40, 0x11b49c80, 0x124c9f40, 0x0, 0x0)
  339. /usr/lib/go-1.7/src/net/http/transport.go:367 +0xa18
  340. net/http.send(0x11b49c00, 0xa9d5d0, 0x124c9f40, 0xd276731d, 0xe, 0x14c6d1d6, 0xacc418, 0x111951d0, 0x0, 0x0)
  341. /usr/lib/go-1.7/src/net/http/client.go:256 +0x4fc
  342. net/http.(*Client).send(0x11c8d9e0, 0x11b49c00, 0xd276731d, 0xe, 0x14c6d1d6, 0xacc418, 0x0, 0x0, 0x0)
  343. /usr/lib/go-1.7/src/net/http/client.go:146 +0x144
  344. net/http.(*Client).doFollowingRedirects(0x11c8d9e0, 0x11b49c00, 0x8b57bc, 0x68464d, 0x0, 0x0)
  345. /usr/lib/go-1.7/src/net/http/client.go:528 +0xa50
  346. net/http.(*Client).Post(0x11c8d9e0, 0x12916ea0, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x120b0280, 0x27a9b8, 0x0, 0x0)
  347. /usr/lib/go-1.7/src/net/http/client.go:579 +0xd0
  348. github.com/syncthing/syncthing/lib/discover.(*idCheckingHTTPClient).Post(0x12916f30, 0x12916ea0, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x120b0280, 0x1, 0x0, 0x0)
  349. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:361 +0x7c
  350. github.com/syncthing/syncthing/lib/discover.(*globalClient).sendAnnouncement(0x123ae840, 0x126ca7e0)
  351. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:222 +0x428
  352. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x123ae840)
  353. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:195 +0x1cc
  354. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x3, 0x71eb0a70, 0x123ae840)
  355. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  356. created by github.com/thejerf/suture.(*Supervisor).runService
  357. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  358.  
  359. goroutine 15 [select]:
  360. net/http.(*Transport).getConn(0x120760a0, 0x11fdfa30, 0x0, 0x12916fc0, 0x5, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0)
  361. /usr/lib/go-1.7/src/net/http/transport.go:890 +0x8e0
  362. net/http.(*Transport).RoundTrip(0x120760a0, 0x12622c80, 0x120760a0, 0x0, 0x0)
  363. /usr/lib/go-1.7/src/net/http/transport.go:367 +0xa18
  364. net/http.send(0x12622c00, 0xa9d5d0, 0x120760a0, 0xd276731d, 0xe, 0x14a6421f, 0xacc418, 0x11fdf9f0, 0x0, 0x0)
  365. /usr/lib/go-1.7/src/net/http/client.go:256 +0x4fc
  366. net/http.(*Client).send(0x11c8da80, 0x12622c00, 0xd276731d, 0xe, 0x14a6421f, 0xacc418, 0x0, 0x0, 0x0)
  367. /usr/lib/go-1.7/src/net/http/client.go:146 +0x144
  368. net/http.(*Client).doFollowingRedirects(0x11c8da80, 0x12622c00, 0x8b57bc, 0x68464d, 0x0, 0x0)
  369. /usr/lib/go-1.7/src/net/http/client.go:528 +0xa50
  370. net/http.(*Client).Post(0x11c8da80, 0x12916fc0, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x11ce7ec0, 0x27a9b8, 0x0, 0x0)
  371. /usr/lib/go-1.7/src/net/http/client.go:579 +0xd0
  372. github.com/syncthing/syncthing/lib/discover.(*idCheckingHTTPClient).Post(0x12917050, 0x12916fc0, 0x28, 0x68464d, 0x10, 0xa9cda8, 0x11ce7ec0, 0x1, 0x0, 0x0)
  373. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:361 +0x7c
  374. github.com/syncthing/syncthing/lib/discover.(*globalClient).sendAnnouncement(0x123aeb40, 0x126ca9c0)
  375. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:222 +0x428
  376. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x123aeb40)
  377. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:195 +0x1cc
  378. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x4, 0x71eb0a70, 0x123aeb40)
  379. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  380. created by github.com/thejerf/suture.(*Supervisor).runService
  381. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  382.  
  383. goroutine 16 [select]:
  384. github.com/syncthing/syncthing/lib/discover.(*globalClient).Serve(0x123aee40)
  385. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:188 +0x210
  386. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x5, 0x71eb0a70, 0x123aee40)
  387. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  388. created by github.com/thejerf/suture.(*Supervisor).runService
  389. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  390.  
  391. goroutine 66 [chan receive]:
  392. github.com/syncthing/syncthing/lib/beacon.(*Broadcast).Recv(0x11c8dc80, 0x0, 0x0, 0x0, 0x0, 0x0)
  393. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/broadcast.go:66 +0x64
  394. github.com/syncthing/syncthing/lib/discover.(*localClient).recvAnnouncements(0x123a6540, 0xaa1d78, 0x11c8dc80)
  395. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:144 +0x9c
  396. created by github.com/syncthing/syncthing/lib/discover.(*localClient).startLocalIPv4Broadcasts
  397. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:87 +0xe8
  398.  
  399. goroutine 67 [select]:
  400. github.com/syncthing/syncthing/lib/discover.(*localClient).sendLocalAnnouncements(0x123a6540)
  401. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:134 +0x32c
  402. created by github.com/syncthing/syncthing/lib/discover.NewLocal
  403. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:79 +0x330
  404.  
  405. goroutine 68 [select]:
  406. github.com/thejerf/suture.(*Supervisor).Serve(0x1143c120)
  407. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  408. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x6, 0x71eb0b38, 0x123a6540)
  409. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  410. created by github.com/thejerf/suture.(*Supervisor).runService
  411. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  412.  
  413. goroutine 69 [chan receive]:
  414. github.com/syncthing/syncthing/lib/beacon.(*Multicast).Recv(0x11c8ddc0, 0x0, 0x0, 0x0, 0x0, 0x0)
  415. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/multicast.go:66 +0x64
  416. github.com/syncthing/syncthing/lib/discover.(*localClient).recvAnnouncements(0x123a65a0, 0xaa1da0, 0x11c8ddc0)
  417. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:144 +0x9c
  418. created by github.com/syncthing/syncthing/lib/discover.(*localClient).startLocalIPv6Multicasts
  419. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:93 +0xf0
  420.  
  421. goroutine 70 [select]:
  422. github.com/syncthing/syncthing/lib/discover.(*localClient).sendLocalAnnouncements(0x123a65a0)
  423. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:134 +0x32c
  424. created by github.com/syncthing/syncthing/lib/discover.NewLocal
  425. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/local.go:79 +0x330
  426.  
  427. goroutine 71 [select]:
  428. github.com/thejerf/suture.(*Supervisor).Serve(0x1143c240)
  429. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  430. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb680, 0x7, 0x71eb0b38, 0x123a65a0)
  431. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  432. created by github.com/thejerf/suture.(*Supervisor).runService
  433. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  434.  
  435. goroutine 72 [select]:
  436. github.com/thejerf/suture.(*Supervisor).Serve(0x1143c1b0)
  437. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  438. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c120, 0x0, 0x71eb0ad8, 0x11c8dc80)
  439. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  440. created by github.com/thejerf/suture.(*Supervisor).runService
  441. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  442.  
  443. goroutine 73 [IO wait]:
  444. net.runtime_pollWait(0x71eb1a60, 0x72, 0x0)
  445. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  446. net.(*pollDesc).wait(0x123af778, 0x72, 0x0, 0x0)
  447. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  448. net.(*pollDesc).waitRead(0x123af778, 0x0, 0x0)
  449. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  450. net.(*netFD).readFrom(0x123af740, 0x11362000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0xa9e698, 0x10e80000)
  451. /usr/lib/go-1.7/src/net/fd_unix.go:270 +0x20c
  452. net.(*UDPConn).readFrom(0x12b268b0, 0x11362000, 0x10000, 0x10000, 0x123af140, 0x4c1d8, 0x0, 0x0)
  453. /usr/lib/go-1.7/src/net/udpsock_posix.go:43 +0x54
  454. net.(*UDPConn).ReadFrom(0x12b268b0, 0x11362000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0)
  455. /usr/lib/go-1.7/src/net/udpsock.go:97 +0xd4
  456. github.com/syncthing/syncthing/lib/beacon.(*broadcastReader).Serve(0x12917230)
  457. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/broadcast.go:201 +0x4cc
  458. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c1b0, 0x0, 0xa9f0a8, 0x12917230)
  459. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  460. created by github.com/thejerf/suture.(*Supervisor).runService
  461. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  462.  
  463. goroutine 74 [chan receive]:
  464. github.com/syncthing/syncthing/lib/beacon.(*broadcastWriter).Serve(0x12917260)
  465. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/broadcast.go:101 +0x468
  466. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c1b0, 0x1, 0xa9f0c8, 0x12917260)
  467. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  468. created by github.com/thejerf/suture.(*Supervisor).runService
  469. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  470.  
  471. goroutine 75 [select]:
  472. github.com/thejerf/suture.(*Supervisor).Serve(0x1143c2d0)
  473. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  474. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c240, 0x0, 0x71eb0ba0, 0x11c8ddc0)
  475. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  476. created by github.com/thejerf/suture.(*Supervisor).runService
  477. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  478.  
  479. goroutine 76 [IO wait]:
  480. net.runtime_pollWait(0x71eb19e8, 0x72, 0x70)
  481. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  482. net.(*pollDesc).wait(0x123af7b8, 0x72, 0x0, 0x0)
  483. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  484. net.(*pollDesc).waitRead(0x123af7b8, 0x0, 0x0)
  485. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  486. net.(*netFD).readMsg(0x123af780, 0x11afe000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0xffffffff, 0x0, 0x0, ...)
  487. /usr/lib/go-1.7/src/net/fd_unix.go:297 +0x274
  488. net.(*UDPConn).readMsg(0x12b268d8, 0x11afe000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x12557d94, 0xa6578, 0x12802960, ...)
  489. /usr/lib/go-1.7/src/net/udpsock_posix.go:55 +0x90
  490. net.(*UDPConn).ReadMsgUDP(0x12b268d8, 0x11afe000, 0x10000, 0x10000, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfc4dbe9, ...)
  491. /usr/lib/go-1.7/src/net/udpsock.go:116 +0x10c
  492. golang.org/x/net/ipv6.(*payloadHandler).ReadFrom(0x1120fc10, 0x11afe000, 0x10000, 0x10000, 0x0, 0x11b24160, 0x0, 0x0, 0x0, 0x0)
  493. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/golang.org/x/net/ipv6/payload_cmsg.go:26 +0x1e8
  494. github.com/syncthing/syncthing/lib/beacon.(*multicastReader).Serve(0x11c8dde0)
  495. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/multicast.go:203 +0xed8
  496. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c2d0, 0x0, 0xa9f0e8, 0x11c8dde0)
  497. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  498. created by github.com/thejerf/suture.(*Supervisor).runService
  499. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  500.  
  501. goroutine 77 [chan receive]:
  502. github.com/syncthing/syncthing/lib/beacon.(*multicastWriter).Serve(0x11c8de20)
  503. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/beacon/multicast.go:108 +0x5c4
  504. github.com/thejerf/suture.(*Supervisor).runService.func1(0x1143c2d0, 0x1, 0xa9f108, 0x11c8de20)
  505. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  506. created by github.com/thejerf/suture.(*Supervisor).runService
  507. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  508.  
  509. goroutine 200 [chan receive]:
  510. net/http.(*Transport).getConn.func2.1(0x11624240, 0x124c9cc0, 0x8b57a8)
  511. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  512. created by net/http.(*Transport).getConn.func2
  513. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  514.  
  515. goroutine 31 [IO wait]:
  516. net.runtime_pollWait(0x71eb1538, 0x77, 0x165204)
  517. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  518. net.(*pollDesc).wait(0x11f31338, 0x77, 0x0, 0x0)
  519. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  520. net.(*pollDesc).waitWrite(0x11f31338, 0x0, 0x0)
  521. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  522. net.(*netFD).connect(0x11f31300, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12b67840, 0x0, 0x0)
  523. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  524. net.(*netFD).dial(0x11f31300, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67820, 0x0, 0x0)
  525. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  526. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  527. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  528. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67820, 0x1, 0x0, ...)
  529. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  530. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67820, 0xade148, 0x0, 0x0)
  531. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  532. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67820, 0x155e9c, 0x0, 0x0)
  533. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  534. net.dialSingle(0xaa10d0, 0x10e80138, 0x12abc320, 0xa9f448, 0x12b67820, 0x0, 0x0, 0x0, 0x0)
  535. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  536. net.dialSerial(0xaa10d0, 0x10e80138, 0x12abc320, 0x115c8300, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  537. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  538. net.(*Dialer).DialContext(0x10e33bd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x124460c0, 0x20, 0x0, 0x0, 0x0, ...)
  539. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  540. net.(*Dialer).Dial(0x10e33bd4, 0x679a33, 0x3, 0x124460c0, 0x20, 0x0, 0x0, 0x0, 0x0)
  541. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  542. net.Dial(0x679a33, 0x3, 0x124460c0, 0x20, 0x0, 0x0, 0x0, 0x0)
  543. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  544. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x124460c0, 0x20, 0x0, 0x0, 0x0, 0x0)
  545. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  546. net/http.(*Transport).dial(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x124460c0, 0x20, 0x0, 0x0, 0x0, ...)
  547. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  548. net/http.(*Transport).dialConn(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x0, 0x12916c30, 0x5, 0x124460c0, 0x20, 0x5, 0x0, ...)
  549. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  550. net/http.(*Transport).getConn.func4(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x124460e0, 0x11624240)
  551. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  552. created by net/http.(*Transport).getConn
  553. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  554.  
  555. goroutine 521 [syscall]:
  556. syscall.Syscall(0xc4, 0x11c58580, 0x12740534, 0x0, 0x0, 0xc, 0x679382)
  557. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  558. syscall.Lstat(0x111d1440, 0x10, 0x12740534, 0x0, 0x0)
  559. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  560. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  561. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  562. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  563. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  564. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a600, 0x2a, 0x12228370)
  565. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  566. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae60, ...)
  567. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  568. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae60, ...)
  569. <autogenerated>:82 +0xec
  570. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6f, 0x1135ae60, 0xb, 0x10e6a600, 0x3a, 0x0, 0x0, 0xa86, 0x11b0e340, ...)
  571. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  572. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  573. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  574.  
  575. goroutine 158 [IO wait]:
  576. net.runtime_pollWait(0x71eb1808, 0x72, 0x12212400)
  577. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  578. net.(*pollDesc).wait(0x11f31678, 0x72, 0x0, 0x0)
  579. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  580. net.(*pollDesc).waitRead(0x11f31678, 0x0, 0x0)
  581. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  582. net.(*netFD).Read(0x11f31640, 0x12212400, 0x400, 0x400, 0x0, 0xa9e698, 0x10e80000)
  583. /usr/lib/go-1.7/src/net/fd_unix.go:243 +0x1f0
  584. net.(*conn).Read(0x115c8358, 0x12212400, 0x400, 0x400, 0x0, 0x0, 0x0)
  585. /usr/lib/go-1.7/src/net/net.go:173 +0xb8
  586. crypto/tls.(*block).readFromUntil(0x115945a0, 0x753ccb30, 0x115c8358, 0x5, 0x0, 0x0)
  587. /usr/lib/go-1.7/src/crypto/tls/conn.go:476 +0xc8
  588. crypto/tls.(*Conn).readRecord(0x11e82a00, 0x8b5a17, 0x0, 0x0)
  589. /usr/lib/go-1.7/src/crypto/tls/conn.go:578 +0x20c
  590. crypto/tls.(*Conn).Read(0x11e82a00, 0x12f27000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  591. /usr/lib/go-1.7/src/crypto/tls/conn.go:1113 +0x144
  592. net/http.(*persistConn).Read(0x11e301b0, 0x12f27000, 0x1000, 0x1000, 0x2, 0x0, 0x0)
  593. /usr/lib/go-1.7/src/net/http/transport.go:1261 +0x1c8
  594. bufio.(*Reader).fill(0x12a4d2f0)
  595. /usr/lib/go-1.7/src/bufio/bufio.go:97 +0x1c4
  596. bufio.(*Reader).Peek(0x12a4d2f0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  597. /usr/lib/go-1.7/src/bufio/bufio.go:129 +0xac
  598. net/http.(*persistConn).readLoop(0x11e301b0)
  599. /usr/lib/go-1.7/src/net/http/transport.go:1418 +0x1a4
  600. created by net/http.(*Transport).dialConn
  601. /usr/lib/go-1.7/src/net/http/transport.go:1062 +0xd14
  602.  
  603. goroutine 118 [syscall]:
  604. syscall.Syscall(0xd9, 0x4f, 0x12c5c000, 0x1000, 0x1135b990, 0xa, 0x0)
  605. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  606. syscall.Getdents(0x4f, 0x12c5c000, 0x1000, 0x1000, 0x12c5c043, 0x0, 0x0)
  607. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:508 +0x78
  608. syscall.ReadDirent(0x4f, 0x12c5c000, 0x1000, 0x1000, 0x12c5e000, 0x0, 0x0)
  609. /usr/lib/go-1.7/src/syscall/syscall_linux.go:770 +0x4c
  610. os.(*File).readdirnames(0x12adc7a8, 0xfffffffe, 0x12c5e000, 0x1, 0x64, 0x0, 0x0)
  611. /usr/lib/go-1.7/src/os/dir_unix.go:39 +0x1e8
  612. os.(*File).Readdirnames(0x12adc7a8, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
  613. /usr/lib/go-1.7/src/os/doc.go:138 +0x80
  614. path/filepath.readDirNames(0x11c47ae0, 0x4f, 0x0, 0x0, 0x0, 0x0, 0x0)
  615. /usr/lib/go-1.7/src/path/filepath/path.go:408 +0x8c
  616. path/filepath.walk(0x11c47ae0, 0x4f, 0xaa25a0, 0x128fa6c0, 0x11594740, 0x0, 0x0)
  617. /usr/lib/go-1.7/src/path/filepath/path.go:363 +0x13c
  618. path/filepath.walk(0x126134a0, 0x49, 0xaa25a0, 0x11ded710, 0x11594740, 0x0, 0x0)
  619. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  620. path/filepath.walk(0x12d432c0, 0x40, 0xaa25a0, 0x11ded3b0, 0x11594740, 0x0, 0x0)
  621. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  622. path/filepath.walk(0x11edc4c0, 0x36, 0xaa25a0, 0x13068090, 0x11594740, 0x0, 0x0)
  623. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  624. path/filepath.walk(0x12a76540, 0x1c, 0xaa25a0, 0x1143c870, 0x11594740, 0x0, 0x0)
  625. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  626. path/filepath.walk(0x11594f60, 0x15, 0xaa25a0, 0x12b36e10, 0x11594740, 0x0, 0x0)
  627. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  628. path/filepath.walk(0x111d1440, 0x10, 0xaa25a0, 0x12b36630, 0x11594740, 0x0, 0x0)
  629. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  630. path/filepath.Walk(0x111d1440, 0x10, 0x11594740, 0x0, 0x0)
  631. /usr/lib/go-1.7/src/path/filepath/path.go:398 +0xb8
  632. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func1(0x120086c0, 0x11f31a00, 0x11f31a40)
  633. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:130 +0x70
  634. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  635. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:137 +0x304
  636.  
  637. goroutine 119 [chan receive]:
  638. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func2(0x11f31a00, 0x120086c0, 0x11f31a40, 0x11125020)
  639. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:164 +0x74
  640. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  641. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:212 +0x3fc
  642.  
  643. goroutine 201 [chan receive]:
  644. net/http.(*Transport).getConn.func2.1(0x1120e940, 0x120760a0, 0x8b57a8)
  645. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  646. created by net/http.(*Transport).getConn.func2
  647. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  648.  
  649. goroutine 60 [IO wait]:
  650. net.runtime_pollWait(0x71eb13d0, 0x77, 0x165204)
  651. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  652. net.(*pollDesc).wait(0x11f314b8, 0x77, 0x0, 0x0)
  653. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  654. net.(*pollDesc).waitWrite(0x11f314b8, 0x0, 0x0)
  655. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  656. net.(*netFD).connect(0x11f31480, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12b67b80, 0x0, 0x0)
  657. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  658. net.(*netFD).dial(0x11f31480, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67b60, 0x0, 0x0)
  659. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  660. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  661. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  662. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67b60, 0x1, 0x0, ...)
  663. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  664. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67b60, 0xade148, 0x0, 0x0)
  665. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  666. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67b60, 0x155e9c, 0x0, 0x0)
  667. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  668. net.dialSingle(0xaa10d0, 0x10e80138, 0x12abc3c0, 0xa9f448, 0x12b67b60, 0x0, 0x0, 0x0, 0x0)
  669. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  670. net.dialSerial(0xaa10d0, 0x10e80138, 0x12abc3c0, 0x115c8320, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  671. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  672. net.(*Dialer).DialContext(0x1248ebd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f43a0, 0x20, 0x0, 0x0, 0x0, ...)
  673. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  674. net.(*Dialer).Dial(0x1248ebd4, 0x679a33, 0x3, 0x115f43a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  675. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  676. net.Dial(0x679a33, 0x3, 0x115f43a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  677. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  678. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x115f43a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  679. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  680. net/http.(*Transport).dial(0x120760a0, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f43a0, 0x20, 0x0, 0x0, 0x0, ...)
  681. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  682. net/http.(*Transport).dialConn(0x120760a0, 0xaa10d0, 0x10e80138, 0x0, 0x12916fc0, 0x5, 0x115f43a0, 0x20, 0x5, 0x0, ...)
  683. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  684. net/http.(*Transport).getConn.func4(0x120760a0, 0xaa10d0, 0x10e80138, 0x115f43c0, 0x1120e940)
  685. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  686. created by net/http.(*Transport).getConn
  687. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  688.  
  689. goroutine 346 [chan receive]:
  690. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  691. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  692. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  693. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  694. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  695. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  696.  
  697. goroutine 331 [select]:
  698. net/http.setRequestCancel.func4(0x0, 0x12a76a60, 0x129a6e10, 0x11d06600)
  699. /usr/lib/go-1.7/src/net/http/client.go:329 +0x108
  700. created by net/http.setRequestCancel
  701. /usr/lib/go-1.7/src/net/http/client.go:337 +0x2d4
  702.  
  703. goroutine 267 [select]:
  704. net/http.(*persistConn).writeLoop(0x1233f560)
  705. /usr/lib/go-1.7/src/net/http/transport.go:1646 +0x2dc
  706. created by net/http.(*Transport).dialConn
  707. /usr/lib/go-1.7/src/net/http/transport.go:1063 +0xd30
  708.  
  709. goroutine 517 [syscall]:
  710. syscall.Syscall(0xc4, 0x1305fee0, 0x111f12b4, 0x0, 0x0, 0xc, 0x679382)
  711. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  712. syscall.Lstat(0x111d1440, 0x10, 0x111f12b4, 0x0, 0x0)
  713. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  714. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  715. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  716. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  717. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  718. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a580, 0x2a, 0x11f65b30)
  719. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  720. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac10, ...)
  721. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  722. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac10, ...)
  723. <autogenerated>:82 +0xec
  724. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6b, 0x1135ac10, 0xb, 0x10e6a580, 0x31, 0x0, 0x0, 0x145e, 0x11b0e2c0, ...)
  725. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  726. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  727. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  728.  
  729. goroutine 518 [syscall]:
  730. syscall.Syscall(0xc4, 0x1305ff20, 0x111f1344, 0x0, 0x0, 0xc, 0x679382)
  731. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  732. syscall.Lstat(0x111d1440, 0x10, 0x111f1344, 0x0, 0x0)
  733. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  734. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  735. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  736. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  737. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  738. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da5a0, 0x22, 0x130ca900)
  739. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  740. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac90, ...)
  741. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  742. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac90, ...)
  743. <autogenerated>:82 +0xec
  744. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6c, 0x1135ac90, 0xb, 0x110da5a0, 0x2e, 0x0, 0x0, 0x1413, 0x11b0e2e0, ...)
  745. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  746. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  747. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  748.  
  749. goroutine 520 [syscall]:
  750. syscall.Syscall(0xc4, 0x1305fea0, 0x111f1224, 0x0, 0x0, 0xad17d0, 0x1)
  751. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  752. syscall.Lstat(0x111d1440, 0x10, 0x111f1224, 0x0, 0x0)
  753. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  754. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  755. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  756. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  757. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  758. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c826c0, 0x4f, 0x10f6f6c0)
  759. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  760. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ade0, ...)
  761. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  762. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ade0, ...)
  763. <autogenerated>:82 +0xec
  764. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6e, 0x1135ade0, 0xb, 0x12c826c0, 0x60, 0x0, 0x0, 0x352, 0x11b0e320, ...)
  765. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  766. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  767. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  768.  
  769. goroutine 277 [chan receive]:
  770. net/http.(*Transport).getConn.func2.1(0x12a7c3c0, 0x124c9d60, 0x8b57a8)
  771. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  772. created by net/http.(*Transport).getConn.func2
  773. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  774.  
  775. goroutine 294 [select]:
  776. net/http.setRequestCancel.func4(0x0, 0x11ce7f20, 0x127a17d0, 0x11423800)
  777. /usr/lib/go-1.7/src/net/http/client.go:329 +0x108
  778. created by net/http.setRequestCancel
  779. /usr/lib/go-1.7/src/net/http/client.go:337 +0x2d4
  780.  
  781. goroutine 83 [select]:
  782. net/http.(*Transport).getConn(0x12076140, 0x11194210, 0x0, 0x12456150, 0x5, 0x1162a180, 0x20, 0x0, 0x0, 0x0)
  783. /usr/lib/go-1.7/src/net/http/transport.go:890 +0x8e0
  784. net/http.(*Transport).RoundTrip(0x12076140, 0x12a6e380, 0x12076140, 0x0, 0x0)
  785. /usr/lib/go-1.7/src/net/http/transport.go:367 +0xa18
  786. net/http.send(0x12a6e300, 0xa9d5d0, 0x12076140, 0xd276731f, 0xe, 0x29d083aa, 0xacc418, 0x111941c0, 0x0, 0x0)
  787. /usr/lib/go-1.7/src/net/http/client.go:256 +0x4fc
  788. net/http.(*Client).send(0x11c8daa0, 0x12a6e300, 0xd276731f, 0xe, 0x29d083aa, 0xacc418, 0x0, 0x0, 0x0)
  789. /usr/lib/go-1.7/src/net/http/client.go:146 +0x144
  790. net/http.(*Client).doFollowingRedirects(0x11c8daa0, 0x12a6e300, 0x8b57b8, 0x6f, 0x0, 0x0)
  791. /usr/lib/go-1.7/src/net/http/client.go:528 +0xa50
  792. net/http.(*Client).Get(0x11c8daa0, 0x12456150, 0x6f, 0x4, 0x0, 0x0)
  793. /usr/lib/go-1.7/src/net/http/client.go:418 +0x98
  794. github.com/syncthing/syncthing/lib/discover.(*idCheckingHTTPClient).Get(0x12917080, 0x12456150, 0x6f, 0x11b3d53c, 0x0, 0x0)
  795. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:349 +0x5c
  796. github.com/syncthing/syncthing/lib/discover.(*globalClient).Lookup(0x123aeb40, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x0, ...)
  797. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/global.go:140 +0x1f0
  798. github.com/syncthing/syncthing/lib/discover.(*cachingMux).Lookup(0x12916960, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x0, ...)
  799. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/discover/cache.go:112 +0xe2c
  800. github.com/syncthing/syncthing/lib/connections.(*Service).connect(0x128fb830)
  801. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/service.go:367 +0x708
  802. github.com/syncthing/syncthing/lib/connections.(*Service).(github.com/syncthing/syncthing/lib/connections.connect)-fm()
  803. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/service.go:155 +0x1c
  804. github.com/syncthing/syncthing/lib/connections.serviceFunc.Serve(0x12b26570)
  805. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/structs.go:127 +0x1c
  806. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb710, 0x0, 0xa9fb48, 0x12b26570)
  807. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  808. created by github.com/thejerf/suture.(*Supervisor).runService
  809. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  810.  
  811. goroutine 84 [chan receive]:
  812. github.com/syncthing/syncthing/lib/connections.(*Service).handle(0x128fb830)
  813. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/service.go:172 +0x64
  814. github.com/syncthing/syncthing/lib/connections.(*Service).(github.com/syncthing/syncthing/lib/connections.handle)-fm()
  815. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/service.go:156 +0x1c
  816. github.com/syncthing/syncthing/lib/connections.serviceFunc.Serve(0x12b26578)
  817. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/structs.go:127 +0x1c
  818. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb710, 0x1, 0xa9fb48, 0x12b26578)
  819. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  820. created by github.com/thejerf/suture.(*Supervisor).runService
  821. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  822.  
  823. goroutine 85 [select]:
  824. github.com/thejerf/suture.(*Supervisor).Serve(0x128fb7a0)
  825. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  826. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb710, 0x2, 0xa9f308, 0x128fb7a0)
  827. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  828. created by github.com/thejerf/suture.(*Supervisor).runService
  829. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  830.  
  831. goroutine 86 [select]:
  832. github.com/syncthing/syncthing/lib/nat.(*Service).Serve(0x121c3800)
  833. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/nat/service.go:53 +0x2d4
  834. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb710, 0x3, 0xa9f248, 0x121c3800)
  835. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  836. created by github.com/thejerf/suture.(*Supervisor).runService
  837. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  838.  
  839. goroutine 177 [chan receive]:
  840. net/http.(*Transport).getConn.func2.1(0x1120f240, 0x124c9f40, 0x8b57a8)
  841. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  842. created by net/http.(*Transport).getConn.func2
  843. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  844.  
  845. goroutine 100 [IO wait]:
  846. net.runtime_pollWait(0x71eb1790, 0x77, 0x165204)
  847. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  848. net.(*pollDesc).wait(0x116256f8, 0x77, 0x0, 0x0)
  849. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  850. net.(*pollDesc).waitWrite(0x116256f8, 0x0, 0x0)
  851. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  852. net.(*netFD).connect(0x116256c0, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12447940, 0x0, 0x0)
  853. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  854. net.(*netFD).dial(0x116256c0, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12447920, 0x0, 0x0)
  855. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  856. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  857. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  858. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12447920, 0x1, 0x0, ...)
  859. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  860. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12447920, 0xade148, 0x0, 0x0)
  861. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  862. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12447920, 0x155e9c, 0x0, 0x0)
  863. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  864. net.dialSingle(0xaa10d0, 0x10e80138, 0x11be67d0, 0xa9f448, 0x12447920, 0x0, 0x0, 0x0, 0x0)
  865. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  866. net.dialSerial(0xaa10d0, 0x10e80138, 0x11be67d0, 0x11c565c8, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  867. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  868. net.(*Dialer).DialContext(0x1248bbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f4840, 0x20, 0x0, 0x0, 0x0, ...)
  869. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  870. net.(*Dialer).Dial(0x1248bbd4, 0x679a33, 0x3, 0x115f4840, 0x20, 0x0, 0x0, 0x0, 0x0)
  871. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  872. net.Dial(0x679a33, 0x3, 0x115f4840, 0x20, 0x0, 0x0, 0x0, 0x0)
  873. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  874. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x115f4840, 0x20, 0x0, 0x0, 0x0, 0x0)
  875. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  876. net/http.(*Transport).dial(0x124c9f40, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f4840, 0x20, 0x0, 0x0, 0x0, ...)
  877. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  878. net/http.(*Transport).dialConn(0x124c9f40, 0xaa10d0, 0x10e80138, 0x0, 0x12916ea0, 0x5, 0x115f4840, 0x20, 0x0, 0x0, ...)
  879. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  880. net/http.(*Transport).getConn.func4(0x124c9f40, 0xaa10d0, 0x10e80138, 0x115f4860, 0x1120f240)
  881. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  882. created by net/http.(*Transport).getConn
  883. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  884.  
  885. goroutine 132 [IO wait]:
  886. net.runtime_pollWait(0x71eb1358, 0x72, 0x12eae000)
  887. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  888. net.(*pollDesc).wait(0x116257f8, 0x72, 0x0, 0x0)
  889. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  890. net.(*pollDesc).waitRead(0x116257f8, 0x0, 0x0)
  891. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  892. net.(*netFD).Read(0x116257c0, 0x12eae000, 0x4000, 0x4000, 0x0, 0xa9e698, 0x10e80000)
  893. /usr/lib/go-1.7/src/net/fd_unix.go:243 +0x1f0
  894. net.(*conn).Read(0x11c56600, 0x12eae000, 0x4000, 0x4000, 0x0, 0x0, 0x0)
  895. /usr/lib/go-1.7/src/net/net.go:173 +0xb8
  896. crypto/tls.(*block).readFromUntil(0x12447dc0, 0x753ccb30, 0x11c56600, 0x5, 0x0, 0x0)
  897. /usr/lib/go-1.7/src/crypto/tls/conn.go:476 +0xc8
  898. crypto/tls.(*Conn).readRecord(0x1264c800, 0x8b5a17, 0x0, 0x0)
  899. /usr/lib/go-1.7/src/crypto/tls/conn.go:578 +0x20c
  900. crypto/tls.(*Conn).Read(0x1264c800, 0x11f3e000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  901. /usr/lib/go-1.7/src/crypto/tls/conn.go:1113 +0x144
  902. bufio.(*Reader).fill(0x12787500)
  903. /usr/lib/go-1.7/src/bufio/bufio.go:97 +0x1c4
  904. bufio.(*Reader).Read(0x12787500, 0x11cce870, 0x9, 0x9, 0x9, 0x0, 0x0)
  905. /usr/lib/go-1.7/src/bufio/bufio.go:209 +0x22c
  906. io.ReadAtLeast(0xa9cd48, 0x12787500, 0x11cce870, 0x9, 0x9, 0x9, 0x0, 0x0, 0x0)
  907. /usr/lib/go-1.7/src/io/io.go:307 +0xdc
  908. io.ReadFull(0xa9cd48, 0x12787500, 0x11cce870, 0x9, 0x9, 0x55a78, 0x0, 0x0)
  909. /usr/lib/go-1.7/src/io/io.go:325 +0x5c
  910. net/http.http2readFrameHeader(0x11cce870, 0x9, 0x9, 0xa9cd48, 0x12787500, 0x12000000, 0x0, 0x0, 0x0, 0x0)
  911. /usr/lib/go-1.7/src/net/http/h2_bundle.go:779 +0x80
  912. net/http.(*http2Framer).ReadFrame(0x11cce850, 0x0, 0x0, 0x0, 0x0)
  913. /usr/lib/go-1.7/src/net/http/h2_bundle.go:1001 +0xd4
  914. net/http.(*http2clientConnReadLoop).run(0x12186fc0, 0x0, 0x0)
  915. /usr/lib/go-1.7/src/net/http/h2_bundle.go:6004 +0xc0
  916. net/http.(*http2ClientConn).readLoop(0x11272800)
  917. /usr/lib/go-1.7/src/net/http/h2_bundle.go:5937 +0xb0
  918. created by net/http.(*http2Transport).newClientConn
  919. /usr/lib/go-1.7/src/net/http/h2_bundle.go:5314 +0x92c
  920.  
  921. goroutine 338 [select]:
  922. net/http.setRequestCancel.func4(0x0, 0x120b02c0, 0x11ffbd70, 0x1253c200)
  923. /usr/lib/go-1.7/src/net/http/client.go:329 +0x108
  924. created by net/http.setRequestCancel
  925. /usr/lib/go-1.7/src/net/http/client.go:337 +0x2d4
  926.  
  927. goroutine 349 [chan receive]:
  928. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  929. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  930. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  931. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  932. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  933. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  934.  
  935. goroutine 321 [IO wait]:
  936. net.runtime_pollWait(0x71eb12e0, 0x72, 0x1103b800)
  937. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  938. net.(*pollDesc).wait(0x128d54f8, 0x72, 0x0, 0x0)
  939. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  940. net.(*pollDesc).waitRead(0x128d54f8, 0x0, 0x0)
  941. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  942. net.(*netFD).Read(0x128d54c0, 0x1103b800, 0x400, 0x400, 0x0, 0xa9e698, 0x10e80000)
  943. /usr/lib/go-1.7/src/net/fd_unix.go:243 +0x1f0
  944. net.(*conn).Read(0x12b27f40, 0x1103b800, 0x400, 0x400, 0x0, 0x0, 0x0)
  945. /usr/lib/go-1.7/src/net/net.go:173 +0xb8
  946. crypto/tls.(*block).readFromUntil(0x12000340, 0x753ccb30, 0x12b27f40, 0x5, 0x0, 0x0)
  947. /usr/lib/go-1.7/src/crypto/tls/conn.go:476 +0xc8
  948. crypto/tls.(*Conn).readRecord(0x10ecea00, 0x8b5a17, 0x0, 0x0)
  949. /usr/lib/go-1.7/src/crypto/tls/conn.go:578 +0x20c
  950. crypto/tls.(*Conn).Read(0x10ecea00, 0x11194de0, 0xc, 0xc, 0x0, 0x0, 0x0)
  951. /usr/lib/go-1.7/src/crypto/tls/conn.go:1113 +0x144
  952. io.ReadAtLeast(0xa9ce38, 0x10ecea00, 0x11194de0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0)
  953. /usr/lib/go-1.7/src/io/io.go:307 +0xdc
  954. io.ReadFull(0xa9ce38, 0x10ecea00, 0x11194de0, 0xc, 0xc, 0x11194de0, 0x0, 0x0)
  955. /usr/lib/go-1.7/src/io/io.go:325 +0x5c
  956. github.com/syncthing/syncthing/lib/relay/protocol.ReadMessage(0xa9ce38, 0x10ecea00, 0x0, 0x0, 0x0, 0x0)
  957. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/relay/protocol/protocol.go:79 +0xc8
  958. github.com/syncthing/syncthing/lib/relay/client.messageReader(0xaa2ba0, 0x10ecea00, 0x128d5bc0, 0x128d5c00)
  959. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/relay/client/static.go:331 +0x48
  960. created by github.com/syncthing/syncthing/lib/relay/client.(*staticClient).Serve
  961. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/relay/client/static.go:103 +0xb08
  962.  
  963. goroutine 191 [chan receive]:
  964. net/http.(*Transport).getConn.func2.1(0x11f1c100, 0x124c9c20, 0x8b57a8)
  965. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  966. created by net/http.(*Transport).getConn.func2
  967. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  968.  
  969. goroutine 105 [IO wait]:
  970. net.runtime_pollWait(0x71eb14c0, 0x77, 0x165204)
  971. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  972. net.(*pollDesc).wait(0x11f312b8, 0x77, 0x0, 0x0)
  973. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  974. net.(*pollDesc).waitWrite(0x11f312b8, 0x0, 0x0)
  975. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  976. net.(*netFD).connect(0x11f31280, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12b67660, 0x0, 0x0)
  977. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  978. net.(*netFD).dial(0x11f31280, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67640, 0x0, 0x0)
  979. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  980. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  981. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  982. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12b67640, 0x1, 0x0, ...)
  983. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  984. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67640, 0xade148, 0x0, 0x0)
  985. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  986. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b67640, 0x155e9c, 0x0, 0x0)
  987. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  988. net.dialSingle(0xaa10d0, 0x10e80138, 0x12abc280, 0xa9f448, 0x12b67640, 0x0, 0x0, 0x0, 0x0)
  989. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  990. net.dialSerial(0xaa10d0, 0x10e80138, 0x12abc280, 0x115c82e8, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  991. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  992. net.(*Dialer).DialContext(0x1214cbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f5240, 0x20, 0x0, 0x0, 0x0, ...)
  993. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  994. net.(*Dialer).Dial(0x1214cbd4, 0x679a33, 0x3, 0x115f5240, 0x20, 0x0, 0x0, 0x0, 0x0)
  995. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  996. net.Dial(0x679a33, 0x3, 0x115f5240, 0x20, 0x0, 0x0, 0x0, 0x0)
  997. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  998. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x115f5240, 0x20, 0x0, 0x0, 0x0, 0x0)
  999. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1000. net/http.(*Transport).dial(0x124c9c20, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f5240, 0x20, 0x0, 0x0, 0x0, ...)
  1001. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1002. net/http.(*Transport).dialConn(0x124c9c20, 0xaa10d0, 0x10e80138, 0x0, 0x12718230, 0x5, 0x115f5240, 0x20, 0x11d0ffbc, 0x0, ...)
  1003. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1004. net/http.(*Transport).getConn.func4(0x124c9c20, 0xaa10d0, 0x10e80138, 0x115f5260, 0x11f1c100)
  1005. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1006. created by net/http.(*Transport).getConn
  1007. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1008.  
  1009. goroutine 332 [IO wait]:
  1010. net.runtime_pollWait(0x71eb1100, 0x77, 0x165204)
  1011. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1012. net.(*pollDesc).wait(0x12a7c978, 0x77, 0x0, 0x0)
  1013. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1014. net.(*pollDesc).waitWrite(0x12a7c978, 0x0, 0x0)
  1015. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1016. net.(*netFD).connect(0x12a7c940, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x11594880, 0x0, 0x0)
  1017. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1018. net.(*netFD).dial(0x12a7c940, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x11594860, 0x0, 0x0)
  1019. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1020. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1021. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1022. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x11594860, 0x1, 0x0, ...)
  1023. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1024. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x11594860, 0xade148, 0x0, 0x0)
  1025. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1026. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x11594860, 0x155e9c, 0x0, 0x0)
  1027. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1028. net.dialSingle(0xaa10d0, 0x10e80138, 0x11dc9d10, 0xa9f448, 0x11594860, 0x0, 0x0, 0x0, 0x0)
  1029. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1030. net.dialSerial(0xaa10d0, 0x10e80138, 0x11dc9d10, 0x11df3488, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1031. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1032. net.(*Dialer).DialContext(0x12081bd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x12a76a80, 0x20, 0x0, 0x0, 0x0, ...)
  1033. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1034. net.(*Dialer).Dial(0x12081bd4, 0x679a33, 0x3, 0x12a76a80, 0x20, 0x0, 0x0, 0x0, 0x0)
  1035. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1036. net.Dial(0x679a33, 0x3, 0x12a76a80, 0x20, 0x0, 0x0, 0x0, 0x0)
  1037. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1038. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x12a76a80, 0x20, 0x0, 0x0, 0x0, 0x0)
  1039. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1040. net/http.(*Transport).dial(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x12a76a80, 0x20, 0x0, 0x0, 0x0, ...)
  1041. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1042. net/http.(*Transport).dialConn(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x0, 0x12916c30, 0x5, 0x12a76a80, 0x20, 0x0, 0x0, ...)
  1043. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1044. net/http.(*Transport).getConn.func4(0x124c9cc0, 0xaa10d0, 0x10e80138, 0x12a76ac0, 0x11d06680)
  1045. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1046. created by net/http.(*Transport).getConn
  1047. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1048.  
  1049. goroutine 390 [syscall]:
  1050. syscall.Syscall(0xc4, 0x12e57be0, 0x12b373d4, 0x0, 0x0, 0xc, 0x679382)
  1051. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1052. syscall.Lstat(0x111d1440, 0x10, 0x12b373d4, 0x0, 0x0)
  1053. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1054. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1055. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1056. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1057. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1058. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3980, 0x4c, 0x12aa71f0)
  1059. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1060. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc01b0, ...)
  1061. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1062. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc01b0, ...)
  1063. <autogenerated>:82 +0xec
  1064. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe, 0x11fc01b0, 0xb, 0x12db3980, 0x57, 0x0, 0x0, 0x2fcb, 0x12e576c0, ...)
  1065. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1066. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1067. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1068.  
  1069. goroutine 89 [select]:
  1070. github.com/syncthing/syncthing/lib/connections.(*relayListener).Serve(0x123385f0)
  1071. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/relay_listen.go:66 +0xba4
  1072. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb7a0, 0x0, 0x71eb0948, 0x123385f0)
  1073. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1074. created by github.com/thejerf/suture.(*Supervisor).runService
  1075. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1076.  
  1077. goroutine 90 [IO wait]:
  1078. net.runtime_pollWait(0x71eb1628, 0x72, 0x0)
  1079. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1080. net.(*pollDesc).wait(0x116249f8, 0x72, 0x0, 0x0)
  1081. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1082. net.(*pollDesc).waitRead(0x116249f8, 0x0, 0x0)
  1083. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  1084. net.(*netFD).accept(0x116249c0, 0x0, 0xa9d8a0, 0x120d7470)
  1085. /usr/lib/go-1.7/src/net/fd_unix.go:419 +0x21c
  1086. net.(*TCPListener).accept(0x11c561d8, 0x6a8a6ae, 0x0, 0x0)
  1087. /usr/lib/go-1.7/src/net/tcpsock_posix.go:132 +0x30
  1088. net.(*TCPListener).Accept(0x11c561d8, 0x0, 0x0, 0x0, 0x0)
  1089. /usr/lib/go-1.7/src/net/tcpsock.go:222 +0xa8
  1090. github.com/syncthing/syncthing/lib/connections.(*tcpListener).Serve(0x12338640)
  1091. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/tcp_listen.go:85 +0x95c
  1092. github.com/thejerf/suture.(*Supervisor).runService.func1(0x128fb7a0, 0x1, 0x71eb0980, 0x12338640)
  1093. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1094. created by github.com/thejerf/suture.(*Supervisor).runService
  1095. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1096.  
  1097. goroutine 299 [select]:
  1098. net/http.setRequestCancel.func4(0x0, 0x12a2e360, 0x127a1890, 0x11423e80)
  1099. /usr/lib/go-1.7/src/net/http/client.go:329 +0x108
  1100. created by net/http.setRequestCancel
  1101. /usr/lib/go-1.7/src/net/http/client.go:337 +0x2d4
  1102.  
  1103. goroutine 300 [IO wait]:
  1104. net.runtime_pollWait(0x71eb0f98, 0x77, 0x165204)
  1105. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1106. net.(*pollDesc).wait(0x11d06eb8, 0x77, 0x0, 0x0)
  1107. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1108. net.(*pollDesc).waitWrite(0x11d06eb8, 0x0, 0x0)
  1109. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1110. net.(*netFD).connect(0x11d06e80, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12a77540, 0x0, 0x0)
  1111. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1112. net.(*netFD).dial(0x11d06e80, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12a77520, 0x0, 0x0)
  1113. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1114. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1115. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1116. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12a77520, 0x1, 0x0, ...)
  1117. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1118. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a77520, 0xade148, 0x0, 0x0)
  1119. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1120. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a77520, 0x155e9c, 0x0, 0x0)
  1121. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1122. net.dialSingle(0xaa10d0, 0x10e80138, 0x11fdcc80, 0xa9f448, 0x12a77520, 0x0, 0x0, 0x0, 0x0)
  1123. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1124. net.dialSerial(0xaa10d0, 0x10e80138, 0x11fdcc80, 0x11f8a978, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1125. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1126. net.(*Dialer).DialContext(0x12150bd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0, ...)
  1127. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1128. net.(*Dialer).Dial(0x12150bd4, 0x679a33, 0x3, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1129. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1130. net.Dial(0x679a33, 0x3, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1131. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1132. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1133. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1134. net/http.(*Transport).dial(0x124c9b80, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x12a2e3a0, 0x20, 0x0, 0x0, 0x0, ...)
  1135. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1136. net/http.(*Transport).dialConn(0x124c9b80, 0xaa10d0, 0x10e80138, 0x0, 0x12916b10, 0x5, 0x12a2e3a0, 0x20, 0x11624b40, 0x0, ...)
  1137. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1138. net/http.(*Transport).getConn.func4(0x124c9b80, 0xaa10d0, 0x10e80138, 0x12a2e3c0, 0x11423f00)
  1139. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1140. created by net/http.(*Transport).getConn
  1141. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1142.  
  1143. goroutine 388 [select]:
  1144. github.com/syncthing/syncthing/lib/events.(*Subscription).Poll(0x11187c80, 0xf8475800, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1145. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:248 +0x324
  1146. github.com/syncthing/syncthing/lib/model.sendIndexes(0x741146b8, 0x11ddcd20, 0x11cbf680, 0xb, 0x1149e700, 0x110da450, 0x2d5, 0x0, 0x10f06510, 0x1a, ...)
  1147. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1479 +0x5ec
  1148. created by github.com/syncthing/syncthing/lib/model.(*Model).ClusterConfig
  1149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:891 +0x1724
  1150.  
  1151. goroutine 347 [chan receive]:
  1152. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1153. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1154. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1155. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1156. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1157. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1158.  
  1159. goroutine 519 [syscall]:
  1160. syscall.Syscall(0xc4, 0x1305ff60, 0x111f13d4, 0x0, 0x0, 0xc, 0x679382)
  1161. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1162. syscall.Lstat(0x111d1440, 0x10, 0x111f13d4, 0x0, 0x0)
  1163. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1164. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1165. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1166. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1167. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1168. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a5c0, 0x2a, 0x111aa2d0)
  1169. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1170. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad50, ...)
  1171. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1172. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad50, ...)
  1173. <autogenerated>:82 +0xec
  1174. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6d, 0x1135ad50, 0xb, 0x10e6a5c0, 0x36, 0x0, 0x0, 0x39b5, 0x11b0e300, ...)
  1175. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1176. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1177. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1178.  
  1179. goroutine 217 [chan receive]:
  1180. net/http.(*Transport).getConn.func2.1(0x11f1c800, 0x124c9b80, 0x8b57a8)
  1181. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  1182. created by net/http.(*Transport).getConn.func2
  1183. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  1184.  
  1185. goroutine 110 [IO wait]:
  1186. net.runtime_pollWait(0x71eb15b0, 0x77, 0x165204)
  1187. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1188. net.(*pollDesc).wait(0x11f31278, 0x77, 0x0, 0x0)
  1189. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1190. net.(*pollDesc).waitWrite(0x11f31278, 0x0, 0x0)
  1191. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1192. net.(*netFD).connect(0x11f31240, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12b67600, 0x0, 0x0)
  1193. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1194. net.(*netFD).dial(0x11f31240, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12b675e0, 0x0, 0x0)
  1195. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1196. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1197. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1198. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12b675e0, 0x1, 0x0, ...)
  1199. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1200. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b675e0, 0xade148, 0x0, 0x0)
  1201. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1202. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12b675e0, 0x155e9c, 0x0, 0x0)
  1203. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1204. net.dialSingle(0xaa10d0, 0x10e80138, 0x12abc230, 0xa9f448, 0x12b675e0, 0x0, 0x0, 0x0, 0x0)
  1205. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1206. net.dialSerial(0xaa10d0, 0x10e80138, 0x12abc230, 0x115c82e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1207. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1208. net.(*Dialer).DialContext(0x1218cbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f5820, 0x20, 0x0, 0x0, 0x0, ...)
  1209. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1210. net.(*Dialer).Dial(0x1218cbd4, 0x679a33, 0x3, 0x115f5820, 0x20, 0x0, 0x0, 0x0, 0x0)
  1211. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1212. net.Dial(0x679a33, 0x3, 0x115f5820, 0x20, 0x0, 0x0, 0x0, 0x0)
  1213. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1214. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x115f5820, 0x20, 0x0, 0x0, 0x0, 0x0)
  1215. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1216. net/http.(*Transport).dial(0x124c9b80, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x115f5820, 0x20, 0x0, 0x0, 0x0, ...)
  1217. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1218. net/http.(*Transport).dialConn(0x124c9b80, 0xaa10d0, 0x10e80138, 0x0, 0x12916b10, 0x5, 0x115f5820, 0x20, 0x0, 0x0, ...)
  1219. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1220. net/http.(*Transport).getConn.func4(0x124c9b80, 0xaa10d0, 0x10e80138, 0x115f5840, 0x11f1c800)
  1221. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1222. created by net/http.(*Transport).getConn
  1223. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1224.  
  1225. goroutine 48 [select]:
  1226. github.com/syncthing/syncthing/lib/relay/client.(*staticClient).Serve(0x11147540)
  1227. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/relay/client/static.go:108 +0x1a04
  1228. github.com/syncthing/syncthing/lib/relay/client.(*dynamicClient).Serve(0x11f30800)
  1229. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/relay/client/dynamic.go:110 +0x11c0
  1230. created by github.com/syncthing/syncthing/lib/connections.(*relayListener).Serve
  1231. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/connections/relay_listen.go:57 +0x2ec
  1232.  
  1233. goroutine 386 [syscall]:
  1234. syscall.Syscall(0x76, 0x50, 0x0, 0x0, 0x12a7c780, 0x35, 0x11ec62c0)
  1235. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1236. syscall.Fsync(0x50, 0x0, 0x0)
  1237. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:492 +0x44
  1238. os.(*File).Sync(0x11ec62c0, 0x0, 0x0)
  1239. /usr/lib/go-1.7/src/os/file_posix.go:121 +0x58
  1240. github.com/syndtr/goleveldb/leveldb/storage.syncDir(0x12a7c780, 0x35, 0x0, 0x0)
  1241. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage_unix.go:82 +0xa0
  1242. github.com/syndtr/goleveldb/leveldb/storage.(*fileWrap).Sync(0x110e4940, 0x0, 0x0)
  1243. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:503 +0x7c
  1244. github.com/syndtr/goleveldb/leveldb.(*session).flushManifest(0x111dd180, 0x12680f50, 0x0, 0x0)
  1245. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/session_util.go:245 +0x12c
  1246. github.com/syndtr/goleveldb/leveldb.(*session).commit(0x111dd180, 0x12680f50, 0x0, 0x0)
  1247. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/session.go:198 +0xf4
  1248. github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal(0x115a7500, 0x0, 0x0)
  1249. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:617 +0x1240
  1250. github.com/syndtr/goleveldb/leveldb.openDB(0x111dd180, 0x0, 0x0, 0x0)
  1251. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:124 +0x820
  1252. github.com/syndtr/goleveldb/leveldb.Open(0xaa3050, 0x12a7ca40, 0x11eb9824, 0x0, 0x0, 0x0)
  1253. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:196 +0x16c
  1254. github.com/syndtr/goleveldb/leveldb.OpenFile(0x12a7c780, 0x35, 0x11eb9824, 0x0, 0x0, 0x0)
  1255. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:218 +0xa0
  1256. github.com/syncthing/syncthing/lib/model.newOnDiskIndexSorter(0x10f06510, 0x1a, 0x18)
  1257. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/sorter.go:146 +0x140
  1258. github.com/syncthing/syncthing/lib/model.(*autoSwitchingIndexSorter).Append(0x11cbf9e0, 0x12a7c6c0, 0x37, 0x0, 0x20d3c, 0x0, 0x1ed, 0x5836f812, 0x0, 0x0, ...)
  1259. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/sorter.go:63 +0x124
  1260. github.com/syncthing/syncthing/lib/model.sendIndexTo.func1(0xaa29f0, 0x11b8a1e0, 0x11b8a1e0)
  1261. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1522 +0x15c
  1262. github.com/syncthing/syncthing/lib/db.nativeFileIterator.func1(0xaa29f0, 0x11b8a180, 0xd0)
  1263. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:358 +0x244
  1264. github.com/syncthing/syncthing/lib/db.(*Instance).withHave(0x11115020, 0x11eb9d60, 0xb, 0x20, 0x11eb9dd8, 0x20, 0x20, 0x0, 0x0, 0x0, ...)
  1265. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/leveldb_dbinstance.go:267 +0x544
  1266. github.com/syncthing/syncthing/lib/db.(*FileSet).WithHave(0x111d2850, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x12766280)
  1267. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:211 +0x234
  1268. github.com/syncthing/syncthing/lib/model.sendIndexTo(0xa38, 0x0, 0x741146b8, 0x11ddcd20, 0x11cbf570, 0xb, 0x111d2850, 0x11fe06f0, 0x10f06510, 0x1a, ...)
  1269. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1524 +0x364
  1270. github.com/syncthing/syncthing/lib/model.sendIndexes(0x741146b8, 0x11ddcd20, 0x11cbf570, 0xb, 0x111d2850, 0x11fe06f0, 0xa38, 0x0, 0x10f06510, 0x1a, ...)
  1271. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1460 +0x4d0
  1272. created by github.com/syncthing/syncthing/lib/model.(*Model).ClusterConfig
  1273. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:891 +0x1724
  1274.  
  1275. goroutine 295 [IO wait]:
  1276. net.runtime_pollWait(0x71eb1970, 0x77, 0x165204)
  1277. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1278. net.(*pollDesc).wait(0x11d06f78, 0x77, 0x0, 0x0)
  1279. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1280. net.(*pollDesc).waitWrite(0x11d06f78, 0x0, 0x0)
  1281. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1282. net.(*netFD).connect(0x11d06f40, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12a77620, 0x0, 0x0)
  1283. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1284. net.(*netFD).dial(0x11d06f40, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12a77600, 0x0, 0x0)
  1285. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1286. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1287. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1288. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12a77600, 0x1, 0x0, ...)
  1289. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1290. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a77600, 0xade148, 0x0, 0x0)
  1291. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1292. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a77600, 0x155e9c, 0x0, 0x0)
  1293. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1294. net.dialSingle(0xaa10d0, 0x10e80138, 0x11fdccd0, 0xa9f448, 0x12a77600, 0x0, 0x0, 0x0, 0x0)
  1295. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1296. net.dialSerial(0xaa10d0, 0x10e80138, 0x11fdccd0, 0x11f8a980, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1297. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1298. net.(*Dialer).DialContext(0x1214fbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0, ...)
  1299. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1300. net.(*Dialer).Dial(0x1214fbd4, 0x679a33, 0x3, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0, 0x0)
  1301. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1302. net.Dial(0x679a33, 0x3, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0, 0x0)
  1303. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1304. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0, 0x0)
  1305. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1306. net/http.(*Transport).dial(0x120760a0, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11ce7f40, 0x20, 0x0, 0x0, 0x0, ...)
  1307. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1308. net/http.(*Transport).dialConn(0x120760a0, 0xaa10d0, 0x10e80138, 0x0, 0x12916fc0, 0x5, 0x11ce7f40, 0x20, 0x1249c7bc, 0x0, ...)
  1309. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1310. net/http.(*Transport).getConn.func4(0x120760a0, 0xaa10d0, 0x10e80138, 0x11ce7f60, 0x11423880)
  1311. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1312. created by net/http.(*Transport).getConn
  1313. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1314.  
  1315. goroutine 111 [runnable]:
  1316. syscall.Syscall(0x6, 0x45, 0x0, 0x0, 0x0, 0x0, 0x0)
  1317. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1318. syscall.Close(0x45, 0x0, 0x0)
  1319. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:296 +0x44
  1320. os.(*file).close(0x10e14540, 0x0, 0x0)
  1321. /usr/lib/go-1.7/src/os/file_unix.go:140 +0x54
  1322. os.(*File).Close(0x10e0c7c0, 0x0, 0x0)
  1323. /usr/lib/go-1.7/src/os/file_unix.go:132 +0x54
  1324. path/filepath.readDirNames(0x130ca340, 0x34, 0x0, 0x0, 0x0, 0x0, 0x0)
  1325. /usr/lib/go-1.7/src/path/filepath/path.go:409 +0xc0
  1326. path/filepath.walk(0x130ca340, 0x34, 0xaa25a0, 0x111f10e0, 0x12a2e080, 0x0, 0x0)
  1327. /usr/lib/go-1.7/src/path/filepath/path.go:363 +0x13c
  1328. path/filepath.walk(0x10fd5ea0, 0x1d, 0xaa25a0, 0x12b37b00, 0x12a2e080, 0x0, 0x0)
  1329. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  1330. path/filepath.walk(0x11115520, 0x11, 0xaa25a0, 0x10eb4bd0, 0x12a2e080, 0x0, 0x0)
  1331. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  1332. path/filepath.Walk(0x11115520, 0x11, 0x12a2e080, 0x0, 0x0)
  1333. /usr/lib/go-1.7/src/path/filepath/path.go:398 +0xb8
  1334. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func1(0x11d04960, 0x11f1df00, 0x11f1df40)
  1335. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:130 +0x70
  1336. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  1337. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:137 +0x304
  1338.  
  1339. goroutine 284 [IO wait]:
  1340. net.runtime_pollWait(0x71eb1178, 0x77, 0x165204)
  1341. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1342. net.(*pollDesc).wait(0x11daf678, 0x77, 0x0, 0x0)
  1343. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1344. net.(*pollDesc).waitWrite(0x11daf678, 0x0, 0x0)
  1345. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1346. net.(*netFD).connect(0x11daf640, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x123f72e0, 0x0, 0x0)
  1347. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1348. net.(*netFD).dial(0x11daf640, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x123f72c0, 0x0, 0x0)
  1349. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1350. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1351. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1352. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x123f72c0, 0x1, 0x0, ...)
  1353. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1354. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x123f72c0, 0xade148, 0x0, 0x0)
  1355. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1356. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x123f72c0, 0x155e9c, 0x0, 0x0)
  1357. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1358. net.dialSingle(0xaa10d0, 0x10e80138, 0x121010e0, 0xa9f448, 0x123f72c0, 0x0, 0x0, 0x0, 0x0)
  1359. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1360. net.dialSerial(0xaa10d0, 0x10e80138, 0x121010e0, 0x1126fe38, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1361. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1362. net.(*Dialer).DialContext(0x1255cbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11fd4040, 0x20, 0x0, 0x0, 0x0, ...)
  1363. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1364. net.(*Dialer).Dial(0x1255cbd4, 0x679a33, 0x3, 0x11fd4040, 0x20, 0x0, 0x0, 0x0, 0x0)
  1365. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1366. net.Dial(0x679a33, 0x3, 0x11fd4040, 0x20, 0x0, 0x0, 0x0, 0x0)
  1367. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1368. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x11fd4040, 0x20, 0x0, 0x0, 0x0, 0x0)
  1369. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1370. net/http.(*Transport).dial(0x12076000, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11fd4040, 0x20, 0x0, 0x0, 0x0, ...)
  1371. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1372. net/http.(*Transport).dialConn(0x12076000, 0xaa10d0, 0x10e80138, 0x0, 0x1139f420, 0x5, 0x11fd4040, 0x20, 0x128d5a80, 0x0, ...)
  1373. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1374. net/http.(*Transport).getConn.func4(0x12076000, 0xaa10d0, 0x10e80138, 0x11fd4060, 0x115667c0)
  1375. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1376. created by net/http.(*Transport).getConn
  1377. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1378.  
  1379. goroutine 339 [IO wait]:
  1380. net.runtime_pollWait(0x71eb0f20, 0x77, 0x165204)
  1381. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1382. net.(*pollDesc).wait(0x11d06ff8, 0x77, 0x0, 0x0)
  1383. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1384. net.(*pollDesc).waitWrite(0x11d06ff8, 0x0, 0x0)
  1385. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1386. net.(*netFD).connect(0x11d06fc0, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12a77800, 0x0, 0x0)
  1387. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1388. net.(*netFD).dial(0x11d06fc0, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12a777e0, 0x0, 0x0)
  1389. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1390. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1391. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1392. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12a777e0, 0x1, 0x0, ...)
  1393. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1394. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a777e0, 0xade148, 0x0, 0x0)
  1395. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1396. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12a777e0, 0x155e9c, 0x0, 0x0)
  1397. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1398. net.dialSingle(0xaa10d0, 0x10e80138, 0x11fdcd70, 0xa9f448, 0x12a777e0, 0x0, 0x0, 0x0, 0x0)
  1399. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1400. net.dialSerial(0xaa10d0, 0x10e80138, 0x11fdcd70, 0x11f8a9c0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1401. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1402. net.(*Dialer).DialContext(0x10e35bd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x120b02e0, 0x20, 0x0, 0x0, 0x0, ...)
  1403. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1404. net.(*Dialer).Dial(0x10e35bd4, 0x679a33, 0x3, 0x120b02e0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1405. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1406. net.Dial(0x679a33, 0x3, 0x120b02e0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1407. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1408. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x120b02e0, 0x20, 0x0, 0x0, 0x0, 0x0)
  1409. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1410. net/http.(*Transport).dial(0x124c9f40, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x120b02e0, 0x20, 0x0, 0x0, 0x0, ...)
  1411. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1412. net/http.(*Transport).dialConn(0x124c9f40, 0xaa10d0, 0x10e80138, 0x0, 0x12916ea0, 0x5, 0x120b02e0, 0x20, 0x0, 0x0, ...)
  1413. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1414. net/http.(*Transport).getConn.func4(0x124c9f40, 0xaa10d0, 0x10e80138, 0x120b0300, 0x1253c280)
  1415. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1416. created by net/http.(*Transport).getConn
  1417. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1418.  
  1419. goroutine 266 [IO wait]:
  1420. net.runtime_pollWait(0x71eb1268, 0x72, 0x12f32c00)
  1421. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1422. net.(*pollDesc).wait(0x12144878, 0x72, 0x0, 0x0)
  1423. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1424. net.(*pollDesc).waitRead(0x12144878, 0x0, 0x0)
  1425. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  1426. net.(*netFD).Read(0x12144840, 0x12f32c00, 0x400, 0x400, 0x0, 0xa9e698, 0x10e80000)
  1427. /usr/lib/go-1.7/src/net/fd_unix.go:243 +0x1f0
  1428. net.(*conn).Read(0x1126e850, 0x12f32c00, 0x400, 0x400, 0x0, 0x0, 0x0)
  1429. /usr/lib/go-1.7/src/net/net.go:173 +0xb8
  1430. crypto/tls.(*block).readFromUntil(0x11fc4c00, 0x753ccb30, 0x1126e850, 0x5, 0x0, 0x0)
  1431. /usr/lib/go-1.7/src/crypto/tls/conn.go:476 +0xc8
  1432. crypto/tls.(*Conn).readRecord(0x10ece800, 0x8b5a17, 0x0, 0x0)
  1433. /usr/lib/go-1.7/src/crypto/tls/conn.go:578 +0x20c
  1434. crypto/tls.(*Conn).Read(0x10ece800, 0x10ef3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  1435. /usr/lib/go-1.7/src/crypto/tls/conn.go:1113 +0x144
  1436. net/http.(*persistConn).Read(0x1233f560, 0x10ef3000, 0x1000, 0x1000, 0x10e34da4, 0x0, 0x0)
  1437. /usr/lib/go-1.7/src/net/http/transport.go:1261 +0x1c8
  1438. bufio.(*Reader).fill(0x123fa720)
  1439. /usr/lib/go-1.7/src/bufio/bufio.go:97 +0x1c4
  1440. bufio.(*Reader).Peek(0x123fa720, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
  1441. /usr/lib/go-1.7/src/bufio/bufio.go:129 +0xac
  1442. net/http.(*persistConn).readLoop(0x1233f560)
  1443. /usr/lib/go-1.7/src/net/http/transport.go:1418 +0x1a4
  1444. created by net/http.(*Transport).dialConn
  1445. /usr/lib/go-1.7/src/net/http/transport.go:1062 +0xd14
  1446.  
  1447. goroutine 193 [IO wait]:
  1448. net.runtime_pollWait(0x71eb18f8, 0x77, 0x165204)
  1449. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1450. net.(*pollDesc).wait(0x121aeaf8, 0x77, 0x0, 0x0)
  1451. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1452. net.(*pollDesc).waitWrite(0x121aeaf8, 0x0, 0x0)
  1453. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1454. net.(*netFD).connect(0x121aeac0, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x12675c20, 0x0, 0x0)
  1455. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1456. net.(*netFD).dial(0x121aeac0, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x12675c00, 0x0, 0x0)
  1457. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1458. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1459. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1460. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x12675c00, 0x1, 0x0, ...)
  1461. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1462. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12675c00, 0xade148, 0x0, 0x0)
  1463. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1464. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x12675c00, 0x155e9c, 0x0, 0x0)
  1465. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1466. net.dialSingle(0xaa10d0, 0x10e80138, 0x115afb80, 0xa9f448, 0x12675c00, 0x0, 0x0, 0x0, 0x0)
  1467. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1468. net.dialSerial(0xaa10d0, 0x10e80138, 0x115afb80, 0x11fa9888, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1469. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1470. net.(*Dialer).DialContext(0x1255bbd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11e6a180, 0x20, 0x0, 0x0, 0x0, ...)
  1471. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1472. net.(*Dialer).Dial(0x1255bbd4, 0x679a33, 0x3, 0x11e6a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1473. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1474. net.Dial(0x679a33, 0x3, 0x11e6a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1475. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1476. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x11e6a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1477. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1478. net/http.(*Transport).dial(0x124c9d60, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x11e6a180, 0x20, 0x0, 0x0, 0x0, ...)
  1479. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1480. net/http.(*Transport).dialConn(0x124c9d60, 0xaa10d0, 0x10e80138, 0x0, 0x110571f0, 0x5, 0x11e6a180, 0x20, 0x0, 0x0, ...)
  1481. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1482. net/http.(*Transport).getConn.func4(0x124c9d60, 0xaa10d0, 0x10e80138, 0x11e6a1a0, 0x12a7c3c0)
  1483. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1484. created by net/http.(*Transport).getConn
  1485. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1486.  
  1487. goroutine 112 [chan receive]:
  1488. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func2(0x11f1df00, 0x11d04960, 0x11f1df40, 0x126cbef0)
  1489. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:164 +0x74
  1490. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  1491. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:212 +0x3fc
  1492.  
  1493. goroutine 113 [runnable]:
  1494. syscall.Syscall(0xc4, 0x129698c0, 0x1233e024, 0x0, 0x0, 0x0, 0x0)
  1495. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1496. syscall.Lstat(0x12969890, 0x27, 0x1233e024, 0x0, 0x0)
  1497. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1498. os.Lstat(0x12969890, 0x27, 0x0, 0x0, 0x0, 0x0)
  1499. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1500. path/filepath.walk(0x11c0e780, 0x1b, 0xaa25a0, 0x1233e2d0, 0x120b1c60, 0x0, 0x0)
  1501. /usr/lib/go-1.7/src/path/filepath/path.go:370 +0x290
  1502. path/filepath.walk(0x1162bde0, 0x19, 0xaa25a0, 0x11ba6990, 0x120b1c60, 0x0, 0x0)
  1503. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  1504. path/filepath.walk(0x11115560, 0x11, 0xaa25a0, 0x11e30cf0, 0x120b1c60, 0x0, 0x0)
  1505. /usr/lib/go-1.7/src/path/filepath/path.go:376 +0x390
  1506. path/filepath.Walk(0x11115560, 0x11, 0x120b1c60, 0x0, 0x0)
  1507. /usr/lib/go-1.7/src/path/filepath/path.go:398 +0xb8
  1508. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func1(0x11d04a80, 0x11c54040, 0x11c54080)
  1509. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:130 +0x70
  1510. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  1511. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:137 +0x304
  1512.  
  1513. goroutine 146 [chan receive]:
  1514. github.com/syncthing/syncthing/lib/scanner.(*walker).walk.func2(0x11c54040, 0x11d04a80, 0x11c54080, 0x126cbf80)
  1515. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:164 +0x74
  1516. created by github.com/syncthing/syncthing/lib/scanner.(*walker).walk
  1517. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/scanner/walk.go:212 +0x3fc
  1518.  
  1519. goroutine 147 [select]:
  1520. main.(*apiService).Serve(0x12b36000)
  1521. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:363 +0x21a8
  1522. github.com/thejerf/suture.(*Supervisor).runService.func1(0x10f78510, 0x3, 0xa9f348, 0x12b36000)
  1523. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1524. created by github.com/thejerf/suture.(*Supervisor).runService
  1525. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1526.  
  1527. goroutine 148 [select]:
  1528. github.com/thejerf/suture.(*Supervisor).Serve(0x12b370e0)
  1529. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  1530. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  1531. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:297 +0x2c
  1532.  
  1533. goroutine 149 [select]:
  1534. main.(*folderSummaryService).listenForUpdates(0x129baa40)
  1535. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:69 +0x768
  1536. main.(*folderSummaryService).(main.listenForUpdates)-fm()
  1537. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:49 +0x1c
  1538. main.serviceFunc.Serve(0x11df2768)
  1539. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:229 +0x1c
  1540. github.com/thejerf/suture.(*Supervisor).runService.func1(0x12b370e0, 0x0, 0xa9fbe8, 0x11df2768)
  1541. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1542. created by github.com/thejerf/suture.(*Supervisor).runService
  1543. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1544.  
  1545. goroutine 150 [select]:
  1546. main.(*folderSummaryService).calculateSummaries(0x129baa40)
  1547. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:140 +0x284
  1548. main.(*folderSummaryService).(main.calculateSummaries)-fm()
  1549. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:50 +0x1c
  1550. main.serviceFunc.Serve(0x11df2770)
  1551. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/summaryservice.go:229 +0x1c
  1552. github.com/thejerf/suture.(*Supervisor).runService.func1(0x12b370e0, 0x1, 0xa9fbe8, 0x11df2770)
  1553. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1554. created by github.com/thejerf/suture.(*Supervisor).runService
  1555. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1556.  
  1557. goroutine 151 [IO wait]:
  1558. net.runtime_pollWait(0x71eb1718, 0x72, 0x0)
  1559. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1560. net.(*pollDesc).wait(0x129ba2f8, 0x72, 0x0, 0x0)
  1561. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1562. net.(*pollDesc).waitRead(0x129ba2f8, 0x0, 0x0)
  1563. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:78 +0x30
  1564. net.(*netFD).accept(0x129ba2c0, 0x0, 0xa9d8a0, 0x10e44a10)
  1565. /usr/lib/go-1.7/src/net/fd_unix.go:419 +0x21c
  1566. net.(*TCPListener).accept(0x11df24d0, 0x6, 0x0, 0x0)
  1567. /usr/lib/go-1.7/src/net/tcpsock_posix.go:132 +0x30
  1568. net.(*TCPListener).Accept(0x11df24d0, 0x0, 0x0, 0x0, 0x0)
  1569. /usr/lib/go-1.7/src/net/tcpsock.go:222 +0xa8
  1570. github.com/syncthing/syncthing/lib/tlsutil.(*DowngradingListener).AcceptNoWrapTLS(0x10e445e0, 0x0, 0x0, 0xaa4ab0, 0x0, 0x0)
  1571. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/tlsutil/tlsutil.go:128 +0x60
  1572. github.com/syncthing/syncthing/lib/tlsutil.(*DowngradingListener).Accept(0x10e445e0, 0x0, 0x0, 0x0, 0x0)
  1573. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/tlsutil/tlsutil.go:109 +0x34
  1574. net/http.(*Server).Serve(0x11dfdc20, 0xaa0608, 0x10e445e0, 0x0, 0x0)
  1575. /usr/lib/go-1.7/src/net/http/server.go:2273 +0x200
  1576. main.(*apiService).Serve.func1(0x129bab00, 0x11dfdc20, 0xaa0608, 0x10e445e0)
  1577. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:358 +0x38
  1578. created by main.(*apiService).Serve
  1579. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/gui.go:359 +0x1d70
  1580.  
  1581. goroutine 389 [syscall]:
  1582. syscall.Syscall(0xc4, 0x12e57ba0, 0x12b37344, 0x0, 0x0, 0xc, 0x679382)
  1583. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1584. syscall.Lstat(0x111d1440, 0x10, 0x12b37344, 0x0, 0x0)
  1585. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1586. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1587. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1588. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1589. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1590. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa6e00, 0x4d, 0x12c98180)
  1591. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1592. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0110, ...)
  1593. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1594. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0110, ...)
  1595. <autogenerated>:82 +0xec
  1596. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd, 0x11fc0110, 0xb, 0x12aa6e00, 0x61, 0x0, 0x0, 0x192c, 0x12e576a0, ...)
  1597. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1598. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1599. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1600.  
  1601. goroutine 153 [select]:
  1602. github.com/thejerf/suture.(*Supervisor).Serve(0x12b374d0)
  1603. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:338 +0xe7c
  1604. created by github.com/thejerf/suture.(*Supervisor).ServeBackground
  1605. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:297 +0x2c
  1606.  
  1607. goroutine 154 [select]:
  1608. main.(*usageReportingService).Serve(0x10e45180)
  1609. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/usage_report.go:269 +0x474
  1610. github.com/thejerf/suture.(*Supervisor).runService.func1(0x12b374d0, 0x0, 0xa9f388, 0x10e45180)
  1611. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:454 +0x5c
  1612. created by github.com/thejerf/suture.(*Supervisor).runService
  1613. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/thejerf/suture/supervisor.go:457 +0x44
  1614.  
  1615. goroutine 155 [sleep]:
  1616. time.Sleep(0x540be400, 0x2)
  1617. /usr/lib/go-1.7/src/runtime/time.go:59 +0xec
  1618. main.standbyMonitor()
  1619. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:1088 +0x58
  1620. created by main.syncthingMain
  1621. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:813 +0x283c
  1622.  
  1623. goroutine 159 [select]:
  1624. net/http.(*persistConn).writeLoop(0x11e301b0)
  1625. /usr/lib/go-1.7/src/net/http/transport.go:1646 +0x2dc
  1626. created by net/http.(*Transport).dialConn
  1627. /usr/lib/go-1.7/src/net/http/transport.go:1063 +0xd30
  1628.  
  1629. goroutine 157 [sleep]:
  1630. time.Sleep(0xf8475800, 0xd)
  1631. /usr/lib/go-1.7/src/runtime/time.go:59 +0xec
  1632. main.generatePingEvents()
  1633. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:1023 +0x24
  1634. created by main.syncthingMain
  1635. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/cmd/syncthing/main.go:827 +0x297c
  1636.  
  1637. goroutine 345 [chan receive]:
  1638. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).copierRoutine(0x1118afc0, 0x11422100, 0x114220c0, 0x11422140)
  1639. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1197 +0xc0
  1640. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func2(0x1118afc0, 0x11422100, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0c0)
  1641. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:344 +0x34
  1642. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1643. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:346 +0x594
  1644.  
  1645. goroutine 522 [syscall]:
  1646. syscall.Syscall(0xc4, 0x11c585e0, 0x127405c4, 0x0, 0x0, 0xc, 0x679382)
  1647. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1648. syscall.Lstat(0x111d1440, 0x10, 0x127405c4, 0x0, 0x0)
  1649. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1650. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1651. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1652. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1653. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1654. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115be460, 0x4f, 0x110bd980)
  1655. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1656. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135af10, ...)
  1657. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1658. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135af10, ...)
  1659. <autogenerated>:82 +0xec
  1660. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x70, 0x1135af10, 0xb, 0x115be460, 0x61, 0x0, 0x0, 0x85f, 0x11b0e360, ...)
  1661. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1662. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1663. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1664.  
  1665. goroutine 273 [select]:
  1666. github.com/syncthing/syncthing/lib/events.(*Subscription).Poll(0x12443a40, 0xf8475800, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  1667. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/events/events.go:248 +0x324
  1668. github.com/syncthing/syncthing/lib/model.sendIndexes(0x741146b8, 0x11ddcd20, 0x11cbf510, 0xb, 0x128f8b60, 0x1259bb30, 0x101b, 0x0, 0x10f06510, 0x1a, ...)
  1669. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1479 +0x5ec
  1670. created by github.com/syncthing/syncthing/lib/model.(*Model).ClusterConfig
  1671. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:891 +0x1724
  1672.  
  1673. goroutine 516 [syscall]:
  1674. syscall.Syscall(0xc4, 0x11c583c0, 0x127402f4, 0x0, 0x0, 0xc, 0x679382)
  1675. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1676. syscall.Lstat(0x111d1440, 0x10, 0x127402f4, 0x0, 0x0)
  1677. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1678. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1679. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1680. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1681. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1682. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82660, 0x4a, 0x115da460)
  1683. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1684. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab90, ...)
  1685. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1686. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab90, ...)
  1687. <autogenerated>:82 +0xec
  1688. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6a, 0x1135ab90, 0xb, 0x12c82660, 0x5e, 0x0, 0x0, 0x565, 0x11b0e2a0, ...)
  1689. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1690. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1691. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1692.  
  1693. goroutine 515 [syscall]:
  1694. syscall.Syscall(0xc4, 0x11c584e0, 0x12740414, 0x0, 0x0, 0xc, 0x679382)
  1695. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1696. syscall.Lstat(0x111d1440, 0x10, 0x12740414, 0x0, 0x0)
  1697. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1698. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1699. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1700. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1701. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1702. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82600, 0x45, 0x115da620)
  1703. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1704. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aaf0, ...)
  1705. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1706. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aaf0, ...)
  1707. <autogenerated>:82 +0xec
  1708. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x69, 0x1135aaf0, 0xb, 0x12c82600, 0x5b, 0x0, 0x0, 0x267b, 0x11b0e280, ...)
  1709. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1710. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1711. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1712.  
  1713. goroutine 350 [chan receive]:
  1714. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1715. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1716. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1717. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1718. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1719. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1720.  
  1721. goroutine 387 [syscall]:
  1722. syscall.Syscall(0x76, 0x56, 0x0, 0x0, 0x0, 0x0, 0x11f7b308)
  1723. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1724. syscall.Fsync(0x56, 0x0, 0x0)
  1725. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:492 +0x44
  1726. os.(*File).Sync(0x10e0c5d0, 0x0, 0x0)
  1727. /usr/lib/go-1.7/src/os/file_posix.go:121 +0x58
  1728. github.com/syndtr/goleveldb/leveldb/storage.(*fileWrap).Sync(0x1305fba0, 0x0, 0x0)
  1729. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:497 +0x2c
  1730. github.com/syndtr/goleveldb/leveldb.(*session).flushManifest(0x11667080, 0x10f6f5e0, 0x0, 0x0)
  1731. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/session_util.go:245 +0x12c
  1732. github.com/syndtr/goleveldb/leveldb.(*session).commit(0x11667080, 0x10f6f5e0, 0x0, 0x0)
  1733. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/session.go:198 +0xf4
  1734. github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal(0x115a6400, 0x0, 0x0)
  1735. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:617 +0x1240
  1736. github.com/syndtr/goleveldb/leveldb.openDB(0x11667080, 0x0, 0x0, 0x0)
  1737. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:124 +0x820
  1738. github.com/syndtr/goleveldb/leveldb.Open(0xaa3050, 0x130353c0, 0x11f7b824, 0x0, 0x0, 0x0)
  1739. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:196 +0x16c
  1740. github.com/syndtr/goleveldb/leveldb.OpenFile(0x1109fc40, 0x35, 0x11f7b824, 0x0, 0x0, 0x0)
  1741. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/db.go:218 +0xa0
  1742. github.com/syncthing/syncthing/lib/model.newOnDiskIndexSorter(0x10f06510, 0x1a, 0x18)
  1743. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/sorter.go:146 +0x140
  1744. github.com/syncthing/syncthing/lib/model.(*autoSwitchingIndexSorter).Append(0x130fc7c0, 0x1110cdc0, 0x47, 0x0, 0x12d, 0x0, 0x1ed, 0x5adf8bc9, 0x0, 0x19b3c70c, ...)
  1745. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/sorter.go:63 +0x124
  1746. github.com/syncthing/syncthing/lib/model.sendIndexTo.func1(0xaa29f0, 0x1210a060, 0x1210a060)
  1747. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1522 +0x15c
  1748. github.com/syncthing/syncthing/lib/db.nativeFileIterator.func1(0xaa29f0, 0x1210a000, 0xb0)
  1749. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:358 +0x244
  1750. github.com/syncthing/syncthing/lib/db.(*Instance).withHave(0x11115020, 0x11f7bd60, 0xb, 0x20, 0x11f7bdd8, 0x20, 0x20, 0x0, 0x0, 0x0, ...)
  1751. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/leveldb_dbinstance.go:267 +0x544
  1752. github.com/syncthing/syncthing/lib/db.(*FileSet).WithHave(0x129e0a10, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x11b26900)
  1753. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/db/set.go:211 +0x234
  1754. github.com/syncthing/syncthing/lib/model.sendIndexTo(0xd48, 0x0, 0x741146b8, 0x11ddcd20, 0x11cbf5e0, 0xb, 0x129e0a10, 0x12916270, 0x10f06510, 0x1a, ...)
  1755. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1524 +0x364
  1756. github.com/syncthing/syncthing/lib/model.sendIndexes(0x741146b8, 0x11ddcd20, 0x11cbf5e0, 0xb, 0x129e0a10, 0x12916270, 0xd48, 0x0, 0x10f06510, 0x1a, ...)
  1757. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1460 +0x4d0
  1758. created by github.com/syncthing/syncthing/lib/model.(*Model).ClusterConfig
  1759. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:891 +0x1724
  1760.  
  1761. goroutine 304 [chan receive]:
  1762. net/http.(*Transport).getConn.func2.1(0x115667c0, 0x12076000, 0x8b57a8)
  1763. /usr/lib/go-1.7/src/net/http/transport.go:874 +0x3c
  1764. created by net/http.(*Transport).getConn.func2
  1765. /usr/lib/go-1.7/src/net/http/transport.go:878 +0x64
  1766.  
  1767. goroutine 524 [syscall]:
  1768. syscall.Syscall(0xc4, 0x11c58520, 0x127404a4, 0x0, 0x0, 0xc, 0x679382)
  1769. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1770. syscall.Lstat(0x111d1440, 0x10, 0x127404a4, 0x0, 0x0)
  1771. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1772. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1773. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1774. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1775. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1776. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a640, 0x2a, 0x12228230)
  1777. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1778. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b080, ...)
  1779. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1780. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b080, ...)
  1781. <autogenerated>:82 +0xec
  1782. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x72, 0x1135b080, 0xb, 0x10e6a640, 0x3e, 0x0, 0x0, 0x1197, 0x11b0e3a0, ...)
  1783. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1784. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1785. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1786.  
  1787. goroutine 523 [syscall]:
  1788. syscall.Syscall(0xc4, 0x11c58620, 0x12740654, 0x0, 0x0, 0xc, 0x679382)
  1789. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1790. syscall.Lstat(0x111d1440, 0x10, 0x12740654, 0x0, 0x0)
  1791. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1792. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1793. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1794. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1795. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1796. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82720, 0x45, 0x115da7e0)
  1797. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1798. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135afe0, ...)
  1799. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1800. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135afe0, ...)
  1801. <autogenerated>:82 +0xec
  1802. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x71, 0x1135afe0, 0xb, 0x12c82720, 0x51, 0x0, 0x0, 0x257, 0x11b0e380, ...)
  1803. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1804. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1805. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1806.  
  1807. goroutine 344 [select]:
  1808. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).dbUpdaterRoutine(0x1118afc0)
  1809. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1594 +0x3e0
  1810. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func1(0x1118afc0, 0xaa08c8, 0x1129e090)
  1811. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:336 +0x1c
  1812. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1813. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:338 +0x518
  1814.  
  1815. goroutine 391 [syscall]:
  1816. syscall.Syscall(0xc4, 0x10e69c40, 0x11e30804, 0x0, 0x0, 0xc, 0x679382)
  1817. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1818. syscall.Lstat(0x111d1440, 0x10, 0x11e30804, 0x0, 0x0)
  1819. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1820. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1821. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1822. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1823. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1824. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa6e70, 0x4a, 0x11f9b300)
  1825. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1826. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0240, ...)
  1827. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1828. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0240, ...)
  1829. <autogenerated>:82 +0xec
  1830. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xf, 0x11fc0240, 0xb, 0x12aa6e70, 0x66, 0x0, 0x0, 0x8fa, 0x12e576e0, ...)
  1831. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1832. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1833. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1834.  
  1835. goroutine 305 [select]:
  1836. net/http.setRequestCancel.func4(0x0, 0x1162a160, 0x12782120, 0x11ae24c0)
  1837. /usr/lib/go-1.7/src/net/http/client.go:329 +0x108
  1838. created by net/http.setRequestCancel
  1839. /usr/lib/go-1.7/src/net/http/client.go:337 +0x2d4
  1840.  
  1841. goroutine 354 [IO wait]:
  1842. net.runtime_pollWait(0x71eb1088, 0x77, 0x165204)
  1843. /usr/lib/go-1.7/src/runtime/netpoll.go:160 +0x60
  1844. net.(*pollDesc).wait(0x11dc56b8, 0x77, 0x0, 0x0)
  1845. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:73 +0x34
  1846. net.(*pollDesc).waitWrite(0x11dc56b8, 0x0, 0x0)
  1847. /usr/lib/go-1.7/src/net/fd_poll_runtime.go:82 +0x30
  1848. net.(*netFD).connect(0x11dc5680, 0xaa10d0, 0x10e80138, 0x0, 0x0, 0xa9d978, 0x11c0e7e0, 0x0, 0x0)
  1849. /usr/lib/go-1.7/src/net/fd_unix.go:152 +0x260
  1850. net.(*netFD).dial(0x11dc5680, 0xaa10d0, 0x10e80138, 0xaa1e40, 0x0, 0xaa1e40, 0x11c0e7a0, 0x0, 0x0)
  1851. /usr/lib/go-1.7/src/net/sock_posix.go:137 +0x248
  1852. net.socket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x2, 0x1, 0x0, 0x0, 0xaa1e40, 0x0, ...)
  1853. /usr/lib/go-1.7/src/net/sock_posix.go:89 +0x2ec
  1854. net.internetSocket(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0xaa1e40, 0x0, 0xaa1e40, 0x11c0e7a0, 0x1, 0x0, ...)
  1855. /usr/lib/go-1.7/src/net/ipsock_posix.go:158 +0xd0
  1856. net.doDialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x11c0e7a0, 0xade148, 0x0, 0x0)
  1857. /usr/lib/go-1.7/src/net/tcpsock_posix.go:58 +0x90
  1858. net.dialTCP(0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x0, 0x11c0e7a0, 0x155e9c, 0x0, 0x0)
  1859. /usr/lib/go-1.7/src/net/tcpsock_posix.go:54 +0xac
  1860. net.dialSingle(0xaa10d0, 0x10e80138, 0x115ae5a0, 0xa9f448, 0x11c0e7a0, 0x0, 0x0, 0x0, 0x0)
  1861. /usr/lib/go-1.7/src/net/dial.go:501 +0x644
  1862. net.dialSerial(0xaa10d0, 0x10e80138, 0x115ae5a0, 0x12b26470, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0)
  1863. /usr/lib/go-1.7/src/net/dial.go:469 +0x734
  1864. net.(*Dialer).DialContext(0x12151bd4, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x1162a180, 0x20, 0x0, 0x0, 0x0, ...)
  1865. /usr/lib/go-1.7/src/net/dial.go:351 +0x8cc
  1866. net.(*Dialer).Dial(0x12151bd4, 0x679a33, 0x3, 0x1162a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1867. /usr/lib/go-1.7/src/net/dial.go:282 +0x80
  1868. net.Dial(0x679a33, 0x3, 0x1162a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1869. /usr/lib/go-1.7/src/net/dial.go:261 +0x60
  1870. github.com/syncthing/syncthing/lib/dialer.Dial(0x679a33, 0x3, 0x1162a180, 0x20, 0x0, 0x0, 0x0, 0x0)
  1871. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/dialer/public.go:24 +0xe4
  1872. net/http.(*Transport).dial(0x12076140, 0xaa10d0, 0x10e80138, 0x679a33, 0x3, 0x1162a180, 0x20, 0x0, 0x0, 0x0, ...)
  1873. /usr/lib/go-1.7/src/net/http/transport.go:829 +0xc8
  1874. net/http.(*Transport).dialConn(0x12076140, 0xaa10d0, 0x10e80138, 0x0, 0x12456150, 0x5, 0x1162a180, 0x20, 0x20000, 0x0, ...)
  1875. /usr/lib/go-1.7/src/net/http/transport.go:967 +0x17b8
  1876. net/http.(*Transport).getConn.func4(0x12076140, 0xaa10d0, 0x10e80138, 0x1162a1a0, 0x11ae2600)
  1877. /usr/lib/go-1.7/src/net/http/transport.go:885 +0x40
  1878. created by net/http.(*Transport).getConn
  1879. /usr/lib/go-1.7/src/net/http/transport.go:887 +0x34c
  1880.  
  1881. goroutine 336 [syscall]:
  1882. syscall.Syscall(0xc4, 0x11c58380, 0x12740264, 0x0, 0x0, 0xc, 0x679382)
  1883. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1884. syscall.Lstat(0x111d1440, 0x10, 0x12740264, 0x0, 0x0)
  1885. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1886. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1887. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1888. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1889. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1890. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1155d8b0, 0x40, 0x128601e0)
  1891. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1892. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a910, ...)
  1893. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1894. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a910, ...)
  1895. <autogenerated>:82 +0xec
  1896. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x66, 0x1135a910, 0xb, 0x1155d8b0, 0x4b, 0x0, 0x0, 0x3246, 0x11b0e1e0, ...)
  1897. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1898. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1899. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1900.  
  1901. goroutine 337 [syscall]:
  1902. syscall.Syscall(0xc4, 0x11c58420, 0x12740384, 0x0, 0x0, 0xc, 0x679382)
  1903. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1904. syscall.Lstat(0x111d1440, 0x10, 0x12740384, 0x0, 0x0)
  1905. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1906. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1907. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1908. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1909. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1910. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da2a0, 0x24, 0x11dc4040)
  1911. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1912. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a990, ...)
  1913. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1914. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a990, ...)
  1915. <autogenerated>:82 +0xec
  1916. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x67, 0x1135a990, 0xb, 0x110da2a0, 0x2f, 0x0, 0x0, 0x12ca, 0x11b0e200, ...)
  1917. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1918. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1919. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1920.  
  1921. goroutine 514 [syscall]:
  1922. syscall.Syscall(0xc4, 0x1162a820, 0x1233e654, 0x0, 0x0, 0xc, 0x679382)
  1923. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  1924. syscall.Lstat(0x111d1440, 0x10, 0x1233e654, 0x0, 0x0)
  1925. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  1926. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1927. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  1928. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  1929. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  1930. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c7c580, 0x57, 0x1233e5a0)
  1931. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  1932. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aa40, ...)
  1933. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  1934. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aa40, ...)
  1935. <autogenerated>:82 +0xec
  1936. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x68, 0x1135aa40, 0xb, 0x12c7c580, 0x75, 0x0, 0x0, 0x1062, 0x11b0e220, ...)
  1937. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  1938. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  1939. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  1940.  
  1941. goroutine 351 [chan receive]:
  1942. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1943. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1944. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1945. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1946. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1947. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1948.  
  1949. goroutine 352 [chan receive]:
  1950. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1951. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1952. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1953. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1954. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1955. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1956.  
  1957. goroutine 353 [chan receive]:
  1958. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1959. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1960. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1961. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1962. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1963. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1964.  
  1965. goroutine 370 [chan receive]:
  1966. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1967. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1968. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1969. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1970. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1971. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1972.  
  1973. goroutine 371 [chan receive]:
  1974. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1975. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1976. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1977. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1978. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1979. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1980.  
  1981. goroutine 372 [chan receive]:
  1982. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1983. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1984. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1985. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1986. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1987. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1988.  
  1989. goroutine 373 [chan receive]:
  1990. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1991. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  1992. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  1993. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  1994. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  1995. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  1996.  
  1997. goroutine 374 [chan receive]:
  1998. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  1999. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  2000. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  2001. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  2002. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  2003. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  2004.  
  2005. goroutine 375 [chan receive]:
  2006. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  2007. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  2008. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  2009. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  2010. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  2011. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  2012.  
  2013. goroutine 376 [chan receive]:
  2014. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  2015. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  2016. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  2017. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  2018. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  2019. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  2020.  
  2021. goroutine 377 [chan receive]:
  2022. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerRoutine(0x1118afc0, 0x114220c0, 0x11422140)
  2023. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1333 +0x6c
  2024. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func3(0x1118afc0, 0x114220c0, 0x11422140, 0xaa08c8, 0x1129e0d0)
  2025. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:353 +0x2c
  2026. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  2027. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:355 +0x618
  2028.  
  2029. goroutine 378 [chan receive]:
  2030. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).finisherRoutine(0x1118afc0, 0x11422140)
  2031. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:1468 +0x3c
  2032. github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration.func4(0x1118afc0, 0x11422140, 0xaa08c8, 0x1129e0e0)
  2033. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:361 +0x24
  2034. created by github.com/syncthing/syncthing/lib/model.(*sendReceiveFolder).pullerIteration
  2035. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/rwfolder.go:363 +0x678
  2036.  
  2037. goroutine 379 [runnable]:
  2038. syscall.Syscall(0x3, 0x4e, 0x1205a0b3, 0x34d, 0x34d, 0x0, 0x0)
  2039. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2040. syscall.read(0x4e, 0x1205a0b3, 0x34d, 0x34d, 0x72, 0x0, 0x0)
  2041. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:783 +0x78
  2042. syscall.Read(0x4e, 0x1205a0b3, 0x34d, 0x34d, 0x91, 0x0, 0x0)
  2043. /usr/lib/go-1.7/src/syscall/syscall_unix.go:161 +0x4c
  2044. net.(*netFD).Read(0x11ae3e00, 0x1205a0b3, 0x34d, 0x34d, 0x0, 0x0, 0x0)
  2045. /usr/lib/go-1.7/src/net/fd_unix.go:239 +0x160
  2046. net.(*conn).Read(0x12adcbb8, 0x1205a0b3, 0x34d, 0x34d, 0x0, 0x0, 0x0)
  2047. /usr/lib/go-1.7/src/net/net.go:173 +0xb8
  2048. crypto/tls.(*block).readFromUntil(0x1305f740, 0x753ccb30, 0x12adcbb8, 0xbe, 0x0, 0x0)
  2049. /usr/lib/go-1.7/src/crypto/tls/conn.go:476 +0xc8
  2050. crypto/tls.(*Conn).readRecord(0x11e82000, 0x8b5a17, 0x0, 0x0)
  2051. /usr/lib/go-1.7/src/crypto/tls/conn.go:623 +0xd78
  2052. crypto/tls.(*Conn).Read(0x11e82000, 0x12b0a000, 0x2, 0x10000, 0x0, 0x0, 0x0)
  2053. /usr/lib/go-1.7/src/crypto/tls/conn.go:1113 +0x144
  2054. github.com/syncthing/syncthing/lib/protocol.(*countingReader).Read(0x11ddcc00, 0x12b0a000, 0x2, 0x10000, 0x13, 0x0, 0x0)
  2055. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/counting.go:23 +0x64
  2056. io.ReadAtLeast(0xa9d0f0, 0x11ddcc00, 0x12b0a000, 0x2, 0x10000, 0x2, 0x0, 0x0, 0x0)
  2057. /usr/lib/go-1.7/src/io/io.go:307 +0xdc
  2058. io.ReadFull(0xa9d0f0, 0x11ddcc00, 0x12b0a000, 0x2, 0x10000, 0x8, 0x0, 0x0)
  2059. /usr/lib/go-1.7/src/io/io.go:325 +0x5c
  2060. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readHeader(0x12a23980, 0x0, 0x0, 0x0, 0x0)
  2061. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:435 +0x84
  2062. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readMessage(0x12a23980, 0x0, 0x0, 0x0, 0x0)
  2063. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:372 +0x34
  2064. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop(0x12a23980, 0x0, 0x0)
  2065. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:288 +0xd0
  2066. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
  2067. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:168 +0x2c
  2068.  
  2069. goroutine 380 [select]:
  2070. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).writerLoop(0x12a23980)
  2071. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:563 +0x12c
  2072. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
  2073. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:169 +0x48
  2074.  
  2075. goroutine 381 [select]:
  2076. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingSender(0x12a23980)
  2077. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:765 +0x4f4
  2078. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
  2079. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:170 +0x64
  2080.  
  2081. goroutine 382 [select]:
  2082. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).pingReceiver(0x12a23980)
  2083. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:790 +0x518
  2084. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).Start
  2085. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:171 +0x80
  2086.  
  2087. goroutine 358 [select]:
  2088. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x126c7340)
  2089. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x260
  2090. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  2091. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x258
  2092.  
  2093. goroutine 359 [syscall]:
  2094. syscall.Syscall(0xc4, 0x11160080, 0x1143de84, 0x0, 0x0, 0xc, 0x679382)
  2095. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2096. syscall.Lstat(0x111d1440, 0x10, 0x1143de84, 0x0, 0x0)
  2097. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2098. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2099. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2100. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2101. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2102. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1268ef50, 0x29, 0x12c750e0)
  2103. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2104. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1a50, ...)
  2105. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2106. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1a50, ...)
  2107. <autogenerated>:82 +0xec
  2108. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x0, 0x122f1a50, 0xb, 0x1268ef50, 0x44, 0x0, 0x0, 0x11c, 0x11115860, ...)
  2109. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2110. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2111. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2112.  
  2113. goroutine 360 [syscall]:
  2114. syscall.Syscall(0xc4, 0x111600c0, 0x1143df14, 0x0, 0x0, 0xc, 0x679382)
  2115. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2116. syscall.Lstat(0x111d1440, 0x10, 0x1143df14, 0x0, 0x0)
  2117. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2118. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2119. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2120. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2121. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2122. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c74e40, 0x40, 0x115bf0a0)
  2123. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2124. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1ad0, ...)
  2125. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2126. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1ad0, ...)
  2127. <autogenerated>:82 +0xec
  2128. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1, 0x122f1ad0, 0xb, 0x12c74e40, 0x5c, 0x0, 0x0, 0x1460, 0x11115880, ...)
  2129. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2130. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2131. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2132.  
  2133. goroutine 361 [syscall]:
  2134. syscall.Syscall(0xc4, 0x11160100, 0x12662024, 0x0, 0x0, 0xc, 0x679382)
  2135. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2136. syscall.Lstat(0x111d1440, 0x10, 0x12662024, 0x0, 0x0)
  2137. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2138. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2139. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2140. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2141. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2142. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115bee70, 0x4a, 0x12aaa300)
  2143. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2144. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1bc0, ...)
  2145. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2146. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1bc0, ...)
  2147. <autogenerated>:82 +0xec
  2148. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2, 0x122f1bc0, 0xb, 0x115bee70, 0x66, 0x0, 0x0, 0xb3, 0x111158a0, ...)
  2149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2150. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2151. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2152.  
  2153. goroutine 362 [syscall]:
  2154. syscall.Syscall(0xc4, 0x11160140, 0x126620b4, 0x0, 0x0, 0xc, 0x679382)
  2155. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2156. syscall.Lstat(0x111d1440, 0x10, 0x126620b4, 0x0, 0x0)
  2157. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2158. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2159. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2160. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2161. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2162. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x125a0e40, 0x26, 0x1268f270)
  2163. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2164. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1c60, ...)
  2165. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2166. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1c60, ...)
  2167. <autogenerated>:82 +0xec
  2168. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3, 0x122f1c60, 0xb, 0x125a0e40, 0x31, 0x0, 0x0, 0x333, 0x111158c0, ...)
  2169. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2170. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2171. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2172.  
  2173. goroutine 363 [syscall]:
  2174. syscall.Syscall(0xc4, 0x11160180, 0x12662144, 0x0, 0x0, 0xc, 0x679382)
  2175. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2176. syscall.Lstat(0x111d1440, 0x10, 0x12662144, 0x0, 0x0)
  2177. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2178. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2179. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2180. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2181. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2182. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c74ea0, 0x4b, 0x115bf260)
  2183. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2184. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1d40, ...)
  2185. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2186. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1d40, ...)
  2187. <autogenerated>:82 +0xec
  2188. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4, 0x122f1d40, 0xb, 0x12c74ea0, 0x5a, 0x0, 0x0, 0x50b, 0x111158e0, ...)
  2189. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2190. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2191. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2192.  
  2193. goroutine 364 [syscall]:
  2194. syscall.Syscall(0xc4, 0x111601c0, 0x126621d4, 0x0, 0x0, 0xc, 0x679382)
  2195. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2196. syscall.Lstat(0x111d1440, 0x10, 0x126621d4, 0x0, 0x0)
  2197. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2198. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2199. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2200. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2201. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2202. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c74f00, 0x47, 0x115bf420)
  2203. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2204. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1df0, ...)
  2205. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2206. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1df0, ...)
  2207. <autogenerated>:82 +0xec
  2208. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5, 0x122f1df0, 0xb, 0x12c74f00, 0x52, 0x0, 0x0, 0x326, 0x11115b80, ...)
  2209. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2210. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2211. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2212.  
  2213. goroutine 365 [syscall]:
  2214. syscall.Syscall(0xc4, 0x11160200, 0x12662264, 0x0, 0x0, 0xc, 0x679382)
  2215. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2216. syscall.Lstat(0x111d1440, 0x10, 0x12662264, 0x0, 0x0)
  2217. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2218. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2219. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2220. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2221. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2222. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11ffbc50, 0x22, 0x125a13c0)
  2223. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2224. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1e90, ...)
  2225. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2226. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1e90, ...)
  2227. <autogenerated>:82 +0xec
  2228. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x6, 0x122f1e90, 0xb, 0x11ffbc50, 0x2e, 0x0, 0x0, 0x5756, 0x11115ba0, ...)
  2229. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2230. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2231. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2232.  
  2233. goroutine 366 [syscall]:
  2234. syscall.Syscall(0xc4, 0x12e56520, 0x12b36ec4, 0x0, 0x0, 0xc, 0x679382)
  2235. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2236. syscall.Lstat(0x111d1440, 0x10, 0x12b36ec4, 0x0, 0x0)
  2237. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2238. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2239. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2240. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2241. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2242. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1268efa0, 0x2a, 0x12c74ba0)
  2243. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2244. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1f10, ...)
  2245. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2246. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1f10, ...)
  2247. <autogenerated>:82 +0xec
  2248. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7, 0x122f1f10, 0xb, 0x1268efa0, 0x43, 0x0, 0x0, 0x14b1, 0x11115be0, ...)
  2249. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2250. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2251. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2252.  
  2253. goroutine 367 [syscall]:
  2254. syscall.Syscall(0xc4, 0x11160020, 0x126622f4, 0x0, 0x0, 0xc, 0x679382)
  2255. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2256. syscall.Lstat(0x111d1440, 0x10, 0x126622f4, 0x0, 0x0)
  2257. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2258. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2259. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2260. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2261. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2262. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1268eff0, 0x3c, 0x12db2120)
  2263. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2264. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1f90, ...)
  2265. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2266. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122f1f90, ...)
  2267. <autogenerated>:82 +0xec
  2268. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8, 0x122f1f90, 0xb, 0x1268eff0, 0x47, 0x0, 0x0, 0x2d6, 0x11115c00, ...)
  2269. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2270. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2271. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2272.  
  2273. goroutine 368 [syscall]:
  2274. syscall.Syscall(0xc4, 0x111600a0, 0x12662384, 0x0, 0x0, 0xc, 0x679382)
  2275. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2276. syscall.Lstat(0x111d1440, 0x10, 0x12662384, 0x0, 0x0)
  2277. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2278. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2279. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2280. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2281. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2282. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c74f60, 0x46, 0x12bdc150)
  2283. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2284. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96010, ...)
  2285. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2286. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96010, ...)
  2287. <autogenerated>:82 +0xec
  2288. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9, 0x11a96010, 0xb, 0x12c74f60, 0x51, 0x0, 0x0, 0xcb4, 0x11115c60, ...)
  2289. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2290. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2291. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2292.  
  2293. goroutine 369 [syscall]:
  2294. syscall.Syscall(0xc4, 0x12e56220, 0x12b36774, 0x0, 0x0, 0xc, 0x679382)
  2295. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2296. syscall.Lstat(0x111d1440, 0x10, 0x12b36774, 0x0, 0x0)
  2297. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2298. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2299. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2300. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2301. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2302. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x125a0e80, 0x2a, 0x12aa4370)
  2303. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2304. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96070, ...)
  2305. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2306. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96070, ...)
  2307. <autogenerated>:82 +0xec
  2308. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa, 0x11a96070, 0xb, 0x125a0e80, 0x37, 0x0, 0x0, 0x3797, 0x11115c80, ...)
  2309. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2310. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2311. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2312.  
  2313. goroutine 402 [syscall]:
  2314. syscall.Syscall(0xc4, 0x12e56260, 0x12b36804, 0x0, 0x0, 0xc, 0x679382)
  2315. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2316. syscall.Lstat(0x111d1440, 0x10, 0x12b36804, 0x0, 0x0)
  2317. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2318. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2319. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2320. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2321. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2322. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115beee0, 0x57, 0x12c98680)
  2323. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2324. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a960f0, ...)
  2325. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2326. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a960f0, ...)
  2327. <autogenerated>:82 +0xec
  2328. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb, 0x11a960f0, 0xb, 0x115beee0, 0x63, 0x0, 0x0, 0x24b5, 0x11115ca0, ...)
  2329. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2330. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2331. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2332.  
  2333. goroutine 403 [syscall]:
  2334. syscall.Syscall(0xc4, 0x11160040, 0x1143ddf4, 0x0, 0x0, 0xc, 0x679382)
  2335. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2336. syscall.Lstat(0x111d1440, 0x10, 0x1143ddf4, 0x0, 0x0)
  2337. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2338. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2339. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2340. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2341. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2342. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x125a0ec0, 0x34, 0x1268f130)
  2343. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2344. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96160, ...)
  2345. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2346. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a96160, ...)
  2347. <autogenerated>:82 +0xec
  2348. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc, 0x11a96160, 0xb, 0x125a0ec0, 0x3f, 0x0, 0x0, 0xdec, 0x11115fe0, ...)
  2349. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2350. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2351. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2352.  
  2353. goroutine 392 [syscall]:
  2354. syscall.Syscall(0xc4, 0x10e69c80, 0x11e30894, 0x0, 0x0, 0xc, 0x679382)
  2355. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2356. syscall.Lstat(0x111d1440, 0x10, 0x11e30894, 0x0, 0x0)
  2357. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2358. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2359. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2360. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2361. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2362. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5220, 0x3a, 0x10e1a480)
  2363. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2364. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc02c0, ...)
  2365. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2366. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc02c0, ...)
  2367. <autogenerated>:82 +0xec
  2368. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x10, 0x11fc02c0, 0xb, 0x12aa5220, 0x4a, 0x0, 0x0, 0x22e, 0x12e57700, ...)
  2369. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2370. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2371. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2372.  
  2373. goroutine 393 [syscall]:
  2374. syscall.Syscall(0xc4, 0x10e69cc0, 0x11e30924, 0x0, 0x0, 0xc, 0x679382)
  2375. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2376. syscall.Lstat(0x111d1440, 0x10, 0x11e30924, 0x0, 0x0)
  2377. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2378. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2379. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2380. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2381. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2382. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db39e0, 0x46, 0x127196c0)
  2383. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2384. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0350, ...)
  2385. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2386. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0350, ...)
  2387. <autogenerated>:82 +0xec
  2388. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x11, 0x11fc0350, 0xb, 0x12db39e0, 0x51, 0x0, 0x0, 0x3a9, 0x12e57720, ...)
  2389. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2390. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2391. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2392.  
  2393. goroutine 394 [syscall]:
  2394. syscall.Syscall(0xc4, 0x10e69d00, 0x11e309b4, 0x0, 0x0, 0xc, 0x679382)
  2395. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2396. syscall.Lstat(0x111d1440, 0x10, 0x11e309b4, 0x0, 0x0)
  2397. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2398. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2399. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2400. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2401. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2402. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448dc0, 0x2e, 0x114cc2d0)
  2403. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2404. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc03c0, ...)
  2405. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2406. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc03c0, ...)
  2407. <autogenerated>:82 +0xec
  2408. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x12, 0x11fc03c0, 0xb, 0x11448dc0, 0x3a, 0x0, 0x0, 0x512c, 0x12e57740, ...)
  2409. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2410. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2411. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2412.  
  2413. goroutine 395 [syscall]:
  2414. syscall.Syscall(0xc4, 0x10e69d40, 0x11e30a44, 0x0, 0x0, 0xc, 0x679382)
  2415. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2416. syscall.Lstat(0x111d1440, 0x10, 0x11e30a44, 0x0, 0x0)
  2417. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2418. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2419. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2420. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2421. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2422. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3a40, 0x52, 0x12719880)
  2423. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2424. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0460, ...)
  2425. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2426. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0460, ...)
  2427. <autogenerated>:82 +0xec
  2428. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x13, 0x11fc0460, 0xb, 0x12db3a40, 0x5d, 0x0, 0x0, 0x36f, 0x12e57760, ...)
  2429. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2430. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2431. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2432.  
  2433. goroutine 396 [syscall]:
  2434. syscall.Syscall(0xc4, 0x10e69d80, 0x11e30b64, 0x0, 0x0, 0xc, 0x679382)
  2435. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2436. syscall.Lstat(0x111d1440, 0x10, 0x11e30b64, 0x0, 0x0)
  2437. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2438. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2439. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2440. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2441. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2442. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3aa0, 0x4b, 0x12719a40)
  2443. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2444. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc04e0, ...)
  2445. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2446. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc04e0, ...)
  2447. <autogenerated>:82 +0xec
  2448. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x14, 0x11fc04e0, 0xb, 0x12db3aa0, 0x56, 0x0, 0x0, 0x35b6, 0x12e57780, ...)
  2449. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2450. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2451. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2452.  
  2453. goroutine 397 [syscall]:
  2454. syscall.Syscall(0xc4, 0x10e69dc0, 0x11e30c84, 0x0, 0x0, 0xc, 0x679382)
  2455. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2456. syscall.Lstat(0x111d1440, 0x10, 0x11e30c84, 0x0, 0x0)
  2457. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2458. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2459. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2460. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2461. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2462. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5270, 0x32, 0x10e1a600)
  2463. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2464. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0550, ...)
  2465. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2466. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0550, ...)
  2467. <autogenerated>:82 +0xec
  2468. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x15, 0x11fc0550, 0xb, 0x12aa5270, 0x42, 0x0, 0x0, 0x709f, 0x12e577a0, ...)
  2469. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2470. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2471. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2472.  
  2473. goroutine 398 [syscall]:
  2474. syscall.Syscall(0xc4, 0x10e69e00, 0x11e30da4, 0x0, 0x0, 0xc, 0x679382)
  2475. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2476. syscall.Lstat(0x111d1440, 0x10, 0x11e30da4, 0x0, 0x0)
  2477. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2478. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2479. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2480. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2481. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2482. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3b00, 0x47, 0x12719c00)
  2483. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2484. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc05e0, ...)
  2485. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2486. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc05e0, ...)
  2487. <autogenerated>:82 +0xec
  2488. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x16, 0x11fc05e0, 0xb, 0x12db3b00, 0x52, 0x0, 0x0, 0x317, 0x12e577c0, ...)
  2489. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2490. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2491. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2492.  
  2493. goroutine 399 [syscall]:
  2494. syscall.Syscall(0xc4, 0x12e56020, 0x12b360b4, 0x0, 0x0, 0xc, 0x679382)
  2495. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2496. syscall.Lstat(0x111d1440, 0x10, 0x12b360b4, 0x0, 0x0)
  2497. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2498. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2499. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2500. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2501. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2502. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448e00, 0x22, 0x12aa40f0)
  2503. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2504. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0650, ...)
  2505. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2506. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0650, ...)
  2507. <autogenerated>:82 +0xec
  2508. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x17, 0x11fc0650, 0xb, 0x11448e00, 0x33, 0x0, 0x0, 0xedd, 0x12e577e0, ...)
  2509. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2510. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2511. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2512.  
  2513. goroutine 400 [syscall]:
  2514. syscall.Syscall(0xc4, 0x12e56060, 0x12b36144, 0x0, 0x0, 0xc, 0x679382)
  2515. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2516. syscall.Lstat(0x111d1440, 0x10, 0x12b36144, 0x0, 0x0)
  2517. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2518. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2519. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2520. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2521. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2522. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa52c0, 0x40, 0x12c74120)
  2523. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2524. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc06c0, ...)
  2525. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2526. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc06c0, ...)
  2527. <autogenerated>:82 +0xec
  2528. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x18, 0x11fc06c0, 0xb, 0x12aa52c0, 0x4b, 0x0, 0x0, 0x3427, 0x12e57800, ...)
  2529. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2530. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2531. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2532.  
  2533. goroutine 401 [syscall]:
  2534. syscall.Syscall(0xc4, 0x12e560a0, 0x12b361d4, 0x0, 0x0, 0xc, 0x679382)
  2535. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2536. syscall.Lstat(0x111d1440, 0x10, 0x12b361d4, 0x0, 0x0)
  2537. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2538. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2539. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2540. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2541. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2542. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3b60, 0x4b, 0x114087e0)
  2543. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2544. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0730, ...)
  2545. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2546. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0730, ...)
  2547. <autogenerated>:82 +0xec
  2548. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x19, 0x11fc0730, 0xb, 0x12db3b60, 0x56, 0x0, 0x0, 0x36ad, 0x12e57820, ...)
  2549. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2550. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2551. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2552.  
  2553. goroutine 418 [syscall]:
  2554. syscall.Syscall(0xc4, 0x12e560e0, 0x12b36264, 0x0, 0x0, 0xc, 0x679382)
  2555. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2556. syscall.Lstat(0x111d1440, 0x10, 0x12b36264, 0x0, 0x0)
  2557. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2558. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2559. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2560. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2561. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2562. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5310, 0x3d, 0x12c742a0)
  2563. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2564. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0790, ...)
  2565. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2566. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0790, ...)
  2567. <autogenerated>:82 +0xec
  2568. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1a, 0x11fc0790, 0xb, 0x12aa5310, 0x48, 0x0, 0x0, 0x3204, 0x12e57840, ...)
  2569. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2570. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2571. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2572.  
  2573. goroutine 419 [syscall]:
  2574. syscall.Syscall(0xc4, 0x12e56120, 0x12b36384, 0x0, 0x0, 0xc, 0x679382)
  2575. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2576. syscall.Lstat(0x111d1440, 0x10, 0x12b36384, 0x0, 0x0)
  2577. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2578. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2579. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2580. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2581. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2582. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11402360, 0x22, 0x13034340)
  2583. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2584. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0800, ...)
  2585. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2586. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0800, ...)
  2587. <autogenerated>:82 +0xec
  2588. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1b, 0x11fc0800, 0xb, 0x11402360, 0x2b, 0x0, 0x0, 0xb66, 0x12e57860, ...)
  2589. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2590. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2591. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2592.  
  2593. goroutine 420 [syscall]:
  2594. syscall.Syscall(0xc4, 0x12e56160, 0x12b364a4, 0x0, 0x0, 0xc, 0x679382)
  2595. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2596. syscall.Lstat(0x111d1440, 0x10, 0x12b364a4, 0x0, 0x0)
  2597. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2598. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2599. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2600. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2601. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2602. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448e40, 0x2a, 0x12aa4230)
  2603. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2604. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0880, ...)
  2605. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2606. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0880, ...)
  2607. <autogenerated>:82 +0xec
  2608. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1c, 0x11fc0880, 0xb, 0x11448e40, 0x3f, 0x0, 0x0, 0x14d5, 0x12e57880, ...)
  2609. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2610. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2611. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2612.  
  2613. goroutine 421 [syscall]:
  2614. syscall.Syscall(0xc4, 0x12e561a0, 0x12b365c4, 0x0, 0x0, 0xc, 0x679382)
  2615. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2616. syscall.Lstat(0x111d1440, 0x10, 0x12b365c4, 0x0, 0x0)
  2617. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2618. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2619. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2620. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2621. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2622. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3bc0, 0x4b, 0x114089a0)
  2623. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2624. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0910, ...)
  2625. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2626. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0910, ...)
  2627. <autogenerated>:82 +0xec
  2628. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1d, 0x11fc0910, 0xb, 0x12db3bc0, 0x5f, 0x0, 0x0, 0x4bb, 0x12e578a0, ...)
  2629. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2630. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2631. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2632.  
  2633. goroutine 422 [syscall]:
  2634. syscall.Syscall(0xc4, 0x12e561e0, 0x12b366e4, 0x0, 0x0, 0xc, 0x679382)
  2635. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2636. syscall.Lstat(0x111d1440, 0x10, 0x12b366e4, 0x0, 0x0)
  2637. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2638. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2639. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2640. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2641. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2642. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5360, 0x32, 0x12c74420)
  2643. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2644. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0980, ...)
  2645. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2646. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0980, ...)
  2647. <autogenerated>:82 +0xec
  2648. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1e, 0x11fc0980, 0xb, 0x12aa5360, 0x44, 0x0, 0x0, 0x50a, 0x12e578c0, ...)
  2649. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2650. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2651. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2652.  
  2653. goroutine 423 [syscall]:
  2654. syscall.Syscall(0xc4, 0x10e69c00, 0x11e30774, 0x0, 0x0, 0xc, 0x679382)
  2655. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2656. syscall.Lstat(0x111d1440, 0x10, 0x11e30774, 0x0, 0x0)
  2657. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2658. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2659. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2660. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2661. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2662. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448e80, 0x34, 0x120c0910)
  2663. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2664. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0a00, ...)
  2665. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2666. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0a00, ...)
  2667. <autogenerated>:82 +0xec
  2668. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x1f, 0x11fc0a00, 0xb, 0x11448e80, 0x40, 0x0, 0x0, 0x1296, 0x12e578e0, ...)
  2669. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2670. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2671. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2672.  
  2673. goroutine 424 [syscall]:
  2674. syscall.Syscall(0xc4, 0x12e56320, 0x12b369b4, 0x0, 0x0, 0xc, 0x679382)
  2675. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2676. syscall.Lstat(0x111d1440, 0x10, 0x12b369b4, 0x0, 0x0)
  2677. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2678. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2679. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2680. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2681. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2682. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11402480, 0x22, 0x13034780)
  2683. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2684. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0a80, ...)
  2685. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2686. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0a80, ...)
  2687. <autogenerated>:82 +0xec
  2688. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x20, 0x11fc0a80, 0xb, 0x11402480, 0x30, 0x0, 0x0, 0x395a, 0x12e57900, ...)
  2689. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2690. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2691. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2692.  
  2693. goroutine 425 [syscall]:
  2694. syscall.Syscall(0xc4, 0x10fd4e20, 0x10eb4654, 0x0, 0x0, 0xc, 0x679382)
  2695. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2696. syscall.Lstat(0x111d1440, 0x10, 0x10eb4654, 0x0, 0x0)
  2697. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2698. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2699. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2700. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2701. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2702. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3c20, 0x47, 0x115be770)
  2703. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2704. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0b20, ...)
  2705. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2706. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0b20, ...)
  2707. <autogenerated>:82 +0xec
  2708. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x21, 0x11fc0b20, 0xb, 0x12db3c20, 0x52, 0x0, 0x0, 0x323, 0x12e57920, ...)
  2709. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2710. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2711. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2712.  
  2713. goroutine 426 [syscall]:
  2714. syscall.Syscall(0xc4, 0x113af280, 0x126624a4, 0x0, 0x0, 0xc, 0x679382)
  2715. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2716. syscall.Lstat(0x111d1440, 0x10, 0x126624a4, 0x0, 0x0)
  2717. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2718. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2719. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2720. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2721. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2722. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448ec0, 0x2a, 0x11c46cd0)
  2723. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2724. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0ba0, ...)
  2725. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2726. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0ba0, ...)
  2727. <autogenerated>:82 +0xec
  2728. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x22, 0x11fc0ba0, 0xb, 0x11448ec0, 0x3b, 0x0, 0x0, 0x12ef, 0x12e57940, ...)
  2729. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2730. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2731. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2732.  
  2733. goroutine 427 [syscall]:
  2734. syscall.Syscall(0xc4, 0x113af2c0, 0x12662534, 0x0, 0x0, 0xc, 0x679382)
  2735. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2736. syscall.Lstat(0x111d1440, 0x10, 0x12662534, 0x0, 0x0)
  2737. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2738. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2739. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2740. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2741. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2742. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448f00, 0x31, 0x11c46e10)
  2743. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2744. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0c10, ...)
  2745. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2746. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0c10, ...)
  2747. <autogenerated>:82 +0xec
  2748. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x23, 0x11fc0c10, 0xb, 0x11448f00, 0x3e, 0x0, 0x0, 0xcd56, 0x12e57960, ...)
  2749. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2750. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2751. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2752.  
  2753. goroutine 428 [syscall]:
  2754. syscall.Syscall(0xc4, 0x113af300, 0x126625c4, 0x0, 0x0, 0xc, 0x679382)
  2755. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2756. syscall.Lstat(0x111d1440, 0x10, 0x126625c4, 0x0, 0x0)
  2757. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2758. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2759. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2760. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2761. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2762. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448f40, 0x2a, 0x11c46f50)
  2763. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2764. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0c90, ...)
  2765. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2766. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0c90, ...)
  2767. <autogenerated>:82 +0xec
  2768. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x24, 0x11fc0c90, 0xb, 0x11448f40, 0x3c, 0x0, 0x0, 0xe2b, 0x12e57980, ...)
  2769. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2770. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2771. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2772.  
  2773. goroutine 429 [syscall]:
  2774. syscall.Syscall(0xc4, 0x113af360, 0x12662654, 0x0, 0x0, 0xc, 0x679382)
  2775. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2776. syscall.Lstat(0x111d1440, 0x10, 0x12662654, 0x0, 0x0)
  2777. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2778. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2779. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2780. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2781. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2782. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448f80, 0x34, 0x11c46fa0)
  2783. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2784. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0cf0, ...)
  2785. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2786. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0cf0, ...)
  2787. <autogenerated>:82 +0xec
  2788. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x25, 0x11fc0cf0, 0xb, 0x11448f80, 0x40, 0x0, 0x0, 0x1373, 0x12e579a0, ...)
  2789. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2790. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2791. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2792.  
  2793. goroutine 430 [syscall]:
  2794. syscall.Syscall(0xc4, 0x113af3a0, 0x126626e4, 0x0, 0x0, 0xc, 0x679382)
  2795. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2796. syscall.Lstat(0x111d1440, 0x10, 0x126626e4, 0x0, 0x0)
  2797. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2798. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2799. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2800. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2801. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2802. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa6ee0, 0x4a, 0x10e0b080)
  2803. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2804. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0d70, ...)
  2805. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2806. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0d70, ...)
  2807. <autogenerated>:82 +0xec
  2808. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x26, 0x11fc0d70, 0xb, 0x12aa6ee0, 0x67, 0x0, 0x0, 0x3ee, 0x12e579c0, ...)
  2809. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2810. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2811. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2812.  
  2813. goroutine 431 [syscall]:
  2814. syscall.Syscall(0xc4, 0x113af420, 0x126629b4, 0x0, 0x0, 0xc, 0x679382)
  2815. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2816. syscall.Lstat(0x111d1440, 0x10, 0x126629b4, 0x0, 0x0)
  2817. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2818. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2819. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2820. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2821. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2822. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa6f50, 0x57, 0x10e0b200)
  2823. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2824. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0de0, ...)
  2825. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2826. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0de0, ...)
  2827. <autogenerated>:82 +0xec
  2828. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x27, 0x11fc0de0, 0xb, 0x12aa6f50, 0x70, 0x0, 0x0, 0x3f2, 0x12e579e0, ...)
  2829. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2830. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2831. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2832.  
  2833. goroutine 432 [syscall]:
  2834. syscall.Syscall(0xc4, 0x113af460, 0x12662a44, 0x0, 0x0, 0xc, 0x679382)
  2835. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2836. syscall.Lstat(0x111d1440, 0x10, 0x12662a44, 0x0, 0x0)
  2837. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2838. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2839. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2840. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2841. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2842. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448fc0, 0x33, 0x11c470e0)
  2843. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2844. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0e40, ...)
  2845. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2846. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0e40, ...)
  2847. <autogenerated>:82 +0xec
  2848. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x28, 0x11fc0e40, 0xb, 0x11448fc0, 0x3f, 0x0, 0x0, 0x21ca, 0x12e57a00, ...)
  2849. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2850. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2851. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2852.  
  2853. goroutine 433 [syscall]:
  2854. syscall.Syscall(0xc4, 0x113af4a0, 0x12662ad4, 0x0, 0x0, 0xc, 0x679382)
  2855. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2856. syscall.Lstat(0x111d1440, 0x10, 0x12662ad4, 0x0, 0x0)
  2857. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2858. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2859. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2860. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2861. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2862. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3c80, 0x4a, 0x12bdcd90)
  2863. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2864. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0ec0, ...)
  2865. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2866. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0ec0, ...)
  2867. <autogenerated>:82 +0xec
  2868. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x29, 0x11fc0ec0, 0xb, 0x12db3c80, 0x5e, 0x0, 0x0, 0x4a7, 0x12e57a20, ...)
  2869. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2870. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2871. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2872.  
  2873. goroutine 434 [syscall]:
  2874. syscall.Syscall(0xc4, 0x12e56360, 0x12b36a44, 0x0, 0x0, 0xc, 0x679382)
  2875. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2876. syscall.Lstat(0x111d1440, 0x10, 0x12b36a44, 0x0, 0x0)
  2877. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2878. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2879. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2880. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2881. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2882. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11449000, 0x29, 0x12aa45a0)
  2883. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2884. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0f40, ...)
  2885. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2886. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0f40, ...)
  2887. <autogenerated>:82 +0xec
  2888. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2a, 0x11fc0f40, 0xb, 0x11449000, 0x35, 0x0, 0x0, 0x128, 0x12e57a40, ...)
  2889. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2890. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2891. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2892.  
  2893. goroutine 435 [syscall]:
  2894. syscall.Syscall(0xc4, 0x12e563a0, 0x12b36ad4, 0x0, 0x0, 0xc, 0x679382)
  2895. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2896. syscall.Lstat(0x111d1440, 0x10, 0x12b36ad4, 0x0, 0x0)
  2897. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2898. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2899. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2900. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2901. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2902. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa53b0, 0x2a, 0x12c74780)
  2903. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2904. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0fd0, ...)
  2905. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2906. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc0fd0, ...)
  2907. <autogenerated>:82 +0xec
  2908. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2b, 0x11fc0fd0, 0xb, 0x12aa53b0, 0x48, 0x0, 0x0, 0x1739, 0x12e57a60, ...)
  2909. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2910. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2911. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2912.  
  2913. goroutine 436 [syscall]:
  2914. syscall.Syscall(0xc4, 0x10fd4b40, 0x10eb4024, 0x0, 0x0, 0xc, 0x679382)
  2915. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2916. syscall.Lstat(0x111d1440, 0x10, 0x10eb4024, 0x0, 0x0)
  2917. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2918. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2919. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2920. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2921. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2922. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12db3ce0, 0x46, 0x115be150)
  2923. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2924. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1050, ...)
  2925. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2926. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1050, ...)
  2927. <autogenerated>:82 +0xec
  2928. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2c, 0x11fc1050, 0xb, 0x12db3ce0, 0x53, 0x0, 0x0, 0x129, 0x12e57a80, ...)
  2929. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2930. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2931. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2932.  
  2933. goroutine 437 [syscall]:
  2934. syscall.Syscall(0xc4, 0x12e56480, 0x12b36c84, 0x0, 0x0, 0xc, 0x679382)
  2935. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2936. syscall.Lstat(0x111d1440, 0x10, 0x12b36c84, 0x0, 0x0)
  2937. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2938. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2939. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2940. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2941. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2942. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11449040, 0x2c, 0x12aa46e0)
  2943. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2944. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc10d0, ...)
  2945. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2946. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc10d0, ...)
  2947. <autogenerated>:82 +0xec
  2948. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2d, 0x11fc10d0, 0xb, 0x11449040, 0x35, 0x0, 0x0, 0x17cf, 0x12e57aa0, ...)
  2949. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2950. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2951. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2952.  
  2953. goroutine 438 [syscall]:
  2954. syscall.Syscall(0xc4, 0x12e564c0, 0x12b36d14, 0x0, 0x0, 0xc, 0x679382)
  2955. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2956. syscall.Lstat(0x111d1440, 0x10, 0x12b36d14, 0x0, 0x0)
  2957. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2958. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2959. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2960. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2961. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2962. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa6fc0, 0x4f, 0x12c98e80)
  2963. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2964. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1160, ...)
  2965. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2966. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1160, ...)
  2967. <autogenerated>:82 +0xec
  2968. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2e, 0x11fc1160, 0xb, 0x12aa6fc0, 0x68, 0x0, 0x0, 0x58c, 0x12e57ac0, ...)
  2969. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2970. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2971. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2972.  
  2973. goroutine 439 [syscall]:
  2974. syscall.Syscall(0xc4, 0x12e56440, 0x12b36bf4, 0x0, 0x0, 0xc, 0x679382)
  2975. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2976. syscall.Lstat(0x111d1440, 0x10, 0x12b36bf4, 0x0, 0x0)
  2977. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2978. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2979. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  2980. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2981. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  2982. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5400, 0x2a, 0x12c749c0)
  2983. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  2984. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1200, ...)
  2985. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  2986. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1200, ...)
  2987. <autogenerated>:82 +0xec
  2988. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x2f, 0x11fc1200, 0xb, 0x12aa5400, 0x42, 0x0, 0x0, 0x1669, 0x12e57ae0, ...)
  2989. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  2990. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  2991. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  2992.  
  2993. goroutine 440 [syscall]:
  2994. syscall.Syscall(0xc4, 0x113af3e0, 0x12662774, 0x0, 0x0, 0xc, 0x679382)
  2995. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  2996. syscall.Lstat(0x111d1440, 0x10, 0x12662774, 0x0, 0x0)
  2997. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  2998. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  2999. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3000. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3001. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3002. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa5450, 0x34, 0x115f3500)
  3003. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3004. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1280, ...)
  3005. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3006. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1280, ...)
  3007. <autogenerated>:82 +0xec
  3008. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x30, 0x11fc1280, 0xb, 0x12aa5450, 0x42, 0x0, 0x0, 0x20be, 0x12e57b00, ...)
  3009. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3010. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3011. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3012.  
  3013. goroutine 441 [syscall]:
  3014. syscall.Syscall(0xc4, 0x12e57b60, 0x12b372b4, 0x0, 0x0, 0xc, 0x679382)
  3015. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3016. syscall.Lstat(0x111d1440, 0x10, 0x12b372b4, 0x0, 0x0)
  3017. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3018. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3019. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3020. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3021. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3022. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12aa7030, 0x4a, 0x12e47f00)
  3023. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3024. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1310, ...)
  3025. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3026. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11fc1310, ...)
  3027. <autogenerated>:82 +0xec
  3028. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x31, 0x11fc1310, 0xb, 0x12aa7030, 0x67, 0x0, 0x0, 0x8bd, 0x12e57b20, ...)
  3029. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3030. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3031. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3032.  
  3033. goroutine 383 [syscall]:
  3034. syscall.Syscall(0xc4, 0x10fd4be0, 0x10eb41d4, 0x0, 0x0, 0xc, 0x679382)
  3035. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3036. syscall.Lstat(0x111d1440, 0x10, 0x10eb41d4, 0x0, 0x0)
  3037. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3038. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3039. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3040. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3041. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3042. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52c80, 0x2a, 0x131060f0)
  3043. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3044. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a92a0, ...)
  3045. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3046. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a92a0, ...)
  3047. <autogenerated>:82 +0xec
  3048. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x32, 0x122a92a0, 0xb, 0x12a52c80, 0x39, 0x0, 0x0, 0x7a0e, 0x110c4180, ...)
  3049. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3050. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3051. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3052.  
  3053. goroutine 384 [syscall]:
  3054. syscall.Syscall(0xc4, 0x10fd4d00, 0x10eb4414, 0x0, 0x0, 0xc, 0x679382)
  3055. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3056. syscall.Lstat(0x111d1440, 0x10, 0x10eb4414, 0x0, 0x0)
  3057. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3058. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3059. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3060. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3061. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3062. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52cc0, 0x2d, 0x131065f0)
  3063. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3064. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9310, ...)
  3065. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3066. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9310, ...)
  3067. <autogenerated>:82 +0xec
  3068. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x33, 0x122a9310, 0xb, 0x12a52cc0, 0x3a, 0x0, 0x0, 0x5fc9, 0x110c41a0, ...)
  3069. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3070. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3071. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3072.  
  3073. goroutine 385 [syscall]:
  3074. syscall.Syscall(0xc4, 0x10fd4d40, 0x10eb44a4, 0x0, 0x0, 0xc, 0x679382)
  3075. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3076. syscall.Lstat(0x111d1440, 0x10, 0x10eb44a4, 0x0, 0x0)
  3077. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3078. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3079. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3080. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3081. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3082. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1560, 0x4c, 0x115be4d0)
  3083. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3084. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9380, ...)
  3085. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3086. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9380, ...)
  3087. <autogenerated>:82 +0xec
  3088. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x34, 0x122a9380, 0xb, 0x12be1560, 0x57, 0x0, 0x0, 0x38bf, 0x110c41c0, ...)
  3089. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3090. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3091. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3092.  
  3093. goroutine 450 [syscall]:
  3094. syscall.Syscall(0xc4, 0x10fd4d80, 0x10eb4534, 0x0, 0x0, 0xc, 0x679382)
  3095. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3096. syscall.Lstat(0x111d1440, 0x10, 0x10eb4534, 0x0, 0x0)
  3097. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3098. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3099. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3100. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3101. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3102. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52d00, 0x34, 0x13106730)
  3103. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3104. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a93e0, ...)
  3105. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3106. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a93e0, ...)
  3107. <autogenerated>:82 +0xec
  3108. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x35, 0x122a93e0, 0xb, 0x12a52d00, 0x3d, 0x0, 0x0, 0x3b4, 0x110c41e0, ...)
  3109. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3110. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3111. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3112.  
  3113. goroutine 451 [syscall]:
  3114. syscall.Syscall(0xc4, 0x12e562a0, 0x12b36894, 0x0, 0x0, 0xc, 0x679382)
  3115. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3116. syscall.Lstat(0x111d1440, 0x10, 0x12b36894, 0x0, 0x0)
  3117. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3118. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3119. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3120. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3121. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3122. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be15c0, 0x4b, 0x11408a10)
  3123. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3124. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9450, ...)
  3125. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3126. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9450, ...)
  3127. <autogenerated>:82 +0xec
  3128. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x36, 0x122a9450, 0xb, 0x12be15c0, 0x60, 0x0, 0x0, 0x9cf, 0x110c4200, ...)
  3129. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3130. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3131. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3132.  
  3133. goroutine 452 [syscall]:
  3134. syscall.Syscall(0xc4, 0x12e562e0, 0x12b36924, 0x0, 0x0, 0xc, 0x679382)
  3135. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3136. syscall.Lstat(0x111d1440, 0x10, 0x12b36924, 0x0, 0x0)
  3137. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3138. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3139. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3140. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3141. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3142. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be2640, 0x2a, 0x12c745a0)
  3143. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3144. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a94e0, ...)
  3145. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3146. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a94e0, ...)
  3147. <autogenerated>:82 +0xec
  3148. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x37, 0x122a94e0, 0xb, 0x12be2640, 0x44, 0x0, 0x0, 0x1d2f, 0x110c4220, ...)
  3149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3150. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3151. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3152.  
  3153. goroutine 453 [syscall]:
  3154. syscall.Syscall(0xc4, 0x10fd4e60, 0x10eb46e4, 0x0, 0x0, 0xc, 0x679382)
  3155. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3156. syscall.Lstat(0x111d1440, 0x10, 0x10eb46e4, 0x0, 0x0)
  3157. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3158. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3159. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3160. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3161. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3162. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a55230, 0x22, 0x11448700)
  3163. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3164. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9540, ...)
  3165. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3166. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9540, ...)
  3167. <autogenerated>:82 +0xec
  3168. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x38, 0x122a9540, 0xb, 0x12a55230, 0x2d, 0x0, 0x0, 0x17e9, 0x110c4240, ...)
  3169. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3170. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3171. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3172.  
  3173. goroutine 454 [syscall]:
  3174. syscall.Syscall(0xc4, 0x10fd4ea0, 0x10eb4774, 0x0, 0x0, 0xad17d0, 0x1)
  3175. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3176. syscall.Lstat(0x111d1440, 0x10, 0x10eb4774, 0x0, 0x0)
  3177. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3178. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3179. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3180. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3181. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3182. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1620, 0x4d, 0x115be930)
  3183. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3184. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a95c0, ...)
  3185. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3186. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a95c0, ...)
  3187. <autogenerated>:82 +0xec
  3188. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x39, 0x122a95c0, 0xb, 0x12be1620, 0x5c, 0x0, 0x0, 0x2d2e, 0x110c4260, ...)
  3189. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3190. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3191. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3192.  
  3193. goroutine 455 [syscall]:
  3194. syscall.Syscall(0xc4, 0x10fd56a0, 0x10eb4f54, 0x0, 0x0, 0xc, 0x679382)
  3195. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3196. syscall.Lstat(0x111d1440, 0x10, 0x10eb4f54, 0x0, 0x0)
  3197. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3198. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3199. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3200. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3201. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3202. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1680, 0x50, 0x115bf180)
  3203. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3204. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9630, ...)
  3205. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3206. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9630, ...)
  3207. <autogenerated>:82 +0xec
  3208. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3a, 0x122a9630, 0xb, 0x12be1680, 0x5b, 0x0, 0x0, 0xb8e, 0x110c4280, ...)
  3209. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3210. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3211. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3212.  
  3213. goroutine 456 [syscall]:
  3214. syscall.Syscall(0xc4, 0x10e69a40, 0x11e30024, 0x0, 0x0, 0xc, 0x679382)
  3215. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3216. syscall.Lstat(0x111d1440, 0x10, 0x11e30024, 0x0, 0x0)
  3217. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3218. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3219. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3220. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3221. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3222. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52d80, 0x33, 0x11be7f90)
  3223. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3224. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9690, ...)
  3225. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3226. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9690, ...)
  3227. <autogenerated>:82 +0xec
  3228. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3b, 0x122a9690, 0xb, 0x12a52d80, 0x3b, 0x0, 0x0, 0x4ef, 0x110c42a0, ...)
  3229. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3230. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3231. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3232.  
  3233. goroutine 457 [syscall]:
  3234. syscall.Syscall(0xc4, 0x10fd4ba0, 0x10eb40b4, 0x0, 0x0, 0xc, 0x679382)
  3235. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3236. syscall.Lstat(0x111d1440, 0x10, 0x10eb40b4, 0x0, 0x0)
  3237. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3238. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3239. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3240. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3241. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3242. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be16e0, 0x4d, 0x115be310)
  3243. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3244. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9710, ...)
  3245. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3246. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9710, ...)
  3247. <autogenerated>:82 +0xec
  3248. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3c, 0x122a9710, 0xb, 0x12be16e0, 0x59, 0x0, 0x0, 0xbd, 0x110c42c0, ...)
  3249. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3250. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3251. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3252.  
  3253. goroutine 458 [syscall]:
  3254. syscall.Syscall(0xc4, 0x10e69ac0, 0x11e302f4, 0x0, 0x0, 0xc, 0x679382)
  3255. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3256. syscall.Lstat(0x111d1440, 0x10, 0x11e302f4, 0x0, 0x0)
  3257. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3258. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3259. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3260. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3261. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3262. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1740, 0x47, 0x12719180)
  3263. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3264. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a97a0, ...)
  3265. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3266. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a97a0, ...)
  3267. <autogenerated>:82 +0xec
  3268. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3d, 0x122a97a0, 0xb, 0x12be1740, 0x5f, 0x0, 0x0, 0xd5c, 0x110c42e0, ...)
  3269. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3270. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3271. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3272.  
  3273. goroutine 459 [syscall]:
  3274. syscall.Syscall(0xc4, 0x10e69b00, 0x11e30414, 0x0, 0x0, 0xc, 0x679382)
  3275. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3276. syscall.Lstat(0x111d1440, 0x10, 0x11e30414, 0x0, 0x0)
  3277. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3278. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3279. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3280. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3281. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3282. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1309f730, 0x4b, 0x11f9af00)
  3283. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3284. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9830, ...)
  3285. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3286. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9830, ...)
  3287. <autogenerated>:82 +0xec
  3288. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3e, 0x122a9830, 0xb, 0x1309f730, 0x62, 0x0, 0x0, 0x4a1, 0x110c4300, ...)
  3289. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3290. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3291. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3292.  
  3293. goroutine 460 [syscall]:
  3294. syscall.Syscall(0xc4, 0x10e69b40, 0x11e30534, 0x0, 0x0, 0xc, 0x679382)
  3295. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3296. syscall.Lstat(0x111d1440, 0x10, 0x11e30534, 0x0, 0x0)
  3297. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3298. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3299. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3300. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3301. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3302. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be17a0, 0x4f, 0x12719340)
  3303. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3304. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a98b0, ...)
  3305. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3306. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a98b0, ...)
  3307. <autogenerated>:82 +0xec
  3308. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x3f, 0x122a98b0, 0xb, 0x12be17a0, 0x5d, 0x0, 0x0, 0xf17, 0x110c4320, ...)
  3309. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3310. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3311. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3312.  
  3313. goroutine 461 [syscall]:
  3314. syscall.Syscall(0xc4, 0x10e69b80, 0x11e30654, 0x0, 0x0, 0xc, 0x679382)
  3315. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3316. syscall.Lstat(0x111d1440, 0x10, 0x11e30654, 0x0, 0x0)
  3317. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3318. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3319. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3320. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3321. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3322. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1800, 0x4b, 0x12719500)
  3323. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3324. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9930, ...)
  3325. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3326. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9930, ...)
  3327. <autogenerated>:82 +0xec
  3328. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x40, 0x122a9930, 0xb, 0x12be1800, 0x56, 0x0, 0x0, 0x393f, 0x110c4340, ...)
  3329. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3330. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3331. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3332.  
  3333. goroutine 462 [syscall]:
  3334. syscall.Syscall(0xc4, 0x10e69bc0, 0x11e306e4, 0x0, 0x0, 0xc, 0x679382)
  3335. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3336. syscall.Lstat(0x111d1440, 0x10, 0x11e306e4, 0x0, 0x0)
  3337. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3338. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3339. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3340. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3341. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3342. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be2690, 0x34, 0x10e1a1e0)
  3343. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3344. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a99d0, ...)
  3345. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3346. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a99d0, ...)
  3347. <autogenerated>:82 +0xec
  3348. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x41, 0x122a99d0, 0xb, 0x12be2690, 0x4a, 0x0, 0x0, 0x74b, 0x110c4360, ...)
  3349. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3350. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3351. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3352.  
  3353. goroutine 463 [syscall]:
  3354. syscall.Syscall(0xc4, 0x10e69a80, 0x11e300b4, 0x0, 0x0, 0xc, 0x679382)
  3355. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3356. syscall.Lstat(0x111d1440, 0x10, 0x11e300b4, 0x0, 0x0)
  3357. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3358. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3359. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3360. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3361. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3362. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52dc0, 0x2a, 0x120c02d0)
  3363. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3364. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9a50, ...)
  3365. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3366. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9a50, ...)
  3367. <autogenerated>:82 +0xec
  3368. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x42, 0x122a9a50, 0xb, 0x12a52dc0, 0x34, 0x0, 0x0, 0x1898, 0x110c4380, ...)
  3369. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3370. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3371. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3372.  
  3373. goroutine 464 [syscall]:
  3374. syscall.Syscall(0xc4, 0x10fd4c80, 0x10eb42f4, 0x0, 0x0, 0xc, 0x679382)
  3375. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3376. syscall.Lstat(0x111d1440, 0x10, 0x10eb42f4, 0x0, 0x0)
  3377. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3378. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3379. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3380. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3381. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3382. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52e00, 0x2a, 0x13106370)
  3383. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3384. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9ac0, ...)
  3385. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3386. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9ac0, ...)
  3387. <autogenerated>:82 +0xec
  3388. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x43, 0x122a9ac0, 0xb, 0x12a52e00, 0x35, 0x0, 0x0, 0x28f9, 0x110c43a0, ...)
  3389. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3390. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3391. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3392.  
  3393. goroutine 465 [syscall]:
  3394. syscall.Syscall(0xc4, 0x10fd4cc0, 0x10eb4384, 0x0, 0x0, 0xc, 0x679382)
  3395. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3396. syscall.Lstat(0x111d1440, 0x10, 0x10eb4384, 0x0, 0x0)
  3397. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3398. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3399. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3400. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3401. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3402. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52e40, 0x33, 0x131064b0)
  3403. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3404. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9b50, ...)
  3405. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3406. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9b50, ...)
  3407. <autogenerated>:82 +0xec
  3408. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x44, 0x122a9b50, 0xb, 0x12a52e40, 0x3c, 0x0, 0x0, 0x284c, 0x110c43c0, ...)
  3409. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3410. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3411. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3412.  
  3413. goroutine 466 [syscall]:
  3414. syscall.Syscall(0xc4, 0x10fd4c20, 0x10eb4264, 0x0, 0x0, 0xc, 0x679382)
  3415. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3416. syscall.Lstat(0x111d1440, 0x10, 0x10eb4264, 0x0, 0x0)
  3417. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3418. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3419. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3420. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3421. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3422. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12a52e80, 0x2a, 0x13106230)
  3423. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3424. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9bc0, ...)
  3425. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3426. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9bc0, ...)
  3427. <autogenerated>:82 +0xec
  3428. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x45, 0x122a9bc0, 0xb, 0x12a52e80, 0x3b, 0x0, 0x0, 0x114a, 0x110c43e0, ...)
  3429. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3430. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3431. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3432.  
  3433. goroutine 467 [syscall]:
  3434. syscall.Syscall(0xc4, 0x12e563e0, 0x12b36b64, 0x0, 0x0, 0xc, 0x679382)
  3435. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3436. syscall.Lstat(0x111d1440, 0x10, 0x12b36b64, 0x0, 0x0)
  3437. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3438. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3439. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3440. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3441. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3442. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be1860, 0x4c, 0x11408bd0)
  3443. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3444. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9c50, ...)
  3445. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3446. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9c50, ...)
  3447. <autogenerated>:82 +0xec
  3448. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x46, 0x122a9c50, 0xb, 0x12be1860, 0x57, 0x0, 0x0, 0x3201, 0x110c4400, ...)
  3449. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3450. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3451. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3452.  
  3453. goroutine 468 [syscall]:
  3454. syscall.Syscall(0xc4, 0x10fd4de0, 0x10eb45c4, 0x0, 0x0, 0xc, 0x679382)
  3455. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3456. syscall.Lstat(0x111d1440, 0x10, 0x10eb45c4, 0x0, 0x0)
  3457. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3458. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3459. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3460. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3461. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3462. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be26e0, 0x3e, 0x12c82120)
  3463. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3464. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9cd0, ...)
  3465. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3466. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9cd0, ...)
  3467. <autogenerated>:82 +0xec
  3468. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x47, 0x122a9cd0, 0xb, 0x12be26e0, 0x49, 0x0, 0x0, 0x3cc3, 0x110c4420, ...)
  3469. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3470. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3471. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3472.  
  3473. goroutine 469 [syscall]:
  3474. syscall.Syscall(0xc4, 0x113af240, 0x12662414, 0x0, 0x0, 0xc, 0x679382)
  3475. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3476. syscall.Lstat(0x111d1440, 0x10, 0x12662414, 0x0, 0x0)
  3477. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3478. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3479. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3480. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3481. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3482. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12be18c0, 0x45, 0x12bdc700)
  3483. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3484. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9d40, ...)
  3485. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3486. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9d40, ...)
  3487. <autogenerated>:82 +0xec
  3488. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x48, 0x122a9d40, 0xb, 0x12be18c0, 0x52, 0x0, 0x0, 0x1c3, 0x110c4440, ...)
  3489. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3490. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3491. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3492.  
  3493. goroutine 404 [syscall]:
  3494. syscall.Syscall(0xc4, 0x10fd5720, 0x10eb5074, 0x0, 0x0, 0xc, 0x679382)
  3495. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3496. syscall.Lstat(0x111d1440, 0x10, 0x10eb5074, 0x0, 0x0)
  3497. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3498. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3499. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3500. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3501. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3502. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1268f2c0, 0x34, 0x12c82a20)
  3503. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3504. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9da0, ...)
  3505. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3506. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x122a9da0, ...)
  3507. <autogenerated>:82 +0xec
  3508. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x49, 0x122a9da0, 0xb, 0x1268f2c0, 0x46, 0x0, 0x0, 0x57a, 0x11160220, ...)
  3509. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3510. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3511. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3512.  
  3513. goroutine 405 [syscall]:
  3514. syscall.Syscall(0xc4, 0x10fd56e0, 0x10eb4fe4, 0x0, 0x0, 0xc, 0x679382)
  3515. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3516. syscall.Lstat(0x111d1440, 0x10, 0x10eb4fe4, 0x0, 0x0)
  3517. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3518. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3519. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3520. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3521. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3522. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x1268f310, 0x2a, 0x12c828a0)
  3523. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3524. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a962a0, ...)
  3525. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3526. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11a962a0, ...)
  3527. <autogenerated>:82 +0xec
  3528. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4a, 0x11a962a0, 0xb, 0x1268f310, 0x43, 0x0, 0x0, 0x15fb, 0x11160240, ...)
  3529. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3530. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3531. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3532.  
  3533. goroutine 442 [syscall]:
  3534. syscall.Syscall(0xc4, 0x1162a0a0, 0x12663344, 0x0, 0x0, 0xc, 0x679382)
  3535. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3536. syscall.Lstat(0x111d1440, 0x10, 0x12663344, 0x0, 0x0)
  3537. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3538. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3539. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3540. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3541. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3542. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82180, 0x4d, 0x12bdd3b0)
  3543. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3544. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a7e0, ...)
  3545. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3546. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a7e0, ...)
  3547. <autogenerated>:82 +0xec
  3548. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4b, 0x1135a7e0, 0xb, 0x12c82180, 0x5c, 0x0, 0x0, 0x5b4c, 0x10fd4ec0, ...)
  3549. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3550. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3551. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3552.  
  3553. goroutine 443 [syscall]:
  3554. syscall.Syscall(0xc4, 0x1162a120, 0x126633d4, 0x0, 0x0, 0xc, 0x679382)
  3555. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3556. syscall.Lstat(0x111d1440, 0x10, 0x126633d4, 0x0, 0x0)
  3557. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3558. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3559. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3560. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3561. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3562. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da090, 0x1f, 0x130ca1c0)
  3563. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3564. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a850, ...)
  3565. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3566. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a850, ...)
  3567. <autogenerated>:82 +0xec
  3568. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4c, 0x1135a850, 0xb, 0x110da090, 0x2d, 0x0, 0x0, 0x99, 0x10fd4ee0, ...)
  3569. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3570. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3571. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3572.  
  3573. goroutine 444 [syscall]:
  3574. syscall.Syscall(0xc4, 0x1162a2c0, 0x12663464, 0x0, 0x0, 0xc, 0x679382)
  3575. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3576. syscall.Lstat(0x111d1440, 0x10, 0x12663464, 0x0, 0x0)
  3577. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3578. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3579. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3580. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3581. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3582. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c821e0, 0x4d, 0x12bdd570)
  3583. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3584. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a900, ...)
  3585. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3586. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a900, ...)
  3587. <autogenerated>:82 +0xec
  3588. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4d, 0x1135a900, 0xb, 0x12c821e0, 0x5b, 0x0, 0x0, 0x1cd9, 0x10fd4f00, ...)
  3589. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3590. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3591. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3592.  
  3593. goroutine 445 [syscall]:
  3594. syscall.Syscall(0xc4, 0x1162a340, 0x126634f4, 0x0, 0x0, 0xc, 0x679382)
  3595. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3596. syscall.Lstat(0x111d1440, 0x10, 0x126634f4, 0x0, 0x0)
  3597. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3598. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3599. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3600. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3601. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3602. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82240, 0x4a, 0x12bdd730)
  3603. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3604. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a980, ...)
  3605. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3606. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a980, ...)
  3607. <autogenerated>:82 +0xec
  3608. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4e, 0x1135a980, 0xb, 0x12c82240, 0x5d, 0x0, 0x0, 0x11a, 0x10fd4f20, ...)
  3609. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3610. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3611. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3612.  
  3613. goroutine 446 [syscall]:
  3614. syscall.Syscall(0xc4, 0x1162a380, 0x12663584, 0x0, 0x0, 0xc, 0x679382)
  3615. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3616. syscall.Lstat(0x111d1440, 0x10, 0x12663584, 0x0, 0x0)
  3617. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3618. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3619. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3620. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3621. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3622. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448800, 0x2a, 0x11c475e0)
  3623. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3624. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a9f0, ...)
  3625. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3626. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135a9f0, ...)
  3627. <autogenerated>:82 +0xec
  3628. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x4f, 0x1135a9f0, 0xb, 0x11448800, 0x3c, 0x0, 0x0, 0x1674, 0x10fd4f40, ...)
  3629. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3630. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3631. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3632.  
  3633. goroutine 447 [syscall]:
  3634. syscall.Syscall(0xc4, 0x1162a060, 0x126632b4, 0x0, 0x0, 0xc, 0x679382)
  3635. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3636. syscall.Lstat(0x111d1440, 0x10, 0x126632b4, 0x0, 0x0)
  3637. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3638. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3639. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3640. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3641. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3642. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106780, 0x34, 0x115f3e00)
  3643. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3644. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aa90, ...)
  3645. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3646. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aa90, ...)
  3647. <autogenerated>:82 +0xec
  3648. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x50, 0x1135aa90, 0xb, 0x13106780, 0x42, 0x0, 0x0, 0x8be, 0x10fd4f60, ...)
  3649. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3650. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3651. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3652.  
  3653. goroutine 448 [syscall]:
  3654. syscall.Syscall(0xc4, 0x10e69ec0, 0x11e30ec4, 0x0, 0x0, 0xc, 0x679382)
  3655. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3656. syscall.Lstat(0x111d1440, 0x10, 0x11e30ec4, 0x0, 0x0)
  3657. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3658. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3659. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3660. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3661. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3662. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448840, 0x34, 0x114cc320)
  3663. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3664. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab00, ...)
  3665. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3666. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab00, ...)
  3667. <autogenerated>:82 +0xec
  3668. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x51, 0x1135ab00, 0xb, 0x11448840, 0x40, 0x0, 0x0, 0x5e, 0x10fd4f80, ...)
  3669. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3670. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3671. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3672.  
  3673. goroutine 449 [syscall]:
  3674. syscall.Syscall(0xc4, 0x10e69f00, 0x11e30f54, 0x0, 0x0, 0xc, 0x679382)
  3675. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3676. syscall.Lstat(0x111d1440, 0x10, 0x11e30f54, 0x0, 0x0)
  3677. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3678. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3679. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3680. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3681. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3682. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x131067d0, 0x3b, 0x10e1aea0)
  3683. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3684. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab80, ...)
  3685. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3686. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ab80, ...)
  3687. <autogenerated>:82 +0xec
  3688. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x52, 0x1135ab80, 0xb, 0x131067d0, 0x4e, 0x0, 0x0, 0xea4, 0x10fd4fa0, ...)
  3689. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3690. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3691. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3692.  
  3693. goroutine 482 [syscall]:
  3694. syscall.Syscall(0xc4, 0x10e69f40, 0x11e30fe4, 0x0, 0x0, 0xc, 0x679382)
  3695. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3696. syscall.Lstat(0x111d1440, 0x10, 0x11e30fe4, 0x0, 0x0)
  3697. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3698. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3699. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3700. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3701. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3702. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c822a0, 0x46, 0x12719ea0)
  3703. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3704. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac00, ...)
  3705. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3706. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac00, ...)
  3707. <autogenerated>:82 +0xec
  3708. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x53, 0x1135ac00, 0xb, 0x12c822a0, 0x51, 0x0, 0x0, 0x300, 0x10fd4fc0, ...)
  3709. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3710. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3711. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3712.  
  3713. goroutine 483 [syscall]:
  3714. syscall.Syscall(0xc4, 0x10e69f80, 0x11e31074, 0x0, 0x0, 0xc, 0x679382)
  3715. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3716. syscall.Lstat(0x111d1440, 0x10, 0x11e31074, 0x0, 0x0)
  3717. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3718. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3719. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3720. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3721. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3722. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82300, 0x49, 0x115da070)
  3723. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3724. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac80, ...)
  3725. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3726. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ac80, ...)
  3727. <autogenerated>:82 +0xec
  3728. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x54, 0x1135ac80, 0xb, 0x12c82300, 0x54, 0x0, 0x0, 0x37f, 0x10fd4fe0, ...)
  3729. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3730. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3731. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3732.  
  3733. goroutine 484 [syscall]:
  3734. syscall.Syscall(0xc4, 0x10e69fc0, 0x11e31104, 0x0, 0x0, 0xc, 0x679382)
  3735. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3736. syscall.Lstat(0x111d1440, 0x10, 0x11e31104, 0x0, 0x0)
  3737. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3738. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3739. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3740. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3741. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3742. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x114488c0, 0x2a, 0x114cd400)
  3743. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3744. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad30, ...)
  3745. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3746. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad30, ...)
  3747. <autogenerated>:82 +0xec
  3748. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x55, 0x1135ad30, 0xb, 0x114488c0, 0x3f, 0x0, 0x0, 0x12dc, 0x10fd5000, ...)
  3749. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3750. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3751. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3752.  
  3753. goroutine 485 [syscall]:
  3754. syscall.Syscall(0xc4, 0x11c58000, 0x11e31194, 0x0, 0x0, 0xc, 0x679382)
  3755. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3756. syscall.Lstat(0x111d1440, 0x10, 0x11e31194, 0x0, 0x0)
  3757. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3758. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3759. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3760. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3761. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3762. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da330, 0x23, 0x12ef7240)
  3763. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3764. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad90, ...)
  3765. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3766. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ad90, ...)
  3767. <autogenerated>:82 +0xec
  3768. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x56, 0x1135ad90, 0xb, 0x110da330, 0x2f, 0x0, 0x0, 0x8bed, 0x10fd5020, ...)
  3769. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3770. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3771. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3772.  
  3773. goroutine 486 [syscall]:
  3774. syscall.Syscall(0xc4, 0x10e69e80, 0x11e30e34, 0x0, 0x0, 0xc, 0x679382)
  3775. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3776. syscall.Lstat(0x111d1440, 0x10, 0x11e30e34, 0x0, 0x0)
  3777. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3778. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3779. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3780. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3781. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3782. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106820, 0x34, 0x10e1ac00)
  3783. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3784. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae00, ...)
  3785. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3786. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae00, ...)
  3787. <autogenerated>:82 +0xec
  3788. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x57, 0x1135ae00, 0xb, 0x13106820, 0x42, 0x0, 0x0, 0x1358, 0x10fd5040, ...)
  3789. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3790. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3791. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3792.  
  3793. goroutine 487 [syscall]:
  3794. syscall.Syscall(0xc4, 0x10fd5760, 0x10eb5104, 0x0, 0x0, 0xc, 0x679382)
  3795. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3796. syscall.Lstat(0x111d1440, 0x10, 0x10eb5104, 0x0, 0x0)
  3797. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3798. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3799. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3800. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3801. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3802. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da3c0, 0x1f, 0x11449480)
  3803. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3804. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae70, ...)
  3805. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3806. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ae70, ...)
  3807. <autogenerated>:82 +0xec
  3808. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x58, 0x1135ae70, 0xb, 0x110da3c0, 0x29, 0x0, 0x0, 0x664, 0x10fd5060, ...)
  3809. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3810. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3811. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3812.  
  3813. goroutine 488 [syscall]:
  3814. syscall.Syscall(0xc4, 0x10fd57a0, 0x10eb5194, 0x0, 0x0, 0xc, 0x679382)
  3815. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3816. syscall.Lstat(0x111d1440, 0x10, 0x10eb5194, 0x0, 0x0)
  3817. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3818. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3819. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3820. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3821. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3822. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106870, 0x2a, 0x12c82ba0)
  3823. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3824. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aef0, ...)
  3825. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3826. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135aef0, ...)
  3827. <autogenerated>:82 +0xec
  3828. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x59, 0x1135aef0, 0xb, 0x13106870, 0x47, 0x0, 0x0, 0x142f, 0x10fd5080, ...)
  3829. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3830. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3831. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3832.  
  3833. goroutine 489 [syscall]:
  3834. syscall.Syscall(0xc4, 0x10fd57e0, 0x10eb52b4, 0x0, 0x0, 0xc, 0x679382)
  3835. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3836. syscall.Lstat(0x111d1440, 0x10, 0x10eb52b4, 0x0, 0x0)
  3837. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3838. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3839. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3840. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3841. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3842. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da6c0, 0x21, 0x11449680)
  3843. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3844. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135af70, ...)
  3845. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3846. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135af70, ...)
  3847. <autogenerated>:82 +0xec
  3848. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5a, 0x1135af70, 0xb, 0x110da6c0, 0x2f, 0x0, 0x0, 0x48d6, 0x10fd50a0, ...)
  3849. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3850. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3851. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3852.  
  3853. goroutine 490 [syscall]:
  3854. syscall.Syscall(0xc4, 0x10fd5820, 0x10eb5344, 0x0, 0x0, 0xc, 0x679382)
  3855. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3856. syscall.Lstat(0x111d1440, 0x10, 0x10eb5344, 0x0, 0x0)
  3857. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3858. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3859. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3860. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3861. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3862. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x131068c0, 0x45, 0x12c82c00)
  3863. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3864. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b030, ...)
  3865. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3866. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b030, ...)
  3867. <autogenerated>:82 +0xec
  3868. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5b, 0x1135b030, 0xb, 0x131068c0, 0x50, 0x0, 0x0, 0x342, 0x10fd50c0, ...)
  3869. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3870. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3871. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3872.  
  3873. goroutine 491 [syscall]:
  3874. syscall.Syscall(0xc4, 0x10fd5860, 0x10eb53d4, 0x0, 0x0, 0xc, 0x679382)
  3875. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3876. syscall.Lstat(0x111d1440, 0x10, 0x10eb53d4, 0x0, 0x0)
  3877. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3878. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3879. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3880. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3881. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3882. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110da7e0, 0x21, 0x11449880)
  3883. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3884. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b0c0, ...)
  3885. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3886. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b0c0, ...)
  3887. <autogenerated>:82 +0xec
  3888. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5c, 0x1135b0c0, 0xb, 0x110da7e0, 0x2d, 0x0, 0x0, 0x466a, 0x10fd50e0, ...)
  3889. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3890. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3891. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3892.  
  3893. goroutine 492 [syscall]:
  3894. syscall.Syscall(0xc4, 0x10fd58a0, 0x10eb5464, 0x0, 0x0, 0xad17d0, 0x1)
  3895. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3896. syscall.Lstat(0x111d1440, 0x10, 0x10eb5464, 0x0, 0x0)
  3897. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3898. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3899. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3900. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3901. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3902. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115be9a0, 0x4d, 0x12aabb00)
  3903. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3904. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b170, ...)
  3905. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3906. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b170, ...)
  3907. <autogenerated>:82 +0xec
  3908. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5d, 0x1135b170, 0xb, 0x115be9a0, 0x61, 0x0, 0x0, 0x26ce, 0x10fd5100, ...)
  3909. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3910. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3911. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3912.  
  3913. goroutine 493 [syscall]:
  3914. syscall.Syscall(0xc4, 0x1162a5a0, 0x126637c4, 0x0, 0x0, 0xc, 0x679382)
  3915. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3916. syscall.Lstat(0x111d1440, 0x10, 0x126637c4, 0x0, 0x0)
  3917. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3918. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3919. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3920. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3921. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3922. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106910, 0x2a, 0x114d4120)
  3923. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3924. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b210, ...)
  3925. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3926. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b210, ...)
  3927. <autogenerated>:82 +0xec
  3928. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5e, 0x1135b210, 0xb, 0x13106910, 0x44, 0x0, 0x0, 0x1b91, 0x10fd5120, ...)
  3929. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3930. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3931. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3932.  
  3933. goroutine 494 [syscall]:
  3934. syscall.Syscall(0xc4, 0x1162a600, 0x12663854, 0x0, 0x0, 0xc, 0x679382)
  3935. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3936. syscall.Lstat(0x111d1440, 0x10, 0x12663854, 0x0, 0x0)
  3937. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3938. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3939. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3940. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3941. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3942. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448900, 0x31, 0x11c47860)
  3943. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3944. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b2d0, ...)
  3945. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3946. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b2d0, ...)
  3947. <autogenerated>:82 +0xec
  3948. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x5f, 0x1135b2d0, 0xb, 0x11448900, 0x3d, 0x20000, 0x0, 0x1f4e5, 0x10fd5140, ...)
  3949. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3950. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3951. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3952.  
  3953. goroutine 495 [syscall]:
  3954. syscall.Syscall(0xc4, 0x1162a6a0, 0x126638e4, 0x0, 0x0, 0xc, 0x679382)
  3955. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3956. syscall.Lstat(0x111d1440, 0x10, 0x126638e4, 0x0, 0x0)
  3957. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3958. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3959. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3960. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3961. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3962. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11448940, 0x31, 0x11c479a0)
  3963. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3964. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b350, ...)
  3965. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3966. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b350, ...)
  3967. <autogenerated>:82 +0xec
  3968. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x60, 0x1135b350, 0xb, 0x11448940, 0x3d, 0x0, 0x0, 0x20000, 0x10fd5160, ...)
  3969. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3970. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3971. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3972.  
  3973. goroutine 496 [syscall]:
  3974. syscall.Syscall(0xc4, 0x1162a560, 0x12663734, 0x0, 0x0, 0xc, 0x679382)
  3975. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3976. syscall.Lstat(0x111d1440, 0x10, 0x12663734, 0x0, 0x0)
  3977. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3978. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3979. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  3980. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3981. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  3982. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106960, 0x3b, 0x115f3f80)
  3983. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  3984. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b3e0, ...)
  3985. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  3986. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b3e0, ...)
  3987. <autogenerated>:82 +0xec
  3988. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x61, 0x1135b3e0, 0xb, 0x13106960, 0x43, 0x0, 0x0, 0x3c51, 0x10fd5180, ...)
  3989. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  3990. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  3991. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  3992.  
  3993. goroutine 497 [syscall]:
  3994. syscall.Syscall(0xc4, 0x10fd58e0, 0x10eb54f4, 0x0, 0x0, 0xc, 0x679382)
  3995. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  3996. syscall.Lstat(0x111d1440, 0x10, 0x10eb54f4, 0x0, 0x0)
  3997. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  3998. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  3999. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4000. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4001. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4002. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82360, 0x48, 0x115bf570)
  4003. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4004. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b4a0, ...)
  4005. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4006. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b4a0, ...)
  4007. <autogenerated>:82 +0xec
  4008. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x62, 0x1135b4a0, 0xb, 0x12c82360, 0x53, 0x0, 0x0, 0x301, 0x10fd51a0, ...)
  4009. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4010. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4011. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4012.  
  4013. goroutine 498 [syscall]:
  4014. syscall.Syscall(0xc4, 0x10fd5920, 0x10eb5584, 0x0, 0x0, 0xc, 0x679382)
  4015. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4016. syscall.Lstat(0x111d1440, 0x10, 0x10eb5584, 0x0, 0x0)
  4017. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4018. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4019. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4020. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4021. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4022. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x131069b0, 0x40, 0x12c82d80)
  4023. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4024. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b520, ...)
  4025. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4026. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b520, ...)
  4027. <autogenerated>:82 +0xec
  4028. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x63, 0x1135b520, 0xb, 0x131069b0, 0x4b, 0x0, 0x0, 0x3b5c, 0x10fd51c0, ...)
  4029. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4030. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4031. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4032.  
  4033. goroutine 499 [syscall]:
  4034. syscall.Syscall(0xc4, 0x10fd5960, 0x10eb5614, 0x0, 0x0, 0xad17d0, 0x1)
  4035. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4036. syscall.Lstat(0x111d1440, 0x10, 0x10eb5614, 0x0, 0x0)
  4037. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4038. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4039. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4040. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4041. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4042. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x13106a00, 0x2a, 0x12c82f00)
  4043. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4044. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b590, ...)
  4045. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4046. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b590, ...)
  4047. <autogenerated>:82 +0xec
  4048. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x64, 0x1135b590, 0xb, 0x13106a00, 0x43, 0x0, 0x0, 0x146f, 0x10fd51e0, ...)
  4049. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4050. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4051. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4052.  
  4053. goroutine 500 [syscall]:
  4054. syscall.Syscall(0xc4, 0x10fd5660, 0x10eb4d14, 0x0, 0x0, 0xc, 0x679382)
  4055. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4056. syscall.Lstat(0x111d1440, 0x10, 0x10eb4d14, 0x0, 0x0)
  4057. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4058. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4059. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4060. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4061. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4062. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c823c0, 0x48, 0x115bef50)
  4063. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4064. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b610, ...)
  4065. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4066. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b610, ...)
  4067. <autogenerated>:82 +0xec
  4068. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x65, 0x1135b610, 0xb, 0x12c823c0, 0x53, 0x0, 0x0, 0xc6e, 0x10fd5200, ...)
  4069. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4070. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4071. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4072.  
  4073. goroutine 406 [select]:
  4074. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x1167c160)
  4075. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x260
  4076. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  4077. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x258
  4078.  
  4079. goroutine 525 [syscall]:
  4080. syscall.Syscall(0xc4, 0x1162a900, 0x1233e774, 0x0, 0x0, 0xc, 0x679382)
  4081. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4082. syscall.Lstat(0x111d1440, 0x10, 0x1233e774, 0x0, 0x0)
  4083. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4084. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4085. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4086. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4087. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4088. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11b1d8b0, 0x2a, 0x1274a960)
  4089. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4090. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b140, ...)
  4091. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4092. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b140, ...)
  4093. <autogenerated>:82 +0xec
  4094. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x73, 0x1135b140, 0xb, 0x11b1d8b0, 0x44, 0x0, 0x0, 0x16f1, 0x11b0e3c0, ...)
  4095. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4096. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4097. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4098.  
  4099. goroutine 526 [syscall]:
  4100. syscall.Syscall(0xc4, 0x1162a980, 0x1233e804, 0x0, 0x0, 0xc, 0x679382)
  4101. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4102. syscall.Lstat(0x111d1440, 0x10, 0x1233e804, 0x0, 0x0)
  4103. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4104. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4105. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4106. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4107. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4108. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a680, 0x2c, 0x13107220)
  4109. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4110. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b1f0, ...)
  4111. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4112. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b1f0, ...)
  4113. <autogenerated>:82 +0xec
  4114. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x74, 0x1135b1f0, 0xb, 0x10e6a680, 0x3a, 0x0, 0x0, 0x4ad, 0x11b0e3e0, ...)
  4115. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4116. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4117. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4118.  
  4119. goroutine 527 [syscall]:
  4120. syscall.Syscall(0xc4, 0x1162a9e0, 0x1233e894, 0x0, 0x0, 0xc, 0x679382)
  4121. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4122. syscall.Lstat(0x111d1440, 0x10, 0x1233e894, 0x0, 0x0)
  4123. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4124. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4125. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4126. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4127. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4128. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a700, 0x34, 0x13107360)
  4129. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4130. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b2e0, ...)
  4131. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4132. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b2e0, ...)
  4133. <autogenerated>:82 +0xec
  4134. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x75, 0x1135b2e0, 0xb, 0x10e6a700, 0x3b, 0x0, 0x0, 0x4041, 0x11b0e400, ...)
  4135. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4136. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4137. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4138.  
  4139. goroutine 528 [syscall]:
  4140. syscall.Syscall(0xc4, 0x1162a8a0, 0x1233e6e4, 0x0, 0x0, 0xc, 0x679382)
  4141. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4142. syscall.Lstat(0x111d1440, 0x10, 0x1233e6e4, 0x0, 0x0)
  4143. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4144. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4145. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4146. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4147. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4148. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a740, 0x2f, 0x131070e0)
  4149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4150. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b380, ...)
  4151. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4152. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b380, ...)
  4153. <autogenerated>:82 +0xec
  4154. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x76, 0x1135b380, 0xb, 0x10e6a740, 0x3a, 0x0, 0x0, 0x8a0, 0x11b0e420, ...)
  4155. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4156. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4157. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4158.  
  4159. goroutine 529 [syscall]:
  4160. syscall.Syscall(0xc4, 0x1162aae0, 0x1233ea44, 0x0, 0x0, 0xc, 0x679382)
  4161. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4162. syscall.Lstat(0x111d1440, 0x10, 0x1233ea44, 0x0, 0x0)
  4163. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4164. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4165. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4166. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4167. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4168. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82780, 0x47, 0x10ef8e00)
  4169. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4170. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b450, ...)
  4171. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4172. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b450, ...)
  4173. <autogenerated>:82 +0xec
  4174. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x77, 0x1135b450, 0xb, 0x12c82780, 0x52, 0x0, 0x0, 0x34b, 0x11b0e440, ...)
  4175. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4176. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4177. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4178.  
  4179. goroutine 530 [syscall]:
  4180. syscall.Syscall(0xc4, 0x1162ab40, 0x1233ead4, 0x0, 0x0, 0xc, 0x679382)
  4181. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4182. syscall.Lstat(0x111d1440, 0x10, 0x1233ead4, 0x0, 0x0)
  4183. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4184. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4185. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4186. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4187. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4188. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115be540, 0x4f, 0x122af600)
  4189. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4190. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b4f0, ...)
  4191. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4192. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b4f0, ...)
  4193. <autogenerated>:82 +0xec
  4194. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x78, 0x1135b4f0, 0xb, 0x115be540, 0x61, 0x0, 0x0, 0x513, 0x11b0e460, ...)
  4195. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4196. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4197. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4198.  
  4199. goroutine 531 [syscall]:
  4200. syscall.Syscall(0xc4, 0x1162aba0, 0x1233eb64, 0x0, 0x0, 0xc, 0x679382)
  4201. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4202. syscall.Lstat(0x111d1440, 0x10, 0x1233eb64, 0x0, 0x0)
  4203. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4204. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4205. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4206. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4207. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4208. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c827e0, 0x4d, 0x10ef8fc0)
  4209. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4210. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b5a0, ...)
  4211. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4212. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b5a0, ...)
  4213. <autogenerated>:82 +0xec
  4214. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x79, 0x1135b5a0, 0xb, 0x12c827e0, 0x5e, 0x0, 0x0, 0x1e42, 0x11b0e480, ...)
  4215. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4216. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4217. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4218.  
  4219. goroutine 532 [syscall]:
  4220. syscall.Syscall(0xc4, 0x1162abe0, 0x1233ebf4, 0x0, 0x0, 0xc, 0x679382)
  4221. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4222. syscall.Lstat(0x111d1440, 0x10, 0x1233ebf4, 0x0, 0x0)
  4223. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4224. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4225. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4226. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4227. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4228. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a780, 0x2e, 0x131074a0)
  4229. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4230. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b620, ...)
  4231. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4232. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b620, ...)
  4233. <autogenerated>:82 +0xec
  4234. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7a, 0x1135b620, 0xb, 0x10e6a780, 0x3b, 0x0, 0x0, 0x664, 0x11b0e5c0, ...)
  4235. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4236. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4237. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4238.  
  4239. goroutine 533 [syscall]:
  4240. syscall.Syscall(0xc4, 0x1162ac20, 0x1233ec84, 0x0, 0x0, 0xc, 0x679382)
  4241. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4242. syscall.Lstat(0x111d1440, 0x10, 0x1233ec84, 0x0, 0x0)
  4243. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4244. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4245. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4246. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4247. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4248. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82840, 0x4d, 0x10ef9180)
  4249. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4250. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b6c0, ...)
  4251. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4252. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b6c0, ...)
  4253. <autogenerated>:82 +0xec
  4254. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7b, 0x1135b6c0, 0xb, 0x12c82840, 0x59, 0x0, 0x0, 0x157b, 0x11b0e5e0, ...)
  4255. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4256. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4257. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4258.  
  4259. goroutine 534 [syscall]:
  4260. syscall.Syscall(0xc4, 0x1162aaa0, 0x1233e924, 0x0, 0x0, 0xc, 0x679382)
  4261. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4262. syscall.Lstat(0x111d1440, 0x10, 0x1233e924, 0x0, 0x0)
  4263. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4264. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4265. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4266. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4267. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4268. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110db1d0, 0x24, 0x1109fe00)
  4269. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4270. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b780, ...)
  4271. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4272. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b780, ...)
  4273. <autogenerated>:82 +0xec
  4274. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7c, 0x1135b780, 0xb, 0x110db1d0, 0x2e, 0x0, 0x0, 0x26b2, 0x11b0e600, ...)
  4275. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4276. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4277. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4278.  
  4279. goroutine 535 [syscall]:
  4280. syscall.Syscall(0xc4, 0x11c586c0, 0x12740774, 0x0, 0x0, 0xc, 0x679382)
  4281. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4282. syscall.Lstat(0x111d1440, 0x10, 0x12740774, 0x0, 0x0)
  4283. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4284. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4285. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4286. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4287. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4288. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82900, 0x45, 0x115da9a0)
  4289. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4290. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b840, ...)
  4291. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4292. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b840, ...)
  4293. <autogenerated>:82 +0xec
  4294. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7d, 0x1135b840, 0xb, 0x12c82900, 0x5a, 0x0, 0x0, 0x61, 0x11b0e620, ...)
  4295. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4296. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4297. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4298.  
  4299. goroutine 536 [syscall]:
  4300. syscall.Syscall(0xc4, 0x11c58720, 0x12740804, 0x0, 0x0, 0xc, 0x679382)
  4301. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4302. syscall.Lstat(0x111d1440, 0x10, 0x12740804, 0x0, 0x0)
  4303. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4304. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4305. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4306. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4307. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4308. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x115be690, 0x4a, 0x110bdd80)
  4309. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4310. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b8e0, ...)
  4311. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4312. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135b8e0, ...)
  4313. <autogenerated>:82 +0xec
  4314. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7e, 0x1135b8e0, 0xb, 0x115be690, 0x62, 0x0, 0x0, 0x1012, 0x11b0e640, ...)
  4315. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4316. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4317. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4318.  
  4319. goroutine 537 [syscall]:
  4320. syscall.Syscall(0xc4, 0x11c58760, 0x12740894, 0x0, 0x0, 0xc, 0x679382)
  4321. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4322. syscall.Lstat(0x111d1440, 0x10, 0x12740894, 0x0, 0x0)
  4323. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4324. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4325. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4326. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4327. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4328. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82960, 0x4b, 0x115dab60)
  4329. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4330. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ba00, ...)
  4331. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4332. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ba00, ...)
  4333. <autogenerated>:82 +0xec
  4334. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x7f, 0x1135ba00, 0xb, 0x12c82960, 0x56, 0x0, 0x0, 0x393e, 0x11b0e660, ...)
  4335. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4336. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4337. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4338.  
  4339. goroutine 538 [syscall]:
  4340. syscall.Syscall(0xc4, 0x11c587e0, 0x12740924, 0x0, 0x0, 0xc, 0x679382)
  4341. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4342. syscall.Lstat(0x111d1440, 0x10, 0x12740924, 0x0, 0x0)
  4343. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4344. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4345. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4346. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4347. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4348. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c829c0, 0x4b, 0x115dad20)
  4349. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4350. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ba90, ...)
  4351. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4352. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135ba90, ...)
  4353. <autogenerated>:82 +0xec
  4354. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x80, 0x1135ba90, 0xb, 0x12c829c0, 0x54, 0x0, 0x0, 0x707, 0x11b0e680, ...)
  4355. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4356. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4357. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4358.  
  4359. goroutine 539 [syscall]:
  4360. syscall.Syscall(0xc4, 0x11c58820, 0x127409b4, 0x0, 0x0, 0xc, 0x679382)
  4361. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4362. syscall.Lstat(0x111d1440, 0x10, 0x127409b4, 0x0, 0x0)
  4363. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4364. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4365. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4366. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4367. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4368. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82a80, 0x4b, 0x115daee0)
  4369. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4370. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bb70, ...)
  4371. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4372. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bb70, ...)
  4373. <autogenerated>:82 +0xec
  4374. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x81, 0x1135bb70, 0xb, 0x12c82a80, 0x5e, 0x0, 0x0, 0x514, 0x11b0e6a0, ...)
  4375. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4376. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4377. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4378.  
  4379. goroutine 540 [syscall]:
  4380. syscall.Syscall(0xc4, 0x11c58680, 0x127406e4, 0x0, 0x0, 0xc, 0x679382)
  4381. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4382. syscall.Lstat(0x111d1440, 0x10, 0x127406e4, 0x0, 0x0)
  4383. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4384. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4385. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4386. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4387. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4388. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110db350, 0x1f, 0x11dc4540)
  4389. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4390. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bc00, ...)
  4391. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4392. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bc00, ...)
  4393. <autogenerated>:82 +0xec
  4394. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x82, 0x1135bc00, 0xb, 0x110db350, 0x28, 0x0, 0x0, 0x20000, 0x11b0e6c0, ...)
  4395. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4396. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4397. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4398.  
  4399. goroutine 541 [syscall]:
  4400. syscall.Syscall(0xc4, 0x11b0ebe0, 0x10eb4b64, 0x0, 0x0, 0xc, 0x679382)
  4401. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4402. syscall.Lstat(0x111d1440, 0x10, 0x10eb4b64, 0x0, 0x0)
  4403. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4404. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4405. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4406. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4407. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4408. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11b1d9f0, 0x2a, 0x12c83380)
  4409. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4410. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bc90, ...)
  4411. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4412. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bc90, ...)
  4413. <autogenerated>:82 +0xec
  4414. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x83, 0x1135bc90, 0xb, 0x11b1d9f0, 0x4e, 0x0, 0x0, 0x24cd, 0x11b0e6e0, ...)
  4415. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4416. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4417. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4418.  
  4419. goroutine 542 [syscall]:
  4420. syscall.Syscall(0xc4, 0x11b0ec20, 0x10eb4c84, 0x0, 0x0, 0xc, 0x679382)
  4421. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4422. syscall.Lstat(0x111d1440, 0x10, 0x10eb4c84, 0x0, 0x0)
  4423. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4424. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4425. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4426. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4427. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4428. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110db3e0, 0x1f, 0x10e6b0c0)
  4429. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4430. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bd30, ...)
  4431. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4432. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bd30, ...)
  4433. <autogenerated>:82 +0xec
  4434. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x84, 0x1135bd30, 0xb, 0x110db3e0, 0x28, 0x20000, 0x0, 0x1d8f8, 0x11b0e700, ...)
  4435. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4436. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4437. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4438.  
  4439. goroutine 543 [syscall]:
  4440. syscall.Syscall(0xc4, 0x11b0ec60, 0x10eb5224, 0x0, 0x0, 0xc, 0x679382)
  4441. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4442. syscall.Lstat(0x111d1440, 0x10, 0x10eb5224, 0x0, 0x0)
  4443. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4444. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4445. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4446. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4447. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4448. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x10e6a7c0, 0x2a, 0x114d8410)
  4449. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4450. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bdc0, ...)
  4451. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4452. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bdc0, ...)
  4453. <autogenerated>:82 +0xec
  4454. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x85, 0x1135bdc0, 0xb, 0x10e6a7c0, 0x37, 0x0, 0x0, 0x2f1b, 0x11b0e720, ...)
  4455. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4456. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4457. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4458.  
  4459. goroutine 544 [syscall]:
  4460. syscall.Syscall(0xc4, 0x11b0eca0, 0x10eb57c4, 0x0, 0x0, 0xc, 0x679382)
  4461. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4462. syscall.Lstat(0x111d1440, 0x10, 0x10eb57c4, 0x0, 0x0)
  4463. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4464. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4465. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4466. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4467. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4468. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x110db470, 0x24, 0x10e6b580)
  4469. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4470. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135be20, ...)
  4471. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4472. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135be20, ...)
  4473. <autogenerated>:82 +0xec
  4474. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x86, 0x1135be20, 0xb, 0x110db470, 0x30, 0x0, 0x0, 0x3a01, 0x11b0e740, ...)
  4475. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4476. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4477. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4478.  
  4479. goroutine 545 [syscall]:
  4480. syscall.Syscall(0xc4, 0x11b0ece0, 0x10eb5854, 0x0, 0x0, 0xc, 0x679382)
  4481. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4482. syscall.Lstat(0x111d1440, 0x10, 0x10eb5854, 0x0, 0x0)
  4483. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4484. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4485. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4486. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4487. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4488. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11b1da40, 0x2a, 0x12c83500)
  4489. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4490. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135be90, ...)
  4491. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4492. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135be90, ...)
  4493. <autogenerated>:82 +0xec
  4494. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x87, 0x1135be90, 0xb, 0x11b1da40, 0x43, 0x0, 0x0, 0x1313, 0x11b0e760, ...)
  4495. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4496. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4497. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4498.  
  4499. goroutine 546 [syscall]:
  4500. syscall.Syscall(0xc4, 0x11b0ed20, 0x10eb58e4, 0x0, 0x0, 0xc, 0x679382)
  4501. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4502. syscall.Lstat(0x111d1440, 0x10, 0x10eb58e4, 0x0, 0x0)
  4503. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4504. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4505. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4506. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4507. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4508. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82ae0, 0x45, 0x115be8c0)
  4509. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4510. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bf50, ...)
  4511. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4512. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bf50, ...)
  4513. <autogenerated>:82 +0xec
  4514. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x88, 0x1135bf50, 0xb, 0x12c82ae0, 0x5e, 0x0, 0x0, 0x388, 0x11b0e780, ...)
  4515. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4516. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4517. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4518.  
  4519. goroutine 547 [syscall]:
  4520. syscall.Syscall(0xc4, 0x11b0ed60, 0x10eb5974, 0x0, 0x0, 0xc, 0x679382)
  4521. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4522. syscall.Lstat(0x111d1440, 0x10, 0x10eb5974, 0x0, 0x0)
  4523. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4524. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4525. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4526. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4527. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4528. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82b40, 0x4c, 0x115bebd0)
  4529. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4530. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bfd0, ...)
  4531. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4532. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x1135bfd0, ...)
  4533. <autogenerated>:82 +0xec
  4534. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x89, 0x1135bfd0, 0xb, 0x12c82b40, 0x57, 0x0, 0x0, 0x3675, 0x11b0e7a0, ...)
  4535. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4536. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4537. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4538.  
  4539. goroutine 548 [syscall]:
  4540. syscall.Syscall(0xc4, 0x11b0eda0, 0x10eb5a04, 0x0, 0x0, 0xc, 0x679382)
  4541. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4542. syscall.Lstat(0x111d1440, 0x10, 0x10eb5a04, 0x0, 0x0)
  4543. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4544. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4545. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4546. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4547. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4548. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x11b1dae0, 0x31, 0x12c83680)
  4549. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4550. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x130d4230, ...)
  4551. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4552. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x130d4230, ...)
  4553. <autogenerated>:82 +0xec
  4554. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8a, 0x130d4230, 0xb, 0x11b1dae0, 0x41, 0x0, 0x0, 0x801, 0x11b0e7c0, ...)
  4555. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4556. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4557. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4558.  
  4559. goroutine 549 [syscall]:
  4560. syscall.Syscall(0xc4, 0x11b0ede0, 0x10eb5a94, 0x0, 0x0, 0xc, 0x679382)
  4561. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4562. syscall.Lstat(0x111d1440, 0x10, 0x10eb5a94, 0x0, 0x0)
  4563. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4564. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4565. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4566. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4567. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4568. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x12c82c60, 0x53, 0x115befc0)
  4569. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4570. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x130d4680, ...)
  4571. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4572. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x130d4680, ...)
  4573. <autogenerated>:82 +0xec
  4574. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8b, 0x130d4680, 0xb, 0x12c82c60, 0x5e, 0x0, 0x0, 0xc7a, 0x11b0e7e0, ...)
  4575. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4576. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4577. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4578.  
  4579. goroutine 550 [runnable]:
  4580. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8c, 0x130d49a0, 0xb, 0x110db650, 0x2e, 0x0, 0x0, 0x1d0, 0x11b0e800, ...)
  4581. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4582. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4583. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4584.  
  4585. goroutine 551 [runnable]:
  4586. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8d, 0x130d5000, 0xb, 0x12c82cc0, 0x5e, 0x0, 0x0, 0x73f, 0x11b0e820, ...)
  4587. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4588. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4589. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4590.  
  4591. goroutine 552 [runnable]:
  4592. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8e, 0x130d5a10, 0xb, 0x12c82d20, 0x52, 0x0, 0x0, 0xaf2, 0x11b0e860, ...)
  4593. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4594. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4595. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4596.  
  4597. goroutine 553 [runnable]:
  4598. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x8f, 0x130d5ad0, 0xb, 0x11b1dc70, 0x43, 0x0, 0x0, 0xf27, 0x11b0e880, ...)
  4599. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4600. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4601. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4602.  
  4603. goroutine 554 [runnable]:
  4604. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x90, 0x130d5bb0, 0xb, 0x10e6a800, 0x3a, 0x0, 0x0, 0xd88, 0x11b0e8a0, ...)
  4605. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4606. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4607. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4608.  
  4609. goroutine 555 [runnable]:
  4610. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x91, 0x130d5d00, 0xb, 0x11b1dd10, 0x4a, 0x0, 0x0, 0x1c61, 0x11b0e8c0, ...)
  4611. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4612. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4613. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4614.  
  4615. goroutine 556 [runnable]:
  4616. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x92, 0x130d5f30, 0xb, 0x11b1de00, 0x4e, 0x0, 0x0, 0x316c, 0x11b0e8e0, ...)
  4617. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4618. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4619. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4620.  
  4621. goroutine 557 [runnable]:
  4622. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x93, 0x11cbe060, 0xb, 0x11b1df40, 0x48, 0x0, 0x0, 0x4c80, 0x11b0e900, ...)
  4623. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4624. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4625. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4626.  
  4627. goroutine 558 [runnable]:
  4628. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x94, 0x11cbe0f0, 0xb, 0x11030a50, 0x47, 0x0, 0x0, 0xca2, 0x11b0e920, ...)
  4629. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4630. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4631. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4632.  
  4633. goroutine 559 [runnable]:
  4634. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x95, 0x11cbe170, 0xb, 0x10e6a840, 0x40, 0x0, 0x0, 0x1423, 0x11b0e940, ...)
  4635. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4636. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4637. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4638.  
  4639. goroutine 560 [runnable]:
  4640. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x96, 0x11cbe200, 0xb, 0x12c82de0, 0x58, 0x0, 0x0, 0x33a, 0x11b0e960, ...)
  4641. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4642. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4643. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4644.  
  4645. goroutine 561 [runnable]:
  4646. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x97, 0x11cbe2b0, 0xb, 0x110311d0, 0x43, 0x0, 0x0, 0x2b6b, 0x11b0e9a0, ...)
  4647. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4648. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4649. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4650.  
  4651. goroutine 562 [runnable]:
  4652. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x98, 0x11cbe350, 0xb, 0x10e6a880, 0x3e, 0x0, 0x0, 0x10d9, 0x11b0e9c0, ...)
  4653. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4654. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4655. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4656.  
  4657. goroutine 563 [runnable]:
  4658. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x99, 0x11cbe3f0, 0xb, 0x12c82e40, 0x56, 0x0, 0x0, 0x4b7f, 0x11b0e9e0, ...)
  4659. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4660. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4661. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4662.  
  4663. goroutine 564 [runnable]:
  4664. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9a, 0x11cbe460, 0xb, 0x12c82ea0, 0x5d, 0x0, 0x0, 0x8d9, 0x11b0ea00, ...)
  4665. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4666. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4667. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4668.  
  4669. goroutine 565 [runnable]:
  4670. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9b, 0x11cbe500, 0xb, 0x12c83080, 0x56, 0x0, 0x0, 0x17cf, 0x11b0ea20, ...)
  4671. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4672. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4673. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4674.  
  4675. goroutine 566 [runnable]:
  4676. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9c, 0x11cbe5c0, 0xb, 0x12c830e0, 0x5f, 0x0, 0x0, 0x3bb, 0x11b0ea40, ...)
  4677. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4678. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4679. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4680.  
  4681. goroutine 567 [runnable]:
  4682. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9d, 0x11cbe670, 0xb, 0x11031db0, 0x41, 0x0, 0x0, 0x1429d, 0x11b0ea60, ...)
  4683. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4684. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4685. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4686.  
  4687. goroutine 568 [runnable]:
  4688. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9e, 0x11cbe6f0, 0xb, 0x12782720, 0x2e, 0x0, 0x0, 0xca0, 0x11b0ea80, ...)
  4689. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4690. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4691. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4692.  
  4693. goroutine 569 [runnable]:
  4694. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0x9f, 0x11cbe780, 0xb, 0x12c831a0, 0x5f, 0x0, 0x0, 0x15d, 0x11b0eaa0, ...)
  4695. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4696. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4697. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4698.  
  4699. goroutine 570 [runnable]:
  4700. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa0, 0x11cbe820, 0xb, 0x12c83200, 0x5a, 0x0, 0x0, 0x1e4, 0x11b0eac0, ...)
  4701. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4702. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4703. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4704.  
  4705. goroutine 571 [runnable]:
  4706. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa1, 0x11cbe8c0, 0xb, 0x10e6a940, 0x40, 0x0, 0x0, 0x868, 0x11b0eb00, ...)
  4707. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4708. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4709. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4710.  
  4711. goroutine 572 [runnable]:
  4712. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa2, 0x11cbe960, 0xb, 0x114d8050, 0x46, 0x0, 0x0, 0xb92, 0x11b0eb20, ...)
  4713. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4714. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4715. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4716.  
  4717. goroutine 573 [runnable]:
  4718. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa3, 0x11cbe9c0, 0xb, 0x10e6a980, 0x3d, 0x0, 0x0, 0x1394, 0x11b0eb40, ...)
  4719. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4720. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4721. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4722.  
  4723. goroutine 574 [runnable]:
  4724. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa4, 0x11cbea40, 0xb, 0x114d80f0, 0x4f, 0x0, 0x0, 0x1be2, 0x11b0eb60, ...)
  4725. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4726. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4727. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4728.  
  4729. goroutine 575 [syscall]:
  4730. syscall.Syscall(0xc4, 0x11c58860, 0x12740a44, 0x0, 0x0, 0xc, 0x679382)
  4731. /usr/lib/go-1.7/src/syscall/asm_linux_arm.s:17 +0x8
  4732. syscall.Lstat(0x111d1440, 0x10, 0x12740a44, 0x0, 0x0)
  4733. /usr/lib/go-1.7/src/syscall/zsyscall_linux_arm.go:1494 +0x8c
  4734. os.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4735. /usr/lib/go-1.7/src/os/file_unix.go:183 +0x84
  4736. github.com/syncthing/syncthing/lib/osutil.Lstat(0x111d1440, 0x10, 0x0, 0x0, 0x0, 0x0)
  4737. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/lstat_broken.go:21 +0x54
  4738. github.com/syncthing/syncthing/lib/osutil.IsDir(0x111d1440, 0x10, 0x114d8190, 0x35, 0x12860360)
  4739. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/osutil/isdir.go:21 +0x38
  4740. github.com/syncthing/syncthing/lib/model.(*Model).Request(0x10f8edc0, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11cbeaa0, ...)
  4741. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/model/model.go:1157 +0x1160
  4742. github.com/syncthing/syncthing/lib/protocol.(*nativeModel).Request(0x10e0ddd8, 0x7efc0103, 0x2e8f58d4, 0x43aa7efe, 0x7e4abbcb, 0x70b4fd66, 0x32c08e43, 0x97441e55, 0x8e096611, 0x11cbeaa0, ...)
  4743. <autogenerated>:82 +0xec
  4744. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa5, 0x11cbeaa0, 0xb, 0x114d8190, 0x43, 0x0, 0x0, 0xba8, 0x11b0eb80, ...)
  4745. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:521 +0x17c
  4746. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4747. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4748.  
  4749. goroutine 407 [runnable]:
  4750. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa6, 0x10e14700, 0xb, 0x1210a8a0, 0x59, 0x0, 0x0, 0x80ed, 0x112d81e0, ...)
  4751. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4752. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4753. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4754.  
  4755. goroutine 408 [runnable]:
  4756. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa7, 0x10e14790, 0xb, 0x111ab770, 0x50, 0x0, 0x0, 0xc3e, 0x112d8200, ...)
  4757. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4758. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4759. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4760.  
  4761. goroutine 409 [runnable]:
  4762. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa8, 0x10e147f0, 0xb, 0x130cacc0, 0x3f, 0x0, 0x0, 0x1c02, 0x112d8220, ...)
  4763. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4764. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4765. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4766.  
  4767. goroutine 410 [runnable]:
  4768. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xa9, 0x10e14870, 0xb, 0x1210a900, 0x5e, 0x0, 0x0, 0x155f, 0x112d8260, ...)
  4769. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4770. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4771. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4772.  
  4773. goroutine 411 [runnable]:
  4774. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xaa, 0x10e148e0, 0xb, 0x1210a960, 0x5d, 0x0, 0x0, 0x1cfb, 0x112d8280, ...)
  4775. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4776. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4777. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4778.  
  4779. goroutine 412 [runnable]:
  4780. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xab, 0x10e14950, 0xb, 0x1210a9c0, 0x57, 0x0, 0x0, 0x30d3, 0x112d82a0, ...)
  4781. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4782. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4783. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4784.  
  4785. goroutine 413 [runnable]:
  4786. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xac, 0x10e149d0, 0xb, 0x130cad00, 0x3d, 0x0, 0x0, 0x1ccc, 0x112d82c0, ...)
  4787. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4788. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4789. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4790.  
  4791. goroutine 414 [runnable]:
  4792. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xad, 0x10e14a40, 0xb, 0x130cad40, 0x3e, 0x0, 0x0, 0x12f0, 0x112d82e0, ...)
  4793. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4794. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4795. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4796.  
  4797. goroutine 415 [runnable]:
  4798. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xae, 0x10e14ad0, 0xb, 0x1210aa20, 0x5e, 0x0, 0x0, 0x82b, 0x112d8320, ...)
  4799. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4800. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4801. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4802.  
  4803. goroutine 416 [runnable]:
  4804. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xaf, 0x10e14b40, 0xb, 0x130cad80, 0x3f, 0x0, 0x0, 0xf0b, 0x112d8340, ...)
  4805. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4806. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4807. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4808.  
  4809. goroutine 417 [runnable]:
  4810. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb0, 0x10e14bc0, 0xb, 0x1210aae0, 0x52, 0x0, 0x0, 0x300, 0x112d8360, ...)
  4811. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4812. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4813. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4814.  
  4815. goroutine 578 [runnable]:
  4816. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb1, 0x10e14c40, 0xb, 0x130cadc0, 0x3e, 0x0, 0x0, 0x2085, 0x112d8380, ...)
  4817. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4818. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4819. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4820.  
  4821. goroutine 579 [runnable]:
  4822. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb2, 0x10e14cd0, 0xb, 0x1210ab40, 0x5e, 0x0, 0x0, 0x138f, 0x112d83a0, ...)
  4823. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4824. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4825. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4826.  
  4827. goroutine 580 [runnable]:
  4828. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb3, 0x10e14d70, 0xb, 0x1210aba0, 0x55, 0x0, 0x0, 0x21f6, 0x112d83e0, ...)
  4829. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4830. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4831. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4832.  
  4833. goroutine 581 [runnable]:
  4834. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb4, 0x10e14df0, 0xb, 0x130cae00, 0x3c, 0x0, 0x0, 0xbfa, 0x112d8400, ...)
  4835. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4836. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4837. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4838.  
  4839. goroutine 582 [runnable]:
  4840. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb5, 0x10e14e60, 0xb, 0x111ab810, 0x44, 0x0, 0x0, 0x1733, 0x112d8420, ...)
  4841. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4842. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4843. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4844.  
  4845. goroutine 583 [runnable]:
  4846. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb6, 0x10e14ed0, 0xb, 0x1210ac00, 0x60, 0x0, 0x0, 0xbe4, 0x112d8440, ...)
  4847. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4848. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4849. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4850.  
  4851. goroutine 584 [runnable]:
  4852. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb7, 0x10e14f60, 0xb, 0x10f6f880, 0x67, 0x0, 0x0, 0x7cb, 0x112d84a0, ...)
  4853. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4854. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4855. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4856.  
  4857. goroutine 585 [runnable]:
  4858. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb8, 0x10e14fe0, 0xb, 0x1210ac60, 0x60, 0x0, 0x0, 0x4c5, 0x112d84c0, ...)
  4859. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4860. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4861. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4862.  
  4863. goroutine 586 [runnable]:
  4864. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xb9, 0x10e15040, 0xb, 0x11403560, 0x2b, 0x0, 0x0, 0x7fc3, 0x112d84e0, ...)
  4865. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4866. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4867. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4868.  
  4869. goroutine 587 [runnable]:
  4870. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xba, 0x10e150a0, 0xb, 0x111ab950, 0x47, 0x0, 0x0, 0x356c, 0x112d8520, ...)
  4871. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4872. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4873. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4874.  
  4875. goroutine 588 [runnable]:
  4876. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xbb, 0x10e15120, 0xb, 0x1210acc0, 0x54, 0x0, 0x0, 0x361, 0x112d8540, ...)
  4877. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4878. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4879. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4880.  
  4881. goroutine 589 [runnable]:
  4882. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xbc, 0x10e151a0, 0xb, 0x1210ad20, 0x51, 0x0, 0x0, 0xc50, 0x112d8560, ...)
  4883. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4884. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4885. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4886.  
  4887. goroutine 590 [runnable]:
  4888. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xbd, 0x10e15230, 0xb, 0x130cae40, 0x3e, 0x0, 0x0, 0xd26, 0x112d85c0, ...)
  4889. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4890. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4891. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4892.  
  4893. goroutine 591 [runnable]:
  4894. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xbe, 0x10e152a0, 0xb, 0x130cae80, 0x3b, 0x0, 0x0, 0x4ca5, 0x112d85e0, ...)
  4895. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4896. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4897. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4898.  
  4899. goroutine 592 [runnable]:
  4900. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xbf, 0x10e15300, 0xb, 0x111abb30, 0x43, 0x0, 0x0, 0x17b1, 0x112d8600, ...)
  4901. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4902. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4903. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4904.  
  4905. goroutine 593 [runnable]:
  4906. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc0, 0x10e153a0, 0xb, 0x111abe00, 0x4e, 0x0, 0x0, 0x5e5, 0x112d8620, ...)
  4907. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4908. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4909. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4910.  
  4911. goroutine 594 [runnable]:
  4912. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc1, 0x10e15420, 0xb, 0x130caec0, 0x37, 0x0, 0x0, 0xefc, 0x112d8640, ...)
  4913. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4914. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4915. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4916.  
  4917. goroutine 595 [runnable]:
  4918. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc2, 0x10e154b0, 0xb, 0x1110c000, 0x4a, 0x0, 0x0, 0x17f9, 0x112d86c0, ...)
  4919. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4920. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4921. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4922.  
  4923. goroutine 596 [runnable]:
  4924. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc3, 0x10e15520, 0xb, 0x130caf00, 0x3c, 0x0, 0x0, 0x4a97, 0x112d86e0, ...)
  4925. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4926. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4927. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4928.  
  4929. goroutine 597 [runnable]:
  4930. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc4, 0x10e155d0, 0xb, 0x1210ade0, 0x59, 0x0, 0x0, 0x313, 0x112d8700, ...)
  4931. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4932. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4933. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4934.  
  4935. goroutine 598 [runnable]:
  4936. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc5, 0x10e15650, 0xb, 0x1210ae40, 0x5f, 0x0, 0x0, 0xb10, 0x112d8720, ...)
  4937. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4938. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4939. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4940.  
  4941. goroutine 599 [runnable]:
  4942. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc6, 0x10e156c0, 0xb, 0x1210aea0, 0x54, 0x0, 0x0, 0x120d, 0x112d8740, ...)
  4943. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4944. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4945. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4946.  
  4947. goroutine 600 [runnable]:
  4948. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc7, 0x10e15750, 0xb, 0x10f6f8f0, 0x65, 0x0, 0x0, 0x3d2, 0x112d8780, ...)
  4949. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4950. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4951. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4952.  
  4953. goroutine 601 [runnable]:
  4954. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc8, 0x10e157d0, 0xb, 0x1210af00, 0x54, 0x0, 0x0, 0x79e, 0x112d87c0, ...)
  4955. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4956. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4957. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4958.  
  4959. goroutine 602 [runnable]:
  4960. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xc9, 0x10e15830, 0xb, 0x130caf40, 0x3f, 0x0, 0x0, 0x12b8, 0x112d87e0, ...)
  4961. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4962. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4963. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4964.  
  4965. goroutine 603 [runnable]:
  4966. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xca, 0x10e158a0, 0xb, 0x1210af60, 0x5f, 0x0, 0x0, 0x949, 0x112d8800, ...)
  4967. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4968. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4969. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4970.  
  4971. goroutine 604 [runnable]:
  4972. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xcb, 0x10e15900, 0xb, 0x114038f0, 0x2a, 0x0, 0x0, 0x732, 0x112d8820, ...)
  4973. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4974. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4975. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4976.  
  4977. goroutine 605 [runnable]:
  4978. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xcc, 0x10e15980, 0xb, 0x1110c0a0, 0x47, 0x0, 0x0, 0x229f, 0x112d8860, ...)
  4979. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4980. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4981. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4982.  
  4983. goroutine 606 [runnable]:
  4984. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xcd, 0x10e15a00, 0xb, 0x1210afc0, 0x58, 0x0, 0x0, 0x19c1, 0x112d88a0, ...)
  4985. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4986. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4987. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4988.  
  4989. goroutine 607 [runnable]:
  4990. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xce, 0x10e15a90, 0xb, 0x1210b020, 0x5a, 0x0, 0x0, 0x10d4, 0x112d88e0, ...)
  4991. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4992. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4993. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  4994.  
  4995. goroutine 608 [runnable]:
  4996. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xcf, 0x10e15b00, 0xb, 0x130caf80, 0x3e, 0x0, 0x0, 0xc6e, 0x112d8920, ...)
  4997. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  4998. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  4999. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5000.  
  5001. goroutine 609 [runnable]:
  5002. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd0, 0x10e15b90, 0xb, 0x1110c140, 0x4b, 0x0, 0x0, 0x3303, 0x112d8940, ...)
  5003. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5004. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5005. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5006.  
  5007. goroutine 610 [runnable]:
  5008. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd1, 0x10e15c00, 0xb, 0x11403a40, 0x2a, 0x0, 0x0, 0x329, 0x112d8960, ...)
  5009. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5010. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5011. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5012.  
  5013. goroutine 611 [runnable]:
  5014. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd2, 0x10e15c70, 0xb, 0x1210b080, 0x58, 0x0, 0x0, 0x30a, 0x112d89a0, ...)
  5015. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5016. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5017. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5018.  
  5019. goroutine 612 [runnable]:
  5020. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd3, 0x10e15ce0, 0xb, 0x1110c1e0, 0x41, 0x0, 0x0, 0x121, 0x112d89c0, ...)
  5021. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5022. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5023. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5024.  
  5025. goroutine 613 [runnable]:
  5026. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd4, 0x10e15d60, 0xb, 0x1110c230, 0x50, 0x0, 0x0, 0x230, 0x112d89e0, ...)
  5027. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5028. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5029. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5030.  
  5031. goroutine 614 [runnable]:
  5032. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd5, 0x10e15dd0, 0xb, 0x1210b0e0, 0x5e, 0x0, 0x0, 0x1af, 0x112d8a00, ...)
  5033. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5034. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5035. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5036.  
  5037. goroutine 615 [runnable]:
  5038. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd6, 0x10e15e70, 0xb, 0x130cafc0, 0x3e, 0x0, 0x0, 0xa8d, 0x112d8a20, ...)
  5039. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5040. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5041. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5042.  
  5043. goroutine 616 [runnable]:
  5044. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd7, 0x10e15ef0, 0xb, 0x1110c2d0, 0x4b, 0x0, 0x0, 0xfb, 0x112d8a60, ...)
  5045. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5046. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5047. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5048.  
  5049. goroutine 617 [runnable]:
  5050. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd8, 0x10e15f70, 0xb, 0x11403bf0, 0x28, 0x0, 0x0, 0x2ede, 0x112d8aa0, ...)
  5051. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5052. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5053. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5054.  
  5055. goroutine 618 [runnable]:
  5056. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xd9, 0x1129e010, 0xb, 0x130cb000, 0x3e, 0x0, 0x0, 0x5acf, 0x112d8ae0, ...)
  5057. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5058. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5059. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5060.  
  5061. goroutine 619 [runnable]:
  5062. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xda, 0x1129e110, 0xb, 0x1110c370, 0x41, 0x0, 0x0, 0x1975, 0x112d8b00, ...)
  5063. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5064. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5065. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5066.  
  5067. goroutine 620 [runnable]:
  5068. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xdb, 0x1129eb50, 0xb, 0x1210b140, 0x52, 0x0, 0x0, 0x308, 0x112d8b20, ...)
  5069. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5070. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5071. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5072.  
  5073. goroutine 621 [runnable]:
  5074. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xdc, 0x1129ebb0, 0xb, 0x130cb040, 0x39, 0x0, 0x0, 0xf20, 0x112d8b40, ...)
  5075. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5076. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5077. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5078.  
  5079. goroutine 622 [runnable]:
  5080. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xdd, 0x1129ec10, 0xb, 0x130cb080, 0x32, 0x0, 0x0, 0x101, 0x112d8b80, ...)
  5081. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5082. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5083. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5084.  
  5085. goroutine 623 [runnable]:
  5086. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xde, 0x1129ec80, 0xb, 0x1210b1a0, 0x54, 0x0, 0x0, 0x3a5, 0x112d8bc0, ...)
  5087. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5088. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5089. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5090.  
  5091. goroutine 624 [runnable]:
  5092. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xdf, 0x1129ece0, 0xb, 0x130cb0c0, 0x3b, 0x0, 0x0, 0x92d, 0x112d8c00, ...)
  5093. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5094. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5095. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5096.  
  5097. goroutine 625 [runnable]:
  5098. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe0, 0x1129ed40, 0xb, 0x1110c410, 0x41, 0x0, 0x0, 0x1d85, 0x112d8c20, ...)
  5099. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5100. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5101. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5102.  
  5103. goroutine 626 [runnable]:
  5104. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe1, 0x1129eda0, 0xb, 0x1110c4b0, 0x46, 0x0, 0x0, 0x811, 0x112d8c40, ...)
  5105. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5106. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5107. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5108.  
  5109. goroutine 627 [runnable]:
  5110. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe2, 0x1129ee10, 0xb, 0x1210b200, 0x52, 0x0, 0x0, 0x37e, 0x112d8c60, ...)
  5111. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5112. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5113. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5114.  
  5115. goroutine 628 [runnable]:
  5116. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe3, 0x1129ee80, 0xb, 0x1210b260, 0x57, 0x0, 0x0, 0x38cc, 0x112d8ce0, ...)
  5117. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5118. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5119. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5120.  
  5121. goroutine 629 [runnable]:
  5122. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe4, 0x1129eef0, 0xb, 0x1210b2c0, 0x60, 0x0, 0x0, 0x4db, 0x112d8d00, ...)
  5123. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5124. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5125. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5126.  
  5127. goroutine 630 [runnable]:
  5128. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe5, 0x1129ef60, 0xb, 0x1210b320, 0x5e, 0x0, 0x0, 0x72, 0x112d8d40, ...)
  5129. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5130. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5131. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5132.  
  5133. goroutine 631 [runnable]:
  5134. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe6, 0x1129efc0, 0xb, 0x130cb100, 0x39, 0x0, 0x0, 0x232e, 0x112d8d60, ...)
  5135. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5136. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5137. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5138.  
  5139. goroutine 632 [runnable]:
  5140. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe7, 0x1129f020, 0xb, 0x130cb140, 0x39, 0x0, 0x0, 0x10ac8, 0x112d8d80, ...)
  5141. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5142. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5143. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5144.  
  5145. goroutine 633 [runnable]:
  5146. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe8, 0x1129f090, 0xb, 0x10f6f960, 0x64, 0x0, 0x0, 0x212e, 0x112d8da0, ...)
  5147. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5148. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5149. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5150.  
  5151. goroutine 634 [runnable]:
  5152. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xe9, 0x1129f100, 0xb, 0x1110c550, 0x4a, 0x0, 0x0, 0x3583, 0x112d8dc0, ...)
  5153. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5154. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5155. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5156.  
  5157. goroutine 635 [runnable]:
  5158. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xea, 0x1129f170, 0xb, 0x1210b380, 0x57, 0x0, 0x0, 0x2b3f, 0x112d8de0, ...)
  5159. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5160. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5161. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5162.  
  5163. goroutine 636 [runnable]:
  5164. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xeb, 0x1129f1d0, 0xb, 0x130cb180, 0x36, 0x0, 0x0, 0x17e, 0x112d8e00, ...)
  5165. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5166. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5167. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5168.  
  5169. goroutine 637 [runnable]:
  5170. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xec, 0x1129f240, 0xb, 0x10f6f9d0, 0x6c, 0x0, 0x0, 0x2851, 0x112d8e20, ...)
  5171. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5172. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5173. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5174.  
  5175. goroutine 638 [runnable]:
  5176. github.com/syncthing/syncthing/lib/protocol.(*rawConnection).handleRequest(0x12a23980, 0xed, 0x1129f2a0, 0xb, 0x1110c5f0, 0x41, 0x0, 0x0, 0x645a, 0x112d8e40, ...)
  5177. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:507
  5178. created by github.com/syncthing/syncthing/lib/protocol.(*rawConnection).readerLoop
  5179. /build/syncthing-9xspEI/syncthing-0.14.18+dfsg1/_build/src/github.com/syncthing/syncthing/lib/protocol/protocol.go:337 +0x64c
  5180.  
  5181. trap 0x0
  5182. error 0x0
  5183. oldmask 0x0
  5184. r0 0x0
  5185. r1 0x76bf9988
  5186. r2 0x0
  5187. r3 0x8
  5188. r4 0x0
  5189. r5 0x76bf9988
  5190. r6 0x76bfa460
  5191. r7 0xaf
  5192. r8 0x76bf9a9c
  5193. r9 0x1000
  5194. r10 0x10e005a0
  5195. fp 0xac43b0
  5196. ip 0x20
  5197. sp 0x76bf9988
  5198. lr 0xffffffff
  5199. pc 0x76d8645c
  5200. cpsr 0x10
  5201. fault 0x0
  5202. [monitor] 14:50:22 INFO: Syncthing exited: exit status 2
  5203. [monitor] 14:50:23 INFO: Starting syncthing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement