Mock Version: 3.0 Mock Version: 3.0 Mock Version: 3.0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/hyphen.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-455080-73647/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target sw_64 --nodeps /builddir/build/SPECS/hyphen.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1747785600 Wrote: /builddir/build/SRPMS/hyphen-2.8.8-11.an23_sw8a.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/hyphen.spec'], chrootPath='/mnt/koji-mock/dist-an23-sw8a-build-455080-73647/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=2592000uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/hyphen.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: sw_64 Building for target sw_64 setting SOURCE_DATE_EPOCH=1747785600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hRCBrC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf hyphen-2.8.8 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/hyphen-2.8.8.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd hyphen-2.8.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i5OPZx + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd hyphen-2.8.8 + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2014-09-18 15:45:57.000000000 +0000 +++ ./configure 2025-07-30 10:01:43.880120500 +0000 @@ -1719,7 +1719,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2025-07-30 10:01:43.880120500 +0000 +++ ./configure 2025-07-30 10:01:43.910120975 +0000 @@ -11961,7 +11961,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/anolis/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.guess ./config.guess '/usr/lib/rpm/anolis/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/anolis/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.sub ./config.sub '/usr/lib/rpm/anolis/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld"~' ./ltmain.sh ++ dirname ./configure + /usr/lib/rpm/anolis/force-as-needed-for-shared-lib-in-libtool . Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/anolis/fix-libtool-ltmain-from-overlinking Fixing libtool's ltmain.sh to prevent overlinking ++ dirname ./configure + /usr/lib/rpm/anolis/fix-libtool-from-moving-options-after-libs . Fixing libtool inside configure to pass -Wl,xxx options before libraries + /usr/lib/rpm/anolis/fix-dlsearch-path-in-libtool . lib64 + ./configure --build=sw_64-koji-linux-gnu --host=sw_64-koji-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for sw_64-koji-linux-gnu-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 for style of include used by make... GNU checking dependency style of gcc... none checking build system type... sw_64-koji-linux-gnu checking host system type... sw_64-koji-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by 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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert sw_64-koji-linux-gnu file names to sw_64-koji-linux-gnu format... func_convert_file_noop checking how to convert sw_64-koji-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for sw_64-koji-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for sw_64-koji-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sw_64-koji-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for sw_64-koji-linux-gnu-strip... no checking for strip... strip checking for sw_64-koji-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for sw_64-koji-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... 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 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... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) 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 configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: executing depfiles commands config.status: executing libtool commands + /usr/bin/make -O -j256 V=1 VERBOSE=1 Making all in doc make[1]: Nothing to be done for 'all'. Making all in tests make[1]: Nothing to be done for 'all'. make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' cp -f ./hyphen.tex hyphen.us patch < ./hyphen.patch patching file hyphen.us ./tbhyphext.sh <./tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 | gawk -f ./lig.awk >hyphen.us3 cat ./ligpatch.txt >>hyphen.us3 make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" -DPACKAGE_STRING=\"hyphen\ 2.8.8\" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c -o hnjalloc.lo hnjalloc.c libtool: compile: gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" "-DPACKAGE_STRING=\"hyphen 2.8.8\"" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c hnjalloc.c -fPIC -DPIC -o .libs/hnjalloc.o make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" -DPACKAGE_STRING=\"hyphen\ 2.8.8\" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c example.c make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" -DPACKAGE_STRING=\"hyphen\ 2.8.8\" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c substrings.c make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -mieee -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -o substrings substrings.o libtool: link: gcc -O2 -g -mieee -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -o substrings substrings.o make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" -DPACKAGE_STRING=\"hyphen\ 2.8.8\" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c -o hyphen.lo hyphen.c libtool: compile: gcc -DPACKAGE_NAME=\"hyphen\" -DPACKAGE_TARNAME=\"hyphen\" -DPACKAGE_VERSION=\"2.8.8\" "-DPACKAGE_STRING=\"hyphen 2.8.8\"" -DPACKAGE_BUGREPORT=\"nemeth@numbertext.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"hyphen\" -DVERSION=\"2.8.8\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -O2 -g -mieee -c hyphen.c -fPIC -DPIC -o .libs/hyphen.o make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -mieee -version-info 3:0:3 -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -o libhyphen.la -rpath /usr/lib64 hnjalloc.lo hyphen.lo libtool: link: gcc -shared -Wl,--as-needed -fPIC -DPIC .libs/hnjalloc.o .libs/hyphen.o -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -O2 -mieee -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -Wl,--build-id=sha1 -Wl,-soname -Wl,libhyphen.so.0 -o .libs/libhyphen.so.0.3.0 libtool: link: (cd ".libs" && rm -f "libhyphen.so.0" && ln -s "libhyphen.so.0.3.0" "libhyphen.so.0") libtool: link: (cd ".libs" && rm -f "libhyphen.so" && ln -s "libhyphen.so.0.3.0" "libhyphen.so") libtool: link: ( cd ".libs" && rm -f "libhyphen.la" && ln -s "../libhyphen.la" "libhyphen.la" ) make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -mieee -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -o example example.o libhyphen.la libtool: link: gcc -O2 -g -mieee -Wl,-z -Wl,relro -Wl,--as-needed -Wl,-z -Wl,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 -o .libs/example example.o ./.libs/libhyphen.so make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' perl ./substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WMOnE4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64 ++ dirname /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64 + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd hyphen-2.8.8 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64 'INSTALL=/usr/bin/install -p' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/doc' make[2]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/doc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/doc' make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/doc' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/tests' make[2]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/tests' make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/tests' make[1]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' make[2]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8' test -z "/usr/bin" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/bin" /usr/bin/install -p substrings.pl '/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/bin' test -z "/usr/lib64" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64" /bin/sh ./libtool --mode=install /usr/bin/install -p libhyphen.la '/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libhyphen.so.0.3.0 /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64/libhyphen.so.0.3.0 libtool: install: (cd /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64 && { ln -s -f libhyphen.so.0.3.0 libhyphen.so.0 || { rm -f libhyphen.so.0 && ln -s libhyphen.so.0.3.0 libhyphen.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64 && { ln -s -f libhyphen.so.0.3.0 libhyphen.so || { rm -f libhyphen.so && ln -s libhyphen.so.0.3.0 libhyphen.so; }; }) libtool: install: /usr/bin/install -p .libs/libhyphen.lai /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/lib64/libhyphen.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/share/hyphen" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/share/hyphen" /usr/bin/install -p -m 644 hyph_en_US.dic '/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/share/hyphen' test -z "/usr/include" || /usr/bin/mkdir -p "/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/include" /usr/bin/install -p -m 644 hyphen.h '/builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/include' make[2]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' make[1]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8' ~/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64/usr/share/hyphen ~/build/BUILD/hyphen-2.8.8 + pushd /builddir/build/BUILDROOT/hyphen-2.8.8-11.an23_sw8a.sw_64//usr/share/hyphen/ + en_US_aliases='en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_HK en_IE en_IN en_JM en_MW en_NA en_NZ en_PH en_SG en_TT en_ZA en_ZM en_ZW' + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_AG.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_AU.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_BS.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_BW.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_BZ.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_CA.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_DK.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_GB.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_GH.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_HK.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_IE.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_IN.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_JM.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_MW.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_NA.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_NZ.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_PH.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_SG.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_TT.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_ZA.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_ZM.dic + for lang in $en_US_aliases + ln -s hyph_en_US.dic hyph_en_ZW.dic + popd ~/build/BUILD/hyphen-2.8.8 + /usr/bin/find-debuginfo -j256 --strict-build-id -m -i --build-id-seed 2.8.8-11.an23_sw8a --unique-debug-suffix -2.8.8-11.an23_sw8a.sw_64 --unique-debug-src-base hyphen-2.8.8-11.an23_sw8a.sw_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/hyphen-2.8.8 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/hyphen-2.8.8-11.an23_sw8a.sw_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/anolis/brp-ldconfig + COMPRESS='zstd -f --rm -19 -T0' + COMPRESS_EXT=.zst + /usr/lib/rpm/brp-compress + /usr/lib/rpm/anolis/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/anolis/clean_perl + /usr/lib/rpm/anolis/check_elf_files + /usr/lib/rpm/anolis/brp-mangle-shebangs + /usr/lib/rpm/anolis/remove-info-dir + /usr/lib/rpm/anolis/check-desktop-files + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/anolis/brp-python-bytecompile '' 1 0 -j256 + /usr/lib/rpm/anolis/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zrUCcN + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -g -mieee' + export CFLAGS + CXXFLAGS='-O2 -g -mieee' + export CXXFLAGS + FFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -mieee -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd hyphen-2.8.8 + /usr/bin/make -O -j256 V=1 VERBOSE=1 check Making check in doc make[1]: Nothing to be done for 'check'. Making check in tests /usr/bin/make check-TESTS make[2]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/tests' PASS: basealt2.test PASS: basealt.test PASS: base.test PASS: conv.test PASS: unicode.test PASS: alt.test PASS: alt2.test PASS: alt3.test PASS: alt4.test PASS: alt5.test PASS: alt6.test PASS: compound.test PASS: compound2.test PASS: compound3.test PASS: compound4.test PASS: settings.test PASS: settings2.test PASS: settings3.test PASS: settings4.test PASS: lhmin.test PASS: rhmin.test PASS: lig.test PASS: hyphen.test PASS: num.test =================== All 24 tests passed =================== make[2]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/tests' make[1]: Nothing to be done for 'check-am'. + VALGRIND=memcheck + /usr/bin/make -O -j256 V=1 VERBOSE=1 check Making check in doc make[1]: Nothing to be done for 'check'. Making check in tests /usr/bin/make check-TESTS make[2]: Entering directory '/builddir/build/BUILD/hyphen-2.8.8/tests' Fail in basealt2.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3325524== Memcheck, a memory error detector ==3325524== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3325524== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3325524== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./basealt2.pat ./basealt2.word ==3325524== Parent PID: 3325517 ==3325524== ==3325524== Conditional jump or move depends on uninitialised value(s) ==3325524== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== ==3325524== Conditional jump or move depends on uninitialised value(s) ==3325524== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3325524== ==3325524== ==3325524== HEAP SUMMARY: ==3325524== in use at exit: 0 bytes in 0 blocks ==3325524== total heap usage: 357 allocs, 357 frees, 545,020 bytes allocated ==3325524== ==3325524== All heap blocks were freed -- no leaks are possible ==3325524== ==3325524== Use --track-origins=yes to see where uninitialised values come from ==3325524== For lists of detected and suppressed errors, rerun with: -s ==3325524== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: basealt2.test Fail in basealt.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326081== Memcheck, a memory error detector ==3326081== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326081== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326081== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./basealt.pat ./basealt.word ==3326081== Parent PID: 3326076 ==3326081== ==3326081== Conditional jump or move depends on uninitialised value(s) ==3326081== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== ==3326081== Conditional jump or move depends on uninitialised value(s) ==3326081== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326081== ==3326081== ==3326081== HEAP SUMMARY: ==3326081== in use at exit: 0 bytes in 0 blocks ==3326081== total heap usage: 375 allocs, 375 frees, 545,640 bytes allocated ==3326081== ==3326081== All heap blocks were freed -- no leaks are possible ==3326081== ==3326081== Use --track-origins=yes to see where uninitialised values come from ==3326081== For lists of detected and suppressed errors, rerun with: -s ==3326081== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: basealt.test Fail in base.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326146== Memcheck, a memory error detector ==3326146== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326146== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326146== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./base.pat ./base.word ==3326146== Parent PID: 3326144 ==3326146== ==3326146== Conditional jump or move depends on uninitialised value(s) ==3326146== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== ==3326146== Conditional jump or move depends on uninitialised value(s) ==3326146== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326146== ==3326146== ==3326146== HEAP SUMMARY: ==3326146== in use at exit: 0 bytes in 0 blocks ==3326146== total heap usage: 89,361 allocs, 89,361 frees, 3,980,689 bytes allocated ==3326146== ==3326146== All heap blocks were freed -- no leaks are possible ==3326146== ==3326146== Use --track-origins=yes to see where uninitialised values come from ==3326146== For lists of detected and suppressed errors, rerun with: -s ==3326146== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: base.test Fail in conv.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326187== Memcheck, a memory error detector ==3326187== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326187== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326187== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./conv.pat ./conv.word ==3326187== Parent PID: 3326185 ==3326187== ==3326187== Conditional jump or move depends on uninitialised value(s) ==3326187== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== ==3326187== Conditional jump or move depends on uninitialised value(s) ==3326187== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326187== ==3326187== ==3326187== HEAP SUMMARY: ==3326187== in use at exit: 0 bytes in 0 blocks ==3326187== total heap usage: 485 allocs, 485 frees, 554,704 bytes allocated ==3326187== ==3326187== All heap blocks were freed -- no leaks are possible ==3326187== ==3326187== Use --track-origins=yes to see where uninitialised values come from ==3326187== For lists of detected and suppressed errors, rerun with: -s ==3326187== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: conv.test Fail in unicode.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326238== Memcheck, a memory error detector ==3326238== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326238== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326238== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./unicode.pat ./unicode.word ==3326238== Parent PID: 3326236 ==3326238== ==3326238== Conditional jump or move depends on uninitialised value(s) ==3326238== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== ==3326238== Conditional jump or move depends on uninitialised value(s) ==3326238== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326238== ==3326238== ==3326238== HEAP SUMMARY: ==3326238== in use at exit: 0 bytes in 0 blocks ==3326238== total heap usage: 499 allocs, 499 frees, 554,698 bytes allocated ==3326238== ==3326238== All heap blocks were freed -- no leaks are possible ==3326238== ==3326238== Use --track-origins=yes to see where uninitialised values come from ==3326238== For lists of detected and suppressed errors, rerun with: -s ==3326238== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: unicode.test Fail in alt.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326282== Memcheck, a memory error detector ==3326282== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326282== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326282== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt.pat ./alt.word ==3326282== Parent PID: 3326280 ==3326282== ==3326282== Conditional jump or move depends on uninitialised value(s) ==3326282== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== ==3326282== Conditional jump or move depends on uninitialised value(s) ==3326282== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326282== ==3326282== ==3326282== HEAP SUMMARY: ==3326282== in use at exit: 0 bytes in 0 blocks ==3326282== total heap usage: 54 allocs, 54 frees, 533,263 bytes allocated ==3326282== ==3326282== All heap blocks were freed -- no leaks are possible ==3326282== ==3326282== Use --track-origins=yes to see where uninitialised values come from ==3326282== For lists of detected and suppressed errors, rerun with: -s ==3326282== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt.test Fail in alt2.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326320== Memcheck, a memory error detector ==3326320== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326320== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326320== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt2.pat ./alt2.word ==3326320== Parent PID: 3326318 ==3326320== ==3326320== Conditional jump or move depends on uninitialised value(s) ==3326320== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== ==3326320== Conditional jump or move depends on uninitialised value(s) ==3326320== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326320== ==3326320== ==3326320== HEAP SUMMARY: ==3326320== in use at exit: 0 bytes in 0 blocks ==3326320== total heap usage: 83 allocs, 83 frees, 534,278 bytes allocated ==3326320== ==3326320== All heap blocks were freed -- no leaks are possible ==3326320== ==3326320== Use --track-origins=yes to see where uninitialised values come from ==3326320== For lists of detected and suppressed errors, rerun with: -s ==3326320== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt2.test Fail in alt3.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326358== Memcheck, a memory error detector ==3326358== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326358== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326358== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt3.pat ./alt3.word ==3326358== Parent PID: 3326356 ==3326358== ==3326358== Conditional jump or move depends on uninitialised value(s) ==3326358== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== ==3326358== Conditional jump or move depends on uninitialised value(s) ==3326358== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326358== ==3326358== ==3326358== HEAP SUMMARY: ==3326358== in use at exit: 0 bytes in 0 blocks ==3326358== total heap usage: 127 allocs, 127 frees, 535,881 bytes allocated ==3326358== ==3326358== All heap blocks were freed -- no leaks are possible ==3326358== ==3326358== Use --track-origins=yes to see where uninitialised values come from ==3326358== For lists of detected and suppressed errors, rerun with: -s ==3326358== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt3.test Fail in alt4.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326397== Memcheck, a memory error detector ==3326397== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326397== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326397== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt4.pat ./alt4.word ==3326397== Parent PID: 3326395 ==3326397== ==3326397== Conditional jump or move depends on uninitialised value(s) ==3326397== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== ==3326397== Conditional jump or move depends on uninitialised value(s) ==3326397== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326397== ==3326397== ==3326397== HEAP SUMMARY: ==3326397== in use at exit: 0 bytes in 0 blocks ==3326397== total heap usage: 70 allocs, 70 frees, 533,752 bytes allocated ==3326397== ==3326397== All heap blocks were freed -- no leaks are possible ==3326397== ==3326397== Use --track-origins=yes to see where uninitialised values come from ==3326397== For lists of detected and suppressed errors, rerun with: -s ==3326397== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt4.test Fail in alt5.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326435== Memcheck, a memory error detector ==3326435== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326435== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326435== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt5.pat ./alt5.word ==3326435== Parent PID: 3326433 ==3326435== ==3326435== Conditional jump or move depends on uninitialised value(s) ==3326435== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== ==3326435== Conditional jump or move depends on uninitialised value(s) ==3326435== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326435== ==3326435== ==3326435== HEAP SUMMARY: ==3326435== in use at exit: 0 bytes in 0 blocks ==3326435== total heap usage: 67 allocs, 67 frees, 533,524 bytes allocated ==3326435== ==3326435== All heap blocks were freed -- no leaks are possible ==3326435== ==3326435== Use --track-origins=yes to see where uninitialised values come from ==3326435== For lists of detected and suppressed errors, rerun with: -s ==3326435== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt5.test Fail in alt6.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326537== Memcheck, a memory error detector ==3326537== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326537== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326537== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./alt6.pat ./alt6.word ==3326537== Parent PID: 3326533 ==3326537== ==3326537== Conditional jump or move depends on uninitialised value(s) ==3326537== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== ==3326537== Conditional jump or move depends on uninitialised value(s) ==3326537== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326537== ==3326537== ==3326537== HEAP SUMMARY: ==3326537== in use at exit: 0 bytes in 0 blocks ==3326537== total heap usage: 101 allocs, 101 frees, 535,475 bytes allocated ==3326537== ==3326537== All heap blocks were freed -- no leaks are possible ==3326537== ==3326537== Use --track-origins=yes to see where uninitialised values come from ==3326537== For lists of detected and suppressed errors, rerun with: -s ==3326537== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: alt6.test Fail in compound.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326826== Memcheck, a memory error detector ==3326826== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326826== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326826== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./compound.pat ./compound.word ==3326826== Parent PID: 3326824 ==3326826== ==3326826== Conditional jump or move depends on uninitialised value(s) ==3326826== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== ==3326826== Conditional jump or move depends on uninitialised value(s) ==3326826== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326826== ==3326826== ==3326826== HEAP SUMMARY: ==3326826== in use at exit: 0 bytes in 0 blocks ==3326826== total heap usage: 149 allocs, 149 frees, 537,799 bytes allocated ==3326826== ==3326826== All heap blocks were freed -- no leaks are possible ==3326826== ==3326826== Use --track-origins=yes to see where uninitialised values come from ==3326826== For lists of detected and suppressed errors, rerun with: -s ==3326826== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: compound.test Fail in compound2.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326871== Memcheck, a memory error detector ==3326871== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326871== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326871== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./compound2.pat ./compound2.word ==3326871== Parent PID: 3326869 ==3326871== ==3326871== Conditional jump or move depends on uninitialised value(s) ==3326871== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== ==3326871== Conditional jump or move depends on uninitialised value(s) ==3326871== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326871== ==3326871== ==3326871== HEAP SUMMARY: ==3326871== in use at exit: 0 bytes in 0 blocks ==3326871== total heap usage: 201 allocs, 201 frees, 540,183 bytes allocated ==3326871== ==3326871== All heap blocks were freed -- no leaks are possible ==3326871== ==3326871== Use --track-origins=yes to see where uninitialised values come from ==3326871== For lists of detected and suppressed errors, rerun with: -s ==3326871== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: compound2.test Fail in compound3.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3326911== Memcheck, a memory error detector ==3326911== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3326911== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3326911== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./compound3.pat ./compound3.word ==3326911== Parent PID: 3326909 ==3326911== ==3326911== Conditional jump or move depends on uninitialised value(s) ==3326911== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== ==3326911== Conditional jump or move depends on uninitialised value(s) ==3326911== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3326911== ==3326911== ==3326911== HEAP SUMMARY: ==3326911== in use at exit: 0 bytes in 0 blocks ==3326911== total heap usage: 171 allocs, 171 frees, 538,477 bytes allocated ==3326911== ==3326911== All heap blocks were freed -- no leaks are possible ==3326911== ==3326911== Use --track-origins=yes to see where uninitialised values come from ==3326911== For lists of detected and suppressed errors, rerun with: -s ==3326911== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: compound3.test Fail in compound4.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3327380== Memcheck, a memory error detector ==3327380== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3327380== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3327380== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./compound4.pat ./compound4.word ==3327380== Parent PID: 3327376 ==3327380== ==3327380== Conditional jump or move depends on uninitialised value(s) ==3327380== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== ==3327380== Conditional jump or move depends on uninitialised value(s) ==3327380== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327380== ==3327380== ==3327380== HEAP SUMMARY: ==3327380== in use at exit: 0 bytes in 0 blocks ==3327380== total heap usage: 149 allocs, 149 frees, 537,799 bytes allocated ==3327380== ==3327380== All heap blocks were freed -- no leaks are possible ==3327380== ==3327380== Use --track-origins=yes to see where uninitialised values come from ==3327380== For lists of detected and suppressed errors, rerun with: -s ==3327380== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: compound4.test Fail in settings.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3327869== Memcheck, a memory error detector ==3327869== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3327869== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3327869== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./settings.pat ./settings.word ==3327869== Parent PID: 3327865 ==3327869== ==3327869== Conditional jump or move depends on uninitialised value(s) ==3327869== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== ==3327869== Conditional jump or move depends on uninitialised value(s) ==3327869== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327869== ==3327869== ==3327869== HEAP SUMMARY: ==3327869== in use at exit: 0 bytes in 0 blocks ==3327869== total heap usage: 71 allocs, 71 frees, 533,976 bytes allocated ==3327869== ==3327869== All heap blocks were freed -- no leaks are possible ==3327869== ==3327869== Use --track-origins=yes to see where uninitialised values come from ==3327869== For lists of detected and suppressed errors, rerun with: -s ==3327869== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: settings.test Fail in settings2.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3327931== Memcheck, a memory error detector ==3327931== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3327931== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3327931== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./settings2.pat ./settings2.word ==3327931== Parent PID: 3327929 ==3327931== ==3327931== Conditional jump or move depends on uninitialised value(s) ==3327931== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== ==3327931== Conditional jump or move depends on uninitialised value(s) ==3327931== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327931== ==3327931== ==3327931== HEAP SUMMARY: ==3327931== in use at exit: 0 bytes in 0 blocks ==3327931== total heap usage: 64 allocs, 64 frees, 533,814 bytes allocated ==3327931== ==3327931== All heap blocks were freed -- no leaks are possible ==3327931== ==3327931== Use --track-origins=yes to see where uninitialised values come from ==3327931== For lists of detected and suppressed errors, rerun with: -s ==3327931== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: settings2.test Fail in settings3.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3327974== Memcheck, a memory error detector ==3327974== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3327974== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3327974== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./settings3.pat ./settings3.word ==3327974== Parent PID: 3327972 ==3327974== ==3327974== Conditional jump or move depends on uninitialised value(s) ==3327974== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== ==3327974== Conditional jump or move depends on uninitialised value(s) ==3327974== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3327974== ==3327974== ==3327974== HEAP SUMMARY: ==3327974== in use at exit: 0 bytes in 0 blocks ==3327974== total heap usage: 64 allocs, 64 frees, 533,814 bytes allocated ==3327974== ==3327974== All heap blocks were freed -- no leaks are possible ==3327974== ==3327974== Use --track-origins=yes to see where uninitialised values come from ==3327974== For lists of detected and suppressed errors, rerun with: -s ==3327974== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: settings3.test Fail in settings4.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328046== Memcheck, a memory error detector ==3328046== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328046== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328046== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./settings4.pat ./settings4.word ==3328046== Parent PID: 3328044 ==3328046== ==3328046== Conditional jump or move depends on uninitialised value(s) ==3328046== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== ==3328046== Conditional jump or move depends on uninitialised value(s) ==3328046== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328046== ==3328046== ==3328046== HEAP SUMMARY: ==3328046== in use at exit: 0 bytes in 0 blocks ==3328046== total heap usage: 72 allocs, 72 frees, 533,533 bytes allocated ==3328046== ==3328046== All heap blocks were freed -- no leaks are possible ==3328046== ==3328046== Use --track-origins=yes to see where uninitialised values come from ==3328046== For lists of detected and suppressed errors, rerun with: -s ==3328046== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: settings4.test Fail in lhmin.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328084== Memcheck, a memory error detector ==3328084== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328084== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328084== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./lhmin.pat ./lhmin.word ==3328084== Parent PID: 3328082 ==3328084== ==3328084== Conditional jump or move depends on uninitialised value(s) ==3328084== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== ==3328084== Conditional jump or move depends on uninitialised value(s) ==3328084== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328084== ==3328084== ==3328084== HEAP SUMMARY: ==3328084== in use at exit: 0 bytes in 0 blocks ==3328084== total heap usage: 77 allocs, 77 frees, 533,864 bytes allocated ==3328084== ==3328084== All heap blocks were freed -- no leaks are possible ==3328084== ==3328084== Use --track-origins=yes to see where uninitialised values come from ==3328084== For lists of detected and suppressed errors, rerun with: -s ==3328084== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: lhmin.test Fail in rhmin.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328128== Memcheck, a memory error detector ==3328128== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328128== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328128== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./rhmin.pat ./rhmin.word ==3328128== Parent PID: 3328126 ==3328128== ==3328128== Conditional jump or move depends on uninitialised value(s) ==3328128== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== ==3328128== Conditional jump or move depends on uninitialised value(s) ==3328128== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328128== ==3328128== ==3328128== HEAP SUMMARY: ==3328128== in use at exit: 0 bytes in 0 blocks ==3328128== total heap usage: 160 allocs, 160 frees, 538,050 bytes allocated ==3328128== ==3328128== All heap blocks were freed -- no leaks are possible ==3328128== ==3328128== Use --track-origins=yes to see where uninitialised values come from ==3328128== For lists of detected and suppressed errors, rerun with: -s ==3328128== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: rhmin.test Fail in lig.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328170== Memcheck, a memory error detector ==3328170== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328170== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328170== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./lig.pat ./lig.word ==3328170== Parent PID: 3328168 ==3328170== ==3328170== Conditional jump or move depends on uninitialised value(s) ==3328170== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== ==3328170== Conditional jump or move depends on uninitialised value(s) ==3328170== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328170== ==3328170== ==3328170== HEAP SUMMARY: ==3328170== in use at exit: 0 bytes in 0 blocks ==3328170== total heap usage: 72 allocs, 72 frees, 533,537 bytes allocated ==3328170== ==3328170== All heap blocks were freed -- no leaks are possible ==3328170== ==3328170== Use --track-origins=yes to see where uninitialised values come from ==3328170== For lists of detected and suppressed errors, rerun with: -s ==3328170== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: lig.test Fail in hyphen.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328217== Memcheck, a memory error detector ==3328217== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328217== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328217== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./hyphen.pat ./hyphen.word ==3328217== Parent PID: 3328215 ==3328217== ==3328217== Conditional jump or move depends on uninitialised value(s) ==3328217== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== ==3328217== Conditional jump or move depends on uninitialised value(s) ==3328217== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328217== ==3328217== ==3328217== HEAP SUMMARY: ==3328217== in use at exit: 0 bytes in 0 blocks ==3328217== total heap usage: 107 allocs, 107 frees, 535,603 bytes allocated ==3328217== ==3328217== All heap blocks were freed -- no leaks are possible ==3328217== ==3328217== Use --track-origins=yes to see where uninitialised values come from ==3328217== For lists of detected and suppressed errors, rerun with: -s ==3328217== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: hyphen.test Fail in num.pat VALGRIND LOG checking detected by Valgrind ./testSubDir/test.pid Valgrind log file moved to ./testSubDir/badlogs ==3328255== Memcheck, a memory error detector ==3328255== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==3328255== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info ==3328255== Command: /builddir/build/BUILD/hyphen-2.8.8/.libs/lt-example ./num.pat ./num.word ==3328255== Parent PID: 3328253 ==3328255== ==3328255== Conditional jump or move depends on uninitialised value(s) ==3328255== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x400881C: fillin_rpath.isra.0 (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x4009294: _dl_init_paths (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x4020850: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401D460: (below main) (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== ==3328255== Conditional jump or move depends on uninitialised value(s) ==3328255== at 0x4027134: index (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x4008264: _dl_dst_count (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x40085D4: expand_dynamic_string_token (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x400B130: _dl_map_object (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401DA00: map_doit (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x40015CC: _dl_catch_exception (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x400174C: _dl_catch_error (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401DBAC: do_preload (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401F128: handle_preload_list (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x40225C8: dl_main (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401CBBC: _dl_sysdep_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== by 0x401ECC4: _dl_start (in /usr/lib64/ld-linux-sw-64.so.2) ==3328255== ==3328255== ==3328255== HEAP SUMMARY: ==3328255== in use at exit: 0 bytes in 0 blocks ==3328255== total heap usage: 417 allocs, 417 frees, 546,544 bytes allocated ==3328255== ==3328255== All heap blocks were freed -- no leaks are possible ==3328255== ==3328255== Use --track-origins=yes to see where uninitialised values come from ==3328255== For lists of detected and suppressed errors, rerun with: -s ==3328255== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0) FAIL: num.test ====================================== 24 of 24 tests failed Please report to nemeth@numbertext.org ====================================== make[2]: Leaving directory '/builddir/build/BUILD/hyphen-2.8.8/tests' RPM build errors: make[2]: *** [Makefile:336: check-TESTS] Error 1 make[1]: *** [Makefile:459: check-am] Error 2 make: *** [Makefile:510: check-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.zrUCcN (%check) Bad exit status from /var/tmp/rpm-tmp.zrUCcN (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 598, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target sw_64 --nodeps /builddir/build/SPECS/hyphen.spec