CLion can't finish Loading CMake Project

已完成

CLion can not finish loading the CMake project, it hangs forever like this when I open or create any project:

But when I run the same command from CLion terminal it seems to be OK:

Version:

CLion 2017.3.4
Build #CL-173.4674.29, built on March 5, 2018

1

Hi! Please do File | Invalidate Caches/ Restart. Does the issue still occur after that? Does the issue happen even with a new default "Hello, World!" project? Could you please also check in the latest 2018.1 EAP?

0

Hi! 

File | Invalidate Caches/ Restart didn't help. 
Yes, the issue reproduced with a new default "Hello, World!" project. 

But updating to 2018.1 EAP fixed the issue, thanks!

0

I got the same issue in 2018.3 EAP on linux with remote build. Invalidate cache and restart didn't solve the issue.

0

Hi, Paul, sorry for the inconvenience. Are the local machine and the remote host both Linux? Could you please do Tools | CMake | Reset Cache and Reload Project? Does the issue persist? Does the issue happen even with a new default "Hello, World!" project?

0

Yes the local machine is Ubuntu and the remote is RHEL6.8.

After waiting a lot, I got this message:

Problems were encountered while collecting compiler information:
Unexpected compiler output. This compiler might be unsupported.
If you are using GCC/Clang, please report the bug in https://youtrack.jetbrains.com/issues/CPP.

0

The problem is the same with the Hello World project.

0

What compiler do you use? 
Please provide a screenshot of your "Remote Host" toolchain (File | Settings | Build, Execution, Deployment | Toolchains).

0

g++ (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)

I still have to use this old compiler for the support of a legacy system.

0

Paul, please send the idea.log file (Help | Show Log in...) to clion-support at jetbrains.com so that we could investigate the issue. Note that logs might contain private user's information (like file paths and names). 

0

Hi

Here is mine (same problem)

I noticed that the file clion.dir.archive.tar.gz growed up to 1411088384  B (1.4 GB)

I opened issue here: https://intellij-support.jetbrains.com/hc/en-us/requests/1830581

 

Thanks

0

Has this been resolved somehow? I have the same issue.

0

Hi Thomas. A related issue in our tracker is https://youtrack.jetbrains.com/issue/CPP-14505. Feel free to comment or upvote in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

0

having the same issue with remote host development.

loading cmake project sticking

sending email with idea.log

1

I have this for remote linux->linux development on 2018.3.4

Loading CMake project takes forever ...

Is there a fix or related issue for that?

1

Hi @Aryeh!

Do you have installed rsync on the remote host?

Please go to Help | Debug Log Settings and add #com.jetbrains.cidr.remote there. After that, reproduce an issue, collect logs from Help | Show Log in <File Manager> and send them to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names). 

0

Yes, I have rsync installed. I will get the logs.

0

Hi. I have the same problem. Windows 10, CLion 2018.3.4 , Ubuntu WSL

 

This is a snip from the log after enabling the logger: It is stuck, seemingly doing nothing from

2019-03-26 13:34:28,260 [10182703] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as ....
to
2019-03-26 13:47:40,081 [10974524] INFO - pl.ProjectRootManagerComponent - project roots have changed 

Here is the log:

