2020-03-04T18:18:11.3845737Z ##[group]Run cmake -G "Visual Studio 16 2019" -A Win32 -B build 2020-03-04T18:18:11.3846697Z cmake -G "Visual Studio 16 2019" -A Win32 -B build 2020-03-04T18:18:11.3846813Z cmake --build build 2020-03-04T18:18:11.5081613Z shell: C:\Program Files\PowerShell\6\pwsh.EXE -command ". '{0}'" 2020-03-04T18:18:11.5081864Z env: 2020-03-04T18:18:11.5082048Z MSYSTEM: MINGW64 2020-03-04T18:18:11.5082178Z ##[endgroup] 2020-03-04T18:18:38.2133065Z -- The C compiler identification is MSVC 19.24.28316.0 2020-03-04T18:18:39.9092303Z -- The CXX compiler identification is MSVC 19.24.28316.0 2020-03-04T18:18:40.0627070Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x86/cl.exe 2020-03-04T18:18:41.0752631Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x86/cl.exe -- works 2020-03-04T18:18:41.1254234Z -- Detecting C compiler ABI info 2020-03-04T18:18:41.8770709Z -- Detecting C compiler ABI info - done 2020-03-04T18:18:41.8794366Z -- Detecting C compile features 2020-03-04T18:18:41.8955088Z -- Detecting C compile features - done 2020-03-04T18:18:41.9268625Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x86/cl.exe 2020-03-04T18:18:42.6220382Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x86/cl.exe -- works 2020-03-04T18:18:42.6237837Z -- Detecting CXX compiler ABI info 2020-03-04T18:18:43.2898770Z -- Detecting CXX compiler ABI info - done 2020-03-04T18:18:43.2918672Z -- Detecting CXX compile features 2020-03-04T18:18:43.2925592Z -- Detecting CXX compile features - done 2020-03-04T18:18:43.2944900Z CMake Warning (dev) at CMakeLists.txt:11 (FIND_PACKAGE): 2020-03-04T18:18:43.2945059Z Policy CMP0074 is not set: find_package uses _ROOT variables. 2020-03-04T18:18:43.2945231Z Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy 2020-03-04T18:18:43.2945355Z command to set the policy and suppress this warning. 2020-03-04T18:18:43.2945425Z 2020-03-04T18:18:43.2945494Z Environment variable Boost_ROOT is set to: 2020-03-04T18:18:43.2945562Z 2020-03-04T18:18:43.2945629Z C:\hostedtoolcache\windows\Boost\1.72.0 2020-03-04T18:18:43.2945698Z 2020-03-04T18:18:43.2945790Z For compatibility, CMake is ignoring the variable. 2020-03-04T18:18:43.2945872Z This warning is for project developers. Use -Wno-dev to suppress it. 2020-03-04T18:18:43.2945944Z 2020-03-04T18:18:43.7753185Z -- Found Boost: C:/hostedtoolcache/windows/Boost/1.72.0/lib/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: program_options filesystem 2020-03-04T18:18:43.8222029Z -- Configuring done 2020-03-04T18:18:43.9360292Z -- Generating done 2020-03-04T18:18:43.9373911Z -- Build files have been written to: D:/a/test/test/build 2020-03-04T18:18:44.0545175Z Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework 2020-03-04T18:18:44.0545713Z Copyright (C) Microsoft Corporation. All rights reserved. 2020-03-04T18:18:44.0545918Z 2020-03-04T18:18:44.5963430Z Checking Build System 2020-03-04T18:18:44.7325744Z Building Custom Rule D:/a/test/test/CMakeLists.txt 2020-03-04T18:18:44.8656172Z main.cpp 2020-03-04T18:18:55.3549781Z D:\a\test\test\src\file.h(19,42): error C2146: syntax error: missing ')' before identifier 'and' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3552516Z D:\a\test\test\src\file.h(21,1): error C2143: syntax error: missing ';' before '{' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3553388Z D:\a\test\test\src\file.h(26,1): error C2181: illegal else without matching if [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3553800Z D:\a\test\test\src\file.h(33,41): error C2146: syntax error: missing ')' before identifier 'or' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3555450Z D:\a\test\test\src\file.h(33,41): error C2065: 'or': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3612659Z D:\a\test\test\src\file.h(33,63): error C2143: syntax error: missing ';' before 'boost::filesystem::is_symlink' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3612883Z D:\a\test\test\src\file.h(33,1): error C2059: syntax error: ')' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3613412Z D:\a\test\test\src\file.h(34,26): error C2143: syntax error: missing ';' before 'boost::filesystem::remove' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3744595Z D:\a\test\test\src\file.h(65,23): error C2146: syntax error: missing ')' before identifier 'or' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3745654Z D:\a\test\test\src\file.h(65,23): error C2065: 'or': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3745960Z D:\a\test\test\src\file.h(65,26): error C2146: syntax error: missing ';' before identifier 'type' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3747828Z D:\a\test\test\src\file.h(65,38): error C2146: syntax error: missing ';' before identifier 'or' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3875759Z D:\a\test\test\src\file.h(65,31): warning C4834: discarding return value of function with 'nodiscard' attribute [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3876891Z D:\a\test\test\src\file.h(65,38): error C2065: 'or': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3877377Z D:\a\test\test\src\file.h(65,41): error C2146: syntax error: missing ';' before identifier 'type' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3878499Z D:\a\test\test\src\file.h(65,1): error C2059: syntax error: ')' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3879673Z D:\a\test\test\src\file.h(66,29): error C2059: syntax error: ';' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3882245Z D:\a\test\test\src\file.h(68,18): error C2065: 'type': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3882785Z D:\a\test\test\src\file.h(68,30): error C2146: syntax error: missing ')' before identifier 'or' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3883585Z D:\a\test\test\src\file.h(68,30): error C2065: 'or': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3886767Z D:\a\test\test\src\file.h(68,33): error C2146: syntax error: missing ';' before identifier 'type' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3887134Z D:\a\test\test\src\file.h(68,33): error C2065: 'type': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3887408Z D:\a\test\test\src\file.h(68,1): error C2059: syntax error: ')' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3891450Z D:\a\test\test\src\file.h(69,47): error C2059: syntax error: ';' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3898817Z D:\a\test\test\src\file.h(71,9): error C2059: syntax error: 'else' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3902057Z D:\a\test\test\src\file.h(71,1): error C2143: syntax error: missing ';' before '{' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3902407Z D:\a\test\test\src\file.h(71,1): error C2447: '{': missing function header (old-style formal list?) [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3902688Z D:\a\test\test\src\file.h(75,5): error C2059: syntax error: '}' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3902932Z D:\a\test\test\src\file.h(75,1): error C2143: syntax error: missing ';' before '}' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3903201Z D:\a\test\test\src\file.h(76,1): error C2143: syntax error: missing ';' before '}' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3903460Z D:\a\test\test\src\file.h(76,3): error C2059: syntax error: '}' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3904451Z D:\a\test\test\src\file.h(80,69): error C2143: syntax error: missing ';' before '{' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3904754Z D:\a\test\test\src\file.h(80,69): error C2447: '{': missing function header (old-style formal list?) [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3947969Z D:\a\test\test\src\common.h(64,36): error C2146: syntax error: missing ')' before identifier 'or' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3948828Z D:\a\test\test\src\common.h(64,36): error C2065: 'or': undeclared identifier [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3949468Z D:\a\test\test\src\common.h(64,39): error C2146: syntax error: missing ';' before identifier 'argc' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3949694Z D:\a\test\test\src\common.h(66,1): error C2059: syntax error: ')' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3951361Z D:\a\test\test\src\common.h(67,7): error C2146: syntax error: missing ';' before identifier 'print_help_and_exit' [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:55.3951731Z D:\a\test\test\src\common.h(64,44): warning C4552: '<=': result of expression not used [D:\a\test\test\build\supersm.vcxproj] 2020-03-04T18:18:56.0887467Z ##[error]Process completed with exit code 1.