<86>Apr  8 05:34:16 userdel[1850069]: delete user 'rooter'
<86>Apr  8 05:34:16 userdel[1850069]: removed group 'rooter' owned by 'rooter'
<86>Apr  8 05:34:16 userdel[1850069]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr  8 05:34:16 groupadd[1850098]: group added to /etc/group: name=rooter, GID=1353
<86>Apr  8 05:34:16 groupadd[1850098]: group added to /etc/gshadow: name=rooter
<86>Apr  8 05:34:16 groupadd[1850098]: new group: name=rooter, GID=1353
<86>Apr  8 05:34:16 useradd[1850127]: new user: name=rooter, UID=1353, GID=1353, home=/root, shell=/bin/bash
<86>Apr  8 05:34:16 userdel[1850158]: delete user 'builder'
<86>Apr  8 05:34:16 userdel[1850158]: removed group 'builder' owned by 'builder'
<86>Apr  8 05:34:16 userdel[1850158]: removed shadow group 'builder' owned by 'builder'
<86>Apr  8 05:34:16 groupadd[1850181]: group added to /etc/group: name=builder, GID=1354
<86>Apr  8 05:34:16 groupadd[1850181]: group added to /etc/gshadow: name=builder
<86>Apr  8 05:34:16 groupadd[1850181]: new group: name=builder, GID=1354
<86>Apr  8 05:34:16 useradd[1850193]: new user: name=builder, UID=1354, GID=1354, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/bessel-1-alt1.src.rpm: license not found in '/usr/share/license' directory: Free
<13>Apr  8 05:34:17 rpmi: libquadmath0-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr  8 05:34:17 rpmi: libquadmath12-devel-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr  8 05:34:17 rpmi: libgfortran5-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr  8 05:34:17 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>Apr  8 05:34:17 rpmi: libgfortran12-devel-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr  8 05:34:18 rpmi: gcc12-fortran-12.2.1-alt1 sisyphus+317240.100.2.1 1679582610 installed
<13>Apr  8 05:34:18 rpmi: gcc-fortran-12-alt1 sisyphus+300988.300.1.1 1654033914 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/bessel-1-alt1.nosrc.rpm (w1.gzdio)
Installing bessel-1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33274
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf bessel-1
+ echo 'Source #0 (bessel-1.tar):'
Source #0 (bessel-1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/bessel-1.tar
+ cd bessel-1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33274
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd bessel-1
+ mkdir f
+ mv bessel01.f dbesi0.f dbesi1.f dbesj0.f dbesj1.f dbesk0.f dbesk1.f dbesy0.f dbesy1.f f/
+ gcc -c dbesi0.c dbesi1.c dbesj0.c dbesj1.c dbesk0.c dbesk1.c dbesy0.c dbesy1.c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC
+ gcc -shared dbesi0.o dbesi1.o dbesj0.o dbesj1.o dbesk0.o dbesk1.o dbesy0.o dbesy1.o -Wl,-soname=libbessel.so.0 -lm -o libbessel.so.0
+ ln -s libbessel.so.0 libbessel.so
+ pushd f
~/RPM/BUILD/bessel-1/f ~/RPM/BUILD/bessel-1
+ f95 -c bessel01.f dbesi0.f dbesi1.f dbesj0.f dbesj1.f dbesk0.f dbesk1.f dbesy0.f dbesy1.f -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -fPIC -DPIC
dbesj0.f:3:6:

    3 |       function dbesj0(x)
      |      1
Warning: 'dbesj0' declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
dbesj1.f:3:6:

    3 |       function dbesj1(x)
      |      1
Warning: 'dbesj1' declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
dbesy0.f:3:6:

    3 |       function dbesy0(x)
      |      1
Warning: 'dbesy0' declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
dbesy1.f:3:6:

    3 |       function dbesy1(x)
      |      1