2019-03-26 13:33:49,034 [10143477] INFO - #com.jetbrains.cidr.cpp - CMake generation took 13 s 225 ms; total time during this session: 1 m 55 s 897 ms
2019-03-26 13:33:49,147 [10143590] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/lib/gcc/x86_64-linux-gnu/5/include; working dir: null; envs: : without sudo
2019-03-26 13:33:49,147 [10143590] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/lib/gcc/x86_64-linux-gnu/5/include"
2019-03-26 13:33:49,611 [10144054] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/local/include; working dir: null; envs: : without sudo
2019-03-26 13:33:49,611 [10144054] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/local/include"
2019-03-26 13:33:49,975 [10144418] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed; working dir: null; envs: : without sudo
2019-03-26 13:33:49,975 [10144418] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed"
2019-03-26 13:33:50,391 [10144834] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/include/x86_64-linux-gnu; working dir: null; envs: : without sudo
2019-03-26 13:33:50,391 [10144834] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/include/x86_64-linux-gnu"
2019-03-26 13:33:50,796 [10145239] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/include; working dir: null; envs: : without sudo
2019-03-26 13:33:50,796 [10145239] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/include"
2019-03-26 13:34:27,550 [10181993] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/include/c++/5; working dir: null; envs: : without sudo
2019-03-26 13:34:27,550 [10181993] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/include/c++/5"
2019-03-26 13:34:27,903 [10182346] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/include/x86_64-linux-gnu/c++/5; working dir: null; envs: : without sudo
2019-03-26 13:34:27,903 [10182346] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/include/x86_64-linux-gnu/c++/5"
2019-03-26 13:34:28,260 [10182703] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patching: readlink -f /usr/include/c++/5/backward; working dir: null; envs: : without sudo
2019-03-26 13:34:28,260 [10182703] INFO - .execution.wsl.WSLDistribution - [UBUNTU] Patched as: C:\Users\ealbrektsen\AppData\Local\Microsoft\WindowsApps\ubuntu.exe run "readlink -f /usr/include/c++/5/backward"
2019-03-26 13:47:40,081 [10974524] INFO - pl.ProjectRootManagerComponent - project roots have changed
2019-03-26 13:47:41,113 [10975556] INFO - #com.jetbrains.cidr.lang - Clearing symbols finished in 152 ms
2019-03-26 13:47:41,132 [10975575] INFO - #com.jetbrains.cidr.lang - Building symbols in FAST mode, 438 source files from total 2119 project files
2019-03-26 13:47:42,370 [10976813] INFO - #com.jetbrains.cidr.lang - Loading symbols finished in 1 s 257 ms
2019-03-26 13:47:42,371 [10976814] INFO - #com.jetbrains.cidr.lang - Loading Header Maps finished in 1 ms
2019-03-26 13:47:42,372 [10976815] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 1 ms
2019-03-26 13:47:42,372 [10976815] INFO - #com.jetbrains.cidr.lang - Saving Module Maps finished in 0 ms
2019-03-26 13:47:42,373 [10976816] INFO - #com.jetbrains.cidr.lang - Loaded 4971 tables for 2389 files (2389 project files)
2019-03-26 13:47:42,373 [10976816] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 source files
2019-03-26 13:47:42,377 [10976820] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 unused headers
2019-03-26 13:47:42,378 [10976821] INFO - #com.jetbrains.cidr.lang - Building symbols finished in 5 ms
2019-03-26 13:47:42,390 [10976833] INFO - #com.jetbrains.cidr.lang - Saving modified symbols for 0 files (0 tables of total 4971)
2019-03-26 13:47:42,390 [10976833] INFO - #com.jetbrains.cidr.lang - Saving symbols finished in 1 ms

0

Hi @Espen! Do you use WSL toolchain or do you use the Remote Projects feature where WSL is a remote host?

0

WSL toolchain

0

@Espen, please try using CLion 2019.1 RC. If it doesn't help, please capture a CPU snapshot and attach it in the comments to https://youtrack.jetbrains.com/issue/CPP-14139. You can attach it privately (with visibility to CLion team), the instruction is here.

0
Avatar
Permanently deleted user

Hi,

Same issue for me. Cmake console windows stops at :

-- Build files have been written to: ~/Documents/dev/cmake_build_debug

and then it stays forever with "Loading CMake project."

I think it eventually finish and, at first sight, succeed but it's way too much time.

1

I get same issue, log shows it's rsync'ing a lot of stuff, but source and destination are the same computer (debugging in a container with home dir and source on same path):

