******************************************************************************** conan test conan-center-index/recipes/restinio/all/test_package/conanfile.py restinio/0.6.9@ --profile=/home/conan/w/BuildSingleReference/88/5836a7b6-39cb-4803-bf13-af035b1746a2/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux os_build=Linux [options] [build_requires] [env] restinio/0.6.9 (test package): Installing package Requirements asio/1.18.0 from 'conan-center' - Cache expected-lite/0.5.0 from 'conan-center' - Cache fmt/7.1.2 from 'conan-center' - Cache http_parser/2.9.4 from 'conan-center' - Cache optional-lite/3.3.0 from 'conan-center' - Cache restinio/0.6.9 from local cache - Cache string-view-lite/1.6.0 from 'conan-center' - Cache variant-lite/1.2.2 from 'conan-center' - Cache Packages asio/1.18.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache expected-lite/0.5.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache fmt/7.1.2:4d887c1c2779c63d2cdd81580698d2e22cb35b29 - Cache http_parser/2.9.4:76f87539fc90ff313e0b3182641a9bb558a717d2 - Cache optional-lite/3.3.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache restinio/0.6.9:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache string-view-lite/1.6.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache variant-lite/1.2.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache Installing (downloading, building) binaries... asio/1.18.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK expected-lite/0.5.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK fmt/7.1.2: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK http_parser/2.9.4: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK optional-lite/3.3.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK string-view-lite/1.6.0: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK variant-lite/1.2.2: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK restinio/0.6.9: Already installed! [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK restinio/0.6.9 (test package): Generator cmake created conanbuildinfo.cmake restinio/0.6.9 (test package): Generator txt created conanbuildinfo.txt restinio/0.6.9 (test package): Generated conaninfo.txt restinio/0.6.9 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/restinio/all/test_package/build/51356ff1bc7ea71cd8f6a80b332306c81528a873/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 restinio/0.6.9 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/restinio/all/test_package/build/51356ff1bc7ea71cd8f6a80b332306c81528a873' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="5" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/restinio/all/test_package' ----------------- -- The CXX compiler identification is GNU 5.4.0 -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- 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 targets configuration -- Library http_parser found /home/conan/w/BuildSingleReference/.conan/data/http_parser/2.9.4/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib/libhttp_parser.a -- Library fmt found /home/conan/w/BuildSingleReference/.conan/data/fmt/7.1.2/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/lib/libfmt.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 5 -- Conan: Checking correct version: 5 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/restinio/all/test_package/build/51356ff1bc7ea71cd8f6a80b332306c81528a873 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/restinio/all/test_package/build/51356ff1bc7ea71cd8f6a80b332306c81528a873' '--' '-j3' ----------------- Scanning dependencies of target example [ 50%] Building CXX object CMakeFiles/example.dir/example.cpp.o [100%] Linking CXX executable bin/example [100%] Built target example restinio/0.6.9 (test package): Running test() ----Running------ > bin/example ----------------- success CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY