<86>May 25 01:10:58 userdel[3921911]: delete user 'rooter'
<86>May 25 01:10:58 userdel[3921911]: removed group 'rooter' owned by 'rooter'
<86>May 25 01:10:58 userdel[3921911]: removed shadow group 'rooter' owned by 'rooter'
<86>May 25 01:10:58 groupadd[3921993]: group added to /etc/group: name=rooter, GID=1799
<86>May 25 01:10:58 groupadd[3921993]: group added to /etc/gshadow: name=rooter
<86>May 25 01:10:58 groupadd[3921993]: new group: name=rooter, GID=1799
<86>May 25 01:10:58 useradd[3922046]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none
<86>May 25 01:10:58 userdel[3922145]: delete user 'builder'
<86>May 25 01:10:58 userdel[3922145]: removed group 'builder' owned by 'builder'
<86>May 25 01:10:58 userdel[3922145]: removed shadow group 'builder' owned by 'builder'
<86>May 25 01:10:58 groupadd[3922212]: group added to /etc/group: name=builder, GID=1800
<86>May 25 01:10:58 groupadd[3922212]: group added to /etc/gshadow: name=builder
<86>May 25 01:10:58 groupadd[3922212]: new group: name=builder, GID=1800
<86>May 25 01:10:58 useradd[3922246]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/bessel-1-alt1.src.rpm: license not found in '/usr/share/license' directory: Free
<13>May 25 01:10:59 rpmi: libquadmath0-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed
<13>May 25 01:10:59 rpmi: libquadmath12-devel-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed
<13>May 25 01:10:59 rpmi: libgfortran5-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed
<13>May 25 01:10:59 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed
<13>May 25 01:10:59 rpmi: libgfortran12-devel-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed
<13>May 25 01:11:00 rpmi: gcc12-fortran-12.2.1-alt2 sisyphus+317777.100.2.2 1682562822 installed
<13>May 25 01:11:00 rpmi: gcc-fortran-12-alt1 sisyphus+300988.300.1.1 1654033053 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/bessel-1-alt1.nosrc.rpm (w1.gzdio)
Installing bessel-1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.22078
+ 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.22078
+ 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 -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 -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.22078
+ 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/lib64
+ for i in lib*.so
+ install -m644 libbessel-f.so.0 /usr/src/tmp/bessel-buildroot/usr/lib64/
+ ln -s libbessel-f.so.0 /usr/src/tmp/bessel-buildroot/usr/lib64/libbessel-f.so
+ for i in lib*.so
+ install -m644 libbessel.so.0 /usr/src/tmp/bessel-buildroot/usr/lib64/
+ ln -s libbessel.so.0 /usr/src/tmp/bessel-buildroot/usr/lib64/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/lib64: (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.22078
+ 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.0BJF5c
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/bessel-buildroot/usr/lib64/libbessel-f.so.0: 9 symbols, 14 bpp
lib.prov: /usr/src/tmp/bessel-buildroot/usr/lib64/libbessel.so.0: 8 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mELJdr
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()(64bit) = set:hdzhQlYtLLs6w0Ppmphy0, libbessel.so.0()(64bit) = set:gcKALOFefY74EgKNi1
Requires: libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iqRzhp
Creating libbessel-debuginfo package
Processing files: libbessel-devel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52056
+ 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.OJbRgz
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.LpPDJD
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/lib64/libbessel-f.so.0, /usr/lib64/libbessel.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3uQ1t8
Processing files: libbessel-debuginfo-1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5hldva
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wX6Sj0
find-requires: running scripts (debuginfo)
Provides: debug64(libbessel-f.so.0), debug64(libbessel.so.0)
Requires: libbessel = 1-alt1, debug64(libm.so.6)
Removing 2 extra deps from libbessel-devel due to dependency on libbessel
Wrote: /usr/src/RPM/RPMS/x86_64/libbessel-1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libbessel-devel-1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libbessel-debuginfo-1-alt1.x86_64.rpm (w2.lzdio)
0.93user 0.82system 0:09.12elapsed 19%CPU (0avgtext+0avgdata 32980maxresident)k
0inputs+0outputs (0major+291793minor)pagefaults 0swaps
/.out/libbessel-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Free
/.out/libbessel-devel-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Free
/.out/libbessel-debuginfo-1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Free
1.68user 1.06system 0:14.22elapsed 19%CPU (0avgtext+0avgdata 110692maxresident)k
0inputs+0outputs (0major+188032minor)pagefaults 0swaps
--- libbessel-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-1-alt1.x86_64.rpm.hasher	2023-05-25 01:11:10.882077965 +0000
@@ -5,2 +5,3 @@
 Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libm.so.6(GLIBC_2.29)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -8,8 +9,8 @@
 Provides: libbessel-f.so.0()(64bit) = set:hdzhQlYtLLs6w0Ppmphy0
-Provides: libbessel.so.0()(64bit) = set:hdni50N5A3pSBVVvx16
+Provides: libbessel.so.0()(64bit) = set:gcKALOFefY74EgKNi1
 Provides: libbessel = 1-alt1
-File: /usr/lib64/libbessel-f.so.0	100644	root:root	291edf3755b29f88e5cc78927a3dfa79	
-File: /usr/lib64/libbessel.so.0	100644	root:root	0b5be1f9639863409c102e1f69adfdfd	
+File: /usr/lib64/libbessel-f.so.0	100644	root:root	3bd0a8d848502c59eda73925e93f1d72	
+File: /usr/lib64/libbessel.so.0	100644	root:root	0be20d939d5e03964fb50e799431896f	
 File: /usr/share/doc/libbessel-1	40755	root:root		
 File: /usr/share/doc/libbessel-1/readme.txt	100644	root:root	10b3a495f9afc0a78535195eba6b4fc6	
-RPMIdentity: 42bc15c5a95a91cdfc6270dc1b81be37e8931df68e1e0910393774d64751669078d98e622c2de2e26723904d7ff8e103f2c1212f2ab746226043e76642cfe705
+RPMIdentity: a66b0fe32de88e7948bdbfe9895d138bd9fc97f003eee7ce26bb6fb68999e0dd2c7df41df0a9d456b28f30ff348f628b9130dd5e95cc88d64c23caa2c84e4e16
--- libbessel-debuginfo-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-debuginfo-1-alt1.x86_64.rpm.hasher	2023-05-25 01:11:10.942078597 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/90	40755	root:root	
-/usr/lib/debug/.build-id/90/42f96968de2825893d15abf4e51977a57a1219	120777	root:root	../../../../lib64/libbessel-f.so.0
-/usr/lib/debug/.build-id/90/42f96968de2825893d15abf4e51977a57a1219.debug	120777	root:root	../../usr/lib64/libbessel-f.so.0.debug
-/usr/lib/debug/.build-id/c3	40755	root:root	
-/usr/lib/debug/.build-id/c3/8a3c8caab15bbc1a08a5ae052f1333a04f44a2	120777	root:root	../../../../lib64/libbessel.so.0
-/usr/lib/debug/.build-id/c3/8a3c8caab15bbc1a08a5ae052f1333a04f44a2.debug	120777	root:root	../../usr/lib64/libbessel.so.0.debug
+/usr/lib/debug/.build-id/11	40755	root:root	
+/usr/lib/debug/.build-id/11/be3be41bd017e3c9c1d0bdb6d23e7d48737aff	120777	root:root	../../../../lib64/libbessel-f.so.0
+/usr/lib/debug/.build-id/11/be3be41bd017e3c9c1d0bdb6d23e7d48737aff.debug	120777	root:root	../../usr/lib64/libbessel-f.so.0.debug
+/usr/lib/debug/.build-id/39	40755	root:root	
+/usr/lib/debug/.build-id/39/c5581c167f3b319fb3652175194ab685546df4	120777	root:root	../../../../lib64/libbessel.so.0
+/usr/lib/debug/.build-id/39/c5581c167f3b319fb3652175194ab685546df4.debug	120777	root:root	../../usr/lib64/libbessel.so.0.debug
 /usr/lib/debug/usr/lib64/libbessel-f.so.0.debug	100644	root:root	
@@ -33,10 +33,10 @@
 Provides: libbessel-debuginfo = 1-alt1
-File: /usr/lib/debug/.build-id/90	40755	root:root		
-File: /usr/lib/debug/.build-id/90/42f96968de2825893d15abf4e51977a57a1219	120777	root:root		../../../../lib64/libbessel-f.so.0
-File: /usr/lib/debug/.build-id/90/42f96968de2825893d15abf4e51977a57a1219.debug	120777	root:root		../../usr/lib64/libbessel-f.so.0.debug
-File: /usr/lib/debug/.build-id/c3	40755	root:root		
-File: /usr/lib/debug/.build-id/c3/8a3c8caab15bbc1a08a5ae052f1333a04f44a2	120777	root:root		../../../../lib64/libbessel.so.0
-File: /usr/lib/debug/.build-id/c3/8a3c8caab15bbc1a08a5ae052f1333a04f44a2.debug	120777	root:root		../../usr/lib64/libbessel.so.0.debug
-File: /usr/lib/debug/usr/lib64/libbessel-f.so.0.debug	100644	root:root	6568da52111d78702ab5d851d878136d	
-File: /usr/lib/debug/usr/lib64/libbessel.so.0.debug	100644	root:root	71c1b7313f0ceedc8ea6d1929f327eca	
+File: /usr/lib/debug/.build-id/11	40755	root:root		
+File: /usr/lib/debug/.build-id/11/be3be41bd017e3c9c1d0bdb6d23e7d48737aff	120777	root:root		../../../../lib64/libbessel-f.so.0
+File: /usr/lib/debug/.build-id/11/be3be41bd017e3c9c1d0bdb6d23e7d48737aff.debug	120777	root:root		../../usr/lib64/libbessel-f.so.0.debug
+File: /usr/lib/debug/.build-id/39	40755	root:root		
+File: /usr/lib/debug/.build-id/39/c5581c167f3b319fb3652175194ab685546df4	120777	root:root		../../../../lib64/libbessel.so.0
+File: /usr/lib/debug/.build-id/39/c5581c167f3b319fb3652175194ab685546df4.debug	120777	root:root		../../usr/lib64/libbessel.so.0.debug
+File: /usr/lib/debug/usr/lib64/libbessel-f.so.0.debug	100644	root:root	902cdb189a57328589b42f6ddd7a44dc	
+File: /usr/lib/debug/usr/lib64/libbessel.so.0.debug	100644	root:root	6d95a722cea5f6e516c8f7d9060a6d80	
 File: /usr/src/debug/bessel-1	40755	root:root		
@@ -60,2 +60,2 @@
 File: /usr/src/debug/bessel-1/f/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: c8944ae1500e002c9b145f53a541458711199234fb2d124beacbb4b87f07b05ba378220993d88187da5778aca4caed88c41356cdad6c7d3f3fab93495cb69082
+RPMIdentity: 25850df1879a3ef3ae935cea8e204983be4c34f4f0865bdf00fd857cb40c6c52f2032279725728411f4e1eabc379203e4eea6c8fb782cf2b71a148f2eb6cba97
--- libbessel-devel-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-devel-1-alt1.x86_64.rpm.hasher	2023-05-25 01:11:11.016079378 +0000
@@ -43,2 +43,2 @@
 File: /usr/share/doc/libbessel-devel-1/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: 17f1b0ccf0d4344b0cb728494f55801c505308c17dfac0ebd817bd7f4b55904ceb91f7c035622ea2f5bb9790d3316dd7cfa7f0b7cd8965e111e9264534bc1ee4
+RPMIdentity: 8551b1b9d0d46aa70bd3cf9c43203d83f6baebbce5155053d60336172e716ecd67920c898dc13f31fcd196d39b2dc6d9228c9db55e4e0fb0c79f7ef225da2ba8