<86>Nov  6 03:57:19 userdel[1912931]: delete user 'rooter'
<86>Nov  6 03:57:19 userdel[1912931]: removed group 'rooter' owned by 'rooter'
<86>Nov  6 03:57:19 userdel[1912931]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov  6 03:57:19 groupadd[1912945]: group added to /etc/group: name=rooter, GID=933
<86>Nov  6 03:57:19 groupadd[1912945]: group added to /etc/gshadow: name=rooter
<86>Nov  6 03:57:19 groupadd[1912945]: new group: name=rooter, GID=933
<86>Nov  6 03:57:19 useradd[1912957]: new user: name=rooter, UID=933, GID=933, home=/root, shell=/bin/bash
<86>Nov  6 03:57:19 userdel[1912976]: delete user 'builder'
<86>Nov  6 03:57:19 userdel[1912976]: removed group 'builder' owned by 'builder'
<86>Nov  6 03:57:19 userdel[1912976]: removed shadow group 'builder' owned by 'builder'
<86>Nov  6 03:57:19 groupadd[1912986]: group added to /etc/group: name=builder, GID=934
<86>Nov  6 03:57:19 groupadd[1912986]: group added to /etc/gshadow: name=builder
<86>Nov  6 03:57:19 groupadd[1912986]: new group: name=builder, GID=934
<86>Nov  6 03:57:19 useradd[1913000]: new user: name=builder, UID=934, GID=934, home=/usr/src, shell=/bin/bash
<13>Nov  6 03:57:20 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Nov  6 03:57:21 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed
<13>Nov  6 03:57:22 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed
<13>Nov  6 03:57:22 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/duma-2.5.15-alt4.nosrc.rpm (w1.gzdio)
Installing duma-2.5.15-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.10289
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf duma_2_5_15
+ echo 'Source #0 (duma_2_5_15.tar.gz):'
Source #0 (duma_2_5_15.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/duma_2_5_15.tar.gz
+ /bin/tar -xf -
+ cd duma_2_5_15
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (duma-LEAKDETECTION.patch):'
Patch #0 (duma-LEAKDETECTION.patch):
+ /usr/bin/patch -p0
patching file GNUmakefile
+ find . -depth -name CVS -exec rm -rf '{}' ';'
+ sed -i 's@[.]/libduma@/usr/lib/libduma@g' duma.sh
+ sed -i s@lib/@/usr/lib@g gdbinit.rc
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.10289
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd duma_2_5_15
+ make all OS=linux 'CXX=g++ -std=c++98'
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
using default srcdir [.]
using default prefix [/usr]
using default exec_prefix [/usr]
make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
make reconfig
make[1]: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
using default srcdir [.]
using default prefix [/usr]
using default exec_prefix [/usr]
make[1]: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
make[1]: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
gcc -g -O0 -Wall -Wextra  -c createconf.c -o createconf.o
createconf.c: In function 'testAlignment':
createconf.c:131:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  131 |       TYPE addr = (TYPE)(buffer) + offset;
      |                   ^
createconf.c:134:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  134 |         *( (unsigned char *)     addr ) = 0;
      |            ^
createconf.c:135:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  135 |         *( (unsigned short int*) addr ) = 0;
      |            ^
createconf.c:136:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  136 |         *( (unsigned int *)      addr ) = 0;
      |            ^
createconf.c:137:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  137 |         *( (unsigned long int *) addr ) = 0L;
      |            ^
createconf.c:138:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  138 |         *( (float *)             addr ) = 0.0F;
      |            ^
createconf.c:139:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  139 |         *( (double *)            addr ) = 0.0;
      |            ^
createconf.c:140:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  140 |         *( (long double *)       addr ) = 0.0;
      |            ^
createconf.c:145:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  145 |         *( (unsigned long long int *) addr ) = 0L;
      |            ^
createconf.c:155:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  155 |       TYPE addr = (TYPE)(buffer) + offset;
      |                   ^
createconf.c:158:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  158 |         *( (unsigned char *)     addr ) = 0;
      |            ^
createconf.c:159:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  159 |         *( (unsigned short int*) addr ) = 0;
      |            ^
createconf.c:160:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  160 |         *( (unsigned int *)      addr ) = 0;
      |            ^