Warning: 'dbesy1' declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
+ f95 -shared bessel01.o dbesi0.o dbesi1.o dbesj0.o dbesj1.o dbesk0.o dbesk1.o dbesy0.o dbesy1.o -Wl,-soname=libbessel-f.so.0 -o ../libbessel-f.so.0
+ ln -s libbessel-f.so.0 ../libbessel-f.so
+ popd
~/RPM/BUILD/bessel-1
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.18910
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/bessel-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/bessel-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd bessel-1
+ install -d /usr/src/tmp/bessel-buildroot/usr/lib
+ for i in lib*.so
+ install -m644 libbessel-f.so.0 /usr/src/tmp/bessel-buildroot/usr/lib/
+ ln -s libbessel-f.so.0 /usr/src/tmp/bessel-buildroot/usr/lib/libbessel-f.so
+ for i in lib*.so
+ install -m644 libbessel.so.0 /usr/src/tmp/bessel-buildroot/usr/lib/
+ ln -s libbessel.so.0 /usr/src/tmp/bessel-buildroot/usr/lib/libbessel.so
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/bessel-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/bessel-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/bessel-buildroot/ (default)
Compressing files in /usr/src/tmp/bessel-buildroot (auto)
Adjusting library links in /usr/src/tmp/bessel-buildroot
./usr/lib: (from <cmdline>:0)
	libbessel-f.so.0 -> libbessel-f.so.0
	libbessel.so.0 -> libbessel.so.0
Verifying ELF objects in /usr/src/tmp/bessel-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libbessel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18910
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd bessel-1
+ DOCDIR=/usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ export DOCDIR
+ rm -rf /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ /bin/mkdir -p /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ cp -prL readme.txt /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ chmod -R go-w /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ chmod -R a+rX /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ssEwtY
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/bessel-buildroot/usr/lib/libbessel-f.so.0: 9 symbols, 14 bpp
lib.prov: /usr/src/tmp/bessel-buildroot/usr/lib/libbessel.so.0: 8 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3OncWW
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libbessel-f.so.0 = set:hdzhQlYtLLs6w0Ppmphy0, libbessel.so.0 = set:gcKALOFefY74EgKNi1
Requires: libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sMK74C
Creating libbessel-debuginfo package
Processing files: libbessel-devel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.50281
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd bessel-1
+ DOCDIR=/usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ export DOCDIR
+ rm -rf /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ /bin/mkdir -p /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ cp -prL dbesi0.c dbesi1.c dbesj0.c dbesj1.c dbesk0.c dbesk1.c dbesy0.c dbesy1.c f/bessel01.f f/dbesi0.f f/dbesi1.f f/dbesj0.f f/dbesj1.f f/dbesk0.f f/dbesk1.f f/dbesy0.f f/dbesy1.f /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ chmod -R go-w /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ chmod -R a+rX /usr/src/tmp/bessel-buildroot/usr/share/doc/libbessel-devel-1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nWtfWt
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.vkqMfg
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libbessel = 1-alt1, /usr/lib/libbessel-f.so.0, /usr/lib/libbessel.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GqYSU0
Processing files: libbessel-debuginfo-1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.48uKm0
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ikQJKl
find-requires: running scripts (debuginfo)
Provides: debug(libbessel-f.so.0), debug(libbessel.so.0)
Requires: libbessel = 1-alt1, debug(libc.so.6), debug(libm.so.6)
Removing 2 extra deps from libbessel-devel due to dependency on libbessel
Wrote: /usr/src/RPM/RPMS/i586/libbessel-1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libbessel-devel-1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libbessel-debuginfo-1-alt1.i586.rpm (w2.lzdio)
1.28user 0.77system 0:09.36elapsed 21%CPU (0avgtext+0avgdata 27140maxresident)k
0inputs+0outputs (0major+274560minor)pagefaults 0swaps
/.out/libbessel-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Free
/.out/libbessel-devel-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Free
/.out/libbessel-debuginfo-1-alt1.i586.rpm: license not found in '/usr/share/license' directory: Free
1.81user 1.13system 0:15.17elapsed 19%CPU (0avgtext+0avgdata 108540maxresident)k
0inputs+0outputs (32338major+168800minor)pagefaults 0swaps
--- libbessel-1-alt1.i586.rpm.repo	2014-09-19 12:28:11.000000000 +0000
+++ libbessel-1-alt1.i586.rpm.hasher	2023-04-08 05:34:29.914857882 +0000
@@ -4,4 +4,7 @@
 /usr/share/doc/libbessel-1/readme.txt	100644	root:root	
+Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libm.so.6(GLIBC_2.0)  
 Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: rtld(GNU_HASH)  
@@ -9,8 +12,8 @@
 Provides: libbessel-f.so.0 = set:hdzhQlYtLLs6w0Ppmphy0
-Provides: libbessel.so.0 = set:hdni50N5A3pSBVVvx16
+Provides: libbessel.so.0 = set:gcKALOFefY74EgKNi1
 Provides: libbessel = 1-alt1
-File: /usr/lib/libbessel-f.so.0	100644	root:root	60bc22ff36a2dbf56e82eb0bca7c5077	
-File: /usr/lib/libbessel.so.0	100644	root:root	401531e374d14f4b2eed2c3d0f920062	
+File: /usr/lib/libbessel-f.so.0	100644	root:root	a158f5165578306d763aabc4f233701b	
+File: /usr/lib/libbessel.so.0	100644	root:root	6c276441460b2c21cbe15a764d80cbf4	
 File: /usr/share/doc/libbessel-1	40755	root:root		
 File: /usr/share/doc/libbessel-1/readme.txt	100644	root:root	10b3a495f9afc0a78535195eba6b4fc6	
-RPMIdentity: b20e85fabb84b93c22a7d67f5e8717a0dd9a45d2d93c869c49b71bafa1e7b8683d9a2c24855301d6219ba8a9d5b414ae5bed6742e2dbfffd8466876b089646e8
+RPMIdentity: 057ec0110c0a6d86e1c4a09824335ac336e2ff7b365f78801bc76412d3cb5a09580fa9a10eb0b01d101289cd52890ba73d485d5148237323b4261ede8a63fa1f
--- libbessel-debuginfo-1-alt1.i586.rpm.repo	2014-09-19 12:28:11.000000000 +0000
+++ libbessel-debuginfo-1-alt1.i586.rpm.hasher	2023-04-08 05:34:30.052859559 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/87	40755	root:root	
-/usr/lib/debug/.build-id/87/a93cbbc4c89a611bf97d40853582a33ec7ddc2	120777	root:root	../../../libbessel-f.so.0
-/usr/lib/debug/.build-id/87/a93cbbc4c89a611bf97d40853582a33ec7ddc2.debug	120777	root:root	../../usr/lib/libbessel-f.so.0.debug
-/usr/lib/debug/.build-id/ab	40755	root:root	
-/usr/lib/debug/.build-id/ab/251b91cfdc7a0d4c634a816b5164ba4d6a153f	120777	root:root	../../../libbessel.so.0
-/usr/lib/debug/.build-id/ab/251b91cfdc7a0d4c634a816b5164ba4d6a153f.debug	120777	root:root	../../usr/lib/libbessel.so.0.debug
+/usr/lib/debug/.build-id/84	40755	root:root	
+/usr/lib/debug/.build-id/84/8669878f5bbd132898094f55e66cb1a239d3f8	120777	root:root	../../../libbessel.so.0
+/usr/lib/debug/.build-id/84/8669878f5bbd132898094f55e66cb1a239d3f8.debug	120777	root:root	../../usr/lib/libbessel.so.0.debug
+/usr/lib/debug/.build-id/8d	40755	root:root	
+/usr/lib/debug/.build-id/8d/412f3cc45af40255d349111749432be1f31e48	120777	root:root	../../../libbessel-f.so.0
+/usr/lib/debug/.build-id/8d/412f3cc45af40255d349111749432be1f31e48.debug	120777	root:root	../../usr/lib/libbessel-f.so.0.debug
 /usr/lib/debug/usr/lib/libbessel-f.so.0.debug	100644	root:root	
