Advertisement
Guest User

kak-lsp errors

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.21 KB | None | 0 0
  1. May 27 12:01:19.085 INFO Starting Controller, module: kak_lsp::controller:26
  2. May 27 12:01:19.086 INFO Starting editor transport on 127.0.0.1:31337, module: kak_lsp::editor_transport:15
  3. May 27 12:01:23.419 DEBG From editor:
  4. session = "11994"
  5. client = "client0"
  6. buffile = "/cryptopals/set2/main.go"
  7. version = 1340
  8. method = "textDocument/hover"
  9. [params.position]
  10. line = 78
  11. character = 3
  12. , module: kak_lsp::editor_transport:26
  13. May 27 12:01:23.420 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  14. May 27 12:01:23.421 INFO Starting Language server `go-langserver -mode stdio -gocodecompletion`, module: kak_lsp::language_server_transport:16
  15. May 27 12:01:23.424 DEBG To server: {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{},"workspace":{"applyEdit":null,"didChangeConfiguration":null,"didChangeWatchedFiles":null,"executeCommand":null,"symbol":null,"workspaceEdit":null}},"initializationOptions":null,"processId":12863,"rootPath":"/cryptopals","rootUri":"file:///cryptopals","trace":"off"},"id":0}, module: kak_lsp::language_server_transport:152
  16. May 27 12:01:23.431 DEBG From server: {"id":0,"result":{"capabilities":{"textDocumentSync":2,"hoverProvider":true,"completionProvider":{"triggerCharacters":["."]},"signatureHelpProvider":{"triggerCharacters":["(",","]},"definitionProvider":true,"typeDefinitionProvider":true,"referencesProvider":true,"documentSymbolProvider":true,"workspaceSymbolProvider":true,"implementationProvider":true,"documentFormattingProvider":true,"xworkspaceReferencesProvider":true,"xdefinitionProvider":true,"xworkspaceSymbolByProperties":true}},"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  17. May 27 12:01:23.431 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"go","text":" /* I removed the contents of the file from this pastebin for brevity and readability. The positions sent from the editor are fine */","uri":"file:///cryptopals/set2/main.go","version":1340}}}, module: kak_lsp::language_server_transport:152
  18. May 27 12:01:23.432 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":3,"line":78},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":1}, module: kak_lsp::language_server_transport:152
  19. May 27 12:01:23.436 DEBG From server: {"id":1,"result":null,"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  20. May 27 12:01:23.738 DEBG From editor:
  21. session = "11994"
  22. client = "client0"
  23. buffile = "/cryptopals/set2/main.go"
  24. version = 1340
  25. method = "textDocument/hover"
  26. [params.position]
  27. line = 77
  28. character = 2
  29. , module: kak_lsp::editor_transport:26
  30. May 27 12:01:23.741 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  31. May 27 12:01:23.741 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":2,"line":77},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":2}, module: kak_lsp::language_server_transport:152
  32. May 27 12:01:23.751 DEBG From server: {"id":2,"result":null,"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  33. May 27 12:01:24.018 DEBG From editor:
  34. session = "11994"
  35. client = "client0"
  36. buffile = "/cryptopals/set2/main.go"
  37. version = 1340
  38. method = "textDocument/hover"
  39. [params.position]
  40. line = 76
  41. character = 2
  42. , module: kak_lsp::editor_transport:26
  43. May 27 12:01:24.021 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  44. May 27 12:01:24.021 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":2,"line":76},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":3}, module: kak_lsp::language_server_transport:152
  45. May 27 12:01:24.026 DEBG From server: {"id":3,"result":null,"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  46. May 27 12:01:24.272 DEBG From editor:
  47. session = "11994"
  48. client = "client0"
  49. buffile = "/cryptopals/set2/main.go"
  50. version = 1340
  51. method = "textDocument/hover"
  52. [params.position]
  53. line = 75
  54. character = 2
  55. , module: kak_lsp::editor_transport:26
  56. May 27 12:01:24.275 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  57. May 27 12:01:24.276 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":2,"line":75},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":4}, module: kak_lsp::language_server_transport:152
  58. May 27 12:01:24.287 DEBG From server: {"id":4,"result":null,"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  59. May 27 12:01:24.504 DEBG From editor:
  60. session = "11994"
  61. client = "client0"
  62. buffile = "/cryptopals/set2/main.go"
  63. version = 1340
  64. method = "textDocument/hover"
  65. [params.position]
  66. line = 74
  67. character = 3
  68. , module: kak_lsp::editor_transport:26
  69. May 27 12:01:24.505 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  70. May 27 12:01:24.505 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":3,"line":74},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":5}, module: kak_lsp::language_server_transport:152
  71. May 27 12:01:24.510 DEBG From server: {"id":5,"result":null,"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  72. May 27 12:01:24.769 DEBG From editor:
  73. session = "11994"
  74. client = "client0"
  75. buffile = "/cryptopals/set2/main.go"
  76. version = 1340
  77. method = "textDocument/hover"
  78. [params.position]
  79. line = 73
  80. character = 6
  81. , module: kak_lsp::editor_transport:26
  82. May 27 12:01:24.772 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  83. May 27 12:01:24.772 DEBG To server: {"jsonrpc":"2.0","method":"textDocument/hover","params":{"position":{"character":6,"line":73},"textDocument":{"uri":"file:///cryptopals/set2/main.go"}},"id":6}, module: kak_lsp::language_server_transport:152
  84. May 27 12:01:24thread '.<unnamed>779' panicked at 'Failed to parse hover response: Error("data did not match any variant of untagged enum HoverContents", line: 0, column: 0)', libcore/result.rs:945DEBG:5
  85. From server: {"id":6,"result":{"contents":null},"jsonrpc":"2.0"}, module: kak_lsp::language_server_transport:124
  86. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  87. stack backtrace:
  88. 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
  89. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  90. 1: std::panicking::default_hook::{{closure}}
  91. at libstd/sys_common/backtrace.rs:71
  92. 2: std::panicking::rust_panic_with_hook
  93. at libstd/panicking.rs:223
  94. at libstd/panicking.rs:402
  95. 3: std::panicking::begin_panic_fmt
  96. at libstd/panicking.rs:349
  97. 4: core::panicking::panic_fmt
  98. at libstd/panicking.rs:325
  99. 5: core::result::unwrap_failed
  100. 6: kak_lsp::controller::dispatch_server_response
  101. May 27 12:01:24.983 DEBG From editor:
  102. session = "11994"
  103. client = "client0"
  104. buffile = "/cryptopals/set2/main.go"
  105. version = 1340
  106. method = "textDocument/hover"
  107. [params.position]
  108. line = 72
  109. character = 6
  110. , module: kak_lsp::editor_transport:26
  111. May 27 12:0thread '1<unnamed>:' panicked at '24Failed to lock context: "PoisonError { inner: .. }".', 985libcore/result.rs:945 :5
  112. DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  113. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  114. stack backtrace:
  115. 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
  116. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  117. 1: std::panicking::default_hook::{{closure}}
  118. at libstd/sys_common/backtrace.rs:71
  119. 2: std::panicking::rust_panic_with_hook
  120. at libstd/panicking.rs:223
  121. at libstd/panicking.rs:402
  122. 3: std::panicking::begin_panic_fmt
  123. at libstd/panicking.rs:349
  124. 4: core::panicking::panic_fmt
  125. at libstd/panicking.rs:325
  126. 5: core::result::unwrap_failed
  127. thread '<unnamed>' panicked at 'Failed to wait for controller: Any', libcore/result.rs:945:5
  128. note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
  129. stack backtrace:
  130. 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
  131. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  132. 1: std::panicking::default_hook::{{closure}}
  133. at libstd/sys_common/backtrace.rs:71
  134. 2: std::panicking::rust_panic_with_hook
  135. at libstd/panicking.rs:223
  136. at libstd/panicking.rs:402
  137. 3: std::panicking::begin_panic_fmt
  138. at libstd/panicking.rs:349
  139. 4: core::panicking::panic_fmt
  140. at libstd/panicking.rs:325
  141. 5: core::result::unwrap_failed
  142. May 27 12:01:25.244 DEBG From editor:
  143. session = "11994"
  144. client = "client0"
  145. buffile = "/cryptopals/set2/main.go"
  146. version = 1340
  147. method = "textDocument/hover"
  148. [params.position]
  149. line = 71
  150. character = 1
  151. , module: kak_lsp::editor_transport:26
  152. thread 'main' panicked at 'Failed to route editor request: "SendError(..)"', libcore/result.rs:May 94527: 512
  153. :01:25.246 DEBG Routing editor request to Route { session: "11994", language: "go", root: "/cryptopals" }, module: kak_lsp::controller:69
  154. stack backtrace:
  155. 0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
  156. at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
  157. 1: std::panicking::default_hook::{{closure}}
  158. at libstd/sys_common/backtrace.rs:71
  159. 2: std::panicking::rust_panic_with_hook
  160. at libstd/panicking.rs:223
  161. at libstd/panicking.rs:402
  162. 3: std::panicking::begin_panic_fmt
  163. at libstd/panicking.rs:349
  164. 4: core::panicking::panic_fmt
  165. at libstd/panicking.rs:325
  166. 5: core::result::unwrap_failed
  167. 6: kak_lsp::controller::start
  168. 7: kak_lsp::main
  169. 8: std::rt::lang_start::{{closure}}
  170. 9: main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement