******************************************************************************** conan install subunit/1.4.0@#5bf6021848850ce328210ec1c29f536c --build=subunit -pr /home/conan/w/prod-v1/BuildSingleReference/15619/8c63db85-dccd-40d5-90d7-1fdc6e561581/profile_linux_11_libstdcpp11_gcc_debug_64.subunit-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 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/prod-v1/BuildSingleReference/.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=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] subunit:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True cppunit/1.15.1: Not found in local cache, looking in remotes... cppunit/1.15.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz cppunit/1.15.1: Downloaded recipe revision ab7aa369cbf20014946964574a427088 subunit/1.4.0: Forced build from source Installing package: subunit/1.4.0 Requirements cppunit/1.15.1 from 'conan-center' - Downloaded subunit/1.4.0 from local cache - Cache Packages cppunit/1.15.1:958c3b440426d3de5c0972e7f507dbde401ac1a5 - Download subunit/1.4.0:b58d29db29aa75665d97ba1933e094e092dca70d - Build Installing (downloading, building) binaries... cppunit/1.15.1: Retrieving package 958c3b440426d3de5c0972e7f507dbde401ac1a5 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz cppunit/1.15.1: Package installed 958c3b440426d3de5c0972e7f507dbde401ac1a5 cppunit/1.15.1: Downloaded package revision ae0867b9d12be9c617ab579b68390200 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK subunit/1.4.0: Configuring sources in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/source/src subunit/1.4.0: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK subunit/1.4.0: Copying sources to build folder subunit/1.4.0: Building your package in /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d subunit/1.4.0: Generator txt created conanbuildinfo.txt subunit/1.4.0: Calling generate() subunit/1.4.0: Aggregating env generators [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 subunit/1.4.0: Calling build() subunit/1.4.0: Calling: > "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' 'CHECK_CFLAGS= ' 'CHECK_LIBS= ' 'CPPUNIT_CFLAGS='\''-I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include'\''' 'CPPUNIT_LIBS='\''cppunit'\''' ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/conan/conanbuild.sh" && "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' 'CHECK_CFLAGS= ' 'CHECK_LIBS= ' 'CPPUNIT_CFLAGS='\''-I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include'\''' 'CPPUNIT_LIBS='\''cppunit'\''' ----------------- 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 for style of include used by make... GNU checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether ln -s works... 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 gcc... /opt/conan/binutils/bin/ld checking if the linker (/opt/conan/binutils/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/conan/binutils/bin/nm -B checking the name lister (/opt/conan/binutils/bin/nm -B) interface... BSD nm 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 /opt/conan/binutils/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 archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/conan/binutils/bin/nm -B output from 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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/conan/binutils/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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... /opt/conan/binutils/bin/ld -m elf_x86_64 checking if the linker (/opt/conan/binutils/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/opt/conan/binutils/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/opt/conan/binutils/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 python... /opt/pyenv/versions/3.7.13/bin/python checking for python version... 3.7 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.7/site-packages checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of short... 2 checking size of long... 8 checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... yes checking for CPPUNIT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libsubunit.pc config.status: creating libcppunit_subunit.pc config.status: creating Makefile config.status: creating perl/Makefile.PL config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/conan/conanbuild.sh" && make -j3 ----------------- make all-am make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src' mkdir -p perl depbase=`echo c/lib/child.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include -Wall -Werror -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -MT c/lib/child.lo -MD -MP -MF $depbase.Tpo -c -o c/lib/child.lo c/lib/child.c &&\ mv -f $depbase.Tpo $depbase.Plo cd perl && perl Makefile.PL INSTALLDIRS=site PREFIX=/ INSTALL_BASE= depbase=`echo c++/SubunitTestProgressListener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include -Wall -Werror -Wextra -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -MT c++/SubunitTestProgressListener.lo -MD -MP -MF $depbase.Tpo -c -o c++/SubunitTestProgressListener.lo c++/SubunitTestProgressListener.cpp &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include -Wall -Werror -Wextra -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -MT c++/SubunitTestProgressListener.lo -MD -MP -MF c++/.deps/SubunitTestProgressListener.Tpo -c c++/SubunitTestProgressListener.cpp -o c++/SubunitTestProgressListener.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include -Wall -Werror -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -MT c/lib/child.lo -MD -MP -MF c/lib/.deps/child.Tpo -c c/lib/child.c -o c/lib/child.o /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -Werror -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -m64 -L/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/lib -o libsubunit.la -rpath //lib c/lib/child.lo -lcppunit -lstdc++ -ldl -lm Generating a Unix-style Makefile Writing Makefile for Subunit Writing MYMETA.yml and MYMETA.json rm perl/Makefile.old > /dev/null Makefile:1625: recipe for target 'perl/Makefile' failed make -C perl all make[2]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' libtool: link: ar cru .libs/libsubunit.a c/lib/child.o libtool: link: ranlib .libs/libsubunit.a libtool: link: ( cd ".libs" && rm -f "libsubunit.la" && ln -s "../libsubunit.la" "libsubunit.la" ) cp /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl/subunit-diff blib/script/subunit-diff "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/subunit-diff cp lib/Subunit/Diff.pm blib/lib/Subunit/Diff.pm cp lib/Subunit.pm blib/lib/Subunit.pm make[2]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' /bin/bash ./libtool --tag=CXX --mode=link g++ -Wall -Werror -Wextra -Wwrite-strings -Wno-variadic-macros -I./c/include -m64 -fPIC -g -m64 -L/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/lib -o libcppunit_subunit.la -rpath //lib c++/SubunitTestProgressListener.lo -lcppunit -lstdc++ -ldl -lm libtool: link: ar cru .libs/libcppunit_subunit.a c++/SubunitTestProgressListener.o libtool: link: ranlib .libs/libcppunit_subunit.a libtool: link: ( cd ".libs" && rm -f "libcppunit_subunit.la" && ln -s "../libcppunit_subunit.la" "libcppunit_subunit.la" ) make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src' subunit/1.4.0: Package 'b58d29db29aa75665d97ba1933e094e092dca70d' built subunit/1.4.0: Build folder /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug subunit/1.4.0: Generated conaninfo.txt subunit/1.4.0: Generated conanbuildinfo.txt subunit/1.4.0: Generating the package subunit/1.4.0: Package folder /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d subunit/1.4.0: Calling package() subunit/1.4.0: Copied 1 file: COPYING subunit/1.4.0: Calling: > "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' 'CHECK_CFLAGS= ' 'CHECK_LIBS= ' 'CPPUNIT_CFLAGS='\''-I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include'\''' 'CPPUNIT_LIBS='\''cppunit'\''' ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/conan/conanbuild.sh" && "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/configure" '--disable-shared' '--enable-static' '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' 'CHECK_CFLAGS= ' 'CHECK_LIBS= ' 'CPPUNIT_CFLAGS='\''-I/home/conan/w/prod-v1/BuildSingleReference/.conan/data/cppunit/1.15.1/_/_/package/958c3b440426d3de5c0972e7f507dbde401ac1a5/include'\''' 'CPPUNIT_LIBS='\''cppunit'\''' ----------------- 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 for style of include used by make... GNU checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... 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 gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking whether ln -s works... 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 gcc... /opt/conan/binutils/bin/ld checking if the linker (/opt/conan/binutils/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/conan/binutils/bin/nm -B checking the name lister (/opt/conan/binutils/bin/nm -B) interface... BSD nm 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 /opt/conan/binutils/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 archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/conan/binutils/bin/nm -B output from 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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/conan/binutils/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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... /opt/conan/binutils/bin/ld -m elf_x86_64 checking if the linker (/opt/conan/binutils/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/opt/conan/binutils/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/opt/conan/binutils/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 python... /opt/pyenv/versions/3.7.13/bin/python checking for python version... 3.7 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.7/site-packages checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of short... 2 checking size of long... 8 checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... yes checking for CPPUNIT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libsubunit.pc config.status: creating libcppunit_subunit.pc config.status: creating Makefile config.status: creating perl/Makefile.PL config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands ----Running------ > . "/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/conan/conanbuild.sh" && make install DESTDIR=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d INSTALLARCHLIB=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/lib INSTALLSITEARCH=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/archlib INSTALLVENDORARCH=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/archlib INSTALLSITEBIN=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/bin INSTALLSITESCRIPT=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/bin INSTALLSITEMAN1DIR=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/share/man/man1 INSTALLSITEMAN3DIR=/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/share/man/man3 -j3 ----------------- mkdir -p perl cd perl && perl Makefile.PL INSTALLDIRS=site PREFIX=/ INSTALL_BASE= Generating a Unix-style Makefile Writing Makefile for Subunit Writing MYMETA.yml and MYMETA.json rm perl/Makefile.old > /dev/null Makefile:1625: recipe for target 'perl/Makefile' failed make -C perl all make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' cp /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl/subunit-diff blib/script/subunit-diff "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/subunit-diff Skip blib/lib/Subunit/Diff.pm (unchanged) Skip blib/lib/Subunit.pm (unchanged) make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' make[1]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src' make -C perl install /bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//bin' make[2]: Entering directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' /usr/bin/install -c filters/subunit-1to2 filters/subunit-2to1 filters/subunit-filter filters/subunit-ls filters/subunit-notify filters/subunit-output filters/subunit-stats filters/subunit-tags filters/subunit2csv filters/subunit2disk filters/subunit2gtk filters/subunit2junitxml filters/subunit2pyunit filters/tap2subunit '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//bin' /bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//include/subunit' Appending installation info to /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/build-debug/archlib/perllocal.pod /usr/bin/install -c -m 644 c/include/subunit/child.h c++/SubunitTestProgressListener.h '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//include/subunit' /bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/pkgconfig' /usr/bin/install -c -m 644 libsubunit.pc libcppunit_subunit.pc '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/pkgconfig' /bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/python3.7/site-packages/subunit' Installing /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/share/perl/5.22.1/Subunit.pm Installing /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/share/perl/5.22.1/Subunit/Diff.pm Installing /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/bin/subunit-diff /usr/bin/install -c -m 644 python/subunit/__init__.py python/subunit/chunked.py python/subunit/details.py python/subunit/filters.py python/subunit/iso8601.py python/subunit/progress_model.py python/subunit/run.py python/subunit/v2.py python/subunit/test_results.py python/subunit/_output.py python/subunit/_to_disk.py '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/python3.7/site-packages/subunit' make[2]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src/perl' /bin/mkdir -p '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libsubunit.la libcppunit_subunit.la '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib' Byte-compiling python modules... __init__.pychunked.pydetails.pyfilters.pyiso8601.pyprogress_model.pyrun.pyv2.pylibtool: install: /usr/bin/install -c .libs/libsubunit.lai /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libsubunit.la test_results.pylibtool: install: /usr/bin/install -c .libs/libcppunit_subunit.lai /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libcppunit_subunit.la _output.py_to_disk.pylibtool: install: /usr/bin/install -c .libs/libsubunit.a /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libsubunit.a libtool: install: chmod 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libsubunit.a libtool: install: ranlib /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libsubunit.a libtool: install: /usr/bin/install -c .libs/libcppunit_subunit.a /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libcppunit_subunit.a libtool: install: chmod 644 /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libcppunit_subunit.a libtool: install: ranlib /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d//lib/libcppunit_subunit.a Byte-compiling python modules (optimized versions) ... __init__.pychunked.pydetails.pyfilters.pyiso8601.pyprogress_model.pyrun.pyv2.pytest_results.py_output.py_to_disk.py make[1]: Leaving directory '/home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/build/b58d29db29aa75665d97ba1933e094e092dca70d/src' [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(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] 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 [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK subunit/1.4.0 package(): Packaged 15 files subunit/1.4.0 package(): Packaged 2 '.a' files: libcppunit_subunit.a, libsubunit.a subunit/1.4.0 package(): Packaged 2 '.h' files: child.h, SubunitTestProgressListener.h subunit/1.4.0: Package 'b58d29db29aa75665d97ba1933e094e092dca70d' created subunit/1.4.0: Created package revision 9744658da364f894aebfc8245b5ba245 subunit/1.4.0: Appending PATH environment variable: /home/conan/w/prod-v1/BuildSingleReference/.conan/data/subunit/1.4.0/_/_/package/b58d29db29aa75665d97ba1933e094e092dca70d/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators rm: cannot remove 'perl/Makefile.old': No such file or directory make[1]: [perl/Makefile] Error 1 (ignored) libtool: warning: library '/usr/local/lib64/libstdc++.la' was moved. libtool: warning: library '/usr/local/bin/../lib/gcc/x86_64-linux-gnu/11.1.0/../../../../lib64/libstdc++.la' was moved. rm: cannot remove 'perl/Makefile.old': No such file or directory make: [perl/Makefile] Error 1 (ignored) -c:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses libtool: warning: remember to run 'libtool --finish //lib' subunit/1.4.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior subunit/1.4.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior