Spacevim: Fly grep breaks sometimes when searching

Created on 31 Dec 2019  ·  5Comments  ·  Source: SpaceVim/SpaceVim

Expected behavior, english is required

Not to throw an error when searching using grep on the fly

The reproduce ways from Vim starting (Required!)

  • start searching with grep on the fly
  • type something existing fast
  • sometimes search will throw the following error Invalid channel id and search needs to be started again

Debug info

Please press SPC h I, debug info will be put into clipboard, then paste all content below.

SpaceVim debug information

SpaceVim options :

  auto_disable_touchpad = 1
  autocomplete_method = 'deoplete'
  autocomplete_parens = 1
  bootstrap_after = 'myspacevim#after'
  bootstrap_before = 'myspacevim#before'
  buffer_index_type = 4
  checkinstall = 1
  colorscheme = 'gruvbox'
  colorscheme_bg = 'dark'
  colorscheme_default = 'desert'
  commandline_prompt = '➭'
  custom_color_palette = []
  custom_plugins = [['mustache/vim-mustache-handlebars', {'name': 'mustache/vim-mustache-handlebars'}], ['Quramy/vim-js-pretty-template', {'name': 'Quramy/vim-js-pretty-template'}], ['tmux-plugins/vim-tmux-focus-events', {'name': 'tmux-plugins/vim-tmux-focus-events'}], ['tpope/vim-obsession', {'name': 'tpope/vim-obsession'}], ['tpope/vim-projectionist', {'name': 'tpope/vim-projectionist'}], ['HerringtonDarkholme/yats.vim', {'name': 'HerringtonDarkholme/yats.vim', 'merge': 0}]]
  debug_level = 1
  default_indent = 2
  disabled_plugins = []
  enable_ale = 1
  enable_bepo_layout = 0
  enable_cursorcolumn = 0
  enable_cursorline = 1
  enable_debug = 0
  enable_googlesuggest = 0
  enable_guicolors = 1
  enable_insert_leader = 1
  enable_javacomplete2_py = 0
  enable_key_frequency = 0
  enable_language_specific_leader = 1
  enable_neocomplcache = 0
  enable_neomake = 0
  enable_os_fileformat_icon = 0
  enable_powerline_fonts = 1
  enable_statusline_bfpath = 0
  enable_statusline_mode = 1
  enable_statusline_tag = 1
  enable_tabline_filetype_icon = 1
  enable_tabline_ft_icon = 0
  enable_vimfiler_filetypeicon = 0
  enable_vimfiler_gitstatus = 0
  enable_vimfiler_welcome = 1
  enable_ycm = 0
  error_symbol = '✖'
  expand_tab = 1
  filemanager = 'vimfiler'
  filetree_direction = 'right'
  filetype_icons = {}
  force_global_config = 0
  gitcommit_issue_icon = ''
  gitcommit_pr_icon = ''
  github_username = ''
  guifont = ''
  hiddenfileinfo = 1
  home_files_number = 6
  hosts_url = 'https://raw.githubusercontent.com/racaljk/hosts/master/hosts'
  info_symbol = 'ⓘ'
  keep_server_alive = 1
  language = ''
  leader_guide_default_group_name = ''
  leader_guide_flatten = 1
  leader_guide_hspace = 5
  leader_guide_max_size = 0
  leader_guide_position = 'botright'
  leader_guide_run_map_on_popup = 1
  leader_guide_sort_horizontal = 0
  leader_guide_submode_mappings = {'<C-C>': 'win_close'}
  leader_guide_vertical = 0
  lint_on_save = 1
  lint_on_the_fly = 0
  max_column = 120
  plugin_bundle_dir = '/Users/user/.cache/vimfiles/'
  plugin_manager = 'dein'
  plugin_manager_processes = 16
  plugin_name = 'emmet-vim'
  project_rooter_automatically = 1
  project_rooter_patterns = ['.git/', '_darcs/', '.hg/', '.bzr/', '.svn/', '.SpaceVim.d/']
  realtime_leader_guide = 1
  relativenumber = 1
  search_tools = ['rg', 'ag', 'pt', 'ack', 'grep', 'findstr']
  sidebar_direction = ''
  sidebar_width = 30
  smartcloseignoreft = ['tagbar', 'vimfiler', 'defx', 'SpaceVimRunner', 'SpaceVimREPL', 'SpaceVimQuickFix', 'HelpDescribe', 'VebuggerShell', 'VebuggerTerminal', 'SpaceVimTabsManager']
  smartcloseignorewin = ['__Tagbar__', 'vimfiler:default']
  snippet_engine = 'neosnippet'
  src_root = 'E:\sources\'
  statusline_inactive_separator = 'arrow'
  statusline_iseparator = 'nil'
  statusline_left_sections = ['winnr', 'filename', 'major mode', 'search count', 'syntax checking', 'minor mode lighters', 'vcs', 'hunks']
  statusline_right_sections = ['fileformat', 'cursorpos', 'percentage']
  statusline_separator = 'arrow'
  statusline_unicode_symbols = 1
  terminal_cursor_shape = 2
  update_retry_cnt = 3
  version = '1.4.0-dev'
  vim_help_language = 'en'
  vimcompatible = 0
  warning_symbol = '⚠'
  wildignore = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,*.ttf,*.TTF,*.png,*/target/*,.git,.svn,.hg,.DS_Store,*.svg'
  windows_index_type = 3
  windows_leader = 's'
  windows_smartclose = 'q'

SpaceVim layers :

[[layers]]
  name="autocomplete"
  auto-completion-return-key-behavior='complete'
  auto-completion-tab-key-behavior='smart'
  autocomplete_method='coc'
[[layers]]
  name="checkers"
[[layers]]
  name="format"
[[layers]]
  name="edit"
[[layers]]
  name="ui"
[[layers]]
  name="core"
[[layers]]
  name="core#banner"
[[layers]]
  name="core#statusline"
[[layers]]
  name="core#tabline"
[[layers]]
  name="lsp"
  filetypes=['html', 'css', 'typescript', 'javascript']
[[layers]]
  name="shell"
  default_position='top'
  default_height=30
[[layers]]
  name="denite"
[[layers]]
  name="VersionControl"
[[layers]]
  name="git"
[[layers]]
  name="tmux"
[[layers]]
  name="lang#typescript"
[[layers]]
  name="lang#markdown"
[[layers]]
  name="lang#dockerfile"
[[layers]]
  name="lang#graphql"
[[layers]]
  name="lang#html"
[[layers]]
  name="test"
[[layers]]
  name="-l"

SpaceVim Health checking :

SpaceVim clipboard support check report:
Checking +clipboard:
      SUCCEED!
SpaceVim environment check report:
Current progpath: nvim(/usr/local/Cellar/neovim/0.4.3/bin/nvim)
version: 800
OS: mac
[shell, shellcmdflag, shellslash]: ['/bin/zsh', '-c', 0]
SpaceVim lua support check report:
Checking +lua:
      Failed : Known issue, neovim do not support lua now.
SpaceVim python support check report:
Checking +python3:
      SUCCEED!
Checking +python:
      Failed : to support +python, you need run `pip2 install neovim`

SpaceVim runtime log :

[ SpaceVim ] : logger file  does not exists, only log for current process will be shown!
[ SpaceVim ] [15:37:41] [ Info ] Startup with no argv, current dir is used: ~/Work/project
[ SpaceVim ] [15:37:41] [ Info ] Can not find project local config, start to loadding global config
[ SpaceVim ] [15:37:41] [ Info ] start to apply config [glob]
[ SpaceVim ] [15:37:41] [ Info ] SpaceVim server startup at:/tmp/spacevim_nvim_server
[ SpaceVim ] [15:37:41] [ Info ] Start to find root for: 
[ SpaceVim ] [15:37:41] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:37:41] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:41] [ Info ] try to open SpaceVim welcome page
[ SpaceVim ] [15:37:41] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:45] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/application/Points/index.tsx
[ SpaceVim ] [15:37:45] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:37:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:53] [ Info ] Start to find root for: /Users/user/Work/project/[denite]-default
[ SpaceVim ] [15:37:53] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:37:53] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:53] [ Info ] Start to find root for: /Users/user/Work/project/denite-filter
[ SpaceVim ] [15:37:53] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:37:53] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:58] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:37:58] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:38:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:38:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:38:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:38:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:38:04] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [15:38:04] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:38:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:40:45] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [15:40:45] [ Info ]    executable    : ag
[ SpaceVim ] [15:40:45] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [15:40:45] [ Info ]    r_option      : []
[ SpaceVim ] [15:40:45] [ Info ]    files         : ''
[ SpaceVim ] [15:40:45] [ Info ]    dir           : ''
[ SpaceVim ] [15:40:45] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [15:40:45] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [15:40:45] [ Info ]    expr opt      : []
[ SpaceVim ] [15:40:48] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 's']
[ SpaceVim ] [15:40:48] [ Info ] flygrep job id is: 31
[ SpaceVim ] [15:40:48] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:48] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sc']
[ SpaceVim ] [15:40:48] [ Info ] flygrep job id is: 32
[ SpaceVim ] [15:40:48] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:49] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sche']
[ SpaceVim ] [15:40:49] [ Info ] flygrep job id is: 33
[ SpaceVim ] [15:40:49] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:49] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sched']
[ SpaceVim ] [15:40:49] [ Info ] flygrep job id is: 34
[ SpaceVim ] [15:40:49] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:51] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sche']
[ SpaceVim ] [15:40:51] [ Info ] flygrep job id is: 35
[ SpaceVim ] [15:40:52] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:55] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sch']
[ SpaceVim ] [15:40:55] [ Info ] flygrep job id is: 37
[ SpaceVim ] [15:40:55] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:56] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'tr']
[ SpaceVim ] [15:40:56] [ Info ] flygrep job id is: 38
[ SpaceVim ] [15:40:56] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:56] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'tra']
[ SpaceVim ] [15:40:56] [ Info ] flygrep job id is: 39
[ SpaceVim ] [15:40:56] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:57] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'trav']
[ SpaceVim ] [15:40:57] [ Info ] flygrep job id is: 40
[ SpaceVim ] [15:40:57] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:57] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'trave']
[ SpaceVim ] [15:40:57] [ Info ] flygrep job id is: 41
[ SpaceVim ] [15:40:57] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:58] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travell']
[ SpaceVim ] [15:40:58] [ Info ] flygrep job id is: 42
[ SpaceVim ] [15:40:58] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:59] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travelli']
[ SpaceVim ] [15:40:59] [ Info ] flygrep job id is: 43
[ SpaceVim ] [15:40:59] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:40:59] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travelling']
[ SpaceVim ] [15:40:59] [ Info ] flygrep job id is: 44
[ SpaceVim ] [15:40:59] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:41:00] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travellin']
[ SpaceVim ] [15:41:00] [ Info ] flygrep job id is: 45
[ SpaceVim ] [15:41:00] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:41:01] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travel']
[ SpaceVim ] [15:41:01] [ Info ] flygrep job id is: 46
[ SpaceVim ] [15:41:01] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:41:02] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'traveling']
[ SpaceVim ] [15:41:02] [ Info ] flygrep job id is: 47
[ SpaceVim ] [15:41:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:41:02] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'travelin']
[ SpaceVim ] [15:41:02] [ Info ] flygrep job id is: 48
[ SpaceVim ] [15:41:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [15:41:03] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [15:48:16] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [15:48:16] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:48:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:48:25] [ Info ] Start to find root for: /Users/user/Work/project/vimfiler:default
[ SpaceVim ] [15:48:25] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:48:25] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:48:25] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:48:27] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [15:48:27] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [15:48:27] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:54:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:54:06] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [15:56:23] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:21:14] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:21:35] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:26:31] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:27:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:27:47] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [17:27:47] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [17:27:48] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:27:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:29:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:29:51] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [17:29:51] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [17:29:51] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:29:52] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:35:52] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:37:15] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:46:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:46:28] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:46:42] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:46:55] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:47:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [17:47:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:00:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:00:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:46] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:01:46] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:01:46] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:48] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:48] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:49] [ Info ] Start to find root for: /Users/user/Work/project/__runner__
[ SpaceVim ] [18:01:49] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:01:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:49] [ Info ]    cmd:'node_modules/.bin/jest --no-coverage -- src/portal/components/Installations/__tests__/index.test.tsx'
[ SpaceVim ] [18:01:53] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:55] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:55] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:01:59] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:03:43] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:03:43] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:03:43] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:04:12] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:04:12] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:04:12] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:04:41] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:04:41] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:04:41] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:05:36] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:05:36] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:05:36] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:12:50] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:12:50] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:12:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:16:11] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:16:11] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:16:11] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:16:59] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:16:59] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:16:59] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:17:21] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:17:21] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:17:21] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:18:07] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:18:07] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:18:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:18:16] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:18:16] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:18:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:18:54] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:18:54] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:18:54] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:19:39] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:19:39] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:19:39] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:21:55] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:21:55] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:21:55] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:22:29] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:22:29] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:22:29] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:23:04] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:23:04] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:23:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:25:36] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:25:36] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:25:36] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:26:02] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:26:02] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:26:02] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:26:26] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:26:26] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:26:26] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:28:10] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:28:10] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:28:10] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:30:15] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:30:15] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:30:15] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:32:57] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:32:57] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:32:57] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:33:34] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:33:34] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:33:34] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:46:31] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:46:31] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:46:31] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:47:47] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:47:47] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:47:47] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:52:40] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:52:40] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:52:40] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:53:27] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:53:27] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:53:27] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:53:47] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:56:55] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:57:09] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:57:09] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:57:09] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [18:58:11] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [18:58:11] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [18:58:11] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:00:20] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:00:20] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:00:20] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:02:24] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:04:03] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:04:24] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:04:43] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:04:48] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:04:57] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:05:03] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:05:06] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:05:28] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:05:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:06:17] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:06:17] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:06:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:07:35] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:07:35] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:07:35] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:08:37] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:08:37] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:08:37] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:09:04] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:09:43] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [19:09:43] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:09:43] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:10:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:12:52] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:12:52] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:12:52] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [19:14:27] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [19:14:27] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [19:14:27] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:13] [ Info ] Start to find root for: /Users/user/Work/project/[denite]-default
[ SpaceVim ] [10:37:13] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [10:37:13] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:13] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:37:17] [ Info ] Start to find root for: /Users/user/Work/project/src/shared/components/point/types.ts
[ SpaceVim ] [10:37:17] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [10:37:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:46:23] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:46:33] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:46:35] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:47:13] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [10:47:13] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [10:47:13] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:47:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:48:15] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/__tests__/index.test.tsx
[ SpaceVim ] [10:48:15] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [10:48:15] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:48:56] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:50:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [10:51:15] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:27:30] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:27:40] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:28:17] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/index.tsx
[ SpaceVim ] [11:28:17] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [11:28:17] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:21] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [11:36:21] [ Info ]    executable    : ag
[ SpaceVim ] [11:36:21] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [11:36:21] [ Info ]    r_option      : []
[ SpaceVim ] [11:36:21] [ Info ]    files         : ''
[ SpaceVim ] [11:36:21] [ Info ]    dir           : ''
[ SpaceVim ] [11:36:21] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [11:36:21] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [11:36:21] [ Info ]    expr opt      : []
[ SpaceVim ] [11:36:22] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 's']
[ SpaceVim ] [11:36:22] [ Info ] flygrep job id is: 1145
[ SpaceVim ] [11:36:22] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:22] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sm']
[ SpaceVim ] [11:36:22] [ Info ] flygrep job id is: 1146
[ SpaceVim ] [11:36:22] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:22] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [11:36:24] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [11:36:24] [ Info ]    executable    : ag
[ SpaceVim ] [11:36:24] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [11:36:24] [ Info ]    r_option      : []
[ SpaceVim ] [11:36:24] [ Info ]    files         : ''
[ SpaceVim ] [11:36:24] [ Info ]    dir           : ''
[ SpaceVim ] [11:36:24] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [11:36:24] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [11:36:24] [ Info ]    expr opt      : []
[ SpaceVim ] [11:36:26] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smar']
[ SpaceVim ] [11:36:26] [ Info ] flygrep job id is: 1147
[ SpaceVim ] [11:36:26] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:26] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smart']
[ SpaceVim ] [11:36:26] [ Info ] flygrep job id is: 1148
[ SpaceVim ] [11:36:26] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:28] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartC']
[ SpaceVim ] [11:36:28] [ Info ] flygrep job id is: 1149
[ SpaceVim ] [11:36:28] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:28] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCom']
[ SpaceVim ] [11:36:28] [ Info ] flygrep job id is: 1150
[ SpaceVim ] [11:36:28] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:29] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartComple']
[ SpaceVim ] [11:36:29] [ Info ] flygrep job id is: 1151
[ SpaceVim ] [11:36:29] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:29] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompleted']
[ SpaceVim ] [11:36:29] [ Info ] flygrep job id is: 1152
[ SpaceVim ] [11:36:29] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:30] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompletedS']
[ SpaceVim ] [11:36:30] [ Info ] flygrep job id is: 1153
[ SpaceVim ] [11:36:30] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:30] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompletedSt']
[ SpaceVim ] [11:36:30] [ Info ] flygrep job id is: 1154
[ SpaceVim ] [11:36:30] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:31] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompletedStatus']
[ SpaceVim ] [11:36:31] [ Info ] flygrep job id is: 1155
[ SpaceVim ] [11:36:31] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:36:40] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [11:36:44] [ Info ] Start to find root for: /Users/user/Work/project/[denite]-default
[ SpaceVim ] [11:36:44] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [11:36:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:49] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:50] [ Info ] Start to find root for: /Users/user/Work/project/src/shared/components/point/helpers.tsx
[ SpaceVim ] [11:36:50] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [11:36:50] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:56] [ Info ] Start to find root for: /Users/user/Work/project/[denite]-default
[ SpaceVim ] [11:36:56] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [11:36:56] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:56] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:58] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:58] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:36:59] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:37:00] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [11:37:00] [ Info ]    executable    : ag
[ SpaceVim ] [11:37:00] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [11:37:00] [ Info ]    r_option      : []
[ SpaceVim ] [11:37:00] [ Info ]    files         : ''
[ SpaceVim ] [11:37:00] [ Info ]    dir           : ''
[ SpaceVim ] [11:37:00] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [11:37:00] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [11:37:00] [ Info ]    expr opt      : []
[ SpaceVim ] [11:37:01] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'sma']
[ SpaceVim ] [11:37:01] [ Info ] flygrep job id is: 1162
[ SpaceVim ] [11:37:01] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:02] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smar']
[ SpaceVim ] [11:37:02] [ Info ] flygrep job id is: 1163
[ SpaceVim ] [11:37:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:02] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smart']
[ SpaceVim ] [11:37:02] [ Info ] flygrep job id is: 1164
[ SpaceVim ] [11:37:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:03] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartC']
[ SpaceVim ] [11:37:03] [ Info ] flygrep job id is: 1165
[ SpaceVim ] [11:37:03] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:03] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCo']
[ SpaceVim ] [11:37:03] [ Info ] flygrep job id is: 1166
[ SpaceVim ] [11:37:03] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:03] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCom']
[ SpaceVim ] [11:37:03] [ Info ] flygrep job id is: 1167
[ SpaceVim ] [11:37:03] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:03] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartComple']
[ SpaceVim ] [11:37:03] [ Info ] flygrep job id is: 1168
[ SpaceVim ] [11:37:04] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:04] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompleted']
[ SpaceVim ] [11:37:04] [ Info ] flygrep job id is: 1169
[ SpaceVim ] [11:37:04] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:05] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'smartCompletedS']
[ SpaceVim ] [11:37:05] [ Info ] flygrep job id is: 1170
[ SpaceVim ] [11:37:05] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:37:07] [ Info ] Start to find root for: /Users/user/Work/project/src/portal/components/Installations/helpers.ts
[ SpaceVim ] [11:37:07] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [11:37:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:37:07] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [11:37:08] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:37:10] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:37:20] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:39:44] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:39:56] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:40:02] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:40:03] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [11:40:03] [ Info ]    executable    : ag
[ SpaceVim ] [11:40:03] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [11:40:03] [ Info ]    r_option      : []
[ SpaceVim ] [11:40:03] [ Info ]    files         : ''
[ SpaceVim ] [11:40:03] [ Info ]    dir           : ''
[ SpaceVim ] [11:40:03] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [11:40:03] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [11:40:03] [ Info ]    expr opt      : []
[ SpaceVim ] [11:40:05] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'hel']
[ SpaceVim ] [11:40:05] [ Info ] flygrep job id is: 1182
[ SpaceVim ] [11:40:05] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:40:06] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'helpers']
[ SpaceVim ] [11:40:06] [ Info ] flygrep job id is: 1183
[ SpaceVim ] [11:40:06] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [11:40:07] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [11:40:07] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:40:11] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:40:22] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [11:40:24] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:09] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:10] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [12:20:10] [ Info ]    executable    : ag
[ SpaceVim ] [12:20:10] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [12:20:10] [ Info ]    r_option      : []
[ SpaceVim ] [12:20:10] [ Info ]    files         : ''
[ SpaceVim ] [12:20:10] [ Info ]    dir           : ''
[ SpaceVim ] [12:20:10] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [12:20:10] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [12:20:10] [ Info ]    expr opt      : []
[ SpaceVim ] [12:20:11] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [12:20:13] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [12:20:13] [ Info ]    executable    : ag
[ SpaceVim ] [12:20:13] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [12:20:13] [ Info ]    r_option      : []
[ SpaceVim ] [12:20:13] [ Info ]    files         : ''
[ SpaceVim ] [12:20:13] [ Info ]    dir           : ''
[ SpaceVim ] [12:20:13] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [12:20:13] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [12:20:13] [ Info ]    expr opt      : []
[ SpaceVim ] [12:20:13] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [12:20:14] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:15] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:16] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:17] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [12:20:17] [ Info ]    executable    : ag
[ SpaceVim ] [12:20:17] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [12:20:17] [ Info ]    r_option      : []
[ SpaceVim ] [12:20:17] [ Info ]    files         : ''
[ SpaceVim ] [12:20:17] [ Info ]    dir           : ''
[ SpaceVim ] [12:20:17] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [12:20:17] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [12:20:17] [ Info ]    expr opt      : []
[ SpaceVim ] [12:20:19] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'S']
[ SpaceVim ] [12:20:19] [ Info ] flygrep job id is: 1194
[ SpaceVim ] [12:20:19] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:20:19] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'SMA']
[ SpaceVim ] [12:20:19] [ Info ] flygrep job id is: 1195
[ SpaceVim ] [12:20:19] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:20:20] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'SMAR']
[ SpaceVim ] [12:20:20] [ Info ] flygrep job id is: 1196
[ SpaceVim ] [12:20:20] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:20:20] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'SMART']
[ SpaceVim ] [12:20:20] [ Info ] flygrep job id is: 1197
[ SpaceVim ] [12:20:20] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:20:20] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'SMAR']
[ SpaceVim ] [12:20:20] [ Info ] flygrep job id is: 1198
[ SpaceVim ] [12:20:20] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:20:21] [ Info ] FlyGrep ending    ===========================
[ SpaceVim ] [12:20:22] [ Info ] Start to find root for: /Users/user/Work/project/[denite]-default
[ SpaceVim ] [12:20:22] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [12:20:22] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:22] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:20:45] [ Info ] Start to find root for: /Users/user/Work/project/src/shared/events/notifications.ts
[ SpaceVim ] [12:20:45] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [12:20:45] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:22:05] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:22:34] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:31] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:40] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:46] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:47] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:48] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:53:49] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [12:53:49] [ Info ]    executable    : ag
[ SpaceVim ] [12:53:49] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [12:53:49] [ Info ]    r_option      : []
[ SpaceVim ] [12:53:49] [ Info ]    files         : ''
[ SpaceVim ] [12:53:49] [ Info ]    dir           : ''
[ SpaceVim ] [12:53:49] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [12:53:49] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [12:53:49] [ Info ]    expr opt      : []
[ SpaceVim ] [12:53:51] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'g']
[ SpaceVim ] [12:53:51] [ Info ] flygrep job id is: 1252
[ SpaceVim ] [12:53:51] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:51] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'ge']
[ SpaceVim ] [12:53:51] [ Info ] flygrep job id is: 1253
[ SpaceVim ] [12:53:51] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:51] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'get']
[ SpaceVim ] [12:53:51] [ Info ] flygrep job id is: 1254
[ SpaceVim ] [12:53:52] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:53] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getM']
[ SpaceVim ] [12:53:53] [ Info ] flygrep job id is: 1255
[ SpaceVim ] [12:53:53] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:53] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMe']
[ SpaceVim ] [12:53:53] [ Info ] flygrep job id is: 1256
[ SpaceVim ] [12:53:53] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:53] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMet']
[ SpaceVim ] [12:53:53] [ Info ] flygrep job id is: 1257
[ SpaceVim ] [12:53:53] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:54] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMeter']
[ SpaceVim ] [12:53:54] [ Info ] flygrep job id is: 1258
[ SpaceVim ] [12:53:54] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:57] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMeterpo']
[ SpaceVim ] [12:53:57] [ Info ] flygrep job id is: 1259
[ SpaceVim ] [12:53:57] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:53:58] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getpoint']
[ SpaceVim ] [12:53:58] [ Info ] flygrep job id is: 1260
[ SpaceVim ] [12:53:59] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:00] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:54:01] [ Info ] FlyGrep startting ===========================
[ SpaceVim ] [12:54:01] [ Info ]    executable    : ag
[ SpaceVim ] [12:54:01] [ Info ]    option        : ['-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr']
[ SpaceVim ] [12:54:01] [ Info ]    r_option      : []
[ SpaceVim ] [12:54:01] [ Info ]    files         : ''
[ SpaceVim ] [12:54:01] [ Info ]    dir           : ''
[ SpaceVim ] [12:54:01] [ Info ]    ignore_case   : ['-i']
[ SpaceVim ] [12:54:01] [ Info ]    smart_case    : ['-S']
[ SpaceVim ] [12:54:01] [ Info ]    expr opt      : []
[ SpaceVim ] [12:54:01] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'g']
[ SpaceVim ] [12:54:01] [ Info ] flygrep job id is: 1261
[ SpaceVim ] [12:54:01] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:01] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'ge']
[ SpaceVim ] [12:54:01] [ Info ] flygrep job id is: 1262
[ SpaceVim ] [12:54:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:02] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'get']
[ SpaceVim ] [12:54:02] [ Info ] flygrep job id is: 1263
[ SpaceVim ] [12:54:02] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:03] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getM']
[ SpaceVim ] [12:54:03] [ Info ] flygrep job id is: 1264
[ SpaceVim ] [12:54:03] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:04] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMet']
[ SpaceVim ] [12:54:04] [ Info ] flygrep job id is: 1265
[ SpaceVim ] [12:54:04] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:04] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMeter']
[ SpaceVim ] [12:54:04] [ Info ] flygrep job id is: 1266
[ SpaceVim ] [12:54:04] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:06] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getMeterpo']
[ SpaceVim ] [12:54:06] [ Info ] flygrep job id is: 1267
[ SpaceVim ] [12:54:06] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:54:06] [ Info ] grep cmd: ['ag', '-i', '--nocolor', '--filename', '--noheading', '--column', '--hidden', '--ignore', '.hg', '--ignore', '.svn', '--ignore', '.git', '--ignore', '.bzr', 'getpoint']
[ SpaceVim ] [12:54:06] [ Info ] flygrep job id is: 1268
[ SpaceVim ] [12:59:03] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:59:03] [ Error ]  flygerp stderr: ['']
[ SpaceVim ] [12:59:03] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:59:12] [ Info ] Start to find root for: /Users/user/Work/project/SpaceVimLayers
[ SpaceVim ] [12:59:12] [ Info ]         (.git/):/Users/user/Work/project/.git/
[ SpaceVim ] [12:59:12] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [12:59:54] [ Info ] change to root:/Users/user/Work/project
[ SpaceVim ] [13:00:02] [ Info ] Start to find root for: /var/folders/dw/nyh97pmx2mbg3z15q0dxtgvw0000gp/T/nvimYjL8rg/889/issue_report.md
[ SpaceVim ] [13:00:02] [ Info ] change to root:/Users/user/Work/project

Screenshots

Screenshot 2019-12-31 at 12 57 36

If you have any screenshots for this issue, please upload here. BTW you can use https://asciinema.org/ for recording video in terminal.

bug

Most helpful comment

I have reproduce it in master branch, thanks.

[job API] Failed to stop job :33
[job API] Failed to stop job :33
[job API] Failed to stop job :33

All 5 comments

What is your os, I can not reproduce it.

I'm currently using an MacOS Catalina Version 10.15.1 but I had the same issue previously when I was using MacOS High Sierra

@Fetz Is your spacevim up to date? in spacevim:

  if s:grepid > 0
    call s:JOB.stop(s:grepid)
    let s:std_line = 0
  endif

which means if the job exist and not exit, it will call jobstop. which should not get this error.

@wsdjeg I just updated SpaceVim and I again I replicated the error.

To double check that I correctly updated SpaceVim here are the steps that I did:

  1. Run did :SPUpdate and restarted Neovim.
  2. Double checked that the ~/.SpaceVim has the latests commits from master.
  3. Did the same heuristics steps that triggers that error and again I got the same error.

Let me know if anything I can do to help crack this 🐛.

I have reproduce it in master branch, thanks.

[job API] Failed to stop job :33
[job API] Failed to stop job :33
[job API] Failed to stop job :33
Was this page helpful?
0 / 5 - 0 ratings