2020-02-18 13:50:19,102 [1119099] INFO - #com.intellij.ssh.RSyncUtil - rsync version: rsync version 3.1.2 protocol version 31
2020-02-18 13:50:19,102 [1119099] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: rsync directory: /home/chriso/src/pytorch_c/pytorch -> /home/chriso/.CLion2019.3/system/.remote/localhost_7776/f6af1aa6-af4c-41b3-9396-916d392576e1//home/chriso/src/pytorch_c/pytorch

1

Any solution to this?

I mean this is ruining my productivity. It takes a very long time to finish if it ever does. God help you if you if you accidentally unload CMake project. I've been stuck for 20 minutes trying to reload it and it is still going.

My local machine is MacOS Catalina and the remote host is RHEL 19.4.

All I see in the logs is:

2020-04-05 15:17:04,354 [3664779] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 15 ms
2020-04-05 15:17:11,923 [3672348] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 15:17:11,923 [3672348] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 15 ms
2020-04-05 15:17:12,951 [3673376] WARN - #com.jetbrains.ssh.nio - UnixSshFS:: process is still alive: null
2020-04-05 15:17:18,113 [3678538] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 15:17:18,113 [3678538] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 13 ms
2020-04-05 15:17:18,647 [3679072] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 15:17:18,647 [3679072] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 15 ms

This repeats over and over again. There's no progress bar...nothing.

1

It finally finished:

