Guest User

Untitled

a guest
Jun 3rd, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 10.79 KB | None | 0 0
  1. 2021-06-03 14:57:07,890 - DEBUG - No global extra conf, not calling method YcmCorePreload
  2. 2021-06-03 14:57:07,924 - INFO - Completion config: 50, detailing -1 candiates
  3. 2021-06-03 14:57:07,924 - INFO - Completion config: 50, detailing -1 candiates
  4. 2021-06-03 14:57:07,924 - INFO - Completion config: 50, detailing -1 candiates
  5. 2021-06-03 14:57:07,924 - INFO - Completion config: 50, detailing -1 candiates
  6. 127.0.0.1 - - [03/Jun/2021 14:57:07] "GET /ready HTTP/1.1" 200 4
  7. 2021-06-03 14:57:08,009 - DEBUG - Event name: BufferVisit
  8. 2021-06-03 14:57:08,011 - INFO - Completion config: 50, detailing -1 candiates
  9. 127.0.0.1 - - [03/Jun/2021 14:57:08] "POST /event_notification HTTP/1.1" 200 2
  10. 127.0.0.1 - - [03/Jun/2021 14:57:08] "GET /signature_help_available?subserver=crystal HTTP/1.1" 200 23
  11. 2021-06-03 14:57:08,020 - DEBUG - Event name: FileReadyToParse
  12. 2021-06-03 14:57:08,020 - INFO - Adding buffer identifiers for file: /home/anton_7c3/_progs/test/htsrv/example.cr
  13. 2021-06-03 14:57:08,022 - INFO - Starting crystalCompleter: ['/usr/local/bin/crystalline']
  14. 2021-06-03 14:57:08,028 - INFO - crystalCompleter started with PID 77007
  15. 2021-06-03 14:57:08,029 - DEBUG - TX: Sending message: b'Content-Length: 1249\r\n\r\n{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}}},"completion":{"completionItem":{"documentationFormat":["plaintext","markdown"]},"completionItemKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":false,"labelSupport":false,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"hover":{"contentFormat":["plaintext","markdown"]},"signatureHelp":{"signatureInformation":{"documentationFormat":["plaintext","markdown"],"parameterInformation":{"labelOffsetSupport":true}}},"synchronization":{"didSave":true}},"workspace":{"applyEdit":true,"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"workspaceEdit":{"documentChanges":true}}},"initializationOptions":{},"processId":76993,"rootPath":"/home/anton_7c3/_progs/test/htsrv","rootUri":"file:///home/anton_7c3/_progs/test/htsrv"}}'
  16. 127.0.0.1 - - [03/Jun/2021 14:57:08] "POST /event_notification HTTP/1.1" 200 2
  17. 2021-06-03 14:57:08,083 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":1,"result":{"capabilities":{"textDocumentSync":2,"completionProvider":{"triggerCharacters":[".",":","@"]},"hoverProvider":true,"definitionProvider":true,"documentSymbolProvider":true,"documentFormattingProvider":true,"documentRangeFormattingProvider":true}}}'
  18. 2021-06-03 14:57:08,083 - INFO - None: Language server does not require resolve request
  19. 2021-06-03 14:57:08,083 - INFO - None: Language server requires sync type of Incremental
  20. 2021-06-03 14:57:08,083 - DEBUG - crystal: Server declares trigger characters: ['.', ':', '@']
  21. 2021-06-03 14:57:08,083 - INFO - crystal: Using trigger characters for semantic triggers: .,:,@
  22. 2021-06-03 14:57:08,083 - DEBUG - crystal: Server declares signature trigger characters: []
  23. 2021-06-03 14:57:08,083 - DEBUG - TX: Sending notification: b'Content-Length: 52\r\n\r\n{"jsonrpc":"2.0","method":"initialized","params":{}}'
  24. 2021-06-03 14:57:08,084 - DEBUG - TX: Sending notification: b'Content-Length: 86\r\n\r\n{"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{}}}'
  25. 2021-06-03 14:57:08,084 - DEBUG - Refreshing file /home/anton_7c3/_progs/test/htsrv/example.cr: State is Open/action Open
  26. 2021-06-03 14:57:08,084 - DEBUG - TX: Sending notification: b'Content-Length: 558\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"languageId":"crystal","text":"require \\"http/server\\"\\n\\nserver = HTTP::Server.new do |context|\\n  context.response.content_type = \\"text/plain\\"\\n  context.response.print \\"Hello world!\\"\\nend\\n\\nspawn do\\n  address = server.bind_tcp 8080\\n  puts \\"Listening on http://#{address}\\"\\n  server.listen\\nend\\n\\nsleep 1.second\\n\\nloop do\\n  break unless server.listening?\\n  Fiber.yield\\nend\\n\\nputs \\"Done\\"\\n","uri":"file:///home/anton_7c3/_progs/test/htsrv/example.cr","version":1}}}'
  27. 2021-06-03 14:57:08,084 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","method":"window/logMessage","params":{"type":3,"message":"Crystalline LSP server is ready."}}'
  28. 2021-06-03 14:57:08,094 - INFO - Server reported: Crystalline LSP server is ready.
  29. 127.0.0.1 - - [03/Jun/2021 14:57:08] "POST /semantic_completion_available HTTP/1.1" 200 4
  30. 2021-06-03 14:57:10,396 - DEBUG - Event name: CurrentIdentifierFinished
  31. 2021-06-03 14:57:10,396 - INFO - Adding ONE buffer identifier for file: /home/anton_7c3/_progs/test/htsrv/example.cr
  32. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /event_notification HTTP/1.1" 200 2
  33. 2021-06-03 14:57:10,514 - DEBUG - Using filetype completion: False
  34. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /completions HTTP/1.1" 200 58
  35. 127.0.0.1 - - [03/Jun/2021 14:57:10] "GET /signature_help_available?subserver=crystal HTTP/1.1" 200 18
  36. 2021-06-03 14:57:10,695 - DEBUG - Using filetype completion: False
  37. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /completions HTTP/1.1" 200 432
  38. 2021-06-03 14:57:10,849 - DEBUG - Using filetype completion: False
  39. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /completions HTTP/1.1" 200 163
  40. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /signature_help HTTP/1.1" 200 88
  41. 2021-06-03 14:57:10,920 - DEBUG - Using filetype completion: False
  42. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /completions HTTP/1.1" 200 163
  43. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /signature_help HTTP/1.1" 200 88
  44. 2021-06-03 14:57:10,992 - DEBUG - Using filetype completion: False
  45. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /completions HTTP/1.1" 200 163
  46. 127.0.0.1 - - [03/Jun/2021 14:57:10] "POST /signature_help HTTP/1.1" 200 88
  47. 2021-06-03 14:57:11,131 - DEBUG - Using filetype completion: False
  48. 127.0.0.1 - - [03/Jun/2021 14:57:11] "POST /completions HTTP/1.1" 200 163
  49. 127.0.0.1 - - [03/Jun/2021 14:57:11] "POST /signature_help HTTP/1.1" 200 88
  50. 2021-06-03 14:57:11,646 - DEBUG - Event name: CurrentIdentifierFinished
  51. 127.0.0.1 - - [03/Jun/2021 14:57:11] "POST /signature_help HTTP/1.1" 200 88
  52. 2021-06-03 14:57:11,654 - INFO - Adding ONE buffer identifier for file: /home/anton_7c3/_progs/test/htsrv/example.cr
  53. 127.0.0.1 - - [03/Jun/2021 14:57:11] "POST /event_notification HTTP/1.1" 200 2
  54. 2021-06-03 14:57:11,655 - DEBUG - Using filetype completion: True
  55. 2021-06-03 14:57:11,656 - DEBUG - Refreshing file /home/anton_7c3/_progs/test/htsrv/example.cr: State is Open/action Change
  56. 2021-06-03 14:57:11,656 - DEBUG - TX: Sending notification: b'Content-Length: 567\r\n\r\n{"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"text":"require \\"http/server\\"\\n\\nserver = HTTP::Server.new do |context|\\n  context.response.content_type = \\"text/plain\\"\\n  context.response.print \\"Hello world!\\"\\nend\\n\\nspawn do\\n  address = server.bind_tcp 8080\\n  puts \\"Listening on http://#{address}\\"\\n  server.listen\\nend\\n\\nsleep 1.second\\nserver.\\n\\nloop do\\n  break unless server.listening?\\n  Fiber.yield\\nend\\n\\nputs \\"Done\\"\\n"}],"textDocument":{"uri":"file:///home/anton_7c3/_progs/test/htsrv/example.cr","version":2}}}'
  57. 2021-06-03 14:57:11,656 - DEBUG - TX: Sending message: b'Content-Length: 184\r\n\r\n{"id":2,"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":7,"line":14},"textDocument":{"uri":"file:///home/anton_7c3/_progs/test/htsrv/example.cr"}}}'
  58. 2021-06-03 14:57:11,657 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":0,"method":"window/workDoneProgress/create","params":{"token":"workspace/compile/0"}}'
  59. 2021-06-03 14:57:11,657 - DEBUG - TX: Sending response: b'Content-Length: 77\r\n\r\n{"error":{"code":-32601,"message":"Method not found"},"id":0,"jsonrpc":"2.0"}'
  60. 2021-06-03 14:57:11,657 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","method":"$/progress","params":{"token":"workspace/compile/0","value":{"title":"Building","message":"/home/anton_7c3/_progs/test/htsrv/example.cr","kind":"begin"}}}'
  61. 2021-06-03 14:57:12,101 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","method":"$/progress","params":{"token":"workspace/compile/0","value":{"message":"Completed successfully.","kind":"end"}}}'
  62. 2021-06-03 14:57:12,106 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":2,"result":{"isIncomplete":false,"items":[]}}'
  63. 127.0.0.1 - - [03/Jun/2021 14:57:12] "POST /completions HTTP/1.1" 200 58
  64. 2021-06-03 14:57:13,439 - DEBUG - Using filetype completion: True
  65. 2021-06-03 14:57:13,440 - DEBUG - Refreshing file /home/anton_7c3/_progs/test/htsrv/example.cr: State is Open/action None
  66. 2021-06-03 14:57:13,441 - DEBUG - TX: Sending message: b'Content-Length: 184\r\n\r\n{"id":3,"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":7,"line":14},"textDocument":{"uri":"file:///home/anton_7c3/_progs/test/htsrv/example.cr"}}}'
  67. 2021-06-03 14:57:13,443 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":0,"method":"window/workDoneProgress/create","params":{"token":"workspace/compile/1"}}'
  68. 2021-06-03 14:57:13,443 - DEBUG - TX: Sending response: b'Content-Length: 77\r\n\r\n{"error":{"code":-32601,"message":"Method not found"},"id":0,"jsonrpc":"2.0"}'
  69. 2021-06-03 14:57:13,445 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","method":"$/progress","params":{"token":"workspace/compile/1","value":{"title":"Building","message":"/home/anton_7c3/_progs/test/htsrv/example.cr","kind":"begin"}}}'
  70. 2021-06-03 14:57:13,888 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","method":"$/progress","params":{"token":"workspace/compile/1","value":{"message":"Completed successfully.","kind":"end"}}}'
  71. 2021-06-03 14:57:13,892 - DEBUG - RX: Received message: b'{"jsonrpc":"2.0","id":3,"result":{"isIncomplete":false,"items":[]}}'
  72. 127.0.0.1 - - [03/Jun/2021 14:57:13] "POST /completions HTTP/1.1" 200 58
  73. 2021-06-03 14:57:14,358 - DEBUG - Event name: FileReadyToParse
  74. 2021-06-03 14:57:14,359 - INFO - Adding buffer identifiers for file: /home/anton_7c3/_progs/test/htsrv/example.cr
  75. 2021-06-03 14:57:14,361 - DEBUG - Refreshing file /home/anton_7c3/_progs/test/htsrv/example.cr: State is Open/action None
  76. 127.0.0.1 - - [03/Jun/2021 14:57:14] "POST /event_notification HTTP/1.1" 200 2
  77. 2021-06-03 14:57:14,372 - DEBUG - Event name: InsertLeave
  78. 127.0.0.1 - - [03/Jun/2021 14:57:14] "POST /event_notification HTTP/1.1" 200 2
  79. 127.0.0.1 - - [03/Jun/2021 14:57:17] "POST /debug_info HTTP/1.1" 200 571
  80. 127.0.0.1 - - [03/Jun/2021 14:57:22] "POST /receive_messages HTTP/1.1" 200 5
  81. 127.0.0.1 - - [03/Jun/2021 14:57:23] "POST /receive_messages HTTP/1.1" 200 4
  82.  
Advertisement
Add Comment
Please, Sign In to add comment