createconf.c:161:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  161 |         *( (unsigned long int *) addr ) = 0L;
      |            ^
createconf.c:162:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  162 |         *( (float *)             addr ) = 0.0F;
      |            ^
createconf.c:163:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  163 |         *( (double *)            addr ) = 0.0;
      |            ^
createconf.c:164:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  164 |         *( (long double *)       addr ) = 0.0;
      |            ^
createconf.c:169:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  169 |         *( (unsigned long long int *) addr ) = 0L;
      |            ^
createconf.c:254:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  254 |       TYPE addr = (TYPE)(buffer) + offset;
      |                   ^
createconf.c:257:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  257 |         *( (unsigned char *)     addr ) = 0;
      |            ^
createconf.c:258:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  258 |         *( (unsigned short int*) addr ) = 0;
      |            ^
createconf.c:259:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  259 |         *( (unsigned int *)      addr ) = 0;
      |            ^
createconf.c:260:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  260 |         *( (unsigned long int *) addr ) = 0L;
      |            ^
createconf.c:261:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  261 |         *( (float *)             addr ) = 0.0F;
      |            ^
createconf.c:262:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  262 |         *( (double *)            addr ) = 0.0;
      |            ^
createconf.c:263:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  263 |         *( (long double *)       addr ) = 0.0;
      |            ^
createconf.c:268:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  268 |         *( (unsigned long long int *) addr ) = 0L;
      |            ^
rm -f createconf
gcc -g -O0 -Wall -Wextra  createconf.o -o createconf
./createconf
make[1]: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
g++ -std=c++98 -g -O0 -Wall -Wextra -c dumapp.cpp -o dumapp.o
dumapp.cpp: In function 'void* duma_new_operator(std::size_t, _DUMA_Allocator, bool, const char*, int)':
dumapp.cpp:167:21: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
  167 |         catch (std::bad_alloc)        // error occured in new_handler
      |                     ^~~~~~~~~
gcc -g -O0 -Wall -Wextra -c duma.c -o duma.o
gcc -g -O0 -Wall -Wextra -c sem_inc.c -o sem_inc.o
gcc -g -O0 -Wall -Wextra -c print.c -o print.o
print.c: In function 'DUMA_Abort':
print.c:271:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable]
  271 |   int lena, lenb;
      |             ^~~~
print.c: In function 'DUMA_Exit':
print.c:356:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable]
  356 |   int lena, lenb;
      |             ^~~~
rm -f libduma.a
ar crv libduma.a dumapp.o duma.o sem_inc.o print.o
a - dumapp.o
a - duma.o
a - sem_inc.o
a - print.o
ranlib libduma.a
gcc -g -O0 -Wall -Wextra -c tstheap.c -o tstheap.o
rm -f tstheap
gcc -g -O0 -Wall -Wextra tstheap.o libduma.a -o tstheap -lpthread
gcc -g -O0 -Wall -Wextra -c dumatest.c -o dumatest.o
rm -f dumatest
gcc -g -O0 -Wall -Wextra dumatest.o libduma.a -o dumatest -lpthread
gcc -g -O0 -Wall -Wextra -c thread-test.c -o thread-test.o
rm -f thread-test
gcc -g -O0 -Wall -Wextra thread-test.o libduma.a -o thread-test -lpthread
gcc -g -O0 -Wall -Wextra -c testmt.c -o testmt.o
rm -f testmt
gcc -g -O0 -Wall -Wextra testmt.o libduma.a -o testmt -lpthread
g++ -std=c++98 -g -O0 -Wall -Wextra -c dumatestpp.cpp -o dumatestpp.o
rm -f dumatestpp
g++ -std=c++98 -g -O0 -Wall -Wextra dumatestpp.o libduma.a -o dumatestpp -lpthread
g++ -std=c++98 -g -O0 -Wall -Wextra -c testoperators.cpp -o testoperators.o
rm -f testoperators
g++ -std=c++98 -g -O0 -Wall -Wextra testoperators.o libduma.a -o testoperators -lpthread
g++ -std=c++98 -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c dumapp.cpp -o dumapp_so.o
dumapp.cpp: In function 'void* duma_new_operator(std::size_t, _DUMA_Allocator, bool, const char*, int)':
dumapp.cpp:167:21: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=]
  167 |         catch (std::bad_alloc)        // error occured in new_handler
      |                     ^~~~~~~~~
gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c duma.c -o duma_so.o
gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c sem_inc.c -o sem_inc_so.o
gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c print.c -o print_so.o
print.c: In function 'DUMA_Abort':
print.c:271:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable]
  271 |   int lena, lenb;
      |             ^~~~
print.c: In function 'DUMA_Exit':
print.c:356:13: warning: variable 'lenb' set but not used [-Wunused-but-set-variable]
  356 |   int lena, lenb;
      |             ^~~~
g++ -std=c++98 -g -shared -Wl,-soname,libduma.so.0.0.0 -o libduma.so.0.0.0 dumapp_so.o duma_so.o sem_inc_so.o print_so.o -lpthread -lc
gcc -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c tstheap.c -o tstheap_so.o
rm -f tstheap_so
gcc -g -O0 -Wall -Wextra tstheap_so.o -o tstheap_so -lpthread
g++ -std=c++98 -g -O0 -Wall -Wextra -fPIC -DPIC -DDUMA_SO_LIBRARY -c dumatestpp.cpp -o dumatestpp_so.o
rm -f dumatestpp_so
g++ -std=c++98 -g -O0 -Wall -Wextra dumatestpp_so.o -o dumatestpp_so -lpthread
make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55733
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/duma-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/duma-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd duma_2_5_15
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/duma-buildroot/usr exec_prefix=/usr/src/tmp/duma-buildroot/usr bindir=/usr/src/tmp/duma-buildroot/usr/bin sbindir=/usr/src/tmp/duma-buildroot/usr/sbin sysconfdir=/usr/src/tmp/duma-buildroot/etc datadir=/usr/src/tmp/duma-buildroot/usr/share includedir=/usr/src/tmp/duma-buildroot/usr/include libdir=/usr/src/tmp/duma-buildroot/usr/lib libexecdir=/usr/src/tmp/duma-buildroot/usr/lib localstatedir=/usr/src/tmp/duma-buildroot/var/lib sharedstatedir=/usr/src/tmp/duma-buildroot/var/lib mandir=/usr/src/tmp/duma-buildroot/usr/share/man infodir=/usr/src/tmp/duma-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
GNUmakefile:232: using default options. OS/OSTYPE not set or contain unknown values!
using default srcdir [.]
make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma
/usr/libexec/rpm-build/install -p -m 644 README.txt /usr/src/tmp/duma-buildroot/usr/share/doc/duma
mkdir -p /usr/src/tmp/duma-buildroot/usr/include
/usr/libexec/rpm-build/install -p -m 644 noduma.h duma.h dumapp.h duma_sem.h duma_config.h /usr/src/tmp/duma-buildroot/usr/include
mkdir -p /usr/src/tmp/duma-buildroot/usr/bin
/usr/libexec/rpm-build/install -p -m 755 duma.sh /usr/src/tmp/duma-buildroot/usr/bin/duma
mkdir -p /usr/src/tmp/duma-buildroot/usr/lib
/usr/libexec/rpm-build/install -p -m 644 libduma.a /usr/src/tmp/duma-buildroot/usr/lib
/usr/libexec/rpm-build/install -p -m 755 libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib
rm -f /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0
ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0
rm -f /usr/src/tmp/duma-buildroot/usr/lib/libduma.so
ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib/libduma.so
mkdir -p /usr/src/tmp/duma-buildroot/usr/share/man/man3
/usr/libexec/rpm-build/install -p -m 644 duma.3 /usr/src/tmp/duma-buildroot/usr/share/man/man3/duma.3
make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/duma-buildroot (auto)
mode of './usr/lib/libduma.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/duma-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/duma-buildroot/ (default)
Compressing files in /usr/src/tmp/duma-buildroot (auto)
Adjusting library links in /usr/src/tmp/duma-buildroot
./usr/lib: (from <cmdline>:0)
	libduma.so.0.0.0 -> libduma.so.0.0.0
Verifying ELF objects in /usr/src/tmp/duma-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libduma.so.0.0.0: uses non-LFS functions: mmap open
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.55733
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd duma_2_5_15
+ make test
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'
GNUmakefile:232: using default options. OS/OSTYPE not set or contain unknown values!
using default srcdir [.]
using default prefix [/usr]
using default exec_prefix [/usr]
make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
make: Entering directory '/usr/src/RPM/BUILD/duma_2_5_15'

