******************************************************************************** conan test cci-8a42907a/recipes/pciutils/all/test_package/conanfile.py pciutils/3.7.0@#a2b5c3c8cd28d389c81833e99dd5e14d -pr /home/conan/w/prod-v1/bsr/30428/feddb/profile_linux_11_libstdcpp11_gcc_debug_64.pciutils-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] pciutils:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True Version ranges solved Version range '>=1.2.11 <2' required by 'pciutils/3.7.0' resolved to 'zlib/1.3' in local cache pciutils/3.7.0 (test package): Installing package Requirements pciutils/3.7.0 from local cache - Cache zlib/1.3 from 'conan-center' - Cache Packages pciutils/3.7.0:76302e9eea176c1b5ff81acf7efdebd8fb4cb5fa - Cache zlib/1.3:be27726f9885116da1158027505be62e913cd585 - Cache Installing (downloading, building) binaries... zlib/1.3: Already installed! pciutils/3.7.0: Already installed! pciutils/3.7.0 (test package): Generator txt created conanbuildinfo.txt pciutils/3.7.0 (test package): Generator cmake created conanbuildinfo.cmake pciutils/3.7.0 (test package): Aggregating env generators pciutils/3.7.0 (test package): Generated conaninfo.txt pciutils/3.7.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package/build/742905fb926ee9cb410ef43547e5cc2f8d9aae1d/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 pciutils/3.7.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package/build/742905fb926ee9cb410ef43547e5cc2f8d9aae1d' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package/build/742905fb926ee9cb410ef43547e5cc2f8d9aae1d/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 '/home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package' ----------------- -- The C compiler identification is GNU 11.1.0 -- Check for working C compiler: /usr/local/bin/cc -- Check for working C compiler: /usr/local/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C 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 -- This project seems to be plain C, using 'GNU' compiler -- Conan: Compiler GCC>=5, checking major version 11 -- Conan: Checking correct version: 11 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package/build/742905fb926ee9cb410ef43547e5cc2f8d9aae1d ----Running------ > cmake --build '/home/conan/w/prod-v1/bsr/cci-8a42907a/recipes/pciutils/all/test_package/build/742905fb926ee9cb410ef43547e5cc2f8d9aae1d' '--' '-j3' ----------------- Scanning dependencies of target example [ 50%] Building C object CMakeFiles/example.dir/example.c.o [100%] Linking C executable bin/example [100%] Built target example pciutils/3.7.0 (test package): Running test() ----Running------ > bin/example ----------------- 0000:00:05.0 vendor=1af4 device=1005 class=00ff irq=0 (pin 1) base0=c081 (Device 1005) 0000:00:03.0 vendor=1af4 device=1004 class=0000 irq=0 (pin 1) base0=c041 (Device 1004) 0000:00:01.3 vendor=8086 device=7113 class=0680 irq=0 (pin 1) base0=0 (Device 7113) 0000:00:00.0 vendor=8086 device=1237 class=0600 irq=0 (pin 0) base0=0 (Device 1237) 0000:00:04.0 vendor=1af4 device=1000 class=0200 irq=0 (pin 1) base0=c001 (Device 1000) 0000:00:01.0 vendor=8086 device=7110 class=0601 irq=0 (pin 0) base0=0 (Device 7110) 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 pciutils/3.7.0 (test package): WARN: ************************************************ The 'cmake' generator is deprecated. Please update your code and remove it. ************************************************* pciutils/3.7.0 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****