20-04-05 16:02:21,090 [1437047] DEBUG - #com.jetbrains.cidr.remote - RemoteDeploymentHelper: upload project to 1 hosts
2020-04-05 16:02:21,094 [1437051] INFO - .idea.vim.command.CommandState - Push new state: INSERT:NONE
2020-04-05 16:02:21,097 [1437054] DEBUG - #com.jetbrains.cidr.remote - RemoteDeploymentHelper: get credentials of host: de25aed7-884d-4e8b-a81a-61733060fd1e
2020-04-05 16:02:21,097 [1437054] DEBUG - #com.jetbrains.cidr.remote - RemoteDeploymentHelper: get path-mapping by host: (de25aed7-884d-4e8b-a81a-61733060fd1e) [{'/Users/daeden/Crabel/cts' <=> '/home/gperez/tmp/cts'}]
2020-04-05 16:02:21,097 [1437054] DEBUG - #com.jetbrains.cidr.remote - RemoteDeployment service: exclude-list was updated: de25aed7-884d-4e8b-a81a-61733060fd1e [com.jetbrains.plugins.webDeployment.config.ExcludedPath@4170147a]
2020-04-05 16:02:21,097 [1437054] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: file exists: /home/gperez/tmp/cts/.clion.source.upload.marker
2020-04-05 16:02:21,779 [1437736] DEBUG - #com.jetbrains.cidr.remote - RemoteDeploymentHelper: project is uploaded: true
2020-04-05 16:02:21,779 [1437736] DEBUG - #com.jetbrains.cidr.remote - AutoUploadManager: try to subscribe: [de25aed7-884d-4e8b-a81a-61733060fd1e]
2020-04-05 16:02:21,781 [1437738] DEBUG - #com.jetbrains.cidr.remote - AutoUploadManager: [de25aed7-884d-4e8b-a81a-61733060fd1e] were subscribed
2020-04-05 16:02:21,781 [1437738] DEBUG - #com.jetbrains.cidr.remote - AutoUploadManager: unsubscribe upload listener
2020-04-05 16:02:29,766 [1445723] INFO - #com.jetbrains.cidr.cpp - Executing CMake: /usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -D_cts_product=all -D_build_list=crabel-shared;core;cts;nodes -D_cts_version=15.1 -D_build_type=Debug -G "CodeBlocks - Unix Makefiles" /home/gperez/tmp/cts
2020-04-05 16:02:33,376 [1449333] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: kill process tree: /usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -D_cts_product=all -D_build_list=crabel-shared;core;cts;nodes -D_cts_version=15.1 -D_build_type=Debug -G "CodeBlocks - Unix Makefiles" /home/gperez/tmp/cts
2020-04-05 16:02:33,376 [1449333] INFO - #com.jetbrains.cidr.cpp - CMake exit code: 0 for command: /usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -D_cts_product=all -D_build_list=crabel-shared;core;cts;nodes -D_cts_version=15.1 -D_build_type=Debug -G "CodeBlocks - Unix Makefiles" /home/gperez/tmp/cts
2020-04-05 16:02:33,376 [1449333] INFO - #com.jetbrains.cidr.cpp - CMake generation for Debug took 3 s 610 ms
2020-04-05 16:02:33,959 [1449916] INFO - #com.intellij.ssh.RSyncUtil - rsync version: rsync version 2.6.9 protocol version 29
2020-04-05 16:02:33,959 [1449916] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: rsync directory: /home/gperez/tmp/cts/cmake-build-debug -> /Users/daeden/Crabel/cts/cmake-build-debug
2020-04-05 16:04:23,074 [1559031] INFO - #com.jetbrains.cidr.cpp - CMake generation took 2 m 1 s 293 ms; total time during this session: 5 m 16 s 656 ms
2020-04-05 16:04:23,135 [1559092] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,135 [1559092] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,136 [1559093] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,137 [1559094] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,137 [1559094] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,137 [1559094] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,137 [1559094] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,138 [1559095] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,138 [1559095] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,138 [1559095] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,138 [1559095] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:04:23,139 [1559096] DEBUG - #com.jetbrains.cidr.remote - RemoteUtil: get temporary file name
2020-04-05 16:06:10,448 [1666405] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:10,448 [1666405] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:10,829 [1666786] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:10,829 [1666786] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:11,232 [1667189] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:11,232 [1667189] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:12,035 [1667992] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:12,035 [1667992] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:12,431 [1668388] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:12,431 [1668388] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:12,726 [1668683] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:12,726 [1668683] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:13,215 [1669172] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:13,215 [1669172] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:13,627 [1669584] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:13,628 [1669585] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:14,010 [1669967] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:14,010 [1669967] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:06:14,405 [1670362] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:14,405 [1670362] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:14,816 [1670773] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:14,816 [1670773] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:15,218 [1671175] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:15,219 [1671176] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:40,300 [1696257] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:40,300 [1696257] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:06:40,613 [1696570] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:40,613 [1696570] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:06:46,142 [1702099] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:46,142 [1702099] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:06:46,534 [1702491] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:46,534 [1702491] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:46,925 [1702882] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:46,925 [1702882] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:06:47,348 [1703305] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:47,348 [1703305] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:06:47,742 [1703699] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:47,742 [1703699] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:06:48,149 [1704106] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:48,150 [1704107] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:06:50,494 [1706451] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:50,494 [1706451] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:06:53,704 [1709661] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:53,704 [1709661] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:06:54,102 [1710059] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:54,102 [1710059] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:06:54,491 [1710448] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:06:54,491 [1710448] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:07:11,993 [1727950] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:11,994 [1727951] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 17 ms
2020-04-05 16:07:17,157 [1733114] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:17,158 [1733115] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:07:22,018 [1737975] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:22,018 [1737975] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:07:22,845 [1738802] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:22,845 [1738802] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:07:23,243 [1739200] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:23,243 [1739200] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:07:23,634 [1739591] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:23,635 [1739592] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:07:24,030 [1739987] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:24,030 [1739987] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:07:24,421 [1740378] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:24,421 [1740378] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 13 ms
2020-04-05 16:07:24,803 [1740760] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:24,804 [1740761] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:07:25,774 [1741731] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:25,775 [1741732] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:07:30,120 [1746077] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:30,120 [1746077] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:07:30,518 [1746475] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:30,518 [1746475] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 4 ms
2020-04-05 16:07:41,598 [1757555] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:41,598 [1757555] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:07:47,150 [1763107] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:47,150 [1763107] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:07:52,310 [1768267] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:52,310 [1768267] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:07:53,033 [1768990] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:53,033 [1768990] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:07:57,900 [1773857] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:57,901 [1773858] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:07:58,297 [1774254] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:58,298 [1774255] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:07:58,686 [1774643] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:58,686 [1774643] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:07:59,077 [1775034] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:59,077 [1775034] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:07:59,472 [1775429] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:07:59,472 [1775429] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:08:00,481 [1776438] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:00,481 [1776438] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:08:07,211 [1783168] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:07,211 [1783168] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:08:12,525 [1788482] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:12,525 [1788482] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:08:19,561 [1795518] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:19,561 [1795518] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:08:26,100 [1802057] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:26,100 [1802057] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:08:26,516 [1802473] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:26,516 [1802473] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:08:32,365 [1808322] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:32,365 [1808322] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:08:32,787 [1808744] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:32,788 [1808745] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:08:33,186 [1809143] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:33,186 [1809143] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:08:33,492 [1809449] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:33,492 [1809449] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:08:33,799 [1809756] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:33,799 [1809756] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:08:34,112 [1810069] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:34,112 [1810069] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:08:35,131 [1811088] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:35,131 [1811088] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:08:39,773 [1815730] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:39,773 [1815730] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:08:44,381 [1820338] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:44,381 [1820338] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 14 ms
2020-04-05 16:08:50,701 [1826658] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:50,701 [1826658] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:08:56,647 [1832604] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:08:56,647 [1832604] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:09:02,868 [1838825] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:02,868 [1838825] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:04,420 [1840377] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:04,420 [1840377] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:05,361 [1841318] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:05,361 [1841318] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:05,925 [1841882] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:05,925 [1841882] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:06,340 [1842297] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:06,340 [1842297] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:09:06,787 [1842744] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:06,787 [1842744] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:09:07,810 [1843767] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:07,810 [1843767] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:09:08,617 [1844574] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:08,618 [1844575] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 19 ms
2020-04-05 16:09:12,724 [1848681] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:12,724 [1848681] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:17,631 [1853588] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:17,632 [1853589] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:23,839 [1859796] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:23,839 [1859796] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:29,712 [1865669] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:29,712 [1865669] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:35,319 [1871276] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:35,320 [1871277] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:35,635 [1871592] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:35,635 [1871592] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:09:36,052 [1872009] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:36,052 [1872009] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:36,382 [1872339] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:36,382 [1872339] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:36,605 [1872562] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:36,605 [1872562] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:36,910 [1872867] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:36,910 [1872867] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:09:37,915 [1873872] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:37,915 [1873872] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:09:38,708 [1874665] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:38,708 [1874665] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:42,355 [1878312] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:42,355 [1878312] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:09:47,582 [1883539] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:47,582 [1883539] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:09:54,220 [1890177] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:09:54,221 [1890178] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:00,486 [1896443] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:00,487 [1896444] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:07,827 [1903784] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:07,827 [1903784] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:08,235 [1904192] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:08,236 [1904193] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:08,641 [1904598] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:08,641 [1904598] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:08,848 [1904805] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:08,848 [1904805] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:09,166 [1905123] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:09,166 [1905123] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:09,580 [1905537] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:09,580 [1905537] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:10,488 [1906445] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:10,488 [1906445] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:11,212 [1907169] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:11,212 [1907169] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:15,101 [1911058] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:15,101 [1911058] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:10:19,646 [1915603] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:19,647 [1915604] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:25,940 [1921897] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:25,940 [1921897] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:10:31,847 [1927804] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:31,847 [1927804] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:10:37,387 [1933344] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:37,387 [1933344] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:37,815 [1933772] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:37,815 [1933772] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:38,028 [1933985] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:38,028 [1933985] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:38,335 [1934292] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:38,336 [1934293] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:10:38,791 [1934748] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:38,791 [1934748] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:10:39,107 [1935064] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:39,107 [1935064] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:10:44,952 [1940909] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:44,952 [1940909] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:10:45,735 [1941692] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:45,735 [1941692] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 11 ms
2020-04-05 16:10:54,666 [1950623] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:54,666 [1950623] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:10:55,063 [1951020] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:10:55,063 [1951020] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:01,538 [1957495] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:01,538 [1957495] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:10,954 [1966911] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:10,955 [1966912] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:11:16,691 [1972648] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:16,692 [1972649] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:17,084 [1973041] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:17,085 [1973042] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:11:17,486 [1973443] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:17,487 [1973444] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:18,130 [1974087] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:18,130 [1974087] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:11:18,553 [1974510] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:18,553 [1974510] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:11:19,061 [1975018] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:19,062 [1975019] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:26,540 [1982497] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:26,540 [1982497] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:27,343 [1983300] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:27,343 [1983300] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:35,610 [1991567] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:35,610 [1991567] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:11:35,997 [1991954] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:35,997 [1991954] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:42,043 [1998000] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:42,043 [1998000] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:47,408 [2003365] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:47,408 [2003365] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:11:52,690 [2008647] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:52,690 [2008647] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:11:53,077 [2009034] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:53,078 [2009035] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:11:53,491 [2009448] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:53,491 [2009448] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:11:53,896 [2009853] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:53,897 [2009854] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:11:54,285 [2010242] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:54,285 [2010242] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:11:55,823 [2011780] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:55,823 [2011780] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:11:59,373 [2015330] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:11:59,373 [2015330] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:12:01,271 [2017228] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:01,272 [2017229] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:12:11,223 [2027180] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:11,223 [2027180] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 9 ms
2020-04-05 16:12:11,614 [2027571] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:11,614 [2027571] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:12:12,415 [2028372] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:12,415 [2028372] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:12:22,234 [2038191] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:22,234 [2038191] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 10 ms
2020-04-05 16:12:22,556 [2038513] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:22,556 [2038513] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:12:22,867 [2038824] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:22,867 [2038824] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:12:23,285 [2039242] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:23,286 [2039243] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:12:24,002 [2039959] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:24,002 [2039959] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 7 ms
2020-04-05 16:12:25,577 [2041534] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:25,577 [2041534] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:12:27,730 [2043687] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:27,730 [2043687] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 8 ms
2020-04-05 16:12:29,526 [2045483] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:29,526 [2045483] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 4 ms
2020-04-05 16:12:30,618 [2046575] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:30,618 [2046575] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:38,839 [2054796] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:38,839 [2054796] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:40,168 [2056125] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:40,169 [2056126] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:40,565 [2056522] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:40,566 [2056523] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:43,748 [2059705] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:43,749 [2059706] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 4 ms
2020-04-05 16:12:44,937 [2060894] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:44,937 [2060894] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 4 ms
2020-04-05 16:12:46,129 [2062086] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:46,129 [2062086] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:12:51,048 [2067005] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:51,049 [2067006] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:12:51,965 [2067922] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:51,965 [2067922] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:53,078 [2069035] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:53,078 [2069035] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:53,903 [2069860] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:53,903 [2069860] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 6 ms
2020-04-05 16:12:56,235 [2072192] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:56,235 [2072192] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:56,468 [2072425] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:56,468 [2072425] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:56,807 [2072764] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:56,807 [2072764] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 5 ms
2020-04-05 16:12:57,545 [2073502] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: cache valid: yes; sync status: ok; parent task was canceled: no
2020-04-05 16:12:57,545 [2073502] DEBUG - #com.jetbrains.cidr.remote - RemoteHost: resolveAndCache took 4 ms
2020-04-05 16:12:57,788 [2073745] INFO - pl.ProjectRootManagerComponent - project roots have changed
2020-04-05 16:12:57,839 [2073796] INFO - #com.jetbrains.cidr.cpp - Reloading CMake project took 11 m 54 s 176 ms
2020-04-05 16:12:57,856 [2073813] INFO - #com.jetbrains.cidr.lang - Clearing symbols finished in 11 ms
2020-04-05 16:12:57,970 [2073927] INFO - #com.jetbrains.cidr.lang - Building symbols in FAST mode, 687 source files from total 1524 project files
2020-04-05 16:12:59,650 [2075607] INFO - rationStore.ComponentStoreImpl - Saving Project (name=cts, containerState=ACTIVE, componentStore=/Users/daeden/Crabel/cts) RunManager took 175 ms
2020-04-05 16:13:01,049 [2077006] INFO - #com.jetbrains.cidr.lang - Loading symbols finished in 3 s 193 ms
2020-04-05 16:13:01,118 [2077075] INFO - #com.jetbrains.cidr.lang - Loading Header Maps finished in 69 ms
2020-04-05 16:13:01,119 [2077076] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 1 ms
2020-04-05 16:13:01,119 [2077076] INFO - #com.jetbrains.cidr.lang - Loaded 0 module maps in 0 packs for 0 search roots
2020-04-05 16:13:01,119 [2077076] INFO - #com.jetbrains.cidr.lang - Saved 0 module maps in 0 packs
2020-04-05 16:13:01,120 [2077077] INFO - #com.jetbrains.cidr.lang - Saving Module Maps finished in 1 ms
2020-04-05 16:13:01,126 [2077083] INFO - #com.jetbrains.cidr.lang - Loaded 24051 tables for 8913 files (8913 project files)
2020-04-05 16:13:01,130 [2077087] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 source files
2020-04-05 16:13:01,131 [2077088] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 1 ms
2020-04-05 16:13:01,179 [2077136] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 unused headers
2020-04-05 16:13:01,180 [2077137] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms
2020-04-05 16:13:01,180 [2077137] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms
2020-04-05 16:13:01,189 [2077146] INFO - #com.jetbrains.cidr.lang - Saving modified symbols for 0 files (0 tables of total 24051)
2020-04-05 16:13:01,190 [2077147] INFO - #com.jetbrains.cidr.lang - Saving symbols finished in 2 ms
2020-04-05 16:13:01,214 [2077171] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 24ms; general responsiveness: ok; EDT responsiveness: ok
2020-04-05 16:13:01,570 [2077527] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 356ms; general responsiveness: ok; EDT responsiveness: ok
2020-04-05 16:13:01,572 [2077529] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 7 files to update
2020-04-05 16:13:01,589 [2077546] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 17ms; general responsiveness: ok; EDT responsiveness: ok
2020-04-05 16:13:43,176 [2119133] INFO - rationStore.ComponentStoreImpl - Saving Project (name=cts, containerState=ACTIVE, componentStore=/Users/daeden/Crabel/cts) RunManager took 15 ms

