1> Copying files to the remote machine. 1> Starting copying files to remote machine. 1> [rsync] rsync -t --delete -v -r --exclude=.vs --exclude=.git --exclude=out --exclude=build -8 "." rsync://bsekle@localhost:28867/-home-bsekle-.vs-IntellisenseErrorMRE 1> [rsync] sending incremental file list 1> [rsync] ./ 1> [rsync] CMakeLists.txt 1> [rsync] CMakePresets.json 1> [rsync] IntellisenseErrorMRE/ 1> [rsync] IntellisenseErrorMRE/CMakeLists.txt 1> [rsync] IntellisenseErrorMRE/IntellisenseErrorMRE.cpp 1> [rsync] IntellisenseErrorMRE/IntellisenseErrorMRE.h 1> [rsync] backup/ 1> [rsync] backup/CMakePresetsOld.json 1> [rsync] 1> [rsync] sent 7,163 bytes received 149 bytes 2,924.80 bytes/sec 1> [rsync] total size is 6,532 speedup is 0.89 1> Finished copying files (elapsed time 00h:00m:02s:578ms). 1> CMake generation started for configuration: 'linux-debug'. 1> Found cmake executable at /usr/bin/cmake. 1> /usr/bin/cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="Debug" -DCMAKE_C_COMPILER:STRING="/opt/gcc-15/bin/gcc" -DCMAKE_CXX_COMPILER:STRING="/opt/gcc-15/bin/g++" -DCMAKE_CXX_STANDARD:STRING="23" -DCMAKE_CXX_STANDARD_REQUIRED:STRING="ON" -DCMAKE_INSTALL_PREFIX:PATH="/home/bsekle/.vs/IntellisenseErrorMRE/out/install/linux-debug" /home/bsekle/.vs/IntellisenseErrorMRE/CMakeLists.txt; 1> [CMake] -- The C compiler identification is GNU 15.1.0 1> [CMake] -- The CXX compiler identification is GNU 15.1.0 1> [CMake] -- Detecting C compiler ABI info 1> [CMake] -- Detecting C compiler ABI info - done 1> [CMake] -- Check for working C compiler: /opt/gcc-15/bin/gcc - skipped 1> [CMake] -- Detecting C compile features 1> [CMake] -- Detecting C compile features - done 1> [CMake] -- Detecting CXX compiler ABI info 1> [CMake] -- Detecting CXX compiler ABI info - done 1> [CMake] -- Check for working CXX compiler: /opt/gcc-15/bin/g++ - skipped 1> [CMake] -- Detecting CXX compile features 1> [CMake] -- Detecting CXX compile features - done 1> [CMake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 1> [CMake] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 1> [CMake] -- Found Threads: TRUE 1> [CMake] -- Configuring done (2.7s) 1> [CMake] -- Generating done (0.0s) 1> [CMake] -- Build files have been written to: /home/bsekle/.vs/IntellisenseErrorMRE/out/build/linux-debug 1> [CMake] 1> Extracted CMake variables. 1> Extracted source files and headers. 1> Extracted code model. 1> Extracted toolchain configurations. 1> Extracted includes paths. 1> CMake generation finished.