<86>Nov 27 01:02:47 userdel[2892905]: delete user 'rooter'
<86>Nov 27 01:02:47 userdel[2892905]: removed group 'rooter' owned by 'rooter'
<86>Nov 27 01:02:47 userdel[2892905]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 27 01:02:47 groupadd[2892924]: group added to /etc/group: name=rooter, GID=1877
<86>Nov 27 01:02:47 groupadd[2892924]: group added to /etc/gshadow: name=rooter
<86>Nov 27 01:02:47 groupadd[2892924]: new group: name=rooter, GID=1877
<86>Nov 27 01:02:47 useradd[2892941]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none
<86>Nov 27 01:02:47 userdel[2892967]: delete user 'builder'
<86>Nov 27 01:02:47 userdel[2892967]: removed group 'builder' owned by 'builder'
<86>Nov 27 01:02:47 userdel[2892967]: removed shadow group 'builder' owned by 'builder'
<86>Nov 27 01:02:47 groupadd[2892986]: group added to /etc/group: name=builder, GID=1878
<86>Nov 27 01:02:47 groupadd[2892986]: group added to /etc/gshadow: name=builder
<86>Nov 27 01:02:47 groupadd[2892986]: new group: name=builder, GID=1878
<86>Nov 27 01:02:47 useradd[2893003]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mf2b-1.1-alt3.nosrc.rpm (w1.gzdio)
Installing mf2b-1.1-alt3.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.26874
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mf2b-1.1
+ echo 'Source #0 (mf2b-1.1.tar):'
Source #0 (mf2b-1.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/mf2b-1.1.tar
+ cd mf2b-1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mf2b-1.1-alt.patch):'
Patch #0 (mf2b-1.1-alt.patch):
+ /usr/bin/patch -p1
patching file .gear/README.ALT
patching file .gear/mf2b.init
patching file .gear/mf2b.service
patching file .gear/mf2b.spec
patching file .gear/mf2b.sysconfig
patching file .gear/rules
patching file .gear/tags/list
patching file Makefile
patching file mf2b.conf
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.26874
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mf2b-1.1
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o helper.o helper.c
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o logging.o logging.c
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from logging.c:12:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o action.o action.c
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o matchlist.o matchlist.c
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o config.o config.c
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""   -c -o substr.o substr.c
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
gcc -Wall -pedantic -std=c99 -Os -DMAX_SUBS=16 -DVERSION="\"1.1\""    mf2b.c action.o config.o helper.o logging.o matchlist.o substr.o   -o mf2b
mf2b.c: In function 'read_lines':
mf2b.c:213:17: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result]
  213 |                 asprintf(&desc->backlog, "%s", buf);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mf2b.c: In function 'main':
mf2b.c:349:33: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  349 |                                 read(pfd[i].fd, &inev, sizeof(inev));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20013
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mf2b-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mf2b-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd mf2b-1.1
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/mf2b-buildroot
make: Entering directory '/usr/src/RPM/BUILD/mf2b-1.1'
/usr/libexec/rpm-build/install -p -D -m 0755 mf2b /usr/src/tmp/mf2b-buildroot/usr/sbin/mf2b
/usr/libexec/rpm-build/install -p -D -m 0644 mf2b.conf /usr/src/tmp/mf2b-buildroot/etc/mf2b.conf
/usr/libexec/rpm-build/install -p -D -m 0644 mf2b.8 \
	/usr/src/tmp/mf2b-buildroot/usr/share/man/man8/mf2b.8
/usr/libexec/rpm-build/install -p -D -m 0644 mf2b.conf.5 \
	/usr/src/tmp/mf2b-buildroot/usr/share/man/man5/mf2b.conf.5
make: Leaving directory '/usr/src/RPM/BUILD/mf2b-1.1'
+ install -Dp -m 644 /usr/src/RPM/SOURCES/mf2b.sysconfig /usr/src/tmp/mf2b-buildroot/etc/sysconfig/mf2b
+ install -Dp -m 755 /usr/src/RPM/SOURCES/mf2b.init /usr/src/tmp/mf2b-buildroot/etc/rc.d/init.d/mf2b
+ install -p -m 644 /usr/src/RPM/SOURCES/README.ALT .
+ install -Dp -m 644 /usr/src/RPM/SOURCES/mf2b.service /usr/src/tmp/mf2b-buildroot/usr/lib/systemd/system/mf2b.service
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mf2b-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mf2b-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/mf2b-buildroot/ (default)
Compressing files in /usr/src/tmp/mf2b-buildroot (auto)
Verifying systemd units in /usr/src/tmp/mf2b-buildroot
Adjusting library links in /usr/src/tmp/mf2b-buildroot
./usr/lib: (from <cmdline>:0)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/mf2b-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/mf2b-buildroot
Processing files: mf2b-1.1-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20013
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mf2b-1.1
+ DOCDIR=/usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ /bin/mkdir -p /usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ cp -prL README TODO README.ALT /usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ chmod -R go-w /usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ chmod -R a+rX /usr/src/tmp/mf2b-buildroot/usr/share/doc/mf2b-1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gEZmDB
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.JpnyeG
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: rm
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pHBAKm
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MWycBX
Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.16)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(post): /bin/sh, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0aFJLr
Creating mf2b-debuginfo package
Processing files: mf2b-debuginfo-1.1-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5wLwI7
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IKJnTu
find-requires: running scripts (debuginfo)
Requires: mf2b = 1.1-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/mf2b-1.1-alt3.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/mf2b-debuginfo-1.1-alt3.x86_64.rpm (w2.lzdio)
0.64user 1.22system 0:07.76elapsed 24%CPU (0avgtext+0avgdata 31744maxresident)k
0inputs+0outputs (0major+250334minor)pagefaults 0swaps
0.60user 1.82system 0:13.00elapsed 18%CPU (0avgtext+0avgdata 11264maxresident)k
0inputs+0outputs (0major+96359minor)pagefaults 0swaps
--- mf2b-1.1-alt3.x86_64.rpm.repo	2014-08-16 14:40:07.000000000 +0000
+++ mf2b-1.1-alt3.x86_64.rpm.hasher	2024-11-27 01:02:56.711771455 +0000
@@ -3,3 +3,3 @@
 /etc/sysconfig/mf2b	100644	root:root	
-/lib/systemd/system/mf2b.service	100644	root:root	
+/usr/lib/systemd/system/mf2b.service	100644	root:root	
 /usr/sbin/mf2b	100755	root:root	
@@ -9,5 +9,4 @@
 /usr/share/doc/mf2b-1.1/TODO	100644	root:root	
-/usr/share/man/man5/mf2b.conf.5.gz	100644	root:root	
-/usr/share/man/man8/mf2b.8.gz	100644	root:root	
-Requires: /bin/sh  
+/usr/share/man/man5/mf2b.conf.5.xz	100644	root:root	
+/usr/share/man/man8/mf2b.8.xz	100644	root:root	
 Requires: /bin/sh  
@@ -24,2 +23,3 @@
 Requires: coreutils  
+Requires: libc.so.6(GLIBC_2.16)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
@@ -27,2 +27,5 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
+Requires: libc.so.6(GLIBC_2.38)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -37,4 +40,4 @@
 File: /etc/sysconfig/mf2b	100644	root:root	574533d81b60b4df7b335f216b8e3d9f	
-File: /lib/systemd/system/mf2b.service	100644	root:root	dc2f009f518b89f68272f3e7b354f9dc	
-File: /usr/sbin/mf2b	100755	root:root	13637fded82f775b77e95b4a2c28d4d2	
+File: /usr/lib/systemd/system/mf2b.service	100644	root:root	dc2f009f518b89f68272f3e7b354f9dc	
+File: /usr/sbin/mf2b	100755	root:root	fe5b5424ce2bc885b70720c1ba31b1cb	
 File: /usr/share/doc/mf2b-1.1	40755	root:root		
