<86>Sep  5 00:07:05 userdel[1872141]: delete user 'rooter'
<86>Sep  5 00:07:05 userdel[1872141]: removed group 'rooter' owned by 'rooter'
<86>Sep  5 00:07:05 userdel[1872141]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  5 00:07:05 groupadd[1872208]: group added to /etc/group: name=rooter, GID=1844
<86>Sep  5 00:07:05 groupadd[1872208]: group added to /etc/gshadow: name=rooter
<86>Sep  5 00:07:05 groupadd[1872208]: new group: name=rooter, GID=1844
<86>Sep  5 00:07:05 useradd[1872257]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none
<86>Sep  5 00:07:05 userdel[1872319]: delete user 'builder'
<86>Sep  5 00:07:05 userdel[1872319]: removed group 'builder' owned by 'builder'
<86>Sep  5 00:07:05 userdel[1872319]: removed shadow group 'builder' owned by 'builder'
<86>Sep  5 00:07:05 groupadd[1872370]: group added to /etc/group: name=builder, GID=1845
<86>Sep  5 00:07:05 groupadd[1872370]: group added to /etc/gshadow: name=builder
<86>Sep  5 00:07:05 groupadd[1872370]: new group: name=builder, GID=1845
<86>Sep  5 00:07:05 useradd[1872419]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash, from=none
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/sreadahead-1.0-alt2.nosrc.rpm (w1.gzdio)
Installing sreadahead-1.0-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86867
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sreadahead-1.0
+ echo 'Source #0 (sreadahead-1.0.tar.gz):'
Source #0 (sreadahead-1.0.tar.gz):
+ /usr/bin/gzip -dc /usr/src/RPM/SOURCES/sreadahead-1.0.tar.gz
+ /bin/tar -xf -
+ cd sreadahead-1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (sreadahead-1.0-asneeded.patch):'
Patch #0 (sreadahead-1.0-asneeded.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ echo 'Patch #1 (sreadahead-1.0-alt-ioprio-arches.patch):'
Patch #1 (sreadahead-1.0-alt-ioprio-arches.patch):
+ /usr/bin/patch -p1
patching file sreadahead.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86867
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sreadahead-1.0
+ make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/sreadahead-1.0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -W sreadahead.c -o sreadahead -lpthread
sreadahead.c: In function 'one_thread':
sreadahead.c:199:31: warning: unused parameter 'ptr' [-Wunused-parameter]
  199 | static void *one_thread(void *ptr)
      |                         ~~~~~~^~~
sreadahead.c: In function 'trace_stop':
sreadahead.c:471:28: warning: unused parameter 'signal' [-Wunused-parameter]
  471 | static void trace_stop(int signal)
      |                        ~~~~^~~~~~
sreadahead.c: In function 'main':
sreadahead.c:711:9: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result]
  711 |         daemon(0,0);
      |         ^~~~~~~~~~~
sreadahead.c: In function 'trace_start':
sreadahead.c:429:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  429 |         chdir(DEBUGFS_MNT);
      |         ^~~~~~~~~~~~~~~~~~
sreadahead.c:440:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  440 |         fgets(buf, 4096, file);
      |         ^~~~~~~~~~~~~~~~~~~~~~
sreadahead.c:456:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  456 |         fgets(buf, 4096, file);
      |         ^~~~~~~~~~~~~~~~~~~~~~
sreadahead.c:463:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  463 |         chdir("/");
      |         ^~~~~~~~~~
sreadahead.c: In function 'trace_stop':
sreadahead.c:485:9: warning: ignoring return value of 'nice' declared with attribute 'warn_unused_result' [-Wunused-result]
  485 |         nice(20);
      |         ^~~~~~~~
sreadahead.c:502:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  502 |                 chdir(DEBUGFS_MNT);
      |                 ^~~~~~~~~~~~~~~~~~
sreadahead.c:578:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  578 |         chdir("/");
      |         ^~~~~~~~~~
sreadahead.c: In function 'readahead_set_len':
sreadahead.c:155:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  155 |                 chdir("/sys/block");
      |                 ^~~~~~~~~~~~~~~~~~~
sreadahead.c:170:9: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
  170 |         chdir("/");
      |         ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/sreadahead-1.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.79973
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/sreadahead-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/sreadahead-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd sreadahead-1.0
+ install -d /usr/src/tmp/sreadahead-buildroot/var/lib/sreadahead/debugfs
+ install -pDm755 sreadahead /usr/src/tmp/sreadahead-buildroot/sbin/sreadahead
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/sreadahead-buildroot (auto)
find: 'usr': No such file or directory
Verifying and fixing files in /usr/src/tmp/sreadahead-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/sreadahead-buildroot/ (default)
Compressing files in /usr/src/tmp/sreadahead-buildroot (auto)
Adjusting library links in /usr/src/tmp/sreadahead-buildroot
./var/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/sreadahead-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/sreadahead-buildroot
Processing files: sreadahead-1.0-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1PMERo
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.8O1s7z
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)(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.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RnSav6
Creating sreadahead-debuginfo package
Processing files: sreadahead-debuginfo-1.0-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NwboaZ
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8ecMta
find-requires: running scripts (debuginfo)
Requires: sreadahead = 1.0-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to sreadahead-debuginfo a strict dependency on sreadahead
Wrote: /usr/src/RPM/RPMS/x86_64/sreadahead-1.0-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/sreadahead-debuginfo-1.0-alt2.x86_64.rpm (w2.lzdio)
0.39user 1.22system 0:05.79elapsed 27%CPU (0avgtext+0avgdata 30816maxresident)k
0inputs+0outputs (0major+145291minor)pagefaults 0swaps
0.68user 2.37system 0:12.71elapsed 24%CPU (0avgtext+0avgdata 12228maxresident)k
0inputs+0outputs (0major+98605minor)pagefaults 0swaps
--- sreadahead-1.0-alt2.x86_64.rpm.repo	2019-06-21 10:44:46.000000000 +0000
+++ sreadahead-1.0-alt2.x86_64.rpm.hasher	2024-09-05 00:07:14.889622636 +0000
@@ -4,3 +4,2 @@
 Requires: /lib64/ld-linux-x86-64.so.2  
-Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
@@ -8,4 +7,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.4)(64bit)  
-Requires: libpthread.so.0(GLIBC_2.2.5)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -13,5 +13,5 @@
 Provides: sreadahead = 1.0-alt2:sisyphus+232688.100.2.1
-File: /sbin/sreadahead	100755	root:root	5c1e365e40f4be3adf5923bf3f561693	
+File: /sbin/sreadahead	100755	root:root	7859ed11fd771eead32ef2b3f57ee8f9	
 File: /var/lib/sreadahead	40755	root:root		
 File: /var/lib/sreadahead/debugfs	40755	root:root		
-RPMIdentity: 6e8139fc4f8bb48f484f5e76e09aea16490dba0de87859e6c52e1a51b541f637792872700c5b14c70b265d4fe16a2c716d55e50e08c3dedd9e20f7ebb1a12902
+RPMIdentity: f5741f523b8c172caa1122186905e410ccfd915ada74522eaf0fe3414f71596e1bfec4e1dc5a4e9e0d55ca2de7453d1683951dec7b1c7cea6215969b7493ed26
--- sreadahead-debuginfo-1.0-alt2.x86_64.rpm.repo	2019-06-21 10:44:46.000000000 +0000
+++ sreadahead-debuginfo-1.0-alt2.x86_64.rpm.hasher	2024-09-05 00:07:15.004624556 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/44	40755	root:root	
-/usr/lib/debug/.build-id/44/83365c45171170327d64abed9cfa2454169392	120777	root:root	../../../../../sbin/sreadahead
-/usr/lib/debug/.build-id/44/83365c45171170327d64abed9cfa2454169392.debug	120777	root:root	../../sbin/sreadahead.debug
+/usr/lib/debug/.build-id/e3	40755	root:root	
+/usr/lib/debug/.build-id/e3/80eab53a238495d2e091f1c5a4ef40cb5b6105	120777	root:root	../../../../../sbin/sreadahead
+/usr/lib/debug/.build-id/e3/80eab53a238495d2e091f1c5a4ef40cb5b6105.debug	120777	root:root	../../sbin/sreadahead.debug
 /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	
@@ -8,3 +8,2 @@
 Requires: debug64(libc.so.6)  
-Requires: debug64(libpthread.so.0)  
 Requires: sreadahead = 1.0-alt2:sisyphus+232688.100.2.1
@@ -12,8 +11,8 @@
 Provides: sreadahead-debuginfo = 1.0-alt2:sisyphus+232688.100.2.1
-File: /usr/lib/debug/.build-id/44	40755	root:root		
-File: /usr/lib/debug/.build-id/44/83365c45171170327d64abed9cfa2454169392	120777	root:root		../../../../../sbin/sreadahead
-File: /usr/lib/debug/.build-id/44/83365c45171170327d64abed9cfa2454169392.debug	120777	root:root		../../sbin/sreadahead.debug
-File: /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	dbb19baabe6425922fefed80922c0dbf	
+File: /usr/lib/debug/.build-id/e3	40755	root:root		
+File: /usr/lib/debug/.build-id/e3/80eab53a238495d2e091f1c5a4ef40cb5b6105	120777	root:root		../../../../../sbin/sreadahead
+File: /usr/lib/debug/.build-id/e3/80eab53a238495d2e091f1c5a4ef40cb5b6105.debug	120777	root:root		../../sbin/sreadahead.debug
+File: /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	cec29b81c05ad28f9fdde1dd94bdaed2	
 File: /usr/src/debug/sreadahead-1.0	40755	root:root		
 File: /usr/src/debug/sreadahead-1.0/sreadahead.c	100644	root:root	a83613cb2ac39fa3c7c694ab4ffd2e74	
-RPMIdentity: c868556f5faaef70792f12dd96825e573493e0604fe62a0e3889c289128ac5d299d8dc5f2800809fcde928e59390f1db0b00a9ed1471bea082b8cab6aea7e04b
+RPMIdentity: f57ecbd0f77a4d0de09bc115af96012fad8feb966b59f5db1a5d3f3105ec7f20e0bafdf5fcc58c8a947a18b104c8cca9a74c59f43c00aa918b39467c0e252dc5