Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_875_9_0_0/.conan/profiles/default)
CC and CXX: /usr/bin/gcc, /usr/bin/g++ 
Found gcc 5.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 '/tmp/c3ipr/pr_875_9_0_0/.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=5
	compiler.libcxx=libstdc++
	build_type=Release
*** You can change them in /tmp/c3ipr/pr_875_9_0_0/.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: 7.35546875 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
Exporting package recipe
univalue/1.0.5 exports: File 'conandata.yml' found. Exporting it...
univalue/1.0.5 exports: Copied 1 '.yml' file: conandata.yml
univalue/1.0.5 exports_sources: Copied 1 '.patch' file: 0001-fix-windows.patch
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.0.5': {'url': 'https://github.com/jgarzik/univalue/archive/v1.0.5.tar.gz', 'sha256': '59eee225b078066c60277cab6dd93e74a0e7bed2be455db507eb39bd4f8e4319'}}, 'patches': {'1.0.5': [{'patch_file': 'patches/0001-fix-windows.patch', 'base_path': 'source_subfolder'}]}}
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches:
  1.0.5:
  - base_path: source_subfolder
    patch_file: patches/0001-fix-windows.patch
sources:
  1.0.5:
    sha256: 59eee225b078066c60277cab6dd93e74a0e7bed2be455db507eb39bd4f8e4319
    url: https://github.com/jgarzik/univalue/archive/v1.0.5.tar.gz

[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK
univalue/1.0.5: A new conanfile.py version was exported
univalue/1.0.5: Folder: /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/export
univalue/1.0.5: Using the exported files summary hash as the recipe revision: def7ed1c7adbeac2ebc00b4ca02ccb17 
univalue/1.0.5: Exported revision: def7ed1c7adbeac2ebc00b4ca02ccb17
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=5
os=Linux
os_build=Linux
[options]
univalue:shared=True
[build_requires]
[env]

univalue/1.0.5: Forced build from source
libtool/2.4.6: Not found in local cache, looking in remotes...
libtool/2.4.6: Trying with 'c3i_PR-875_f8e480285f464c0354aa06666296b4cccc2ffdb4'...
libtool/2.4.6: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
libtool/2.4.6: Downloaded recipe revision 6f01770fd897b4a0bc4a1d814eed3733
automake/1.16.1: Not found in local cache, looking in remotes...
automake/1.16.1: Trying with 'c3i_PR-875_f8e480285f464c0354aa06666296b4cccc2ffdb4'...
automake/1.16.1: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
automake/1.16.1: Downloaded recipe revision b8fbffeeaed43b00ef3d3e4f70c6f96c
autoconf/2.69: Not found in local cache, looking in remotes...
autoconf/2.69: Trying with 'c3i_PR-875_f8e480285f464c0354aa06666296b4cccc2ffdb4'...
autoconf/2.69: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
autoconf/2.69: Downloaded recipe revision 9034c38ceb0d7cefc1b3af9bd4c15768
univalue/1.0.5 (test package): Installing package
Requirements
    univalue/1.0.5 from local cache - Cache
Packages
    univalue/1.0.5:2de3d908e1d9b246c9b2b6ea5c083ff1297f138b - Build
Build requirements
    autoconf/2.69 from 'central' - Downloaded
    automake/1.16.1 from 'central' - Downloaded
    libtool/2.4.6 from 'central' - Downloaded
Build requirements packages
    autoconf/2.69:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Download
    automake/1.16.1:204f43eef24cf786568b45ac828cbce89cc82ac8 - Download
    libtool/2.4.6:7fdf727710370bcc770868a128f7d1b913367db9 - Download

Installing (downloading, building) binaries...
autoconf/2.69: Retrieving package 44fcf6b9a7fb86b2586303e3db40189d3b511830 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
autoconf/2.69: Package installed 44fcf6b9a7fb86b2586303e3db40189d3b511830
autoconf/2.69: Downloaded package revision e27a72ed2a53f179538212de65da7276
automake/1.16.1: Retrieving package 204f43eef24cf786568b45ac828cbce89cc82ac8 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
automake/1.16.1: Package installed 204f43eef24cf786568b45ac828cbce89cc82ac8
automake/1.16.1: Downloaded package revision 280e8b94364fac7b886ef0a4f6b3c08a
libtool/2.4.6: Retrieving package 7fdf727710370bcc770868a128f7d1b913367db9 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
libtool/2.4.6: Package installed 7fdf727710370bcc770868a128f7d1b913367db9
libtool/2.4.6: Downloaded package revision 0ed5e2cdc10f25fb65921c7741af2c43
autoconf/2.69: Appending PATH env var with : /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin
autoconf/2.69: Setting AC_MACRODIR to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf
autoconf/2.69: Setting AUTOCONF to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoconf
autoconf/2.69: Setting AUTORECONF to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoreconf
autoconf/2.69: Setting AUTOHEADER to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoheader
autoconf/2.69: Setting AUTOM4TE to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autom4te
autoconf/2.69: Setting AUTOM4TE_PERLLIBDIR to /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
automake/1.16.1: Appending PATH env var with : /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin
automake/1.16.1: Setting ACLOCAL to /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/aclocal
automake/1.16.1: Setting AUTOMAKE_DATADIR to /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share
automake/1.16.1: Setting AUTOMAKE_LIBDIR to /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share/automake-1.16
automake/1.16.1: Setting AUTOMAKE_PERLLIBDIR to /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share/automake-1.16
automake/1.16.1: Setting AUTOMAKE to /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/automake
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
libtool/2.4.6: Appending PATH env: /tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin
libtool/2.4.6: Setting LIBTOOL env to /tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtool
libtool/2.4.6: Setting LIBTOOLIZE env to /tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtoolize
libtool/2.4.6: Appending ACLOCAL_PATH env: /tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/share/aclocal
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
univalue/1.0.5: Applying build-requirement: libtool/2.4.6
univalue/1.0.5: Applying build-requirement: automake/1.16.1
univalue/1.0.5: Applying build-requirement: autoconf/2.69
[HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
univalue/1.0.5: Configuring sources in /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/source

[HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK
[HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK
univalue/1.0.5: Copying sources to build folder
univalue/1.0.5: Building your package in /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b
univalue/1.0.5: Generator txt created conanbuildinfo.txt
[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
univalue/1.0.5: Calling build()

----Running------
> /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoreconf --verbose --install --force
-----------------
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/aclocal --force -I build-aux/m4
autoreconf: configure.ac: tracing
autoreconf: running: /tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
autoreconf: running: /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoconf --force
autoreconf: running: /tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoheader --force
autoreconf: running: /tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/automake --add-missing --copy --force-missing
configure.ac:45: installing 'build-aux/compile'
configure.ac:45: installing 'build-aux/config.guess'
configure.ac:45: installing 'build-aux/config.sub'
configure.ac:28: installing 'build-aux/install-sh'
configure.ac:28: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
autoreconf: Leaving directory `.'
univalue/1.0.5: Calling:
 > source_subfolder/configure '--enable-shared' '--disable-static' '--prefix=/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b' '--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 '--enable-shared' '--disable-static' '--prefix=/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 
-----------------
checking whether make supports nested variables... yes
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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 a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 how to run the C preprocessor... /usr/bin/gcc -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 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 whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... no
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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pc/libunivalue.pc
config.status: creating pc/libunivalue-uninstalled.pc
config.status: creating univalue-config.h
config.status: executing depfiles commands
config.status: executing libtool commands

----Running------
> make -j3
-----------------
make  all-am
make[1]: Entering directory '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b'
  CXX      lib/libunivalue_la-univalue.lo
  CXX      lib/libunivalue_la-univalue_get.lo
  CXX      lib/libunivalue_la-univalue_read.lo
  CXX      lib/libunivalue_la-univalue_write.lo
  CXXLD    libunivalue.la
make[1]: Leaving directory '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b'
univalue/1.0.5: Package '2de3d908e1d9b246c9b2b6ea5c083ff1297f138b' built
univalue/1.0.5: Build folder /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b
univalue/1.0.5: Generated conaninfo.txt
univalue/1.0.5: Generated conanbuildinfo.txt
univalue/1.0.5: Generating the package
univalue/1.0.5: Package folder /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b
univalue/1.0.5: Calling package()

----Running------
> make install -j3
-----------------
make[1]: Entering directory '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b'
 /bin/mkdir -p '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib'
 /bin/mkdir -p '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/include'
 /bin/mkdir -p '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib/pkgconfig'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libunivalue.la '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib'
 /usr/bin/install -c -m 644 source_subfolder/include/univalue.h '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/include'
 /usr/bin/install -c -m 644 pc/libunivalue.pc '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib/pkgconfig'
libtool: install: /usr/bin/install -c .libs/libunivalue.so.0.100.4 /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib/libunivalue.so.0.100.4
libtool: install: (cd /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib && { ln -s -f libunivalue.so.0.100.4 libunivalue.so.0 || { rm -f libunivalue.so.0 && ln -s libunivalue.so.0.100.4 libunivalue.so.0; }; })
libtool: install: (cd /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib && { ln -s -f libunivalue.so.0.100.4 libunivalue.so || { rm -f libunivalue.so && ln -s libunivalue.so.0.100.4 libunivalue.so; }; })
libtool: install: /usr/bin/install -c .libs/libunivalue.lai /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib/libunivalue.la
libtool: finish: PATH="/tmp/c3ipr/pr_875_9_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin:/tmp/c3ipr/pr_875_9_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin:/tmp/c3ipr/pr_875_9_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin:/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/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/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.
----------------------------------------------------------------------
make[1]: Leaving directory '/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b'
[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
univalue/1.0.5 package(): Packaged 1 '.0' file: libunivalue.so.0
univalue/1.0.5 package(): Packaged 1 '.so' file: libunivalue.so
univalue/1.0.5 package(): Packaged 1 '.4' file: libunivalue.so.0.100.4
univalue/1.0.5 package(): Packaged 1 '.h' file: univalue.h
univalue/1.0.5 package(): Packaged 1 file: COPYING
univalue/1.0.5: Package '2de3d908e1d9b246c9b2b6ea5c083ff1297f138b' created
univalue/1.0.5: Created package revision 60abcb933123ad24cce087a8c7ae093b
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
univalue/1.0.5 (test package): Generator cmake created conanbuildinfo.cmake
univalue/1.0.5 (test package): Generator txt created conanbuildinfo.txt
univalue/1.0.5 (test package): Generated conaninfo.txt
univalue/1.0.5 (test package): Generated graphinfo
Using lockfile: '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c/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
univalue/1.0.5 (test package): Calling build()

----Running------
> cd '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c' && 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++" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/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 global configuration
-- 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++
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY


-- Build files have been written to: /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c

----Running------
> cmake --build '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c' '--' '-j3'
-----------------
/usr/bin/cmake -S/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package -B/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c/CMakeFiles /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
/usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/depend
make[2]: Entering directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
cd /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c/CMakeFiles/test_package.dir/DependInfo.cmake --color=
Scanning dependencies of target test_package
make[2]: Leaving directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
/usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/build
make[2]: Entering directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
[ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
/usr/bin/g++  -D_GLIBCXX_USE_CXX11_ABI=0 -I/tmp/c3ipr/pr_875_9_0_0/.conan/data/univalue/1.0.5/_/_/package/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b/include  -m64 -O3 -DNDEBUG    -DUNIVALUE_SHARED -o CMakeFiles/test_package.dir/test_package.cpp.o -c /tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/test_package.cpp
/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/test_package.cpp:3:18: fatal error: stdlib: No such file or directory
compilation terminated.
CMakeFiles/test_package.dir/build.make:65: recipe for target 'CMakeFiles/test_package.dir/test_package.cpp.o' failed
make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
make[2]: Leaving directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
CMakeFiles/Makefile2:78: recipe for target 'CMakeFiles/test_package.dir/all' failed
make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
make[1]: Leaving directory '/tmp/c3ipr/co_pr_875_9_0_0/recipes/univalue/all/test_package/build/178b8a6bc886c5028783ba51ce05ce1bd8fd628c'
Makefile:86: recipe for target 'all' failed
make: *** [all] Error 2

JSON file created at '/tmp/c3ipr/pr_875_9_0_0/_create.json'