Auto detecting your dev setup to initialize the default profile (/home/conan/w/cci_PR-3775/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 6.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/cci_PR-3775/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=6 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/cci_PR-3775/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 6.2275390625 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/** [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK [HOOK - conan-center.py] pre_export(): [PRIVATE IMPORTS (KB-H053)] OK Exporting package recipe libmodbus/3.1.6 exports: File 'conandata.yml' found. Exporting it... libmodbus/3.1.6 exports: Copied 1 '.yml' file: conandata.yml libmodbus/3.1.6 exports_sources: Copied 1 '.patch' file: 0001-msvc-fixes.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'3.1.6': {'url': 'https://libmodbus.org/releases/libmodbus-3.1.6.tar.gz', 'sha256': 'd7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16'}}, 'patches': {'3.1.6': [{'patch_file': 'patches/0001-msvc-fixes.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 3.1.6: - base_path: source_subfolder patch_file: patches/0001-msvc-fixes.patch sources: 3.1.6: sha256: d7d9fa94a16edb094e5fdf5d87ae17a0dc3f3e3d687fead81835d9572cf87c16 url: https://libmodbus.org/releases/libmodbus-3.1.6.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK [HOOK - conan-center.py] post_export(): [DEFAULT SHARED OPTION VALUE (KB-H050)] OK libmodbus/3.1.6: A new conanfile.py version was exported libmodbus/3.1.6: Folder: /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/export libmodbus/3.1.6: Using the exported files summary hash as the recipe revision: 8fa3dad3101b74b067e71ccb4a9630b2 libmodbus/3.1.6: Exported revision: 8fa3dad3101b74b067e71ccb4a9630b2 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] libmodbus:shared=False [build_requires] [env] libmodbus/3.1.6: Forced build from source libmodbus/3.1.6 (test package): Installing package Requirements libmodbus/3.1.6 from local cache - Cache Packages libmodbus/3.1.6:f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libmodbus/3.1.6: Configuring sources in /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libmodbus/3.1.6: Copying sources to build folder libmodbus/3.1.6: Building your package in /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libmodbus/3.1.6: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libmodbus/3.1.6: Calling build() libmodbus/3.1.6: Calling: > source_subfolder/configure '--disable-tests' '--without-documentation' '--prefix=/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--enable-static' '--disable-shared' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--disable-tests' '--without-documentation' '--prefix=/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--enable-static' '--disable-shared' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... gcc3 checking for /usr/bin/gcc option to accept ISO C99... none needed checking for /usr/bin/gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/serial.h usability... yes checking linux/serial.h presence... yes checking for linux/serial.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/params.h usability... no checking sys/params.h presence... no checking for sys/params.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking whether to build documentation... no checking whether __CYGWIN__ is declared... no checking for accept4... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for strlcpy... no checking for inline... inline checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... gcc3 checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for int64_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking whether TIOCSRS485 is declared... yes checking whether TIOCM_RTS is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modbus-version.h config.status: creating src/win32/modbus.dll.manifest config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating libmodbus.pc config.status: creating config.h config.status: creating tests/unit-test.h config.status: executing depfiles commands config.status: executing libtool commands libmodbus 3.1.6 =============== prefix: /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb sysconfdir: ${prefix}/etc libdir: ${prefix}/lib includedir: ${prefix}/include compiler: /usr/bin/gcc cflags: -m64 -O3 -s -fPIC ldflags: -m64 documentation: no tests: no ----Running------ > make -j3 ----------------- make --no-print-directory all-recursive Making all in src CC modbus.lo CC modbus-data.lo CC modbus-rtu.lo CC modbus-tcp.lo CCLD libmodbus.la Making all in doc make[2]: Nothing to be done for 'all'. libmodbus/3.1.6: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' built libmodbus/3.1.6: Build folder /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libmodbus/3.1.6: Generated conaninfo.txt libmodbus/3.1.6: Generated conanbuildinfo.txt libmodbus/3.1.6: Generating the package libmodbus/3.1.6: Package folder /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libmodbus/3.1.6: Calling package() ----Running------ > make install -j3 ----------------- Making install in src /bin/mkdir -p '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' /bin/mkdir -p '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/modbus' /bin/bash ../libtool --mode=install /usr/bin/install -c libmodbus.la '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' /usr/bin/install -c -m 644 ../source_subfolder/src/modbus.h modbus-version.h ../source_subfolder/src/modbus-rtu.h ../source_subfolder/src/modbus-tcp.h '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/modbus' libtool: install: /usr/bin/install -c .libs/libmodbus.lai /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libmodbus.la libtool: install: /usr/bin/install -c .libs/libmodbus.a /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libmodbus.a libtool: install: chmod 644 /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libmodbus.a libtool: install: ranlib /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libmodbus.a libtool: finish: PATH="/opt/pyenv/versions/3.7.5/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Making install in doc make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc/libmodbus' /bin/mkdir -p '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/pkgconfig' /usr/bin/install -c -m 644 source_subfolder/MIGRATION source_subfolder/README.md '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc/libmodbus' /usr/bin/install -c -m 644 libmodbus.pc '/home/conan/w/cci_PR-3775/.conan/data/libmodbus/3.1.6/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/pkgconfig' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libmodbus/3.1.6 package(): Packaged 1 '.a' file: libmodbus.a libmodbus/3.1.6 package(): Packaged 1 '.LESSER' file: COPYING.LESSER libmodbus/3.1.6 package(): Packaged 4 '.h' files: modbus-rtu.h, modbus.h, modbus-version.h, modbus-tcp.h libmodbus/3.1.6: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' created libmodbus/3.1.6: Created package revision be04ef39cb3b43015d11f6eab05af694 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK libmodbus/3.1.6 (test package): Generator txt created conanbuildinfo.txt libmodbus/3.1.6 (test package): Generator cmake created conanbuildinfo.cmake libmodbus/3.1.6 (test package): Generator cmake_find_package created Findlibmodbus.cmake libmodbus/3.1.6 (test package): Generated conaninfo.txt libmodbus/3.1.6 (test package): Generated graphinfo Using lockfile: '/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package/build/671574a7bc31d364e0436f4353260ef34c28478c/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 libmodbus/3.1.6 (test package): Calling build() ----Running------ > cd '/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package/build/671574a7bc31d364e0436f4353260ef34c28478c' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="6" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_MODULE_PATH="/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package/build/671574a7bc31d364e0436f4353260ef34c28478c" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package' ----------------- -- The CXX compiler identification is GNU 6.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 global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 6 -- Conan: Checking correct version: 6 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package/build/671574a7bc31d364e0436f4353260ef34c28478c ----Running------ > cmake --build '/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/recipes/libmodbus/all/test_package/build/671574a7bc31d364e0436f4353260ef34c28478c' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package libmodbus/3.1.6 (test package): Running test() ----Running------ > bin/test_package ----------------- JSON file created at '/home/conan/w/cci_PR-3775/2/607c014f-aa7e-4079-8aa7-b950de936d02/_create.json'