microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.45k stars 29.35k forks source link

Glob patterns `**/p*` incorrectly match on `p` anywhere in path #142781

Closed shiltian closed 2 years ago

shiltian commented 2 years ago

Issue Type: Bug

  1. Open a folder which should be a git repository.
  2. Check the branch on status bar matches the actual branch of the repo.
  3. Open Terminal (it doesn't matter if it is the Terminal in VSCode or somewhere else), change to another branch.
  4. Check the branch on the status bar, it still shows the old branch name.

VS Code version: Code 1.64.2 (f80445acd5a3dadef24aa209168452a3d97cc326, 2022-02-09T22:00:58.347Z) OS version: Darwin x64 21.3.0 Restricted Mode: No Remote OS version: Linux x64 5.11.12-300.fc34.x86_64

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled| |Load (avg)|3, 4, 4| |Memory (System)|64.00GB (0.02GB free)| |Process Argv|--crash-reporter-id 86409507-48ae-4db9-947d-b5c9563255cd| |Screen Reader|no| |VM|0%| |Item|Value| |---|---| |Remote|SSH: exxact-f1| |OS|Linux x64 5.11.12-300.fc34.x86_64| |CPUs|Intel(R) Xeon(R) Gold 5115 CPU @ 2.40GHz (40 x 1000)| |Memory (System)|187.57GB (44.64GB free)| |VM|0%|
Extensions (16) Extension|Author (truncated)|Version ---|---|--- llvm-syntax-highlighting|col|0.0.3 better-cpp-syntax|jef|1.15.11 jupyter-keymap|ms-|1.0.0 remote-ssh|ms-|0.70.0 remote-ssh-edit|ms-|0.70.0 vscode-remote-extensionpack|ms-|0.21.0 material-theme|zhu|3.13.19 gitlens|eam|11.7.0 vscode-diff|fab|1.4.2 python|ms-|2022.0.1814523869 vscode-pylance|ms-|2022.2.1 cmake-tools|ms-|1.9.2 cpptools|ms-|1.8.5 rust|rus|0.7.8 cmake|twx|0.0.17 clang-format|xav|1.9.0
A/B Experiments ``` vsliv368:30146709 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492:30256859 vstes516:30244333 pythonvspyl392:30425749 pythontb:30283811 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 pythondataviewer:30285071 vscod805:30301674 pythonvspyt200:30340761 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 vsc1dst:30433059 pythonvs932:30410667 wslgetstartedc:30433508 vsrem710:30416614 ```
lszomoru commented 2 years ago

I have tried to reproduce the issue and here is what I am seeing in the latest Insiders release:

Could you create a gif recording while you are reproducing the issue? Thanks!

shiltian commented 2 years ago

I made a video. Let me know if you can't access it. https://drive.google.com/file/d/1ZoJ0zk82_6tT6ijtYiMPuDJQqQ7w7HmQ/view?usp=sharing

bpasero commented 2 years ago

This issue could originate from a problem with file watching. Let me explain how file watching works in VSCode first and then provide some details how to get more logging data from how file watching behaves in your case.

Synopsis VSCode has different strategies for file watching depending on your workspace and setup:

If you are connected to a remote (SSH, WSL, Docker), the file watcher will run within the target file system. As such, even though you maybe on Windows where VSCode runs, if the remote is Linux, the file watcher will run in the Linux environment.

Platforms Depending on the platform you are on, file watching is differently implemented:

Specifically on Linux, watching a large folder recursively can result in VSCode consuming too many file handles. If that is the case, you will see a warning notification with instructions how to solve that.

Limitations File watching comes with a set of limitations:

Settings Please review your settings to see if maybe a folder is excluded by accident. Specifically, the files.watcherExclude setting is relevant.

Logging (local) !!! This is ONLY when you open a local workspace, for remote see below !!! We provide logging for file events when you enable verbose logging. Steps are:

image

Logging (remote) !!! This is ONLY when you open a remote workspace (WSL, Docker, SSH), for local see above !!! We provide logging for file events when you enable verbose logging. Steps are:

image

shiltian commented 2 years ago

@bpasero Thanks for the info. Here are some trace log.

[2022-03-02 09:22:50.945] [remoteagent] [info] Extension host agent started.
[2022-03-02 09:22:51.101] [remoteagent] [info] [127.0.0.1][0f4c1791][ManagementConnection] New connection established.
[2022-03-02 09:22:51.119] [remoteagent] [info] [127.0.0.1][f6232fbd][ExtensionHostConnection] New connection established.
[2022-03-02 09:22:52.282] [remoteagent] [info] [127.0.0.1][f6232fbd][ExtensionHostConnection] <3660718> Launched Extension Host Process.
[2022-03-02 09:26:08.819] [remoteagent] [trace] Started scanning system extensions
[2022-03-02 09:26:08.820] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:26:08.889] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:26:08.906] [remoteagent] [trace] Scanned system extensions: 30
[2022-03-02 09:26:13.610] [remoteagent] [trace] resolveShellEnv(): running (macOS/Linux)
[2022-03-02 09:26:13.615] [remoteagent] [trace] baseEnv {"SHELL":"/usr/bin/zsh","PWD":"/home/shiltian","LOGNAME":"shiltian","XDG_SESSION_TYPE":"tty","MOTD_SHOWN":"pam","HOME":"/home/shiltian","LANG":"en_US.UTF-8","VSCODE_AGENT_FOLDER":"/home/shiltian/.vscode-server-insiders","SSH_CONNECTION":"129.49.83.179 54579 129.49.83.75 22","XDG_SESSION_CLASS":"user","SELINUX_ROLE_REQUESTED":"","USER":"shiltian","SELINUX_USE_CURRENT_RANGE":"","SHLVL":"2","XDG_SESSION_ID":"3042","XDG_RUNTIME_DIR":"/run/user/1006","SSH_CLIENT":"129.49.83.179 54579 22","PATH":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/bin/remote-cli:/opt/cuda/11.4/bin:/home/shiltian/.local/ccache/bin:/home/shiltian/.local/llvm/bin:/home/shiltian/.local/arcanist/bin:/home/shiltian/.local/php/bin:/home/shiltian/.local/bin:/home/shiltian/.local/spack/bin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/shiltian/bin","SELINUX_LEVEL_REQUESTED":"","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1006/bus","OLDPWD":"/home/shiltian","_":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/node","HISTCONTROL":"ignoredups","MAIL":"/var/spool/mail/shiltian","HOSTNAME":"exxact-f1","HISTSIZE":"50000","S_COLORS":"auto","CVS_RSH":"ssh","DEBUGINFOD_URLS":"https://debuginfod.fedoraproject.org/ ","XDG_DATA_DIRS":"/home/shiltian/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share","MOZ_GMP_PATH":"/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed","INTELOPENCLSDK":"/home/intel/studio/sw_dev_tools/opencl/SDK","KDEDIRS":"/usr","LESSOPEN":"||/usr/bin/lesspipe.sh %s","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","MODULES_CMD":"/usr/share/Modules/libexec/modulecmd.tcl","MODULESHOME":"/home/shiltian/.local/lmod/lmod","LOADEDMODULES":"","MODULEPATH":"/home/shiltian/.local/spack/share/spack/modules/linux-fedora35-skylake_avx512:/home/shiltian/.local/modulefiles:/etc/scl/modulefiles:/opt/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles","FPATH":"/home/shiltian/.oh-my-zsh/custom/plugins/zsh-completions:/home/shiltian/.oh-my-zsh/plugins/rsync:/home/shiltian/.oh-my-zsh/plugins/tmuxinator:/home/shiltian/.oh-my-zsh/plugins/tmux:/home/shiltian/.oh-my-zsh/plugins/git:/home/shiltian/.oh-my-zsh/functions:/home/shiltian/.oh-my-zsh/completions:/home/shiltian/.oh-my-zsh/cache/completions:/usr/share/Modules/init/zsh-functions:/usr/local/share/zsh/site-functions:/usr/share/zsh/site-functions:/usr/share/zsh/5.8.1/functions:/home/shiltian/.oh-my-zsh/custom/plugins/zsh-completions/src","MANPATH":"/usr/share/man:","EDITOR":"vim","QTDIR":"/usr/lib64/qt-3.3","QTINC":"/usr/lib64/qt-3.3/include","QTLIB":"/usr/lib64/qt-3.3/lib","which_declare":"typeset -f","ZSH":"/home/shiltian/.oh-my-zsh","PAGER":"less","LESS":"-R","LSCOLORS":"Gxfxcxdxbxegedabagacad","LS_COLORS":"","ZSH_TMUX_TERM":"screen","ZSH_TMUX_CONFIG":"/home/shiltian/.tmux.conf","_ZSH_TMUX_FIXED_CONFIG":"/home/shiltian/.oh-my-zsh/plugins/tmux/tmux.extra.conf","LMOD_ROOT":"/home/shiltian/.local/lmod","LMOD_PKG":"/home/shiltian/.local/lmod/lmod","LMOD_DIR":"/home/shiltian/.local/lmod/lmod/libexec","LMOD_CMD":"/home/shiltian/.local/lmod/lmod/libexec/lmod","LMOD_SETTARG_FULL_SUPPORT":"no","LMOD_VERSION":"8.6","__LMOD_REF_COUNT_MODULEPATH":"/home/shiltian/.local/modulefiles:1;/etc/scl/modulefiles:1;/opt/modulefiles:1;/usr/share/Modules/modulefiles:1;/etc/modulefiles:1;/usr/share/modulefiles:1","_ModuleTable001_":"X01vZHVsZVRhYmxlXyA9IHsKTVR2ZXJzaW9uID0gMywKY19yZWJ1aWxkVGltZSA9IGZhbHNlLApjX3Nob3J0VGltZSA9IGZhbHNlLApkZXB0aFQgPSB7fSwKZmFtaWx5ID0ge30sCm1UID0ge30sCm1wYXRoQSA9IHsKIi9ob21lL3NoaWx0aWFuLy5sb2NhbC9tb2R1bGVmaWxlcyIsICIvZXRjL3NjbC9tb2R1bGVmaWxlcyIKLCAiL29wdC9tb2R1bGVmaWxlcyIsICIvdXNyL3NoYXJlL01vZHVsZXMvbW9kdWxlZmlsZXMiLCAiL2V0Yy9tb2R1bGVmaWxlcyIsICIvdXNyL3NoYXJlL21vZHVsZWZpbGVzIiwKfSwKc3lzdGVtQmFzZU1QQVRIID0gIi9ldGMvc2NsL21vZHVsZWZpbGVzOi9vcHQvbW9kdWxlZmlsZXM6L3Vzci9zaGFyZS9Nb2R1bGVzL21vZHVsZWZpbGVzOi9ldGMvbW9k","_ModuleTable002_":"dWxlZmlsZXM6L3Vzci9zaGFyZS9tb2R1bGVmaWxlcyIsCn0K","_ModuleTable_Sz_":"2","SPACK_ROOT":"/home/shiltian/.local/spack","SPACK_PYTHON":"/usr/bin/python3","__INIT_DONE":"1","LOCAL_ROOT":"/home/shiltian/.local","LD_LIBRARY_PATH":"/opt/cuda/11.4/lib64:/home/shiltian/.local/llvm/lib64:/home/shiltian/.local/llvm/lib:/home/shiltian/.local/lib:","LIBRARY_PATH":"/opt/cuda/11.4/lib64:/home/shiltian/.local/llvm/lib64:/home/shiltian/.local/llvm/lib:/home/shiltian/.local/lib:","CPATH":"/opt/cuda/11.4/include:/home/shiltian/.local/llvm/include:/home/shiltian/.local/include:","PKG_CONFIG_PATH":"/home/shiltian/.local/lib/pkgconfig:","PHP_ROOT":"/home/shiltian/.local/php","ARCANIST_ROOT":"/home/shiltian/.local/arcanist","LLVM_ROOT":"/home/shiltian/.local/llvm","CCACHE_ROOT":"/home/shiltian/.local/ccache","CUDA_ROOT":"/opt/cuda/11.4","CUDA_PATH":"/opt/cuda/11.4","BUILD_ROOT":"/nvm/0/shiltian/build","DEPLOY_ROOT":"/home/shiltian/Documents/deploy","REPORTTIME":"10","TMUX_TMPDIR":"/home/shiltian/.tmux","VSCODE_LOG_NATIVE":"false","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_PIPE_LOGGING":"true","VSCODE_VERBOSE_LOGGING":"true","VSCODE_EXTHOST_WILL_SEND_SOCKET":"true","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_LOG_STACK":"false","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"availableLanguages\":{}}","BROWSER":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/bin/helpers/browser.sh"}
[2022-03-02 09:26:13.618] [remoteagent] [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"executable":"/usr/bin/zsh","cwd":"/home/shiltian/Documents/vscode/llvm-project","useShellEnvironment":true},"initialCwd":"/home/shiltian/Documents/vscode/llvm-project","cols":306,"rows":30,"env":{"SHELL":"/usr/bin/zsh","PWD":"/home/shiltian","LOGNAME":"shiltian","XDG_SESSION_TYPE":"tty","MOTD_SHOWN":"pam","HOME":"/home/shiltian","LANG":"en_US.UTF-8","SSH_CONNECTION":"129.49.83.179 54579 129.49.83.75 22","XDG_SESSION_CLASS":"user","USER":"shiltian","SHLVL":"2","XDG_SESSION_ID":"3042","XDG_RUNTIME_DIR":"/run/user/1006","SSH_CLIENT":"129.49.83.179 54579 22","PATH":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/bin/remote-cli:/opt/cuda/11.4/bin:/home/shiltian/.local/ccache/bin:/home/shiltian/.local/llvm/bin:/home/shiltian/.local/arcanist/bin:/home/shiltian/.local/php/bin:/home/shiltian/.local/bin:/home/shiltian/.local/spack/bin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/shiltian/bin","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1006/bus","OLDPWD":"/home/shiltian","_":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/node","HISTCONTROL":"ignoredups","MAIL":"/var/spool/mail/shiltian","HOSTNAME":"exxact-f1","HISTSIZE":"50000","S_COLORS":"auto","CVS_RSH":"ssh","DEBUGINFOD_URLS":"https://debuginfod.fedoraproject.org/ ","XDG_DATA_DIRS":"/home/shiltian/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share","MOZ_GMP_PATH":"/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed","INTELOPENCLSDK":"/home/intel/studio/sw_dev_tools/opencl/SDK","KDEDIRS":"/usr","LESSOPEN":"||/usr/bin/lesspipe.sh %s","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","MODULES_CMD":"/usr/share/Modules/libexec/modulecmd.tcl","MODULESHOME":"/home/shiltian/.local/lmod/lmod","MODULEPATH":"/home/shiltian/.local/spack/share/spack/modules/linux-fedora35-skylake_avx512:/home/shiltian/.local/modulefiles:/etc/scl/modulefiles:/opt/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles","FPATH":"/home/shiltian/.oh-my-zsh/custom/plugins/zsh-completions:/home/shiltian/.oh-my-zsh/plugins/rsync:/home/shiltian/.oh-my-zsh/plugins/tmuxinator:/home/shiltian/.oh-my-zsh/plugins/tmux:/home/shiltian/.oh-my-zsh/plugins/git:/home/shiltian/.oh-my-zsh/functions:/home/shiltian/.oh-my-zsh/completions:/home/shiltian/.oh-my-zsh/cache/completions:/usr/share/Modules/init/zsh-functions:/usr/local/share/zsh/site-functions:/usr/share/zsh/site-functions:/usr/share/zsh/5.8.1/functions:/home/shiltian/.oh-my-zsh/custom/plugins/zsh-completions/src","MANPATH":"/usr/share/man:","EDITOR":"vim","QTDIR":"/usr/lib64/qt-3.3","QTINC":"/usr/lib64/qt-3.3/include","QTLIB":"/usr/lib64/qt-3.3/lib","which_declare":"typeset -f","ZSH":"/home/shiltian/.oh-my-zsh","PAGER":"less","LESS":"-R","LSCOLORS":"Gxfxcxdxbxegedabagacad","ZSH_TMUX_TERM":"screen","ZSH_TMUX_CONFIG":"/home/shiltian/.tmux.conf","_ZSH_TMUX_FIXED_CONFIG":"/home/shiltian/.oh-my-zsh/plugins/tmux/tmux.extra.conf","LMOD_ROOT":"/home/shiltian/.local/lmod","LMOD_PKG":"/home/shiltian/.local/lmod/lmod","LMOD_DIR":"/home/shiltian/.local/lmod/lmod/libexec","LMOD_CMD":"/home/shiltian/.local/lmod/lmod/libexec/lmod","LMOD_SETTARG_FULL_SUPPORT":"no","LMOD_VERSION":"8.6","__LMOD_REF_COUNT_MODULEPATH":"/home/shiltian/.local/modulefiles:1;/etc/scl/modulefiles:1;/opt/modulefiles:1;/usr/share/Modules/modulefiles:1;/etc/modulefiles:1;/usr/share/modulefiles:1","_ModuleTable001_":"X01vZHVsZVRhYmxlXyA9IHsKTVR2ZXJzaW9uID0gMywKY19yZWJ1aWxkVGltZSA9IGZhbHNlLApjX3Nob3J0VGltZSA9IGZhbHNlLApkZXB0aFQgPSB7fSwKZmFtaWx5ID0ge30sCm1UID0ge30sCm1wYXRoQSA9IHsKIi9ob21lL3NoaWx0aWFuLy5sb2NhbC9tb2R1bGVmaWxlcyIsICIvZXRjL3NjbC9tb2R1bGVmaWxlcyIKLCAiL29wdC9tb2R1bGVmaWxlcyIsICIvdXNyL3NoYXJlL01vZHVsZXMvbW9kdWxlZmlsZXMiLCAiL2V0Yy9tb2R1bGVmaWxlcyIsICIvdXNyL3NoYXJlL21vZHVsZWZpbGVzIiwKfSwKc3lzdGVtQmFzZU1QQVRIID0gIi9ldGMvc2NsL21vZHVsZWZpbGVzOi9vcHQvbW9kdWxlZmlsZXM6L3Vzci9zaGFyZS9Nb2R1bGVzL21vZHVsZWZpbGVzOi9ldGMvbW9k","_ModuleTable002_":"dWxlZmlsZXM6L3Vzci9zaGFyZS9tb2R1bGVmaWxlcyIsCn0K","_ModuleTable_Sz_":"2","SPACK_ROOT":"/home/shiltian/.local/spack","SPACK_PYTHON":"/usr/bin/python3","__INIT_DONE":"1","LOCAL_ROOT":"/home/shiltian/.local","LD_LIBRARY_PATH":"/opt/cuda/11.4/lib64:/home/shiltian/.local/llvm/lib64:/home/shiltian/.local/llvm/lib:/home/shiltian/.local/lib:","LIBRARY_PATH":"/opt/cuda/11.4/lib64:/home/shiltian/.local/llvm/lib64:/home/shiltian/.local/llvm/lib:/home/shiltian/.local/lib:","CPATH":"/opt/cuda/11.4/include:/home/shiltian/.local/llvm/include:/home/shiltian/.local/include:","PKG_CONFIG_PATH":"/home/shiltian/.local/lib/pkgconfig:","PHP_ROOT":"/home/shiltian/.local/php","ARCANIST_ROOT":"/home/shiltian/.local/arcanist","LLVM_ROOT":"/home/shiltian/.local/llvm","CCACHE_ROOT":"/home/shiltian/.local/ccache","CUDA_ROOT":"/opt/cuda/11.4","CUDA_PATH":"/opt/cuda/11.4","BUILD_ROOT":"/nvm/0/shiltian/build","DEPLOY_ROOT":"/home/shiltian/Documents/deploy","REPORTTIME":"10","TMUX_TMPDIR":"/home/shiltian/.tmux","BROWSER":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/bin/helpers/browser.sh","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.65.0-insider","COLORTERM":"truecolor","VSCODE_GIT_IPC_HANDLE":"/run/user/1006/vscode-git-1240809773.sock","GIT_ASKPASS":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/shiltian/.vscode-server-insiders/bin/b5205cc8eb4fbaa726835538cd82372cc0222d43/extensions/git/dist/askpass-main.js"}}
[2022-03-02 09:26:13.732] [remoteagent] [trace] profile not validated pwsh ["pwsh"]
[2022-03-02 09:26:21.627] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/COMMIT_EDITMSG
[2022-03-02 09:26:21.627] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/COMMIT_EDITMSG
[2022-03-02 09:26:21.627] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:21.628] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:21.835] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/COMMIT_EDITMSG
[2022-03-02 09:26:21.835] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/COMMIT_EDITMSG
[2022-03-02 09:26:21.894] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/.COMMIT_EDITMSG.swp
[2022-03-02 09:26:21.895] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/.COMMIT_EDITMSG.swp
[2022-03-02 09:26:22.560] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/.git/.COMMIT_EDITMSG.swp
[2022-03-02 09:26:22.560] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/.COMMIT_EDITMSG.swp
[2022-03-02 09:26:22.561] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:26:22.561] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:26:22.561] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:22.562] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:22.562] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:26:22.562] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:26:22.562] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/logs/refs/heads/jit
[2022-03-02 09:26:22.563] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/logs/refs/heads/jit
[2022-03-02 09:26:22.563] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/refs/heads/jit
[2022-03-02 09:26:22.563] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/refs/heads/jit
[2022-03-02 09:26:24.946] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:24.946] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:25.099] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF
[2022-03-02 09:26:25.099] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF
[2022-03-02 09:26:25.099] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h
[2022-03-02 09:26:25.100] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h
[2022-03-02 09:26:25.100] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h
[2022-03-02 09:26:25.101] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h
[2022-03-02 09:26:25.101] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYAttributeParser.h
[2022-03-02 09:26:25.102] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYAttributeParser.h
[2022-03-02 09:26:25.102] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYAttributes.h
[2022-03-02 09:26:25.103] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYAttributes.h
[2022-03-02 09:26:25.103] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYTargetParser.def
[2022-03-02 09:26:25.104] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYTargetParser.def
[2022-03-02 09:26:25.104] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYTargetParser.h
[2022-03-02 09:26:25.105] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Support/CSKYTargetParser.h
[2022-03-02 09:26:25.105] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF
[2022-03-02 09:26:25.105] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF
[2022-03-02 09:26:25.106] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFObjcopy.cpp
[2022-03-02 09:26:25.106] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFObjcopy.cpp
[2022-03-02 09:26:25.106] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFObject.h
[2022-03-02 09:26:25.107] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFObject.h
[2022-03-02 09:26:25.107] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFReader.cpp
[2022-03-02 09:26:25.107] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFReader.cpp
[2022-03-02 09:26:25.108] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFReader.h
[2022-03-02 09:26:25.108] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFReader.h
[2022-03-02 09:26:25.108] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.cpp
[2022-03-02 09:26:25.108] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.cpp
[2022-03-02 09:26:25.109] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.h
[2022-03-02 09:26:25.109] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/XCOFF/XCOFFWriter.h
[2022-03-02 09:26:25.109] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYAttributeParser.cpp
[2022-03-02 09:26:25.110] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYAttributeParser.cpp
[2022-03-02 09:26:25.110] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYAttributes.cpp
[2022-03-02 09:26:25.110] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYAttributes.cpp
[2022-03-02 09:26:25.110] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYTargetParser.cpp
[2022-03-02 09:26:25.111] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CSKYTargetParser.cpp
[2022-03-02 09:26:25.111] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-aliases-valid.s
[2022-03-02 09:26:25.112] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-aliases-valid.s
[2022-03-02 09:26:25.112] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-rv64-invalid.s
[2022-03-02 09:26:25.112] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-rv64-invalid.s
[2022-03-02 09:26:25.113] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-rv64-valid.s
[2022-03-02 09:26:25.113] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-rv64-valid.s
[2022-03-02 09:26:25.113] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF
[2022-03-02 09:26:25.114] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF
[2022-03-02 09:26:25.114] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF/basic-copy.test
[2022-03-02 09:26:25.115] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF/basic-copy.test
[2022-03-02 09:26:25.115] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF/invalid-read.test
[2022-03-02 09:26:25.116] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-objcopy/XCOFF/invalid-read.test
[2022-03-02 09:26:25.116] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CSKYAttributeParserTest.cpp
[2022-03-02 09:26:25.116] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CSKYAttributeParserTest.cpp
[2022-03-02 09:26:25.340] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/HEAD
[2022-03-02 09:26:25.340] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/HEAD
[2022-03-02 09:26:25.341] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:26:25.341] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:26:25.341] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:25.341] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:26:25.342] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:26:25.342] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:26:25.342] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/docs/analyzer/checkers.rst
[2022-03-02 09:26:25.343] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/docs/analyzer/checkers.rst
[2022-03-02 09:26:25.343] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/AttrDocs.td
[2022-03-02 09:26:25.343] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/AttrDocs.td
[2022-03-02 09:26:25.344] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/DiagnosticDriverKinds.td
[2022-03-02 09:26:25.345] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/DiagnosticDriverKinds.td
[2022-03-02 09:26:25.346] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/Module.h
[2022-03-02 09:26:25.346] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Basic/Module.h
[2022-03-02 09:26:25.346] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Driver/Options.td
[2022-03-02 09:26:25.346] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Driver/Options.td
[2022-03-02 09:26:25.346] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Lex/Lexer.h
[2022-03-02 09:26:25.347] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/Lex/Lexer.h
[2022-03-02 09:26:25.347] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Basic/Targets/AArch64.cpp
[2022-03-02 09:26:25.347] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Basic/Targets/AArch64.cpp
[2022-03-02 09:26:25.347] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp
[2022-03-02 09:26:25.348] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Driver/ToolChains/Clang.cpp
[2022-03-02 09:26:25.348] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Driver/ToolChains/OpenBSD.h
[2022-03-02 09:26:25.348] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Driver/ToolChains/OpenBSD.h
[2022-03-02 09:26:25.348] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/FormatTokenLexer.cpp
[2022-03-02 09:26:25.349] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/FormatTokenLexer.cpp
[2022-03-02 09:26:25.349] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/FormatTokenLexer.h
[2022-03-02 09:26:25.350] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/FormatTokenLexer.h
[2022-03-02 09:26:25.350] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/TokenAnnotator.cpp
[2022-03-02 09:26:25.350] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Format/TokenAnnotator.cpp
[2022-03-02 09:26:25.350] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Lex/Lexer.cpp
[2022-03-02 09:26:25.353] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Lex/Lexer.cpp
[2022-03-02 09:26:25.353] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Sema/SemaModule.cpp
[2022-03-02 09:26:25.353] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Sema/SemaModule.cpp
[2022-03-02 09:26:25.353] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
[2022-03-02 09:26:25.353] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/test/Analysis/taint-generic.c
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/test/Analysis/taint-generic.c
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/openbsd.c
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/openbsd.c
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/ve-toolchain.c
[2022-03-02 09:26:25.354] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/ve-toolchain.c
[2022-03-02 09:26:25.355] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/ve-toolchain.cpp
[2022-03-02 09:26:25.355] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/test/Driver/ve-toolchain.cpp
[2022-03-02 09:26:25.355] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/unittests/Format/FormatTest.cpp
[2022-03-02 09:26:25.355] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/unittests/Format/FormatTest.cpp
[2022-03-02 09:26:25.355] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/libcxx/test/libcxx/selftest/dsl/dsl.sh.py
[2022-03-02 09:26:25.356] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/libcxx/test/libcxx/selftest/dsl/dsl.sh.py
[2022-03-02 09:26:25.356] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
[2022-03-02 09:26:25.357] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
[2022-03-02 09:26:25.357] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp
[2022-03-02 09:26:25.357] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Driver.cpp
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Driver.cpp
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Driver.h
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Driver.h
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/InputSection.cpp
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/InputSection.cpp
[2022-03-02 09:26:25.358] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/InputSection.h
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/InputSection.h
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/MapFile.cpp
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/MapFile.cpp
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/MapFile.h
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/MapFile.h
[2022-03-02 09:26:25.359] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Options.td
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Options.td
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/OutputSections.cpp
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/OutputSections.cpp
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Symbols.cpp
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Symbols.cpp
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Symbols.h
[2022-03-02 09:26:25.360] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Symbols.h
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Writer.cpp
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/ELF/Writer.cpp
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/error-limit-no-newlines.s
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/error-limit-no-newlines.s
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/error-limit.test
[2022-03-02 09:26:25.361] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/error-limit.test
[2022-03-02 09:26:25.362] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/why-extract.s
[2022-03-02 09:26:25.362] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lld/test/ELF/why-extract.s
[2022-03-02 09:26:25.362] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lldb/source/Core/ValueObjectRegister.cpp
[2022-03-02 09:26:25.362] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lldb/source/Core/ValueObjectRegister.cpp
[2022-03-02 09:26:25.362] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
[2022-03-02 09:26:25.363] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
[2022-03-02 09:26:25.363] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/BinaryFormat/ELF.h
[2022-03-02 09:26:25.364] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/BinaryFormat/ELF.h
[2022-03-02 09:26:25.364] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
[2022-03-02 09:26:25.364] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
[2022-03-02 09:26:25.364] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/LTO/legacy/LTOModule.h
[2022-03-02 09:26:25.365] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/LTO/legacy/LTOModule.h
[2022-03-02 09:26:25.365] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/ConfigManager.h
[2022-03-02 09:26:25.365] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/ConfigManager.h
[2022-03-02 09:26:25.366] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/MultiFormatConfig.h
[2022-03-02 09:26:25.366] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/ObjCopy/MultiFormatConfig.h
[2022-03-02 09:26:25.366] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Object/XCOFFObjectFile.h
[2022-03-02 09:26:25.366] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Object/XCOFFObjectFile.h
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/module.modulemap
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/module.modulemap
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Analysis/InlineCost.cpp
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Analysis/InlineCost.cpp
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/LTO/LTOCodeGenerator.cpp
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/LTO/LTOCodeGenerator.cpp
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/LTO/LTOModule.cpp
[2022-03-02 09:26:25.367] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/LTO/LTOModule.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/CMakeLists.txt
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/CMakeLists.txt
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/ConfigManager.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/ConfigManager.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/ObjCopy.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/ObjCopy/ObjCopy.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Object/XCOFFObjectFile.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Object/XCOFFObjectFile.cpp
[2022-03-02 09:26:25.368] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Passes/PassBuilderPipelines.cpp
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CMakeLists.txt
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Support/CMakeLists.txt
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.h
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.h
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
[2022-03-02 09:26:25.369] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.h
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64InstrInfo.h
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA55.td
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/AArch64/AArch64SchedA55.td
[2022-03-02 09:26:25.370] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/CSKY/AsmParser/CSKYAsmParser.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
[2022-03-02 09:26:25.371] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.td
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfo.td
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Target/RISCV/RISCVInstrInfoA.td
[2022-03-02 09:26:25.372] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
[2022-03-02 09:26:25.373] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineInternal.h
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
[2022-03-02 09:26:25.374] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
[2022-03-02 09:26:25.375] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/byval-call.ll
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/byval-call.ll
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll
[2022-03-02 09:26:25.376] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-mops-consecutive.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-mops-consecutive.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-mops.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/aarch64-mops.ll
[2022-03-02 09:26:25.377] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/active_lane_mask.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/active_lane_mask.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/addsub-constant-folding.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/addsub-constant-folding.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/argument-blocks-array-of-struct.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/argument-blocks-array-of-struct.ll
[2022-03-02 09:26:25.378] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-fp128.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-fp128.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-large-frame.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-large-frame.ll
[2022-03-02 09:26:25.379] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-memset-inline.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-neon-mul-div.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-neon-mul-div.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-patchpoint.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-patchpoint.ll
[2022-03-02 09:26:25.380] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/arm64-shrink-wrapping.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/cmp-select-sign.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/cmp-select-sign.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/cmpxchg-idioms.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/cmpxchg-idioms.ll
[2022-03-02 09:26:25.381] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/csr-split.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/csr-split.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fastcc.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fastcc.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll
[2022-03-02 09:26:25.382] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fptosi-sat-vector.ll
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/fptoui-sat-vector.ll
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-sve-calleesaves-fix.mir
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-sve-calleesaves-fix.mir
[2022-03-02 09:26:25.383] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-sve.mir
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-sve.mir
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-unaligned-fp.ll
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/framelayout-unaligned-fp.ll
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/isinf.ll
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/isinf.ll
[2022-03-02 09:26:25.384] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/large-stack-cmp.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/large-stack-cmp.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/large-stack.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/large-stack.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/local_vars.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/local_vars.ll
[2022-03-02 09:26:25.385] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/machine-licm-sink-instr.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/machine-licm-sink-instr.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/machine-outliner-throw2.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/machine-outliner-throw2.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/neg-imm.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/neg-imm.ll
[2022-03-02 09:26:25.386] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/ragreedy-local-interval-cost.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/ragreedy-local-interval-cost.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/settag.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/settag.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/shrink-wrapping-vla.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/shrink-wrapping-vla.ll
[2022-03-02 09:26:25.387] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sibling-call.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sibling-call.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/split-vector-insert.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/split-vector-insert.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
[2022-03-02 09:26:25.388] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
[2022-03-02 09:26:25.389] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/statepoint-call-lowering.ll
[2022-03-02 09:26:25.389] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/statepoint-call-lowering.ll
[2022-03-02 09:26:25.389] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-alloca.ll
[2022-03-02 09:26:25.389] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-alloca.ll
[2022-03-02 09:26:25.389] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-cmp-select.ll
[2022-03-02 09:26:25.390] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-cmp-select.ll
[2022-03-02 09:26:25.390] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-extract-scalable-vector.ll
[2022-03-02 09:26:25.390] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-extract-scalable-vector.ll
[2022-03-02 09:26:25.390] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-int-vselect.ll
[2022-03-02 09:26:25.390] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-int-vselect.ll
[2022-03-02 09:26:25.391] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
[2022-03-02 09:26:25.391] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
[2022-03-02 09:26:25.391] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
[2022-03-02 09:26:25.391] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
[2022-03-02 09:26:25.391] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-permute-rev.ll
[2022-03-02 09:26:25.392] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-permute-rev.ll
[2022-03-02 09:26:25.392] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-permute-zip-uzp-trn.ll
[2022-03-02 09:26:25.392] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-permute-zip-uzp-trn.ll
[2022-03-02 09:26:25.392] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-vector-shuffle.ll
[2022-03-02 09:26:25.393] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-fixed-length-vector-shuffle.ll
[2022-03-02 09:26:25.393] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-gather-scatter-addr-opts.ll
[2022-03-02 09:26:25.394] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-gather-scatter-addr-opts.ll
[2022-03-02 09:26:25.395] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-insert-element.ll
[2022-03-02 09:26:25.395] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-insert-element.ll
[2022-03-02 09:26:25.395] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-insert-vector.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-insert-vector.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-ldnf1.mir
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-ldnf1.mir
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-ldstnt1.mir
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-ldstnt1.mir
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-pred-arith.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-pred-arith.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-punpklo-combine.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-punpklo-combine.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-setcc.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-setcc.ll
[2022-03-02 09:26:25.396] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-extract-elt.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-extract-elt.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-insert-elt.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-insert-elt.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-int-pred-reduce.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-split-int-pred-reduce.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-trunc.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/sve-trunc.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/swifterror.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/swifterror.ll
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/unwind-preserved-from-mir.mir
[2022-03-02 09:26:25.397] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/unwind-preserved-from-mir.mir
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/unwind-preserved.ll
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/AArch64/unwind-preserved.ll
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-invalid.s
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-invalid.s
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-valid.s
[2022-03-02 09:26:25.398] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/priv-valid.s
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/rvi-aliases-valid.s
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/rvi-aliases-valid.s
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/rvi-pseudos.s
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/MC/RISCV/rvi-pseudos.s
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/CodeGenPrepare/AArch64/large-offset-gep.ll
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/CodeGenPrepare/AArch64/large-offset-gep.ll
[2022-03-02 09:26:25.399] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/InstCombine/with_overflow.ll
[2022-03-02 09:26:25.400] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/InstCombine/with_overflow.ll
[2022-03-02 09:26:25.400] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-scalar-epilogue-fallback.ll
[2022-03-02 09:26:25.400] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-scalar-epilogue-fallback.ll
[2022-03-02 09:26:25.400] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/X86/pr36524.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/X86/pr36524.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/float-induction.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/float-induction.ll
[2022-03-02 09:26:25.401] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction_plus.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction_plus.ll
[2022-03-02 09:26:25.402] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/pointer-induction.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/pointer-induction.ll
[2022-03-02 09:26:25.403] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/reverse_induction.ll
[2022-03-02 09:26:25.404] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/reverse_induction.ll
[2022-03-02 09:26:25.404] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll
[2022-03-02 09:26:25.404] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll
[2022-03-02 09:26:25.404] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/use-scalar-epilogue-if-tp-fails.ll
[2022-03-02 09:26:25.404] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/use-scalar-epilogue-if-tp-fails.ll
[2022-03-02 09:26:25.405] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
[2022-03-02 09:26:25.405] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
[2022-03-02 09:26:25.405] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll
[2022-03-02 09:26:25.405] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll
[2022-03-02 09:26:25.405] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge-vf1.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge-vf1.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/bottom-to-top-reorder.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/bottom-to-top-reorder.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/reordered-top-scalars.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/reordered-top-scalars.ll
[2022-03-02 09:26:25.406] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_generated_funcs.ll.generated.expected
[2022-03-02 09:26:25.407] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_generated_funcs.ll.generated.expected
[2022-03-02 09:26:25.407] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_generated_funcs.ll.nogenerated.expected
[2022-03-02 09:26:25.407] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/aarch64_generated_funcs.ll.nogenerated.expected
[2022-03-02 09:26:25.408] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/A55-neon-instructions.s
[2022-03-02 09:26:25.408] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/A55-neon-instructions.s
[2022-03-02 09:26:25.408] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/tools/sancov/sancov.cpp
[2022-03-02 09:26:25.408] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/tools/sancov/sancov.cpp
[2022-03-02 09:26:25.408] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CMakeLists.txt
[2022-03-02 09:26:25.409] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CMakeLists.txt
[2022-03-02 09:26:25.409] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CSKYTargetParserTest.cpp
[2022-03-02 09:26:25.409] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Support/CSKYTargetParserTest.cpp
[2022-03-02 09:26:25.409] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/lib/ObjCopy/BUILD.gn
[2022-03-02 09:26:25.410] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/lib/ObjCopy/BUILD.gn
[2022-03-02 09:26:25.410] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
[2022-03-02 09:26:25.410] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
[2022-03-02 09:26:25.410] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/device.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/device.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/omptarget.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/omptarget.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/rtl.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/include/rtl.h
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/CMakeLists.txt
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/CMakeLists.txt
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/CMakeLists.txt
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/CMakeLists.txt
[2022-03-02 09:26:25.411] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/JIT.cpp
[2022-03-02 09:26:25.412] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/JIT.cpp
[2022-03-02 09:26:25.412] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/JIT.h
[2022-03-02 09:26:25.412] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/common/JIT/JIT.h
[2022-03-02 09:26:25.412] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/cuda/CMakeLists.txt
[2022-03-02 09:26:25.412] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/cuda/CMakeLists.txt
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/cuda/src/rtl.cpp
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/plugins/cuda/src/rtl.cpp
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/interface.cpp
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/interface.cpp
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/omptarget.cpp
[2022-03-02 09:26:25.413] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/omptarget.cpp
[2022-03-02 09:26:25.414] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/rtl.cpp
[2022-03-02 09:26:25.414] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/openmp/libomptarget/src/rtl.cpp
[2022-03-02 09:27:51.372] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:27:51.428] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:32:52.790] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:32:52.839] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:37:53.843] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:37:53.899] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:42:54.707] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:42:54.755] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:47:55.773] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:47:55.825] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:52:56.508] [remoteagent] [trace] Started scanning user extensions
[2022-03-02 09:52:56.558] [remoteagent] [trace] Scanned user extensions: 13
[2022-03-02 09:54:12.487] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:54:12.487] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:54:12.788] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/HEAD
[2022-03-02 09:54:12.788] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/HEAD
[2022-03-02 09:54:12.788] [remoteagent] [trace] [File Watcher (parcel)] [ADDED] /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:54:12.788] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index
[2022-03-02 09:54:12.789] [remoteagent] [trace] [File Watcher (parcel)] [DELETED] /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:54:12.789] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/index.lock
[2022-03-02 09:54:12.789] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:54:12.789] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/.git/logs/HEAD
[2022-03-02 09:54:12.790] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/AST/StmtOpenMP.h
[2022-03-02 09:54:12.790] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/include/clang/AST/StmtOpenMP.h
[2022-03-02 09:54:12.791] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/AST/StmtOpenMP.cpp
[2022-03-02 09:54:12.791] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/AST/StmtOpenMP.cpp
[2022-03-02 09:54:12.791] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/CodeGen/CGStmtOpenMP.cpp
[2022-03-02 09:54:12.792] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/CodeGen/CGStmtOpenMP.cpp
[2022-03-02 09:54:12.792] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Sema/SemaOpenMP.cpp
[2022-03-02 09:54:12.792] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Sema/SemaOpenMP.cpp
[2022-03-02 09:54:12.793] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Serialization/ASTReaderStmt.cpp
[2022-03-02 09:54:12.793] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Serialization/ASTReaderStmt.cpp
[2022-03-02 09:54:12.793] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/lib/Serialization/ASTWriterStmt.cpp
[2022-03-02 09:54:12.794] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/lib/Serialization/ASTWriterStmt.cpp
[2022-03-02 09:54:12.794] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/clang/test/OpenMP/atomic_compare_codegen.cpp
[2022-03-02 09:54:12.794] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/clang/test/OpenMP/atomic_compare_codegen.cpp
[2022-03-02 09:54:12.795] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
[2022-03-02 09:54:12.795] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
[2022-03-02 09:54:12.796] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
[2022-03-02 09:54:12.796] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
[2022-03-02 09:54:12.796] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
[2022-03-02 09:54:12.797] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
[2022-03-02 09:54:12.797] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
[2022-03-02 09:54:12.797] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp
[2022-03-02 09:54:12.798] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
[2022-03-02 09:54:12.798] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.h
[2022-03-02 09:54:12.798] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
[2022-03-02 09:54:12.799] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
[2022-03-02 09:54:12.799] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
[2022-03-02 09:54:12.799] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.h
[2022-03-02 09:54:12.799] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
[2022-03-02 09:54:12.801] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/lib/Transforms/Vectorize/VPlanValue.h
[2022-03-02 09:54:12.801] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-scalar-epilogue-fallback.ll
[2022-03-02 09:54:12.801] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/ARM/tail-folding-scalar-epilogue-fallback.ll
[2022-03-02 09:54:12.802] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll
[2022-03-02 09:54:12.803] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization.ll
[2022-03-02 09:54:12.803] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/X86/pr36524.ll
[2022-03-02 09:54:12.803] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/X86/pr36524.ll
[2022-03-02 09:54:12.803] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/float-induction.ll
[2022-03-02 09:54:12.804] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/float-induction.ll
[2022-03-02 09:54:12.804] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
[2022-03-02 09:54:12.804] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
[2022-03-02 09:54:12.805] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction.ll
[2022-03-02 09:54:12.805] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction.ll
[2022-03-02 09:54:12.805] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction_plus.ll
[2022-03-02 09:54:12.806] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/induction_plus.ll
[2022-03-02 09:54:12.806] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
[2022-03-02 09:54:12.806] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
[2022-03-02 09:54:12.806] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/pointer-induction.ll
[2022-03-02 09:54:12.807] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/pointer-induction.ll
[2022-03-02 09:54:12.807] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/reverse_induction.ll
[2022-03-02 09:54:12.808] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/reverse_induction.ll
[2022-03-02 09:54:12.808] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll
[2022-03-02 09:54:12.808] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/runtime-check-needed-but-empty.ll
[2022-03-02 09:54:12.808] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/use-scalar-epilogue-if-tp-fails.ll
[2022-03-02 09:54:12.809] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/use-scalar-epilogue-if-tp-fails.ll
[2022-03-02 09:54:12.809] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll
[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll
[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge-vf1.ll
[2022-03-02 09:54:12.811] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge-vf1.ll
[2022-03-02 09:54:12.811] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
[2022-03-02 09:54:12.811] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

And here is the excluding list:

    "files.watcherExclude": {
        "**/.vscode/**": true,
        "**/clang-tools-extra/**": true,
        "**/compiler-rt/**": true,
        "**/debuginfo-tests/**": true,
        "**/flang/**": true,
        "**/lib*/**": true,
        "**/lld*/**": true,
        "**/mlir/**": true,
        "**/p*/**": true,
        "**/utils/**": true,
    },

I can confirm the file I modified are not in the list.

bpasero commented 2 years ago

From the log it seems to me that all file events listed are consequently ignored by your settings. When you temporarily remove that setting and restart and try again, does it still reproduce?

shiltian commented 2 years ago

That "fixes" the issue. However, I'm not sure whether the excluding list can affect that. Let take one as example:

[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)] [CHANGED] /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll
[2022-03-02 09:54:12.810] [remoteagent] [trace] [File Watcher (parcel)]  >> ignored /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll

I don't know why /home/shiltian/Documents/vscode/llvm-project/llvm/test/Transforms/LoopVectorize/vplan-printing.ll is matched to any rule in the list.

bpasero commented 2 years ago

Nice, this is a bug in our glob matching library, where "**/p*/**" matches on any path that contains a p. If you make that pattern more explicit or remove it, it should be fine.

Will look into a fix for the glob library.

shiltian commented 2 years ago

Great! Thanks for the help! Looking forward to the new release. ;-)