Testing DUMA (static library):
./dumatest
DUMA 2.5.15 (static library)
Copyright (C) 2006 Michael Eddington <meddington@gmail.com>
Copyright (C) 2002-2008 Hayati Ayguen <h_ayguen@web.de>, Procitec GmbH
Copyright (C) 1987-1999 Bruce Perens <bruce@perens.com>

./tstheap 3072
DUMA 2.5.15 (static library)
Copyright (C) 2006 Michael Eddington <meddington@gmail.com>
Copyright (C) 2002-2008 Hayati Ayguen <h_ayguen@web.de>, Procitec GmbH
Copyright (C) 1987-1999 Bruce Perens <bruce@perens.com>

./testoperators
DUMA 2.5.15 (static library)
Copyright (C) 2006 Michael Eddington <meddington@gmail.com>
Copyright (C) 2002-2008 Hayati Ayguen <h_ayguen@web.de>, Procitec GmbH
Copyright (C) 1987-1999 Bruce Perens <bruce@perens.com>

DUMA: Reported 0 leaks. There are 1 extra leaks without allocation information

DUMA static confidence test PASSED.

Testing DUMA (dynamic library).
(export LD_PRELOAD=./libduma.so.0.0.0; export DYLD_INSERT_LIBRARIES=./libduma.so.0.0.0; export DYLD_FORCE_FLAT_NAMESPACE=1; exec ./tstheap_so 3072)
DUMA 2.5.15 (shared library)
Copyright (C) 2006 Michael Eddington <meddington@gmail.com>
Copyright (C) 2002-2008 Hayati Ayguen <h_ayguen@web.de>, Procitec GmbH
Copyright (C) 1987-1999 Bruce Perens <bruce@perens.com>

DUMA: Reported 0 leaks. There are 1 extra leaks without allocation information

DUMA dynamic confidence test PASSED.

make: Leaving directory '/usr/src/RPM/BUILD/duma_2_5_15'
+ exit 0
Processing files: duma-2.5.15-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55733
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd duma_2_5_15
+ DOCDIR=/usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ export DOCDIR
+ rm -rf /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ /bin/mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ cp -prL INSTALL README.txt TODO gdbinit.rc /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ chmod -R go-w /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ chmod -R a+rX /usr/src/tmp/duma-buildroot/usr/share/doc/duma-2.5.15
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GhOCrg
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/duma-buildroot/usr/lib/libduma.so.0.0.0: 78 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qOuPC9
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libduma.so.0.0.0 = set:kdO5tw4i73mkrtYng9uBPZwDXuhsZ4IpyHQ3NF972xR2y5iZI4gDVyFxhZqz6fiwJkgJr8XxswCZyDp3oD0L08Wymx6uK4p8xeAGsU1kUPQIaBKECJl3DrTtgWOY6pxxkCDluBoxp7thys7QD9N7EWWMhcncZBEVks3
Requires: /bin/bash, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.1), libstdc++.so.6(GLIBCXX_3.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B5Hj55
Creating duma-debuginfo package
Processing files: duma-devel-2.5.15-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99444
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd duma_2_5_15
+ DOCDIR=/usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ export DOCDIR
+ rm -rf /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ /bin/mkdir -p /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ cp -prL comparisons example1.cpp example2.cpp example3.cpp example4.cpp example5.cpp example6.cpp example_makes /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ chmod -R go-w /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ chmod -R a+rX /usr/src/tmp/duma-buildroot/usr/share/doc/duma-devel-2.5.15
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5YE6Z7
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FRv7I3
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/duma-buildroot/usr/include/dumapp.h:33:2: error: #error compile with a C++ compiler, or define DUMA_NO_CPP_SUPPORT to remove this error
   33 | #error compile with a C++ compiler, or define DUMA_NO_CPP_SUPPORT to remove this error
      |  ^~~~~
cpp.req: /usr/src/tmp/duma-buildroot/usr/include/dumapp.h: cpp failed, trying c++ mode
Requires: duma = 2.5.15-alt4, /usr/lib/libduma.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rnQkks
Processing files: duma-devel-static-2.5.15-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3Tx3RC
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fNAQdK
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: duma-devel = 2.5.15-alt4, glibc-devel-static
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qny5LY
Processing files: duma-debuginfo-2.5.15-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zs4nEK
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bf65XZ
find-requires: running scripts (debuginfo)
Provides: debug(libduma.so.0.0.0)
Requires: duma = 2.5.15-alt4, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Adding to duma-devel a strict dependency on duma
Adding to duma-debuginfo a strict dependency on duma
Adding to duma-devel-static a strict dependency on duma-devel
Removing 1 extra deps from duma-devel due to dependency on duma
warning: Installed (but unpackaged) file(s) found:
    /usr/share/doc/duma/README.txt
Wrote: /usr/src/RPM/RPMS/i586/duma-2.5.15-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/duma-devel-2.5.15-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/duma-devel-static-2.5.15-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/duma-debuginfo-2.5.15-alt4.i586.rpm (w2.lzdio)
2.04user 1.31system 0:13.07elapsed 25%CPU (0avgtext+0avgdata 53980maxresident)k
0inputs+0outputs (0major+479341minor)pagefaults 0swaps
5.47user 4.12system 0:18.65elapsed 51%CPU (0avgtext+0avgdata 103788maxresident)k
0inputs+0outputs (30096major+783782minor)pagefaults 0swaps
--- duma-2.5.15-alt4.i586.rpm.repo	2020-12-15 15:46:43.000000000 +0000
+++ duma-2.5.15-alt4.i586.rpm.hasher	2021-11-06 03:57:37.052413008 +0000
@@ -12,5 +12,5 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
 Requires: libgcc_s.so.1(GCC_3.0)  
-Requires: libpthread.so.0(GLIBC_2.0)  
 Requires: libstdc++.so.6(CXXABI_1.3)  
@@ -24,3 +24,3 @@
 File: /usr/lib/libduma.so.0	120777	root:root		libduma.so.0.0.0
-File: /usr/lib/libduma.so.0.0.0	100644	root:root	11c82e54dece7986c0f5e6aa4e810894	
+File: /usr/lib/libduma.so.0.0.0	100644	root:root	70f00fcfad63fee132760f0be63a0fa8	
 File: /usr/share/doc/duma-2.5.15	40755	root:root		
@@ -31,2 +31,2 @@
 File: /usr/share/man/man3/duma.3.xz	100644	root:root	e2de32661f2fb82452f7de2c9904ad6c	
-RPMIdentity: 8fc5dde6e02cc332403950446b7ae9e05a86581095c8461562895a744f3c7a0d2da997abcc3c6de5237aa48eb831464588c3849d9e1410e2e35195757565cc88
+RPMIdentity: 3d723406887c991e301a52f3c17ea54c4cae79833806dced772a76591510bb64a27941fe793ceec8b64f6c339ca8d07ee023a0845f41d011fe468a9d498ae089
--- duma-debuginfo-2.5.15-alt4.i586.rpm.repo	2020-12-15 15:46:43.000000000 +0000
+++ duma-debuginfo-2.5.15-alt4.i586.rpm.hasher	2021-11-06 03:57:37.116413904 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/dd	40755	root:root	
-/usr/lib/debug/.build-id/dd/5b41b7edf25c236b69b14dbfe0faa7a9532370	120777	root:root	../../../libduma.so.0.0.0
-/usr/lib/debug/.build-id/dd/5b41b7edf25c236b69b14dbfe0faa7a9532370.debug	120777	root:root	../../usr/lib/libduma.so.0.0.0.debug
+/usr/lib/debug/.build-id/d4	40755	root:root	
+/usr/lib/debug/.build-id/d4/7cda0e9681dd7e1ace0964c84a4b7ee5783bc1	120777	root:root	../../../libduma.so.0.0.0
+/usr/lib/debug/.build-id/d4/7cda0e9681dd7e1ace0964c84a4b7ee5783bc1.debug	120777	root:root	../../usr/lib/libduma.so.0.0.0.debug
 /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug	100644	root:root	
@@ -10,2 +10,3 @@
 /usr/src/debug/duma_2_5_15/duma_hlp.h	100644	root:root	
+/usr/src/debug/duma_2_5_15/duma_sem.h	100644	root:root	
 /usr/src/debug/duma_2_5_15/dumapp.cpp	100644	root:root	
@@ -13,2 +14,3 @@
 /usr/src/debug/duma_2_5_15/print.c	100644	root:root	
+/usr/src/debug/duma_2_5_15/print.h	100644	root:root	
 /usr/src/debug/duma_2_5_15/sem_inc.c	100644	root:root	
@@ -16,3 +18,2 @@
 Requires: debug(libgcc_s.so.1)  
-Requires: debug(libpthread.so.0)  
 Requires: debug(libstdc++.so.6)  
@@ -22,6 +23,6 @@
 Provides: duma-debuginfo = 2.5.15-alt4:sisyphus+263478.100.1.1
-File: /usr/lib/debug/.build-id/dd	40755	root:root		
-File: /usr/lib/debug/.build-id/dd/5b41b7edf25c236b69b14dbfe0faa7a9532370	120777	root:root		../../../libduma.so.0.0.0
-File: /usr/lib/debug/.build-id/dd/5b41b7edf25c236b69b14dbfe0faa7a9532370.debug	120777	root:root		../../usr/lib/libduma.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug	100644	root:root	880a712225e7342b5bd76ec3450e4d3a	
+File: /usr/lib/debug/.build-id/d4	40755	root:root		
+File: /usr/lib/debug/.build-id/d4/7cda0e9681dd7e1ace0964c84a4b7ee5783bc1	120777	root:root		../../../libduma.so.0.0.0
+File: /usr/lib/debug/.build-id/d4/7cda0e9681dd7e1ace0964c84a4b7ee5783bc1.debug	120777	root:root		../../usr/lib/libduma.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib/libduma.so.0.0.0.debug	100644	root:root	bad56a53d8f80021c5a435d5037f36f1	
 File: /usr/lib/debug/usr/lib/libduma.so.0.debug	120777	root:root		libduma.so.0.0.0.debug
@@ -32,2 +33,3 @@
 File: /usr/src/debug/duma_2_5_15/duma_hlp.h	100644	root:root	58c933df3f2915c04c51a7a367eba168	
+File: /usr/src/debug/duma_2_5_15/duma_sem.h	100644	root:root	f381d8805ffbb592f45e711c23f6ee40	
 File: /usr/src/debug/duma_2_5_15/dumapp.cpp	100644	root:root	2372103da5bce59e512e41658e4ab843	
@@ -35,3 +37,4 @@
 File: /usr/src/debug/duma_2_5_15/print.c	100644	root:root	575ecd69b6f63c5c8a6be5199b7b121c	
+File: /usr/src/debug/duma_2_5_15/print.h	100644	root:root	1c75b0139e489445974a559168a00017	
 File: /usr/src/debug/duma_2_5_15/sem_inc.c	100644	root:root	c70914088d765a31151d3c6199b19dc6	
-RPMIdentity: 61b83506f19b38be465fb0cf0197a4b78341aba9ad8ecfb56ab6b402ba9c74abb3732a2355d6a571b24dd06c380c8e48abf1e6cc4604013c4d2c9486cfc8ea76
+RPMIdentity: 9d39fb99e4b9f2c9bfb993a9e11445236823a559b84ade7f93bec9f2adebbb20fa68813d7b15848cf7e8a06db2bb2f57d032ebdd411e95b0f4f168e385757422
--- duma-devel-static-2.5.15-alt4.i586.rpm.repo	2020-12-15 15:46:43.000000000 +0000
+++ duma-devel-static-2.5.15-alt4.i586.rpm.hasher	2021-11-06 03:57:37.242415668 +0000
@@ -5,3 +5,3 @@
 Provides: duma-devel-static = 2.5.15-alt4:sisyphus+263478.100.1.1
-File: /usr/lib/libduma.a	100644	root:root	a95683121e8fe1bddccfaea618461695	
-RPMIdentity: 82839e93036381ed25d8b5dabde804ed3d5a20a472ab34ea54815629dcd9a0c970d9b777d348718298ad87cac6a505406d221ea538dd74d1ff4bab219815b439
+File: /usr/lib/libduma.a	100644	root:root	609a01f3f1e1e1ef21f4d9ab99792aeb	
+RPMIdentity: 7ab750103f9ce69a8b3f635fc042e42680a430a7ae10c7c288d94de7e57caa791d300237ce5988cd7a2524c432f8e385279a9809a02ad606e3688f867f97dba6