@@ -28,2 +28,3 @@
 Requires: libbessel = 1-alt1
+Requires: debug(libc.so.6)  
 Requires: debug(libm.so.6)  
@@ -33,10 +34,10 @@
 Provides: libbessel-debuginfo = 1-alt1
-File: /usr/lib/debug/.build-id/87	40755	root:root		
-File: /usr/lib/debug/.build-id/87/a93cbbc4c89a611bf97d40853582a33ec7ddc2	120777	root:root		../../../libbessel-f.so.0
-File: /usr/lib/debug/.build-id/87/a93cbbc4c89a611bf97d40853582a33ec7ddc2.debug	120777	root:root		../../usr/lib/libbessel-f.so.0.debug
-File: /usr/lib/debug/.build-id/ab	40755	root:root		
-File: /usr/lib/debug/.build-id/ab/251b91cfdc7a0d4c634a816b5164ba4d6a153f	120777	root:root		../../../libbessel.so.0
-File: /usr/lib/debug/.build-id/ab/251b91cfdc7a0d4c634a816b5164ba4d6a153f.debug	120777	root:root		../../usr/lib/libbessel.so.0.debug
-File: /usr/lib/debug/usr/lib/libbessel-f.so.0.debug	100644	root:root	a76dfa1b88c24c7e785172dd5355304d	
-File: /usr/lib/debug/usr/lib/libbessel.so.0.debug	100644	root:root	0377d3fe1aa2769143791df799710cfb	
+File: /usr/lib/debug/.build-id/84	40755	root:root		
+File: /usr/lib/debug/.build-id/84/8669878f5bbd132898094f55e66cb1a239d3f8	120777	root:root		../../../libbessel.so.0
+File: /usr/lib/debug/.build-id/84/8669878f5bbd132898094f55e66cb1a239d3f8.debug	120777	root:root		../../usr/lib/libbessel.so.0.debug
+File: /usr/lib/debug/.build-id/8d	40755	root:root		
+File: /usr/lib/debug/.build-id/8d/412f3cc45af40255d349111749432be1f31e48	120777	root:root		../../../libbessel-f.so.0
+File: /usr/lib/debug/.build-id/8d/412f3cc45af40255d349111749432be1f31e48.debug	120777	root:root		../../usr/lib/libbessel-f.so.0.debug
+File: /usr/lib/debug/usr/lib/libbessel-f.so.0.debug	100644	root:root	518e1b6572781f0bd9eea4aa9f73fb55	
+File: /usr/lib/debug/usr/lib/libbessel.so.0.debug	100644	root:root	9537596b5207360109a067b854288962	
 File: /usr/src/debug/bessel-1	40755	root:root		
@@ -60,2 +61,2 @@
 File: /usr/src/debug/bessel-1/f/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: 1b1977ccedf30946bec0b6500801c5ebda5bcc140dca93d1100a7886dcd7b403e137f7caeb7d48db8a4e4c118a6804c4bb5a09cb54d642e0adfa6c5f4232e848
+RPMIdentity: 20198695e5502351cd7cdd7158cc0e990ee3999c32945edfbff54c5fcbdfe15269fcf4227a54f80a1937de4ad899860fb1f2d71e016a0bad3194e64e2643c91d
--- libbessel-devel-1-alt1.i586.rpm.repo	2014-09-19 12:28:11.000000000 +0000
+++ libbessel-devel-1-alt1.i586.rpm.hasher	2023-04-08 05:34:30.110860263 +0000
@@ -43,2 +43,2 @@
 File: /usr/share/doc/libbessel-devel-1/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: 64a4b3b580ba9afce6ec005f33725f6310e25b840d12e6b4313625208ab87c246859a5f19132f6fcc244e3af87b28eb371c135e1f17db9b992c4189ee13f906e
+RPMIdentity: 5c2572270103ae1bc7a56ca45f46ba632c804bd83e0587faf8abc8ba9947893fa71309bef17dab9db1ffe95e32ebabc0518bee1f81b08aa75510b3d1bdd87680