Skip to content

Instantly share code, notes, and snippets.

@KMACREATOR
Created June 19, 2024 14:30
Show Gist options
  • Save KMACREATOR/fff37d5f611c53f750d91922c3020442 to your computer and use it in GitHub Desktop.
Save KMACREATOR/fff37d5f611c53f750d91922c3020442 to your computer and use it in GitHub Desktop.
lab07

#lab07

Выполнил студент группы ИУ8-24 Конов Михаил

computer@MLK:~$ export GITHUB_USERNAME=KMACREATOR
computer@MLK:~$ alias gsed=sed
computer@MLK:~$ cd ${GITHUB_USERNAME}/workspace
computer@MLK:~/KMACREATOR/workspace$ pushd .
~/KMACREATOR/workspace ~/KMACREATOR/workspace
computer@MLK:~/KMACREATOR/workspace$ source scripts/activate
computer@MLK:~/KMACREATOR/workspace$ git clone git@github.com:KMACREATOR/lab06 projects/lab07
Клонирование в «projects/lab07»...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 49 (delta 10), reused 49 (delta 10), pack-reused 0
Получение объектов: 100% (49/49), 8.47 КиБ | 2.82 МиБ/с, готово.
Определение изменений: 100% (10/10), готово.
computer@MLK:~/KMACREATOR/workspace$ cd projects/lab07
computer@MLK:~/KMACREATOR/workspace$ cd projects/lab07
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ git remote remove origin
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ git remote add origin git@github.com:KMACREATOR/lab07
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ mkdir -p cmake
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ wget https://raw.githubusercontent.com/cpp-pm/gate/master/cmake/HunterGate.cmake -O cmake/HunterGate.cmake
--2024-06-19 14:14:29--  https://raw.githubusercontent.com/cpp-pm/gate/master/cmake/HunterGate.cmake
Распознаётся raw.githubusercontent.com (raw.githubusercontent.com)… 2606:50c0:8002::154, 2606:50c0:8000::154, 2606:50c0:8001::154, ...
Подключение к raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8002::154|:443... соединение установлено.
HTTP-запрос отправлен. Ожидание ответа… 200 OK
Длина: 17227 (17K) [text/plain]
Сохранение в: «cmake/HunterGate.cmake»

cmake/HunterGate.cm 100%[===================>]  16,82K  --.-KB/s    за 0,1s    

2024-06-19 14:14:31 (167 KB/s) - «cmake/HunterGate.cmake» сохранён [17227/17227]

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ sed -i '/cmake_minimum_required(VERSION 3.4)/a\
> include("cmake/HunterGate.cmake")\
> HunterGate(\
>    URL "https://github.com/cpp-pm/hunter/archive/v0.23.251.tar.gz"\
>    SHA1 "5659b15dc0884d4b03dbd95710e6a1fa0fc3258d"\
> )' CMakeLists.txt
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ git rm -rf third-party/gtest
rm 'third-party/gtest'
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ gsed -i '/set(PRINT_VERSION_STRING "v\${PRINT_VERSION}")/a\
hunter_add_package(GTest)\
find_package(GTest CONFIG REQUIRED)\
' CMakeLists.txt
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ gsed -i 's/add_subdirectory(third-party\/gtest)//g' CMakeLists.txt
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ gsed -i 's/gtest_main/GTest::main/' CMakeLists.txt

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake -H. -B_builds -DBUILD_TESTS=ON
-- [hunter] Initializing Hunter workspace (5659b15dc0884d4b03dbd95710e6a1fa0fc3258d)
-- [hunter]   https://github.com/cpp-pm/hunter/archive/v0.23.251.tar.gz
-- [hunter]   -> /home/computer/.hunter/_Base/Download/Hunter/0.23.251/5659b15
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /home/computer/.hunter
-- [hunter] [ Hunter-ID: 5659b15 | Toolchain-ID: f845a29 | Config-ID: 8a1641b ]
-- [hunter] GTEST_ROOT: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Install (ver.: 1.10.0)
-- [hunter] Building GTest
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/cache.cmake
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Build
Scanning dependencies of target GTest-Release
[  6%] Creating directories for 'GTest-Release'
[ 12%] Performing download step (download, verify and extract) for 'GTest-Release'
-- Downloading...
   dst='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
   timeout='none'
