<86>Jul 16 03:35:34 userdel[1118173]: delete user 'rooter' <86>Jul 16 03:35:34 groupadd[1118183]: group added to /etc/group: name=rooter, GID=702 <86>Jul 16 03:35:34 groupadd[1118183]: group added to /etc/gshadow: name=rooter <86>Jul 16 03:35:34 groupadd[1118183]: new group: name=rooter, GID=702 <86>Jul 16 03:35:34 useradd[1118187]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Jul 16 03:35:34 userdel[1118194]: delete user 'builder' <86>Jul 16 03:35:34 userdel[1118194]: removed group 'builder' owned by 'builder' <86>Jul 16 03:35:34 userdel[1118194]: removed shadow group 'builder' owned by 'builder' <86>Jul 16 03:35:34 groupadd[1118202]: group added to /etc/group: name=builder, GID=703 <86>Jul 16 03:35:34 groupadd[1118202]: group added to /etc/gshadow: name=builder <86>Jul 16 03:35:34 groupadd[1118202]: new group: name=builder, GID=703 <86>Jul 16 03:35:34 useradd[1118208]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash <13>Jul 16 03:35:36 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jul 16 03:35:36 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jul 16 03:35:37 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jul 16 03:35:37 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44204 + 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/lib64/libduma@g' duma.sh + sed -i s@lib64/@/usr/lib64@g gdbinit.rc + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44204 + 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:179:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 179 | TYPE addr = (TYPE)(buffer) + offset; | ^ createconf.c:182:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 182 | *( (unsigned char *) addr ) = 0; | ^ createconf.c:183:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 183 | *( (unsigned short int*) addr ) = 0; | ^ createconf.c:184:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 184 | *( (unsigned int *) addr ) = 0; | ^ createconf.c:185:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 185 | *( (unsigned long int *) addr ) = 0L; | ^ createconf.c:186:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 186 | *( (float *) addr ) = 0.0F; | ^ createconf.c:187:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 187 | *( (double *) addr ) = 0.0; | ^ createconf.c:188:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 188 | *( (long double *) addr ) = 0.0; | ^ createconf.c:193:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 193 | *( (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.2232 + 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/lib64 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/lib64 /usr/libexec/rpm-build/install -p -m 644 libduma.a /usr/src/tmp/duma-buildroot/usr/lib64 /usr/libexec/rpm-build/install -p -m 755 libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib64 rm -f /usr/src/tmp/duma-buildroot/usr/lib64/libduma.so.0 ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib64/libduma.so.0 rm -f /usr/src/tmp/duma-buildroot/usr/lib64/libduma.so ln -s libduma.so.0.0.0 /usr/src/tmp/duma-buildroot/usr/lib64/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/lib64/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/lib64: (from :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) Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.2232 + 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 Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens ./tstheap 3072 DUMA 2.5.15 (static library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens ./testoperators DUMA 2.5.15 (static library) Copyright (C) 2006 Michael Eddington Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens 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 Copyright (C) 2002-2008 Hayati Ayguen , Procitec GmbH Copyright (C) 1987-1999 Bruce Perens 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.17031 + 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.fdw9S8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/duma-buildroot/usr/lib64/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.amQBx8 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()(64bit) = set:kd22Vxeg2Fz1bGJeZrwiYaDZxeTZ2yHOWKif4DCs8kCJgWD9weP5j3zYRhz79y0me482Gt382GVLsCdMIch2L0w1AZ8qUVi8TSwxh8w2vCClFQ5Rc3ysPSt7AKcLhmo8BVpB7jujShnA8T1Z99N7EWWMhcncZBEVks3 Requires: /bin/bash, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.1)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uqZC29 Creating duma-debuginfo package Processing files: duma-devel-2.5.15-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24783 + 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.J7M975 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.lfISw7 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/lib64/libduma.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XoqmU8 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.z5JHaa 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.0sEGK7 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.zXbz58 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.vzfji6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S9Pea6 find-requires: running scripts (debuginfo) Provides: debug64(libduma.so.0.0.0) Requires: duma = 2.5.15-alt4, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libpthread.so.0), debug64(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/x86_64/duma-2.5.15-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/duma-devel-2.5.15-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/duma-devel-static-2.5.15-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/duma-debuginfo-2.5.15-alt4.x86_64.rpm (w2.lzdio) 2.56user 1.45system 0:13.48elapsed 29%CPU (0avgtext+0avgdata 54640maxresident)k 0inputs+0outputs (0major+482279minor)pagefaults 0swaps 6.90user 4.01system 0:20.72elapsed 52%CPU (0avgtext+0avgdata 104728maxresident)k 0inputs+0outputs (0major+811783minor)pagefaults 0swaps --- duma-2.5.15-alt4.x86_64.rpm.repo 2020-12-15 15:46:45.000000000 +0000 +++ duma-2.5.15-alt4.x86_64.rpm.hasher 2021-07-16 03:35:53.884795938 +0000 @@ -23,4 +23,4 @@ File: /usr/lib64/libduma.so.0 120777 root:root 16 libduma.so.0.0.0 -File: /usr/lib64/libduma.so.0.0.0 100644 root:root 88048 0f88cd3e7f6dfc77c3d80738edaf6fcc -File: /usr/share/doc/duma-2.5.15 40755 root:root 120 +File: /usr/lib64/libduma.so.0.0.0 100644 root:root 88048 44f294e516247b87ac43c3226200a64b +File: /usr/share/doc/duma-2.5.15 40755 root:root 0 File: /usr/share/doc/duma-2.5.15/INSTALL 100644 root:root 2403 d472f7989275a22c69a436736dfe5c8c @@ -30,2 +30,2 @@ File: /usr/share/man/man3/duma.3.xz 100644 root:root 5148 e2de32661f2fb82452f7de2c9904ad6c -RPMIdentity: 9084c6b701667416f7b39ea91126ddba +RPMIdentity: 327055301ee5e164d05c3abda0f57b04 --- duma-debuginfo-2.5.15-alt4.x86_64.rpm.repo 2020-12-15 15:46:45.000000000 +0000 +++ duma-debuginfo-2.5.15-alt4.x86_64.rpm.hasher 2021-07-16 03:35:53.967796230 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/86 40755 root:root -/usr/lib/debug/.build-id/86/ad7437bd2be56839f92fc0cf7cb35f0f434656 120777 root:root ../../../../lib64/libduma.so.0.0.0 -/usr/lib/debug/.build-id/86/ad7437bd2be56839f92fc0cf7cb35f0f434656.debug 120777 root:root ../../usr/lib64/libduma.so.0.0.0.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/308ce79d926ad03493d0eca2e4b73fef824077 120777 root:root ../../../../lib64/libduma.so.0.0.0 +/usr/lib/debug/.build-id/c0/308ce79d926ad03493d0eca2e4b73fef824077.debug 120777 root:root ../../usr/lib64/libduma.so.0.0.0.debug /usr/lib/debug/usr/lib64/libduma.so.0.0.0.debug 100644 root:root @@ -22,8 +22,8 @@ Provides: duma-debuginfo = 2.5.15-alt4:sisyphus+263478.100.1.1 -File: /usr/lib/debug/.build-id/86 40755 root:root 80 -File: /usr/lib/debug/.build-id/86/ad7437bd2be56839f92fc0cf7cb35f0f434656 120777 root:root 34 ../../../../lib64/libduma.so.0.0.0 -File: /usr/lib/debug/.build-id/86/ad7437bd2be56839f92fc0cf7cb35f0f434656.debug 120777 root:root 38 ../../usr/lib64/libduma.so.0.0.0.debug -File: /usr/lib/debug/usr/lib64/libduma.so.0.0.0.debug 100644 root:root 49272 af1cdeb9060c00e811a2a99717c0d575 +File: /usr/lib/debug/.build-id/c0 40755 root:root 0 +File: /usr/lib/debug/.build-id/c0/308ce79d926ad03493d0eca2e4b73fef824077 120777 root:root 34 ../../../../lib64/libduma.so.0.0.0 +File: /usr/lib/debug/.build-id/c0/308ce79d926ad03493d0eca2e4b73fef824077.debug 120777 root:root 38 ../../usr/lib64/libduma.so.0.0.0.debug +File: /usr/lib/debug/usr/lib64/libduma.so.0.0.0.debug 100644 root:root 49560 813ecefd99a963497999cbe2cb113792 File: /usr/lib/debug/usr/lib64/libduma.so.0.debug 120777 root:root 22 libduma.so.0.0.0.debug -File: /usr/src/debug/duma_2_5_15 40755 root:root 200 +File: /usr/src/debug/duma_2_5_15 40755 root:root 0 File: /usr/src/debug/duma_2_5_15/duma.c 100644 root:root 77177 fad969a39358f087514bd007b38f89ab @@ -36,2 +36,2 @@ File: /usr/src/debug/duma_2_5_15/sem_inc.c 100644 root:root 7949 c70914088d765a31151d3c6199b19dc6 -RPMIdentity: df7591ee01c66d92c7f6c5a98fd613c6 +RPMIdentity: f1a2718018455b69078cc4241cdbf944 --- duma-devel-2.5.15-alt4.x86_64.rpm.repo 2020-12-15 15:46:45.000000000 +0000 +++ duma-devel-2.5.15-alt4.x86_64.rpm.hasher 2021-07-16 03:35:54.054796537 +0000 @@ -90,54 +90,54 @@ File: /usr/lib64/libduma.so 120777 root:root 16 libduma.so.0.0.0 -File: /usr/share/doc/duma-devel-2.5.15 40755 root:root 200 -File: /usr/share/doc/duma-devel-2.5.15/comparisons 40755 root:root 420 +File: /usr/share/doc/duma-devel-2.5.15 40755 root:root 0 +File: /usr/share/doc/duma-devel-2.5.15/comparisons 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/README.txt 100644 root:root 388 ccf390315428640ba7ac49a313298e93 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex11 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex11 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex11/Makefile 100644 root:root 355 3575b43dba8fc002ae5784dabc708531 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex11/wrong1.c 100644 root:root 225 370aeabc446400b0a61fdea484a793e9 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex12 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex12 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex12/Makefile 100644 root:root 355 d7c3df0e0f35007617b0929c89c42c46 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex12/wrong3.c 100644 root:root 480 e5a5bee343a883e2e9cf74f482cc62d0 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex13 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex13 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex13/Makefile 100644 root:root 355 53cedbbc874bf6e55265073c2a0ad7c6 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex13/wrong6.c 100644 root:root 299 5eaeb49c50205863dc6154bcf0c6eabe -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex14 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex14 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex14/Makefile 100644 root:root 355 9a051397e63a080bbef7d8115af5fbe2 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex14/wrong7.c 100644 root:root 305 4e8103f935ff1058932b3e811fcc30cd -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex15 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex15 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex15/Makefile 100644 root:root 354 44872c4cb727442ddea7ebdd902117f9 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex15/leak1.c 100644 root:root 178 a2d18ed097942c724031858fd46c541b -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex16 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex16 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex16/Makefile 100644 root:root 354 b476cd0a147b8367e97b201d83c7188b File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex16/leak2.c 100644 root:root 355 1c4a372709ed051d1231035f403e308a -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex17 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex17 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex17/Makefile 100644 root:root 352 0665ab7e4cfb5ad56985ab254d802c5d File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex17/ok5.c 100644 root:root 325 e6d67ca61c03cb5cccc6a71fdee2d08f -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex21 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex21 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex21/Makefile 100644 root:root 377 97fb96cfb80998decc098078cb9dfc8c File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex21/wrong1.cc 100644 root:root 292 ca7c5ded920ef850c71a3c9771c5d4f1 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex22 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex22 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex22/Makefile 100644 root:root 377 b95429607abc9e4d11596a64291f7cff File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex22/wrong2.cc 100644 root:root 478 49276300f59adf0e41454194d18a6b9b -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex23 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex23 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex23/Makefile 100644 root:root 377 13d96cca1251071398f0eec86fa39b62 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex23/wrong3.cc 100644 root:root 576 dbed434bdb4ec02a8b8163503f8c83ad -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex24 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex24 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex24/Makefile 100644 root:root 377 10dbb05e6d7e90c38c6ba64627578b9f File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex24/wrong4.cc 100644 root:root 484 39c0690cdd77dc0bd4725b696bb49b97 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex25 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex25 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex25/Makefile 100644 root:root 377 0e0280a28d8641ab3053f3576705b970 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex25/wrong5.cc 100644 root:root 606 be7feef870dfd07f6f366ca118f93d26 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex26 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex26 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex26/Makefile 100644 root:root 377 229c5aae6c5dae6b9e79992ebd2e507f File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex26/wrong6.cc 100644 root:root 511 8d5d5a0da05ab325b1353c725dec2783 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex27 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex27 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex27/Makefile 100644 root:root 376 a715df9430771a24968c87a79cdaf99b File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex27/leak1.cc 100644 root:root 229 4b50f5b5d5a23098f3faf48d563a1b58 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex28 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex28 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex28/Makefile 100644 root:root 376 2814320abed688e3d0c9d0de9691eabd File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex28/leak2.cc 100644 root:root 398 761f4c47a79f1f5a17a5d5ca69133615 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex29 40755 root:root 80 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex29 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex29/Makefile 100644 root:root 374 df48262ecedf6171cd44ccd4410d79f2 File: /usr/share/doc/duma-devel-2.5.15/comparisons/ex29/ok5.cc 100644 root:root 467 6f0c9ef9d23b5132c27eb4286fd56427 -File: /usr/share/doc/duma-devel-2.5.15/comparisons/memCheckers-Dateien 40755 root:root 100 +File: /usr/share/doc/duma-devel-2.5.15/comparisons/memCheckers-Dateien 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/comparisons/memCheckers-Dateien/boringstyle.css 100644 root:root 70 19c7525ab4efe6912c04f087cf4dee24 @@ -152,14 +152,14 @@ File: /usr/share/doc/duma-devel-2.5.15/example6.cpp 100644 root:root 167 e2c21961f85cc836364933af8e655966 -File: /usr/share/doc/duma-devel-2.5.15/example_makes 40755 root:root 160 -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex1 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes 40755 root:root 0 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex1 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex1/Makefile 100644 root:root 296 c0a641c1f19ccd95abe44b7648bb4107 -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex2 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex2 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex2/Makefile 100644 root:root 296 3d827fac3790c90b745606c0a5187779 -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex3 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex3 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex3/Makefile 100644 root:root 296 347b454455a2de5cceb06c4700f46f86 -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex4 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex4 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex4/Makefile 100644 root:root 296 056c3c1b5780c64f9927470265a22603 -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex5 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex5 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex5/Makefile 100644 root:root 296 f64dbc1775b5c1ad06e9e0e0f28a926d -File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex6 40755 root:root 60 +File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex6 40755 root:root 0 File: /usr/share/doc/duma-devel-2.5.15/example_makes/ex6/Makefile 100644 root:root 386 bc98c1f22f7f0a91c460569abeef102d --- duma-devel-static-2.5.15-alt4.x86_64.rpm.repo 2020-12-15 15:46:45.000000000 +0000 +++ duma-devel-static-2.5.15-alt4.x86_64.rpm.hasher 2021-07-16 03:35:54.120796769 +0000 @@ -5,3 +5,3 @@ Provides: duma-devel-static = 2.5.15-alt4:sisyphus+263478.100.1.1 -File: /usr/lib64/libduma.a 100644 root:root 152676 84db1738cf2ebb89458a5b6d8799e924 -RPMIdentity: 24626ba0dd76a2d61202a851d918f786 +File: /usr/lib64/libduma.a 100644 root:root 153004 d6deac71032afb458d8a2b3867248761 +RPMIdentity: cc6b281b52b43fc2fde84d8b2131a80b