bpasero commented 2 years ago

One thing I figured out is that our regular expression seems to be too greedy, for example the following test case shows the issue:

test('expression with non-trivia glob (issue 142781)', function () {
    let pattern = '**/p*';

    assert.strictEqual(glob.match(pattern, 'foo/barp'), false);
    assert.strictEqual(glob.match(pattern, 'foo/bar/ap'), false);
    assert.strictEqual(glob.match(pattern, 'ap'), false);

    assert.strictEqual(glob.match(pattern, 'foo/barp1'), false);
    assert.strictEqual(glob.match(pattern, 'foo/bar/ap1'), false);
    assert.strictEqual(glob.match(pattern, 'ap1'), false);

    assert.strictEqual(glob.match(pattern, '/foo/barp'), false);
    assert.strictEqual(glob.match(pattern, '/foo/bar/ap'), false);
    assert.strictEqual(glob.match(pattern, '/ap'), false);

    assert.strictEqual(glob.match(pattern, '/foo/barp1'), false);
    assert.strictEqual(glob.match(pattern, '/foo/bar/ap1'), false);
    assert.strictEqual(glob.match(pattern, '/ap1'), false);

    assert.strictEqual(glob.match(pattern, 'foo/pbar'), true);
    assert.strictEqual(glob.match(pattern, '/foo/pbar'), true);
    assert.strictEqual(glob.match(pattern, 'foo/bar/pa'), true);
    assert.strictEqual(glob.match(pattern, '/p'), true);
});

The regular expression gets being created here:

https://github.com/microsoft/vscode/blob/9c40bbec3d2b773f32db1dc236365b2e3f18fd4c/src/vs/base/common/glob.ts#L440

And the culprit is the one for ** which we form here:

https://github.com/microsoft/vscode/blob/9c40bbec3d2b773f32db1dc236365b2e3f18fd4c/src/vs/base/common/glob.ts#L60

This sounds like a fun little problem for a contributor to solve.

bpasero commented 2 years ago

Continues in https://github.com/microsoft/vscode/issues/144458