<86>Jul 28 06:09:08 userdel[2467194]: delete user 'rooter'
<86>Jul 28 06:09:08 userdel[2467194]: removed group 'rooter' owned by 'rooter'
<86>Jul 28 06:09:08 userdel[2467194]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul 28 06:09:08 groupadd[2467245]: group added to /etc/group: name=rooter, GID=1802
<86>Jul 28 06:09:08 groupadd[2467245]: group added to /etc/gshadow: name=rooter
<86>Jul 28 06:09:08 groupadd[2467245]: new group: name=rooter, GID=1802
<86>Jul 28 06:09:08 useradd[2467279]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none
<86>Jul 28 06:09:08 userdel[2467323]: delete user 'builder'
<86>Jul 28 06:09:08 userdel[2467323]: removed group 'builder' owned by 'builder'
<86>Jul 28 06:09:08 userdel[2467323]: removed shadow group 'builder' owned by 'builder'
<86>Jul 28 06:09:08 groupadd[2467361]: group added to /etc/group: name=builder, GID=1803
<86>Jul 28 06:09:08 groupadd[2467361]: group added to /etc/gshadow: name=builder
<86>Jul 28 06:09:08 groupadd[2467361]: new group: name=builder, GID=1803
<86>Jul 28 06:09:08 useradd[2467386]: new user: name=builder, UID=1803, GID=1803, 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>Jul 28 06:09:11 rpmi: libquadmath0-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed
<13>Jul 28 06:09:11 rpmi: libquadmath13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed
<13>Jul 28 06:09:11 rpmi: libgfortran5-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed
<13>Jul 28 06:09:11 rpmi: gcc-fortran-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed
<13>Jul 28 06:09:11 rpmi: libgfortran13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed
<13>Jul 28 06:09:12 rpmi: gcc13-fortran-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed
<13>Jul 28 06:09:12 rpmi: gcc-fortran-13-alt1 sisyphus+323337.300.1.1 1687267966 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.58893
+ 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.58893
+ 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.3415
+ 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:/usr/bin:/bin:/usr/local/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)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/bessel-buildroot
Processing files: libbessel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3415
+ 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.zRwo6z
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.DhdYJ5
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
lib.req: WARNING: /usr/src/tmp/bessel-buildroot/usr/lib64/libbessel-f.so.0: overlinked libraries: /lib64/libgcc_s.so.1
Provides: libbessel-f.so.0()(64bit) = set:hdzhQlYtLLs6w0Ppmphy0, libbessel.so.0()(64bit) = set:gcKALOFefY74EgKNi1
Requires: libc.so.6(GLIBC_2.2.5)(64bit), libgcc_s.so.1()(64bit), 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.Rjoisi
Creating libbessel-debuginfo package
Processing files: libbessel-devel-1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98764
+ 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.yvsXOt
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.Bxpuiw
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.8uVdWM
Processing files: libbessel-debuginfo-1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KyVsKb
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vXBz8F
find-requires: running scripts (debuginfo)
Provides: debug64(libbessel-f.so.0), debug64(libbessel.so.0)
Requires: libbessel = 1-alt1, debug64(libc.so.6), debug64(libgcc_s.so.1), 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)
1.06user 1.33system 0:09.27elapsed 25%CPU (0avgtext+0avgdata 33368maxresident)k
0inputs+0outputs (0major+311000minor)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
3.38user 2.39system 0:18.63elapsed 30%CPU (0avgtext+0avgdata 134284maxresident)k
22808inputs+0outputs (0major+192580minor)pagefaults 0swaps
--- libbessel-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-1-alt1.x86_64.rpm.hasher	2024-07-28 06:09:23.715055667 +0000
@@ -4,3 +4,6 @@
 /usr/share/doc/libbessel-1/readme.txt	100644	root:root	
+Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libgcc_s.so.1()(64bit)  
 Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libm.so.6(GLIBC_2.29)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -8,8 +11,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	454a6d6f51f213a5cf3404a07343d306	
+File: /usr/lib64/libbessel.so.0	100644	root:root	6822d9cd63de8f32170403e3dc11353c	
 File: /usr/share/doc/libbessel-1	40755	root:root		
 File: /usr/share/doc/libbessel-1/readme.txt	100644	root:root	10b3a495f9afc0a78535195eba6b4fc6	
