<86>Apr 27 00:41:10 userdel[1072867]: delete user 'rooter'
<86>Apr 27 00:41:10 userdel[1072867]: removed group 'rooter' owned by 'rooter'
<86>Apr 27 00:41:10 userdel[1072867]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr 27 00:41:10 groupadd[1072931]: group added to /etc/group: name=rooter, GID=1862
<86>Apr 27 00:41:10 groupadd[1072931]: group added to /etc/gshadow: name=rooter
<86>Apr 27 00:41:10 groupadd[1072931]: new group: name=rooter, GID=1862
<86>Apr 27 00:41:10 useradd[1072985]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none
<86>Apr 27 00:41:10 userdel[1073060]: delete user 'builder'
<86>Apr 27 00:41:10 userdel[1073060]: removed group 'builder' owned by 'builder'
<86>Apr 27 00:41:10 userdel[1073060]: removed shadow group 'builder' owned by 'builder'
<86>Apr 27 00:41:10 groupadd[1073124]: group added to /etc/group: name=builder, GID=1863
<86>Apr 27 00:41:10 groupadd[1073124]: group added to /etc/gshadow: name=builder
<86>Apr 27 00:41:10 groupadd[1073124]: new group: name=builder, GID=1863
<86>Apr 27 00:41:10 useradd[1073174]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: Freely
/usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: distributable
warning: user victor does not exist - using root
warning: group victor does not exist - using root
warning: user victor does not exist - using root
warning: group victor does not exist - using root
<13>Apr 27 00:41:13 rpmi: libjpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed
<13>Apr 27 00:41:13 rpmi: libturbojpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed
<13>Apr 27 00:41:13 rpmi: libjpeg-devel-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/hfalg-1.20-alt1.nosrc.rpm (w1.gzdio)
Installing hfalg-1.20-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63091
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf hfalg-1.20
+ /bin/mkdir -p hfalg-1.20
+ cd hfalg-1.20
+ /bin/chmod -c -Rf u+rwX,go-w .
+ cp /usr/src/RPM/SOURCES/hfalg.c .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63091
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd hfalg-1.20
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto hfalg.c -o hfalg -ljpeg -lm
hfalg.c: In function 'forkBuffer':
hfalg.c:57:7: warning: unused variable 'i' [-Wunused-variable]
   57 |   int i;
      |       ^
hfalg.c: In function 'minmax3':
hfalg.c:323:15: warning: unused variable 'ntmp' [-Wunused-variable]
  323 |           int ntmp;
      |               ^~~~
hfalg.c: In function 'minmax4':
hfalg.c:427:15: warning: unused variable 'ntmp' [-Wunused-variable]
  427 |           int ntmp;
      |               ^~~~
hfalg.c:426:15: warning: unused variable 'nlow' [-Wunused-variable]
  426 |           int nlow = 255;
      |               ^~~~
hfalg.c:425:15: warning: unused variable 'nhigh' [-Wunused-variable]
  425 |           int nhigh = 0;
      |               ^~~~~
hfalg.c:424:15: warning: unused variable 'mag' [-Wunused-variable]
  424 |           int mag = vectorLength( r, g, b );
      |               ^~~
hfalg.c: In function 'ela':
hfalg.c:726:7: warning: unused variable 'i' [-Wunused-variable]
  726 |   int i;
      |       ^
hfalg.c: In function 'usage':
hfalg.c:52:1: warning: control reaches end of non-void function [-Wreturn-type]
   52 | }
      | ^
hfalg.c: In function 'forkBuffer':
hfalg.c:113:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  113 |   write( fd1[1], acBuffer, sizeof( char ) * iTotalRead );
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hfalg.c: In function 'minmax1':
hfalg.c:213:1: warning: control reaches end of non-void function [-Wreturn-type]
  213 | }
      | ^
hfalg.c: In function 'minmax5':
hfalg.c:278:1: warning: control reaches end of non-void function [-Wreturn-type]
  278 | }
      | ^
hfalg.c: In function 'minmax3':
hfalg.c:382:1: warning: control reaches end of non-void function [-Wreturn-type]
  382 | }
      | ^
hfalg.c: In function 'minmax4':
hfalg.c:465:1: warning: control reaches end of non-void function [-Wreturn-type]
  465 | }
      | ^
hfalg.c: In function 'minmax2':
hfalg.c:570:1: warning: control reaches end of non-void function [-Wreturn-type]
  570 | }
      | ^
hfalg.c: In function 'maxcolor':
hfalg.c:921:1: warning: control reaches end of non-void function [-Wreturn-type]
  921 | }
      | ^
hfalg.c: In function 'mincolor':
hfalg.c:973:1: warning: control reaches end of non-void function [-Wreturn-type]
  973 | }
      | ^