-- Using src='https://github.com/google/googletest/archive/release-1.10.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
-- Downloading... done
-- extracting...
     src='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
     dst='/home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 18%] No patch step for 'GTest-Release'
[ 25%] No update step for 'GTest-Release'
[ 31%] Performing configure step for 'GTest-Release'
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/cache.cmake
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.10") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Build/GTest-Release-prefix/src/GTest-Release-build
[ 37%] Performing build step for 'GTest-Release'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtest.a
[ 25%] Built target gtest
Scanning dependencies of target gtest_main
Scanning dependencies of target gmock
[ 37%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 50%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_main.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmock.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_main.a
[100%] Built target gmock_main
[ 43%] Performing install step for 'GTest-Release'
[ 25%] Built target gtest
[ 50%] Built target gmock
[ 75%] Built target gmock_main
[100%] Built target gtest_main
Install the project...
-- Install configuration: "Release"
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h.pump
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-matchers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h.pump
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-matchers.h.pump
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-actions.h.pump
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-actions.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgmock.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgmock_main.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestTargets-release.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-message.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-type-util.h.pump
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-spi.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-printers.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgtest.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgtest_main.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/args.cmake
[ 50%] Completed 'GTest-Release'
[ 50%] Built target GTest-Release
Scanning dependencies of target GTest-Debug
[ 56%] Creating directories for 'GTest-Debug'
[ 62%] Performing download step (download, verify and extract) for 'GTest-Debug'
-- verifying file...
       file='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
-- File already exists and hash match (skip download):
  file='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
  SHA1='9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770'
-- extracting...
     src='/home/computer/.hunter/_Base/Download/GTest/1.10.0/9c89be7/release-1.10.0.tar.gz'
     dst='/home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 68%] No patch step for 'GTest-Debug'
[ 75%] No update step for 'GTest-Debug'
[ 81%] Performing configure step for 'GTest-Debug'
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/cache.cmake
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.10") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Build/GTest-Debug-prefix/src/GTest-Debug-build
[ 87%] Performing build step for 'GTest-Debug'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtestd.a
[ 25%] Built target gtest
Scanning dependencies of target gtest_main
Scanning dependencies of target gmock
[ 37%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 50%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_maind.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmockd.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_maind.a
[100%] Built target gmock_main
[ 93%] Performing install step for 'GTest-Debug'
[ 25%] Built target gtest
[ 50%] Built target gmock
[ 75%] Built target gmock_main
[100%] Built target gtest_main
Install the project...
-- Install configuration: "Debug"
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h.pump
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-matchers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-function-mockers.h.pump
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-matchers.h.pump
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-actions.h.pump
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-generated-actions.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgmockd.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgmock_maind.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestTargets-debug.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-message.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-type-util.h.pump
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-spi.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest-printers.h
-- Up-to-date: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgtestd.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/libgtest_maind.a
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest/args.cmake
[100%] Completed 'GTest-Debug'
[100%] Built target GTest-Debug
-- [hunter] Build step successful (dir: /home/computer/.hunter/_Base/5659b15/f845a29/8a1641b/Build/GTest)
-- [hunter] Cache saved: /home/computer/.hunter/_Base/Cache/raw/86d61b3f9878e3d5924ccdae21f7a5e02ddf5aba.tar.bz2
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TESTS


-- Build files have been written to: /home/computer/KMACREATOR/workspace/projects/lab07/_builds

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake --build _builds
Scanning dependencies of target print
[ 50%] Building CXX object CMakeFiles/print.dir/sources/print.cpp.o
[100%] Linking CXX static library libprint.a
[100%] Built target print
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake --build _builds --target test
make: *** Нет правила для сборки цели «test».  Останов.

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ ls -la $HOME/.hunter
итого 12
drwxrwxr-x  3 computer computer 4096 июн 19 14:30 .
drwxr-xr-x 56 computer computer 4096 июн 19 14:30 ..
drwxrwxr-x  6 computer computer 4096 июн 19 14:31 _Base
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ git clone https://github.com/cpp-pm/hunter $HOME/projects/hunter
Клонирование в «/home/computer/projects/hunter»...
remote: Enumerating objects: 52921, done.
remote: Counting objects: 100% (2014/2014), done.
remote: Compressing objects: 100% (980/980), done.
remote: Total 52921 (delta 859), reused 1920 (delta 806), pack-reused 50907
Получение объектов: 100% (52921/52921), 13.80 МиБ | 1.73 МиБ/с, готово.
Определение изменений: 100% (33055/33055), готово.
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ export HUNTER_ROOT=$HOME/projects/hunter
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ rm -rf _builds
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake -H. -B_builds -DBUILD_TESTS=ON
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /home/computer/projects/hunter
-- [hunter] [ Hunter-ID: xxxxxxx | Toolchain-ID: f845a29 | Config-ID: d4b79ad ]
-- [hunter] GTEST_ROOT: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Install (ver.: 1.14.0)
-- [hunter] Building GTest
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Build
Scanning dependencies of target GTest-Release
[  6%] Creating directories for 'GTest-Release'
[ 12%] Performing download step (download, verify and extract) for 'GTest-Release'
-- Downloading...
   dst='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
   timeout='none'
-- Using src='https://github.com/google/googletest/archive/v1.14.0.tar.gz'
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 39% complete]
-- [download 41% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 57% complete]
-- [download 59% complete]
-- [download 61% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 79% complete]
-- [download 81% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- verifying file...
       file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
-- Downloading... done
-- extracting...
     src='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
     dst='/home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 18%] No patch step for 'GTest-Release'
[ 25%] No update step for 'GTest-Release'
[ 31%] Performing configure step for 'GTest-Release'
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Build/GTest-Release-prefix/src/GTest-Release-build
[ 37%] Performing build step for 'GTest-Release'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtest.a
[ 25%] Built target gtest
Scanning dependencies of target gtest_main
Scanning dependencies of target gmock
[ 37%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 50%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_main.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmock.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_main.a
[100%] Built target gmock_main
[ 43%] Performing install step for 'GTest-Release'
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgmock.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgmock_main.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets-release.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-message.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-spi.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-assertion-result.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-printers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgtest.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgtest_main.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/args.cmake
[ 50%] Completed 'GTest-Release'
[ 50%] Built target GTest-Release
Scanning dependencies of target GTest-Debug
[ 56%] Creating directories for 'GTest-Debug'
[ 62%] Performing download step (download, verify and extract) for 'GTest-Debug'
-- verifying file...
       file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
-- File already exists and hash match (skip download):
  file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
  SHA1='2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c'
-- extracting...
     src='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
     dst='/home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 68%] No patch step for 'GTest-Debug'
[ 75%] No update step for 'GTest-Debug'
[ 81%] Performing configure step for 'GTest-Debug'
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/args.cmake
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Build/GTest-Debug-prefix/src/GTest-Debug-build
[ 87%] Performing build step for 'GTest-Debug'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtestd.a
[ 25%] Built target gtest
Scanning dependencies of target gtest_main
Scanning dependencies of target gmock
[ 37%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 50%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_maind.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmockd.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_maind.a
[100%] Built target gmock_main
[ 93%] Performing install step for 'GTest-Debug'
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgmockd.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgmock_maind.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets-debug.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-message.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-spi.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-assertion-result.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest-printers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgtestd.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/libgtest_maind.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest/args.cmake
[100%] Completed 'GTest-Debug'
[100%] Built target GTest-Debug
-- [hunter] Build step successful (dir: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Build/GTest)
-- [hunter] Cache saved: /home/computer/projects/hunter/_Base/Cache/raw/70f35f24db53fb33b705cbd544737372441dbaec.tar.bz2
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_TESTS


-- Build files have been written to: /home/computer/KMACREATOR/workspace/projects/lab07/_builds

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake --build _builds
Scanning dependencies of target print
[ 50%] Building CXX object CMakeFiles/print.dir/sources/print.cpp.o
[100%] Linking CXX static library libprint.a
[100%] Built target print
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cmake --build _builds --target test
make: *** Нет правила для сборки цели «test».  Останов


computer@MLK:~/KMACREATOR/workspace/projects/lab07$  cat $HUNTER_ROOT/cmake/configs/default.cmake | grep GTest
  hunter_default_version(GTest VERSION 1.7.0-hunter-6)
  hunter_default_version(GTest VERSION 1.14.0)
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cat $HUNTER_ROOT/cmake/projects/GTest/hunter.cmake
# Copyright (c) 2013, Ruslan Baratov
# All rights reserved.

# !!! DO NOT PLACE HEADER GUARDS HERE !!!

include(hunter_add_version)
include(hunter_cacheable)
include(hunter_download)
include(hunter_pick_scheme)
include(hunter_cmake_args)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter.tar.gz"
    SHA1
    1ed1c26d11fb592056c1cb912bd3c784afa96eaa
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-1"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-1.tar.gz"
    SHA1
    0cb1dcf75e144ad052d3f1e4923a7773bf9b494f
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-2"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-2.tar.gz"
    SHA1
    e62b2ef70308f63c32c560f7b6e252442eed4d57
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-3"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-3.tar.gz"
    SHA1
    fea7d3020e20f059255484c69755753ccadf6362
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-4"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-4.tar.gz"
    SHA1
    9b439c0c25437a083957b197ac6905662a5d901b
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-5"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-5.tar.gz"
    SHA1
    796804df3facb074087a4d8ba6f652e5ac69ad7f
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-6"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-6.tar.gz"
    SHA1
    64b93147abe287da8fe4e18cfd54ba9297dafb82
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-7"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-7.tar.gz"
    SHA1
    19b5c98747768bcd0622714f2ed40f17aee406b2
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-8"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-8.tar.gz"
    SHA1
    ac4d2215aa1b1d745a096e5e3b2dbe0c0f229ea5
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-9"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-9.tar.gz"
    SHA1
    8a47fe9c4e550f4ed0e2c05388dd291a059223d9
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-10"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-10.tar.gz"
    SHA1
    374e6dbe8619ab467c6b1a0b470a598407b172e9
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.7.0-hunter-11"
    URL
    "https://github.com/hunter-packages/gtest/archive/v1.7.0-hunter-11.tar.gz"
    SHA1
    c6ae948ca2bea1d734af01b1069491b00933ed31
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p2
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p2.tar.gz"
    SHA1
    93148cb8850abe78b76ed87158fdb6b9c48e38c4
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p5
    URL https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p5.tar.gz
    SHA1 3325aa4fc8b30e665c9f73a60f19387b7db36f85
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p6
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p6.tar.gz"
    SHA1
    f57096bd01c6f8cbef043b312d4d1e82f29648b6
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p7
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p7.tar.gz"
    SHA1
    4fe083a96d7597f7dce6f453dca01e1d94a1e45b
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p8
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p8.tar.gz"
    SHA1
    1cdd396b20c8d29f7ea08baaa49673b1c261f545
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p9
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p9.tar.gz"
    SHA1
    a345f16cb610e0b5dfa7778dc2852b784cfede5b
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    1.8.0-hunter-p10
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p10.tar.gz"
    SHA1
    1d92c9f51af756410843b13f8c4e4df09e235394
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.8.0-hunter-p11"
    URL
    "https://github.com/hunter-packages/googletest/archive/1.8.0-hunter-p11.tar.gz"
    SHA1
    76c6aec038f7d7258bf5c4f45c4817b34039d285
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.8.1"
    URL
    "https://github.com/google/googletest/archive/release-1.8.1.tar.gz"
    SHA1
    152b849610d91a9dfa1401293f43230c2e0c33f8
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.10.0"
    URL
    "https://github.com/google/googletest/archive/release-1.10.0.tar.gz"
    SHA1
    9c89be7df9c5e8cb0bc20b3c4b39bf7e82686770
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.10.0-p0"
    URL
    "https://github.com/hunter-packages/googletest/archive/v1.10.0-p0.tar.gz"
    SHA1
    f7c72be12120e018f53cda0e0daa26fab5da7dfc
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.10.0-p1"
    URL
    "https://github.com/hunter-packages/googletest/archive/v1.10.0-p1.tar.gz"
    SHA1
    06a1f667f200ff94d38b608e44c3c8061c7b8f2f
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.11.0"
    URL
    "https://github.com/google/googletest/archive/release-1.11.0.tar.gz"
    SHA1
    7b100bb68db8df1060e178c495f3cbe941c9b058
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.12.1"
    URL
    "https://github.com/google/googletest/archive/release-1.12.1.tar.gz"
    SHA1
    cdddd449d4e3aa7bd421d4519c17139ea1890fe7
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.13.0"
    URL
    "https://github.com/google/googletest/archive/v1.13.0.tar.gz"
    SHA1
    bfa4b5131b6eaac06962c251742c96aab3f7aa78
)

hunter_add_version(
    PACKAGE_NAME
    GTest
    VERSION
    "1.14.0"
    URL
    "https://github.com/google/googletest/archive/v1.14.0.tar.gz"
    SHA1
    2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c
)

if(HUNTER_GTest_VERSION VERSION_LESS 1.8.0 OR HUNTER_GTest_VERSION VERSION_GREATER_EQUAL 1.11.0)
  set(_gtest_license "LICENSE")
else()
  set(_gtest_license "googletest/LICENSE")
endif()

# gtest_force_shared_crt prevents GoogleTest from modifying options
# rather than forcing it to use shared libraries
hunter_cmake_args(
    GTest
    CMAKE_ARGS
    HUNTER_INSTALL_LICENSE_FILES=${_gtest_license}
    gtest_force_shared_crt=TRUE
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(GTest)
hunter_download(PACKAGE_NAME GTest PACKAGE_INTERNAL_DEPS_ID 1)
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ mkdir cmake/Hunter
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cat > cmake/Hunter/config.cmake <<EOF
> hunter_config(GTest VERSION 1.7.0-hunter-9)
> EOF
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ mkdir demo
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cat > demo/main.cpp <<EOF
> #include <print.hpp>
> 
> #include <cstdlib>
> 
> int main(int argc, char* argv[])
> {
>   const char* log_path = std::getenv("LOG_PATH");
>   if (log_path == nullptr)
>   {
>     std::cerr << "undefined environment variable: LOG_PATH" << std::endl;
>     return 1;
>   }
>   std::string text;
>   while (std::cin >> text)
>   {
>     std::ofstream out{log_path, std::ios_base::app};
>     print(text, out);
>     out << std::endl;
>   }
> }
> EOF

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ gsed -i '/endif()/a\
> add_executable(demo ${CMAKE_CURRENT_SOURCE_DIR}/demo/main.cpp)\
> target_link_libraries(demo print)\
> install(TARGETS demo RUNTIME DESTINATION bin)\
> ' CMakeLists.txt
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ mkdir tools
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ git submodule add https://github.com/ruslo/polly tools/polly
Клонирование в «/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly»...
remote: Enumerating objects: 6578, done.
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 6578 (delta 21), reused 20 (delta 17), pack-reused 6546
Получение объектов: 100% (6578/6578), 1.68 МиБ | 2.80 МиБ/с, готово.
Определение изменений: 100% (4551/4551), готово.
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ tools/polly/bin/polly.py --test
Python version: 3.8
Build dir: /home/computer/KMACREATOR/workspace/projects/lab07/_builds/default
Execute command: [
  `which`
  `cmake`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "which" "cmake"

/usr/bin/cmake
Execute command: [
  `cmake`
  `--version`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "--version"

cmake version 3.16.3

CMake suite maintained and supported by Kitware (kitware.com/cmake).
Execute command: [
  `cmake`
  `-H.`
  `-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default`
  `-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/default.cmake`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "-H." "-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default" "-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/default.cmake"

-- [polly] Used toolchain: Default
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /home/computer/projects/hunter
-- [hunter] [ Hunter-ID: xxxxxxx | Toolchain-ID: f845a29 | Config-ID: d4b79ad ]
-- [hunter] GTEST_ROOT: /home/computer/projects/hunter/_Base/xxxxxxx/f845a29/d4b79ad/Install (ver.: 1.14.0)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/KMACREATOR/workspace/projects/lab07/_builds/default
Execute command: [
  `cmake`
  `--build`
  `/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default`
  `--`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "--build" "/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default" "--"

Scanning dependencies of target print
[ 25%] Building CXX object CMakeFiles/print.dir/sources/print.cpp.o
[ 50%] Linking CXX static library libprint.a
[ 50%] Built target print
Scanning dependencies of target demo
[ 75%] Building CXX object CMakeFiles/demo.dir/demo/main.cpp.o
[100%] Linking CXX executable demo
[100%] Built target demo
Run tests
Execute command: [
  `ctest`
]

[/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default]> "ctest"

*********************************
No test configuration file found!
*********************************
Usage

  ctest [options]

-
Log saved: /home/computer/KMACREATOR/workspace/projects/lab07/_logs/polly/default/log.txt
-
Generate: 0:00:04.263309s
Build: 0:00:02.347697s
Test: 0:00:00.285078s
-
Total: 0:00:06.896388s
-
SUCCESS

omputer@MLK:~/KMACREATOR/workspace/projects/lab07$ tools/polly/bin/polly.py --install
Python version: 3.8
Build dir: /home/computer/KMACREATOR/workspace/projects/lab07/_builds/default
Execute command: [
  `which`
  `cmake`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "which" "cmake"

/usr/bin/cmake
Execute command: [
  `cmake`
  `--version`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "--version"

cmake version 3.16.3

CMake suite maintained and supported by Kitware (kitware.com/cmake).

== WARNING ==

Looks like cmake arguments changed. You have two options to fix it:
  * Remove build directory completely by adding '--clear' (works 100%)
  * Run configure again by adding '--reconfig' (you must understand how CMake cache variables works/updated)

- "cmake" "-H." "-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default" "-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/default.cmake"
+ "cmake" "-H." "-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/default" "-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/default.cmake" "-DCMAKE_INSTALL_PREFIX=/home/computer/KMACREATOR/workspace/projects/lab07/_install/default"
?                                                                                                                                                                                           +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cat > demo/main.cpp <<EOF
#include <print.hpp>                                mkdir demo
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ cat > demo/main.cpp <<EOF
#include <print.hpp>                                mkdir demo
computer@MLK:~/KMACREATOR/workspace/projects/lab07$ tools/polly/bin/polly.py --toolchain clang-cxx14
Python version: 3.8
Build dir: /home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14
Execute command: [
  `which`
  `cmake`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "which" "cmake"

/usr/bin/cmake
Execute command: [
  `cmake`
  `--version`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "--version"

cmake version 3.16.3

CMake suite maintained and supported by Kitware (kitware.com/cmake).
Execute command: [
  `cmake`
  `-H.`
  `-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14`
  `-GUnix Makefiles`
  `-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/clang-cxx14.cmake`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "-H." "-B/home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14" "-GUnix Makefiles" "-DCMAKE_TOOLCHAIN_FILE=/home/computer/KMACREATOR/workspace/projects/lab07/tools/polly/clang-cxx14.cmake"

-- [polly] Used toolchain: clang / c++14 support
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- [hunter] Calculating Toolchain-SHA1
-- [hunter] Calculating Config-SHA1
-- [hunter] HUNTER_ROOT: /home/computer/projects/hunter
-- [hunter] [ Hunter-ID: xxxxxxx | Toolchain-ID: 17d0c4d | Config-ID: d4b79ad ]
-- [hunter] GTEST_ROOT: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Install (ver.: 1.14.0)
-- [hunter] Building GTest
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/args.cmake
-- [polly] Used toolchain: clang / c++14 support
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Build
Scanning dependencies of target GTest-Release
[  6%] Creating directories for 'GTest-Release'
[ 12%] Performing download step (download, verify and extract) for 'GTest-Release'
-- verifying file...
       file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
-- File already exists and hash match (skip download):
  file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
  SHA1='2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c'
-- extracting...
     src='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
     dst='/home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 18%] No patch step for 'GTest-Release'
[ 25%] No update step for 'GTest-Release'
[ 31%] Performing configure step for 'GTest-Release'
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/args.cmake
-- [polly] Used toolchain: clang / c++14 support
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Build/GTest-Release-prefix/src/GTest-Release-build
[ 37%] Performing build step for 'GTest-Release'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtest.a
[ 25%] Built target gtest
Scanning dependencies of target gmock
Scanning dependencies of target gtest_main
[ 37%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 50%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_main.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmock.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_main.a
[100%] Built target gmock_main
[ 43%] Performing install step for 'GTest-Release'
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgmock.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgmock_main.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets-release.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-message.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-spi.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-assertion-result.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-printers.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgtest.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgtest_main.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/args.cmake
[ 50%] Completed 'GTest-Release'
[ 50%] Built target GTest-Release
Scanning dependencies of target GTest-Debug
[ 56%] Creating directories for 'GTest-Debug'
[ 62%] Performing download step (download, verify and extract) for 'GTest-Debug'
-- verifying file...
       file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
-- File already exists and hash match (skip download):
  file='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
  SHA1='2b28c2a3a30d86b1759543ef61fac3c4d69f8c4c'
-- extracting...
     src='/home/computer/projects/hunter/_Base/Download/GTest/1.14.0/2b28c2a/v1.14.0.tar.gz'
     dst='/home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Source'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 68%] No patch step for 'GTest-Debug'
[ 75%] No update step for 'GTest-Debug'
[ 81%] Performing configure step for 'GTest-Debug'
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/cache.cmake
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/args.cmake
-- [polly] Used toolchain: clang / c++14 support
-- The C compiler identification is Clang 10.0.0
-- The CXX compiler identification is Clang 10.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Build/GTest-Debug-prefix/src/GTest-Debug-build
[ 87%] Performing build step for 'GTest-Debug'
Scanning dependencies of target gtest
[ 12%] Building CXX object googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
[ 25%] Linking CXX static library ../lib/libgtestd.a
[ 25%] Built target gtest
Scanning dependencies of target gmock
Scanning dependencies of target gtest_main
[ 37%] Building CXX object googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
[ 50%] Building CXX object googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 62%] Linking CXX static library ../lib/libgtest_maind.a
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library ../lib/libgmockd.a
[ 75%] Built target gmock
Scanning dependencies of target gmock_main
[ 87%] Building CXX object googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
[100%] Linking CXX static library ../lib/libgmock_maind.a
[100%] Built target gmock_main
[ 93%] Performing install step for 'GTest-Debug'
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-pp.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/README.md
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/custom/gmock-generated-actions.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-internal-utils.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/internal/gmock-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-nice-strict.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-spec-builders.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-cardinalities.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-more-actions.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-function-mocker.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gmock/gmock-actions.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgmockd.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgmock_maind.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gmock_main.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestTargets-debug.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfigVersion.cmake
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/cmake/GTest/GTestConfig.cmake
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-message.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-death-test-internal.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-param-util.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-internal.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-type-util.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/README.md
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/custom/gtest-printers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-filepath.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-port-arch.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/internal/gtest-string.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-test-part.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-typed-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest_pred_impl.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-spi.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-assertion-result.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-param-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-death-test.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-matchers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest-printers.h
-- Up-to-date: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/include/gtest/gtest_prod.h
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgtestd.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/libgtest_maind.a
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest.pc
-- Installing: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/Install/lib/pkgconfig/gtest_main.pc
loading initial cache file /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest/args.cmake
[100%] Completed 'GTest-Debug'
[100%] Built target GTest-Debug
-- [hunter] Build step successful (dir: /home/computer/projects/hunter/_Base/xxxxxxx/17d0c4d/d4b79ad/Build/GTest)
-- [hunter] Cache saved: /home/computer/projects/hunter/_Base/Cache/raw/07d307ce7235875bb260fdf6263825f4d972a21c.tar.bz2
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14
Execute command: [
  `cmake`
  `--build`
  `/home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14`
  `--`
]

[/home/computer/KMACREATOR/workspace/projects/lab07]> "cmake" "--build" "/home/computer/KMACREATOR/workspace/projects/lab07/_builds/clang-cxx14" "--"

Scanning dependencies of target print
[ 25%] Building CXX object CMakeFiles/print.dir/sources/print.cpp.o
[ 50%] Linking CXX static library libprint.a
[ 50%] Built target print
Scanning dependencies of target demo
[ 75%] Building CXX object CMakeFiles/demo.dir/demo/main.cpp.o
[100%] Linking CXX executable demo
[100%] Built target demo
-
Log saved: /home/computer/KMACREATOR/workspace/projects/lab07/_logs/polly/clang-cxx14/log.txt
-
Generate: 0:01:16.626318s
Build: 0:00:02.471178s
-
Total: 0:01:19.097831s
-
SUCCESS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment