tyagikunal

YouCompleteMe_ycmd_stderr_with_config

Nov 14th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. 2016-11-14 20:19:11,654 - DEBUG - No global extra conf, not calling method YcmCorePreload
  2. 2016-11-14 20:23:02,475 - INFO - Received health request
  3. 2016-11-14 20:23:02,480 - INFO - Received filetype completion available request
  4. 2016-11-14 20:25:52,981 - INFO - Received event notification
  5. 2016-11-14 20:25:52,981 - DEBUG - Event name: CurrentIdentifierFinished
  6. 2016-11-14 20:25:52,981 - INFO - Adding ONE buffer identifier for file: /home/kunal/ros_ws/src/ddp/map_arena/include/map_arena/gazebo/linear_motion_plugin.hpp
  7. 2016-11-14 20:25:52,985 - INFO - Received completion request
  8. 2016-11-14 20:25:52,985 - DEBUG - Using filetype completion: False
  9. 2016-11-14 20:25:53,131 - INFO - Received completion request
  10. 2016-11-14 20:25:53,131 - DEBUG - Using filetype completion: False
  11. 2016-11-14 20:25:54,540 - INFO - Received event notification
  12. 2016-11-14 20:25:54,540 - DEBUG - Event name: FileReadyToParse
  13. 2016-11-14 20:25:54,540 - INFO - Adding buffer identifiers for file: /home/kunal/ros_ws/src/ddp/map_arena/include/map_arena/gazebo/linear_motion_plugin.hpp
  14. 2016-11-14 20:25:54,541 - INFO - Received event notification
  15. 2016-11-14 20:25:54,542 - DEBUG - Event name: InsertLeave
  16. 2016-11-14 20:25:54,542 - INFO - Adding ONE buffer identifier for file: /home/kunal/ros_ws/src/ddp/map_arena/include/map_arena/gazebo/linear_motion_plugin.hpp
  17. 2016-11-14 20:25:54,624 - INFO - Received event notification
  18. 2016-11-14 20:25:54,624 - DEBUG - Event name: FileReadyToParse
  19. 2016-11-14 20:25:54,624 - INFO - Adding buffer identifiers for file: /home/kunal/ros_ws/src/ddp/map_arena/include/map_arena/gazebo/linear_motion_plugin.hpp
  20. Traceback (most recent call last):
  21. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 861, in _handle
  22. return route.call(**args)
  23. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1734, in wrapper
  24. rv = callback(*a, **ka)
  25. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 109, in wrapper
  26. return callback( *args, **kwargs )
  27. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 72, in wrapper
  28. body = callback( *args, **kwargs )
  29. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 67, in EventNotification
  30. event_handler )( request_data )
  31. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 327, in OnFileReadyToParse
  32. with self._files_being_compiled.GetExclusive( filename ):
  33. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/ephemeral_values_set.py", line 63, in __enter__
  34. raise RuntimeError( ALREADY_PARSING_MESSAGE )
  35. RuntimeError: File already being parsed.
  36. 2016-11-14 20:29:05,480 - INFO - Received health request
  37. 2016-11-14 20:29:14,227 - DEBUG - Keeping subservers alive
  38. 2016-11-14 20:33:20,286 - INFO - Received event notification
  39. 2016-11-14 20:33:20,286 - DEBUG - Event name: BufferVisit
  40. 2016-11-14 20:34:16,949 - INFO - Received event notification
  41. 2016-11-14 20:34:16,950 - DEBUG - Event name: BufferVisit
  42. 2016-11-14 20:34:16,953 - INFO - Received event notification
  43. 2016-11-14 20:34:16,953 - DEBUG - Event name: FileReadyToParse
  44. 2016-11-14 20:34:16,953 - INFO - Adding buffer identifiers for file: /home/kunal/ros_ws/src/ddp/map_arena/src/gazebo/linear_motion_plugin.cpp
  45. 2016-11-14 20:34:17,040 - INFO - Received event notification
  46. 2016-11-14 20:34:17,040 - DEBUG - Event name: BufferVisit
  47. 2016-11-14 20:34:17,128 - INFO - Received event notification
  48. 2016-11-14 20:34:17,129 - DEBUG - Event name: BufferVisit
  49. 2016-11-14 20:34:17,132 - INFO - Received event notification
  50. 2016-11-14 20:34:17,132 - DEBUG - Event name: FileReadyToParse
  51. 2016-11-14 20:34:17,132 - INFO - Adding buffer identifiers for file: /home/kunal/ros_ws/src/ddp/map_arena/src/gazebo/linear_motion_plugin.cpp
  52. Traceback (most recent call last):
  53. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 861, in _handle
  54. return route.call(**args)
  55. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1734, in wrapper
  56. rv = callback(*a, **ka)
  57. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 109, in wrapper
  58. return callback( *args, **kwargs )
  59. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 72, in wrapper
  60. body = callback( *args, **kwargs )
  61. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 67, in EventNotification
  62. event_handler )( request_data )
  63. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 327, in OnFileReadyToParse
  64. with self._files_being_compiled.GetExclusive( filename ):
  65. File "$HOME/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/cpp/ephemeral_values_set.py", line 63, in __enter__
  66. raise RuntimeError( ALREADY_PARSING_MESSAGE )
  67. RuntimeError: File already being parsed.
Add Comment
Please, Sign In to add comment