@@ -43,4 +46,4 @@
 File: /usr/share/doc/mf2b-1.1/TODO	100644	root:root	856f7cd2bb359f76f0166fa1de46b1e2	
-File: /usr/share/man/man5/mf2b.conf.5.gz	100644	root:root	0c47443e5b631eb9c7bfbaf6c1d14535	
-File: /usr/share/man/man8/mf2b.8.gz	100644	root:root	28749131bd26e0610d3eea2fcb9880f1	
-RPMIdentity: 83b9fa420e559991666649c132328e59eb4b64136f2e23c03f56debc3b76791ed39e77c5d8992bbb4fb2e1493a0a3174a4d2d591e7d3b0888a5c447831da1969
+File: /usr/share/man/man5/mf2b.conf.5.xz	100644	root:root	9b2230af9df79329f573397f50a10f8f	
+File: /usr/share/man/man8/mf2b.8.xz	100644	root:root	56358e574a90f9c4718233765c7ff8dd	
+RPMIdentity: b9f4e95d6f69cd00c0ad19ce7e7cb0905628bc01fa7cd025f7f49c653f4170f0f3cbaf6d31f9bb488b03f557879d23e94194f4b99f7bb7e79c5cc7410163d3c6
--- mf2b-debuginfo-1.1-alt3.x86_64.rpm.repo	2014-08-16 14:40:07.000000000 +0000
+++ mf2b-debuginfo-1.1-alt3.x86_64.rpm.hasher	2024-11-27 01:02:56.777772503 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/e3	40755	root:root	
-/usr/lib/debug/.build-id/e3/83df596239460b6b2ff983f433dfc3df099a3f	120777	root:root	../../../../sbin/mf2b
-/usr/lib/debug/.build-id/e3/83df596239460b6b2ff983f433dfc3df099a3f.debug	120777	root:root	../../usr/sbin/mf2b.debug
+/usr/lib/debug/.build-id/b8	40755	root:root	
+/usr/lib/debug/.build-id/b8/ec06d326097d67b50bb7e5bf6024189edcb904	120777	root:root	../../../../sbin/mf2b
+/usr/lib/debug/.build-id/b8/ec06d326097d67b50bb7e5bf6024189edcb904.debug	120777	root:root	../../usr/sbin/mf2b.debug
 /usr/lib/debug/usr/sbin/mf2b.debug	100644	root:root	
@@ -9,6 +9,6 @@
 Provides: mf2b-debuginfo = 1.1-alt3
-File: /usr/lib/debug/.build-id/e3	40755	root:root		
-File: /usr/lib/debug/.build-id/e3/83df596239460b6b2ff983f433dfc3df099a3f	120777	root:root		../../../../sbin/mf2b
-File: /usr/lib/debug/.build-id/e3/83df596239460b6b2ff983f433dfc3df099a3f.debug	120777	root:root		../../usr/sbin/mf2b.debug
-File: /usr/lib/debug/usr/sbin/mf2b.debug	100644	root:root	f98c7493f51b40dc8a64a81571da4851	
-RPMIdentity: eae76314de8fe1e481d9212bac5707a41f2f414bc44b55522dc133200665721096d6ea80ab9691eb4535e6c7bb7356922951a71bbc8f5e97fb74636ac20808d8
+File: /usr/lib/debug/.build-id/b8	40755	root:root		
+File: /usr/lib/debug/.build-id/b8/ec06d326097d67b50bb7e5bf6024189edcb904	120777	root:root		../../../../sbin/mf2b
+File: /usr/lib/debug/.build-id/b8/ec06d326097d67b50bb7e5bf6024189edcb904.debug	120777	root:root		../../usr/sbin/mf2b.debug
+File: /usr/lib/debug/usr/sbin/mf2b.debug	100644	root:root	8f74121bac96334912eca5def07b552c	
+RPMIdentity: bab07fabb35ec91545cab1df8c14727c826edfb75a6fccc3d0494a16a6a167f36398de125ea0fe4520b949d100fca3787f9ff4449f11a22df4e42882e91fd3fb