******************************************************************************** conan test conan-center-index\recipes\cppunit\all\test_package\conanfile.py cppunit/1.15.1@#3e7412d4884197818ca6ad2f1726d93b -pr C:\J\w\prod\BuildSingleReference@4\39441\75d2d8ed-396e-4d1b-b5d7-673d395d4e40/profile_windows_15_mt_vs_release_64.cppunit-shared-False.txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [options] cppunit:shared=False [build_requires] [env] cppunit/1.15.1 (test package): Installing package Requirements cppunit/1.15.1 from local cache - Cache Packages cppunit/1.15.1:7bd6f2c3d5c4e48a75805376b58cde753392f711 - Cache Installing (downloading, building) binaries... cppunit/1.15.1: Already installed! cppunit/1.15.1 (test package): Generator txt created conanbuildinfo.txt cppunit/1.15.1 (test package): Generator cmake created conanbuildinfo.cmake cppunit/1.15.1 (test package): Aggregating env generators cppunit/1.15.1 (test package): Generated conaninfo.txt cppunit/1.15.1 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\build\8967b83763ea12c627603de250b6a11edef71a0b/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK cppunit/1.15.1 (test package): Calling build() ----Running------ > cd C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\build\8967b83763ea12c627603de250b6a11edef71a0b && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP8" -DCONAN_C_FLAGS="/MP8" -DCMAKE_INSTALL_PREFIX="C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\build\8967b83763ea12c627603de250b6a11edef71a0b\package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package ----------------- -- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.17763. -- The C compiler identification is MSVC 19.16.27045.0 -- The CXX compiler identification is MSVC 19.16.27045.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- 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: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference@4/conan-center-index/recipes/cppunit/all/test_package/build/8967b83763ea12c627603de250b6a11edef71a0b ----Running------ > cmake --build C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\build\8967b83763ea12c627603de250b6a11edef71a0b --config Release -- /m:8 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/prod/BuildSingleReference@4/conan-center-index/recipes/cppunit/all/test_package/CMakeLists.txt test_package.cpp test_package.vcxproj -> C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\build\8967b83763ea12c627603de250b6a11edef71a0b\bin\test_package.exe Building Custom Rule C:/J/w/prod/BuildSingleReference@4/conan-center-index/recipes/cppunit/all/test_package/CMakeLists.txt cppunit/1.15.1 (test package): Running test() ----Running------ > bin\test_package ----------------- testEquals::TestBody : OK ExampleTestCase::example : assertion ExampleTestCase::anotherExample : assertion ExampleTestCase::testAdd : assertion ExampleTestCase::testEquals : assertion testAdd::TestBody : OK C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\test_package.cpp(80) : error : Assertion Test name: ExampleTestCase::example double equality assertion failed - Expected: 1 - Actual : 1.1 - Delta : 0.05 C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\test_package.cpp(88) : error : Assertion Test name: ExampleTestCase::anotherExample assertion failed - Expression: 1 == 2 C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\test_package.cpp(100) : error : Assertion Test name: ExampleTestCase::testAdd assertion failed - Expression: result == 6.0 C:\J\w\prod\BuildSingleReference@4\conan-center-index\recipes\cppunit\all\test_package\test_package.cpp(117) : error : Assertion Test name: ExampleTestCase::testEquals equality assertion failed - Expected: 12 - Actual : 13 Failures !!! Run: 6 Failure total: 4 Failures: 4 Errors: 0 was succesful? 0 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR