<86>May 11 05:16:30 userdel[801729]: delete user 'rooter'
<86>May 11 05:16:30 userdel[801729]: removed group 'rooter' owned by 'rooter'
<86>May 11 05:16:30 userdel[801729]: removed shadow group 'rooter' owned by 'rooter'
<86>May 11 05:16:30 groupadd[801801]: group added to /etc/group: name=rooter, GID=1829
<86>May 11 05:16:30 groupadd[801801]: group added to /etc/gshadow: name=rooter
<86>May 11 05:16:30 groupadd[801801]: new group: name=rooter, GID=1829
<86>May 11 05:16:31 useradd[801851]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none
<86>May 11 05:16:31 userdel[801936]: delete user 'builder'
<86>May 11 05:16:31 userdel[801936]: removed group 'builder' owned by 'builder'
<86>May 11 05:16:31 userdel[801936]: removed shadow group 'builder' owned by 'builder'
<86>May 11 05:16:31 groupadd[802001]: group added to /etc/group: name=builder, GID=1830
<86>May 11 05:16:31 groupadd[802001]: group added to /etc/gshadow: name=builder
<86>May 11 05:16:31 groupadd[802001]: new group: name=builder, GID=1830
<86>May 11 05:16:31 useradd[802069]: new user: name=builder, UID=1830, GID=1830, 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: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/sreadahead-1.0-alt2.nosrc.rpm (w1.gzdio)
Installing sreadahead-1.0-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48859
+ 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):
+ /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.48859
+ 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 -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/sreadahead-1.0'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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.79645
+ 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)
verify-elf: WARNING: ./sbin/sreadahead: uses non-LFS functions: fopen fstat mmap open
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.Wklttv
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.xgsRcb
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SPJ5D1
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.mS5fBC
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eNVBJU
find-requires: running scripts (debuginfo)
Requires: sreadahead = 1.0-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Adding to sreadahead-debuginfo a strict dependency on sreadahead
Wrote: /usr/src/RPM/RPMS/i586/sreadahead-1.0-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/sreadahead-debuginfo-1.0-alt2.i586.rpm (w2.lzdio)
0.39user 1.03system 0:05.79elapsed 24%CPU (0avgtext+0avgdata 26676maxresident)k
0inputs+0outputs (0major+131871minor)pagefaults 0swaps
0.55user 1.90system 0:11.38elapsed 21%CPU (0avgtext+0avgdata 12092maxresident)k
0inputs+0outputs (0major+95569minor)pagefaults 0swaps
--- sreadahead-1.0-alt2.i586.rpm.repo	2019-06-21 10:44:48.000000000 +0000
+++ sreadahead-1.0-alt2.i586.rpm.hasher	2024-05-11 05:16:38.969171010 +0000
@@ -6,2 +6,3 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.2)  
@@ -9,5 +10,5 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.33)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
-Requires: libpthread.so.0(GLIBC_2.0)  
-Requires: libpthread.so.0(GLIBC_2.1)  
 Requires: rtld(GNU_HASH)  
@@ -15,5 +16,5 @@
 Provides: sreadahead = 1.0-alt2:sisyphus+232688.100.2.1
-File: /sbin/sreadahead	100755	root:root	2b2940238fc204300ee44a83ec14353b	
+File: /sbin/sreadahead	100755	root:root	505932b996a8ca139b6d05bbb42881f1	
 File: /var/lib/sreadahead	40755	root:root		
 File: /var/lib/sreadahead/debugfs	40755	root:root		
-RPMIdentity: 3a6987b4c96c6923da9b3639eab552b763820b9249d5c3dc8bcf120d58766366584edc528982cc805d7e59955abe87e10e10405dde0bb890d17b1717144c637f
+RPMIdentity: ea5ebc7b7bc903b354ba62f386a49e8f7f93edb7b93515d940d849dd386679698851bed36d46c2240affaeb94909b90b50771b8bcaa2d7b1a646456e0065e924
--- sreadahead-debuginfo-1.0-alt2.i586.rpm.repo	2019-06-21 10:44:48.000000000 +0000
+++ sreadahead-debuginfo-1.0-alt2.i586.rpm.hasher	2024-05-11 05:16:39.059172515 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/98	40755	root:root	
-/usr/lib/debug/.build-id/98/32f372e24f5eaa37708e9008c4f06099861d76	120777	root:root	../../../../../sbin/sreadahead
-/usr/lib/debug/.build-id/98/32f372e24f5eaa37708e9008c4f06099861d76.debug	120777	root:root	../../sbin/sreadahead.debug
+/usr/lib/debug/.build-id/64	40755	root:root	
+/usr/lib/debug/.build-id/64/18b176bd51a39173d7fa3b7a0543953a3e9b84	120777	root:root	../../../../../sbin/sreadahead
+/usr/lib/debug/.build-id/64/18b176bd51a39173d7fa3b7a0543953a3e9b84.debug	120777	root:root	../../sbin/sreadahead.debug
 /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	
@@ -8,3 +8,2 @@
 Requires: debug(libc.so.6)  
-Requires: debug(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/98	40755	root:root		
-File: /usr/lib/debug/.build-id/98/32f372e24f5eaa37708e9008c4f06099861d76	120777	root:root		../../../../../sbin/sreadahead
-File: /usr/lib/debug/.build-id/98/32f372e24f5eaa37708e9008c4f06099861d76.debug	120777	root:root		../../sbin/sreadahead.debug
-File: /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	7ddaf8024a3ecb778e1d8d24bed0a100	
+File: /usr/lib/debug/.build-id/64	40755	root:root		
+File: /usr/lib/debug/.build-id/64/18b176bd51a39173d7fa3b7a0543953a3e9b84	120777	root:root		../../../../../sbin/sreadahead
+File: /usr/lib/debug/.build-id/64/18b176bd51a39173d7fa3b7a0543953a3e9b84.debug	120777	root:root		../../sbin/sreadahead.debug
+File: /usr/lib/debug/sbin/sreadahead.debug	100644	root:root	a2f6c8254f650bc6ef361674c11d20f6	
 File: /usr/src/debug/sreadahead-1.0	40755	root:root		
 File: /usr/src/debug/sreadahead-1.0/sreadahead.c	100644	root:root	a83613cb2ac39fa3c7c694ab4ffd2e74	
-RPMIdentity: 02bfa6fa593bc57bb22c876db30f71d5169def0217a7f3d939f47bbbf1e3f39da5b29b2b88282f187051590fd324f69d216f35074466e51166b37bbe7ba5420d
+RPMIdentity: 84f16001d32c01bdbfc41e802729a86b0b4e60cda2d5c8562358b61a14e062c752266b0021346019eff94d4ddfac0032a20b3fcbc0f7b279110326d515719c42