-RPMIdentity: 42bc15c5a95a91cdfc6270dc1b81be37e8931df68e1e0910393774d64751669078d98e622c2de2e26723904d7ff8e103f2c1212f2ab746226043e76642cfe705
+RPMIdentity: e19c60a8c0f392aaedb7ac59c323296f6869a25bd6f79401a46278d490d2fb345f4403c6a05e9e28b8b3b066e72f662b828171931987afb2cb5e1d64eacf7b4d
--- libbessel-debuginfo-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-debuginfo-1-alt1.x86_64.rpm.hasher	2024-07-28 06:09:23.774056612 +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/00	40755	root:root	
+/usr/lib/debug/.build-id/00/3bbfb9b99ead5413bd69c8692118cd0e76c29f	120777	root:root	../../../../lib64/libbessel-f.so.0
+/usr/lib/debug/.build-id/00/3bbfb9b99ead5413bd69c8692118cd0e76c29f.debug	120777	root:root	../../usr/lib64/libbessel-f.so.0.debug
+/usr/lib/debug/.build-id/0a	40755	root:root	
+/usr/lib/debug/.build-id/0a/5c0c4ca03e935b4d048a0861f8c528045f7fa0	120777	root:root	../../../../lib64/libbessel.so.0
+/usr/lib/debug/.build-id/0a/5c0c4ca03e935b4d048a0861f8c528045f7fa0.debug	120777	root:root	../../usr/lib64/libbessel.so.0.debug
 /usr/lib/debug/usr/lib64/libbessel-f.so.0.debug	100644	root:root	
@@ -28,2 +28,4 @@
 Requires: libbessel = 1-alt1
+Requires: debug64(libc.so.6)  
+Requires: debug64(libgcc_s.so.1)  
 Requires: debug64(libm.so.6)  
@@ -33,10 +35,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/00	40755	root:root		
+File: /usr/lib/debug/.build-id/00/3bbfb9b99ead5413bd69c8692118cd0e76c29f	120777	root:root		../../../../lib64/libbessel-f.so.0
+File: /usr/lib/debug/.build-id/00/3bbfb9b99ead5413bd69c8692118cd0e76c29f.debug	120777	root:root		../../usr/lib64/libbessel-f.so.0.debug
+File: /usr/lib/debug/.build-id/0a	40755	root:root		
+File: /usr/lib/debug/.build-id/0a/5c0c4ca03e935b4d048a0861f8c528045f7fa0	120777	root:root		../../../../lib64/libbessel.so.0
+File: /usr/lib/debug/.build-id/0a/5c0c4ca03e935b4d048a0861f8c528045f7fa0.debug	120777	root:root		../../usr/lib64/libbessel.so.0.debug
+File: /usr/lib/debug/usr/lib64/libbessel-f.so.0.debug	100644	root:root	4aa185b4dfc40ab9c1e97cad8b62cac5	
+File: /usr/lib/debug/usr/lib64/libbessel.so.0.debug	100644	root:root	7395379170a872fcb419851ba391eba5	
 File: /usr/src/debug/bessel-1	40755	root:root		
@@ -60,2 +62,2 @@
 File: /usr/src/debug/bessel-1/f/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: c8944ae1500e002c9b145f53a541458711199234fb2d124beacbb4b87f07b05ba378220993d88187da5778aca4caed88c41356cdad6c7d3f3fab93495cb69082
+RPMIdentity: ba5d5099e62e6e53469c5491e495567ffe8ef89be67c7d9d7c4dbb1ea8c30d3bac140a56f418679594671f0dd0f048c9170efa2f28f597183aa533f8c98fd907
--- libbessel-devel-1-alt1.x86_64.rpm.repo	2014-09-19 12:28:10.000000000 +0000
+++ libbessel-devel-1-alt1.x86_64.rpm.hasher	2024-07-28 06:09:23.838057636 +0000
@@ -43,2 +43,2 @@
 File: /usr/share/doc/libbessel-devel-1/dbesy1.f	100644	root:root	ee08fe965fd66ef7aa96b4c5408bda15	
-RPMIdentity: 17f1b0ccf0d4344b0cb728494f55801c505308c17dfac0ebd817bd7f4b55904ceb91f7c035622ea2f5bb9790d3316dd7cfa7f0b7cd8965e111e9264534bc1ee4
+RPMIdentity: 8551b1b9d0d46aa70bd3cf9c43203d83f6baebbce5155053d60336172e716ecd67920c898dc13f31fcd196d39b2dc6d9228c9db55e4e0fb0c79f7ef225da2ba8