The part that stands out is:
2020-04-05 16:12:57,839 [2073796] INFO - #com.jetbrains.cidr.cpp - Reloading CMake project took 11 m 54 s 176 ms

I have no idea what it is doing, but it should not take nearly 12 minutes.

1

I'm having the same issue. Project loading takes ~ 1h 40m and fails with
```
2020-06-04 12:17:21,315 [4729682] INFO - #com.jetbrains.cidr.cpp - Reloading CMake project took 1 h 18 m 44 s 393 ms
2020-06-04 12:17:21,317 [4729684] ERROR - intellij.openapi.progress.Task - -861388038
java.lang.NegativeArraySizeException: -861388038
at java.base/java.util.StringJoiner.compactElts(StringJoiner.java:242)
at java.base/java.util.StringJoiner.toString(StringJoiner.java:173)
at java.base/java.lang.String.join(String.java:2445)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.a(CMakeWorkspace.java:1079)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.a(CMakeWorkspace.java:1009)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.a(CMakeWorkspace.java:814)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.a(CMakeWorkspace.java:625)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.b(CMakeWorkspace.java:529)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher$5.run(CMakeWorkspaceWatcher.java:495)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:932)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsync$5(CoreProgressManager.java:434)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$null$3(ProgressRunner.java:233)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:166)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:627)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:572)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:61)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:153)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:233)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Suppressed: java.lang.Throwable
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.a(CMakeWorkspaceWatcher.java:470)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.b(CMakeWorkspaceWatcher.java:459)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.a(CMakeWorkspaceWatcher.java:335)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.b(CMakeWorkspaceWatcher.java:341)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.scheduleReload(CMakeWorkspaceWatcher.java:459)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.scheduleReload(CMakeWorkspace.java:529)
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspace.a(CMakeWorkspace.java:316)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:310)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:80)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:128)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:184)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:730)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
at com.intellij.cloudConfig.CloudConfigManager.waitDone(CloudConfigManager.java:1890)
at com.intellij.cloudConfig.CloudConfigManager.getRepositoryPlugins(CloudConfigManager.java:1874)
at com.intellij.cloudConfig.CloudConfigManager.updatePlugins(CloudConfigManager.java:1949)
at com.intellij.cloudConfig.CloudConfigManager.safeUpdatePlugins(CloudConfigManager.java:1899)
at com.intellij.cloudConfig.CloudConfigManager.lambda$doConnection$22(CloudConfigManager.java:1043)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:201)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.openapi.application.impl.ApplicationImpl.lambda$invokeLater$4(ApplicationImpl.java:310)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:80)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:128)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:46)
at com.intellij.openapi.application.impl.FlushQueue$FlushNow.run(FlushQueue.java:184)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:974)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:847)
at com.intellij.ide.IdeEventQueue.lambda$null$8(IdeEventQueue.java:449)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:741)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:448)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:496)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Suppressed: java.lang.Throwable
at com.jetbrains.cidr.cpp.cmake.workspace.CMakeWorkspaceWatcher.scheduleReload(CMakeWorkspaceWatcher.java:458)
... 55 more
2020-06-04 12:17:21,319 [4729686] ERROR - intellij.openapi.progress.Task - CLion 2020.1.1 Build #CL-201.7223.86
2020-06-04 12:17:21,319 [4729686] ERROR - intellij.openapi.progress.Task - JDK: 11.0.6; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2020-06-04 12:17:21,319 [4729686] ERROR - intellij.openapi.progress.Task - OS: Linux
2020-06-04 12:17:21,319 [4729686] ERROR - intellij.openapi.progress.Task - Last Action:
2020-06-04 13:31:04,067 [9152434] INFO - cloudConfig.CloudConfigManager - === Start.updateConnection ===
2020-06-04 13:31:04,067 [9152434] INFO - cloudConfig.CloudConfigManager - === doConnect ===
2020-06-04 13:31:04,067 [9152434] INFO - cloudConfig.CloudConfigManager - === getConnectionState ===
2020-06-04 13:31:05,691 [9154058] INFO - rationStore.ComponentStoreImpl - Saving Project (name=***REMOVED***, containerState=ACTIVE, componentStore=/home/vplazun/***REMOVED***) RunManager took 20 ms

```

0

Hi,

The first project I opened but after this loading did not end on:

CLion 2020.3.2
Build #CL-203.7148.70, built on January 26, 2021
Licensed to Enthic / Christophe Brun
Subscription is active until April 6, 2021.
For non-commercial open source development only.
Runtime version: 11.0.9.1+11-b1145.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 4.9.0-11-amd64
GC: ParNew, ConcurrentMarkSweep
Memory: 1987M
Cores: 12
Registry: run.processes.with.pty=TRUE

Current Desktop: GNOME

I tried to Invalidate the Caches/Restart but it did not help.

0

请先登录再写评论。