hfalg.c: In function 'midcolor':
hfalg.c:1025:1: warning: control reaches end of non-void function [-Wreturn-type]
 1025 | }
      | ^
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.63091
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/hfalg-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/hfalg-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd hfalg-1.20
+ install -Dpm 755 hfalg /usr/src/tmp/hfalg-buildroot//usr/bin/hfalg
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/hfalg-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/hfalg-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/hfalg-buildroot/ (default)
Compressing files in /usr/src/tmp/hfalg-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/hfalg-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/hfalg-buildroot
Processing files: hfalg-1.20-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DGrSmZ
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.oRfrCA
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libjpeg.so.62()(64bit) >= set:kgAooYwdYAlwq7iLMFsrKxaBhzI5llSUZntPb, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1INn4Z
Creating hfalg-debuginfo package
Processing files: hfalg-debuginfo-1.20-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oKSxBC
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NjKRvk
find-requires: running scripts (debuginfo)
Requires: hfalg = 1.20-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libjpeg.so.62)
Wrote: /usr/src/RPM/RPMS/x86_64/hfalg-1.20-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/hfalg-debuginfo-1.20-alt1.x86_64.rpm (w2.lzdio)
0.51user 0.73system 0:05.70elapsed 21%CPU (0avgtext+0avgdata 34600maxresident)k
0inputs+0outputs (0major+152866minor)pagefaults 0swaps
/.out/hfalg-1.20-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Freely
/.out/hfalg-1.20-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: distributable
/.out/hfalg-debuginfo-1.20-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Freely
/.out/hfalg-debuginfo-1.20-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: distributable
3.62user 2.46system 0:14.71elapsed 41%CPU (0avgtext+0avgdata 131504maxresident)k
0inputs+0outputs (0major+192261minor)pagefaults 0swaps
--- hfalg-1.20-alt1.x86_64.rpm.repo	2011-03-15 13:43:17.000000000 +0000
+++ hfalg-1.20-alt1.x86_64.rpm.hasher	2024-04-27 00:41:21.865658587 +0000
@@ -4,6 +4,6 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libjpeg.so.62()(64bit) >= set:jfgjDuQy7QMbH0ReiLgoTzaZLHPlOTZfWC7
+Requires: libjpeg.so.62()(64bit) >= set:kgAooYwdYAlwq7iLMFsrKxaBhzI5llSUZntPb
 Requires: rpmlib(SetVersions)  
-Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -11,3 +11,3 @@
 Provides: hfalg = 1.20-alt1
-File: /usr/bin/hfalg	100755	root:root	f2bf8eecca8e3d05eda3b5bdf258cb11	
-RPMIdentity: a8e3b3153622c7c9eee60b7e0dbe40808d2347ca0af9df0ceb7178cf9504412974473fb67d440420f89b7f5ee2f20a02fc8c3b0f53fbd5189f906b306aabf3e0
+File: /usr/bin/hfalg	100755	root:root	bf25cbdde4eb0fccb747880df21d10fc	
+RPMIdentity: 803d1d7b72bc395d6c9ecc83f21866c8bbf08653781fefc9fef4bd5ca32783e8bc587808d1e1962fb7f4add10ca03fd3e97f87420d6881b0fef281c8d08fb6a5
--- hfalg-debuginfo-1.20-alt1.x86_64.rpm.repo	2011-03-15 13:43:17.000000000 +0000
+++ hfalg-debuginfo-1.20-alt1.x86_64.rpm.hasher	2024-04-27 00:41:21.991660308 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/4e	40755	root:root	
-/usr/lib/debug/.build-id/4e/73e48bc09ab512ab9de7b563c0888db3e948cc	120777	root:root	../../../../bin/hfalg
-/usr/lib/debug/.build-id/4e/73e48bc09ab512ab9de7b563c0888db3e948cc.debug	120777	root:root	../../usr/bin/hfalg.debug
+/usr/lib/debug/.build-id/1d	40755	root:root	
+/usr/lib/debug/.build-id/1d/b7b9a07b55d2df10b6a3a0e53e21c2d7e4431d	120777	root:root	../../../../bin/hfalg
+/usr/lib/debug/.build-id/1d/b7b9a07b55d2df10b6a3a0e53e21c2d7e4431d.debug	120777	root:root	../../usr/bin/hfalg.debug
 /usr/lib/debug/usr/bin/hfalg.debug	100644	root:root	
@@ -10,11 +10,10 @@
 Requires: debug64(libjpeg.so.62)  
-Requires: debug64(libm.so.6)  
 Requires: rpmlib(PayloadIsLzma)  
 Provides: hfalg-debuginfo = 1.20-alt1
-File: /usr/lib/debug/.build-id/4e	40755	root:root		
-File: /usr/lib/debug/.build-id/4e/73e48bc09ab512ab9de7b563c0888db3e948cc	120777	root:root		../../../../bin/hfalg
-File: /usr/lib/debug/.build-id/4e/73e48bc09ab512ab9de7b563c0888db3e948cc.debug	120777	root:root		../../usr/bin/hfalg.debug
-File: /usr/lib/debug/usr/bin/hfalg.debug	100644	root:root	f8606f67c9e8458fccb1eaa0a30bccc6	
+File: /usr/lib/debug/.build-id/1d	40755	root:root		
+File: /usr/lib/debug/.build-id/1d/b7b9a07b55d2df10b6a3a0e53e21c2d7e4431d	120777	root:root		../../../../bin/hfalg
+File: /usr/lib/debug/.build-id/1d/b7b9a07b55d2df10b6a3a0e53e21c2d7e4431d.debug	120777	root:root		../../usr/bin/hfalg.debug
+File: /usr/lib/debug/usr/bin/hfalg.debug	100644	root:root	f6c2bbeabc4a278901fcd81452141d23	
 File: /usr/src/debug/hfalg-1.20	40755	root:root		
 File: /usr/src/debug/hfalg-1.20/hfalg.c	100644	root:root	92a368f8587b12674951a28b5a3be1eb	
-RPMIdentity: 18f7c3516e9384bf197298abf38d37812d0959727ca82e196f5b1730e74e6f76ef91b47c8fc7e9584b5d396ffa63b55044ad87f1b573900ff4a2e53a429bd016
+RPMIdentity: 448c843a9c2644929cec43a6724f756265f8bbee71d863ad72bd350931f34a7fd2a4eaecd01041d69ade2598b2a93c7eb44611328dff36a5c7cc4302830c8162