<86>Mar 17 01:54:03 userdel[1723132]: delete user 'rooter' <86>Mar 17 01:54:03 userdel[1723132]: removed group 'rooter' owned by 'rooter' <86>Mar 17 01:54:03 userdel[1723132]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 17 01:54:03 groupadd[1723147]: group added to /etc/group: name=rooter, GID=1835 <86>Mar 17 01:54:03 groupadd[1723147]: group added to /etc/gshadow: name=rooter <86>Mar 17 01:54:03 groupadd[1723147]: new group: name=rooter, GID=1835 <86>Mar 17 01:54:03 useradd[1723156]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash <86>Mar 17 01:54:03 userdel[1723169]: delete user 'builder' <86>Mar 17 01:54:03 userdel[1723169]: removed group 'builder' owned by 'builder' <86>Mar 17 01:54:03 userdel[1723169]: removed shadow group 'builder' owned by 'builder' <86>Mar 17 01:54:03 groupadd[1723181]: group added to /etc/group: name=builder, GID=1836 <86>Mar 17 01:54:03 groupadd[1723181]: group added to /etc/gshadow: name=builder <86>Mar 17 01:54:03 groupadd[1723181]: new group: name=builder, GID=1836 <86>Mar 17 01:54:03 useradd[1723191]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash <13>Mar 17 01:54:22 rpmi: libquadmath0-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:22 rpmi: libquadmath10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:22 rpmi: libgfortran5-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:22 rpmi: glibc-devel-static-6:2.32-alt5.p10.2 p10+330909.100.1.1 1696365550 installed <13>Mar 17 01:54:22 rpmi: gcc-fortran-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Mar 17 01:54:22 rpmi: libgfortran10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:23 rpmi: gcc10-fortran-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:23 rpmi: libgfortran10-devel-static-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Mar 17 01:54:23 rpmi: libgfortran-devel-static-10-alt1 sisyphus+263054.200.3.1 1607517515 installed <13>Mar 17 01:54:23 rpmi: gcc-fortran-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/random-20080825-alt3.nosrc.rpm (w1.gzdio) Installing random-20080825-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.78217 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf random-20080825 + echo 'Source #0 (random-20080825.tar.gz):' Source #0 (random-20080825.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/random-20080825.tar.gz + /bin/tar -xf - + cd random-20080825 + /bin/chmod -c -Rf u+rwX,go-w . + install -m644 /usr/src/RPM/SOURCES/BSD-LBNL-License.doc . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78217 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + mkdir orig + cp bcnrand.f90 bcnrandx.f90 memtest.f90 orig/ + mv memtest.f90 bcn_memtest.f90 + cp bcnrand.f90 lbcnrand.f90 + cp bcnrandx.f90 lbcnrandx.f90 + sed -i -e '56,$d' bcnrand.f90 + sed -i -e '89,$d' bcnrandx.f90 + sed -i -e '123,$d' lbcnrandx.f90 + sed -i -e 1,93d lbcnrandx.f90 + sed -i -e 123rlbcnrandx.f90 lbcnrand.f90 + rm -f lbcnrandx.f90 + sed -i -e 1,61d lbcnrand.f90 + sed -i -e '50,$d' bcn_memtest.f90 + f95 -pipe -frecord-gcc-switches -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -fPIC -DPIC -c bcn_memtest.f90 bcnrand.f90 bcnrandx.f90 lbcnrand.f90 bcn_memtest.f90:27:16: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't1' declared at (1) [-Wunused-variable] bcn_memtest.f90:27:20: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't2' declared at (1) [-Wunused-variable] bcn_memtest.f90:27:24: 27 | real*8 a, aj, t1, t2, t3, x(n), y(n) | 1 Warning: Unused variable 't3' declared at (1) [-Wunused-variable] bcnrand.f90:42:15: 42 | real*8 aa, x(n), tm0, tm1 | 1 Warning: Array 'x' at (1) is larger than limit set by '-fmax-stack-var-size=', moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider using '-frecursive', or increase the '-fmax-stack-var-size=' limit, or change the code to use an ALLOCATABLE array. [-Wsurprising] bcnrandx.f90:40:56: 40 | real*8 aa, bcnrandx, d1, d2, d3, expm2, p3i, r3i, t1, t2, t3, & | 1 Warning: Unused variable 't2' declared at (1) [-Wunused-variable] bcnrandx.f90:40:60: 40 | real*8 aa, bcnrandx, d1, d2, d3, expm2, p3i, r3i, t1, t2, t3, & | 1 Warning: Unused variable 't3' declared at (1) [-Wunused-variable] lbcnrand.f90:98:18: 98 | real*8 am, amr, d1, d2, dd1(2), dd2(2), dd3(2), ddm(2), expm2, p, p1, p3i, & | 1 Warning: Unused variable 'd1' declared at (1) [-Wunused-variable] lbcnrand.f90:97:9: 97 | integer i | 1 Warning: Unused variable 'i' declared at (1) [-Wunused-variable] lbcnrand.f90:14:8: 14 | real*8 a, aa, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, & | 1 Warning: Unused variable 'a' declared at (1) [-Wunused-variable] lbcnrand.f90:13:13: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'ib' declared at (1) [-Wunused-variable] lbcnrand.f90:13:16: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'j' declared at (1) [-Wunused-variable] lbcnrand.f90:13:19: 13 | integer i, ib, j, k, n | 1 Warning: Unused variable 'k' declared at (1) [-Wunused-variable] lbcnrand.f90:76:8: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'a' declared at (1) [-Wunused-variable] lbcnrand.f90:76:12: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'd1' declared at (1) [-Wunused-variable] lbcnrand.f90:76:20: 76 | real*8 a, d1, d2, d3, dd1(2), dd2(2), dd3(2), expm2, p3i, r3i, t53, & | 1 Warning: Unused variable 'd3' declared at (1) [-Wunused-variable] + ar r libbcnrand.a lbcnrand.o ar: creating libbcnrand.a + ranlib libbcnrand.a + for i in libbcnrand + f95 -shared -Wl,--whole-archive libbcnrand.a -Wl,--no-whole-archive -o libbcnrand.so.0.0.0 -Wl,-soname=libbcnrand.so.0 -Wl,-z,defs + ln -s libbcnrand.so.0.0.0 libbcnrand.so.0 + ln -s libbcnrand.so.0 libbcnrand.so + export LD_LIBRARY_PATH=/usr/src/RPM/BUILD/random-20080825 + LD_LIBRARY_PATH=/usr/src/RPM/BUILD/random-20080825 + for i in bcnrand bcnrandx bcn_memtest + f95 bcnrand.o -o bcnrand -L. -lbcnrand + for i in bcnrand bcnrandx bcn_memtest + f95 bcnrandx.o -o bcnrandx -L. -lbcnrand + for i in bcnrand bcnrandx bcn_memtest + f95 bcn_memtest.o -o bcn_memtest -L. -lbcnrand + ./bcnrand bcnrand test program n = 100000000 starting index = 5559060566555623. CPU time = 3.269649 first 10 elements of sequence = 0.384734052280235 0.163140570236979 0.021776022548249 0.164609939547147 0.567863085411560 0.766294758822025 0.916407477520993 0.440060487373777 0.354733639184163 0.652718285729268 final 10 elements of sequence = 0.306289847231771 0.120608746665028 0.905171309451186 0.153272179099456 0.804597011917507 0.395298160617773 0.048509491542479 0.472727797456550 0.937292080370796 0.311884332138933 + echo + ./bcnrandx bcnrandx test program n = 100000000 starting index = 5559060566555623. CPU time = 3.163523 final value = 0.311884332138933 check value = 0.311884332138933 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2669 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/random-buildroot + : + /bin/rm -rf -- /usr/src/tmp/random-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd random-20080825 + install -d /usr/src/tmp/random-buildroot/usr/bin + install -d /usr/src/tmp/random-buildroot/usr/lib64 + install -m755 bcnrand bcnrandx bcn_memtest /usr/src/tmp/random-buildroot/usr/bin + cp -P libbcnrand.a libbcnrand.so libbcnrand.so.0 libbcnrand.so.0.0.0 /usr/src/tmp/random-buildroot/usr/lib64 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/random-buildroot (auto) mode of './usr/lib64/libbcnrand.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/random-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/random-buildroot/ (default) Compressing files in /usr/src/tmp/random-buildroot (auto) Adjusting library links in /usr/src/tmp/random-buildroot ./usr/lib64: (from :0) libbcnrand.so.0 -> libbcnrand.so.0.0.0 Verifying ELF objects in /usr/src/tmp/random-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: random-20080825-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.2669 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + DOCDIR=/usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + export DOCDIR + rm -rf /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + /bin/mkdir -p /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + cp -prL BSD-LBNL-License.doc /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + chmod -R go-w /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + chmod -R a+rX /usr/src/tmp/random-buildroot/usr/share/doc/random-20080825 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ycGuuw 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.GIYl2x 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, libbcnrand.so.0()(64bit) >= set:gdjzZviF8jTz1, libc.so.6(GLIBC_2.2.5)(64bit), libgfortran.so.5()(64bit) >= set:okToq0o2MRPaMhCY7MPJYgjVkWX4ZJBLBq0, libgfortran.so.5(GFORTRAN_8)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.76Irov Creating random-debuginfo package Processing files: librandom-20080825-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18772 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd random-20080825 + DOCDIR=/usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + export DOCDIR + rm -rf /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + /bin/mkdir -p /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + cp -prL orig/bcnrand.f90 orig/bcnrandx.f90 orig/memtest.f90 /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + chmod -R go-w /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + chmod -R a+rX /usr/src/tmp/random-buildroot/usr/share/doc/librandom-20080825 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S044mx find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/random-buildroot/usr/lib64/libbcnrand.so.0: 5 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kOmmxy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libbcnrand.so.0()(64bit) = set:gdjzZviF8jTz1 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgfortran.so.5()(64bit) >= set:omshAY6jhdsD3, libgfortran.so.5(GFORTRAN_8)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YspTVx Creating librandom-debuginfo package Processing files: librandom-devel-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RXHYvy 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.avViPy find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librandom = 20080825-alt3, /usr/lib64/libbcnrand.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JfkDMx Processing files: librandom-devel-static-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0amaew 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.KUExbx find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: librandom-devel = 20080825-alt3, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c1iKhy Processing files: random-debuginfo-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SPH4pv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XBtDOw find-requires: running scripts (debuginfo) Requires: random = 20080825-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libbcnrand.so.0), debug64(libc.so.6), debug64(libgfortran.so.5) Processing files: librandom-debuginfo-20080825-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OGtFEv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fDHaVw find-requires: running scripts (debuginfo) Provides: debug64(libbcnrand.so.0) Requires: librandom = 20080825-alt3, debug64(libc.so.6), debug64(libgfortran.so.5) Adding to random-debuginfo a strict dependency on random Adding to librandom-devel a strict dependency on librandom Adding to librandom-debuginfo a strict dependency on librandom Adding to librandom-devel-static a strict dependency on librandom-devel Adding to random a strict dependency on librandom Adding to random-debuginfo a strict dependency on librandom-debuginfo Removing 1 extra deps from random due to dependency on librandom Removing 1 extra deps from librandom-devel due to dependency on librandom Removing 1 extra deps from random-debuginfo due to dependency on librandom-debuginfo Removing 4 extra deps from random due to repentancy on librandom Removing 2 extra deps from random-debuginfo due to repentancy on librandom-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/random-20080825-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librandom-20080825-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librandom-devel-20080825-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librandom-devel-static-20080825-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/random-debuginfo-20080825-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librandom-debuginfo-20080825-alt3.x86_64.rpm (w2.lzdio) 7.12user 1.57system 0:23.25elapsed 37%CPU (0avgtext+0avgdata 784120maxresident)k 0inputs+0outputs (0major+482983minor)pagefaults 0swaps 3.58user 1.25system 0:46.80elapsed 10%CPU (0avgtext+0avgdata 129512maxresident)k 47184inputs+0outputs (0major+192734minor)pagefaults 0swaps --- librandom-20080825-alt3.x86_64.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-20080825-alt3.x86_64.rpm.hasher 2024-03-17 01:54:48.862773476 +0000 @@ -16,3 +16,3 @@ File: /usr/lib64/libbcnrand.so.0 120777 root:root libbcnrand.so.0.0.0 -File: /usr/lib64/libbcnrand.so.0.0.0 100644 root:root b9c35d80c5e369076140fbc1acb174b6 +File: /usr/lib64/libbcnrand.so.0.0.0 100644 root:root e5b36445facfd49878d86f6cffc05ae8 File: /usr/share/doc/librandom-20080825 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/librandom-20080825/memtest.f90 100644 root:root acaa0b0613db12ca057d76d580243d0c -RPMIdentity: b1b0d42340d290839b00365df0bfec93a861e86f4f32131a1adf2ea91b8ab361ed1a1a7ea59e78d4f6b954b278f91767314586a17da87d5471388e6ad5e850e2 +RPMIdentity: 292e3072b6cae7aff8e25e2d1932a46306127203ffec281480a6218a17fc9c19cc74cff12bca99773c67b79010e7df75e8d01728942a6053e159640208b8b075 --- librandom-debuginfo-20080825-alt3.x86_64.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-debuginfo-20080825-alt3.x86_64.rpm.hasher 2024-03-17 01:54:49.458780162 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d4 40755 root:root -/usr/lib/debug/.build-id/d4/5327a00035c40b96bc8242dafc43ee23745fad 120777 root:root ../../../../lib64/libbcnrand.so.0.0.0 -/usr/lib/debug/.build-id/d4/5327a00035c40b96bc8242dafc43ee23745fad.debug 120777 root:root ../../usr/lib64/libbcnrand.so.0.0.0.debug +/usr/lib/debug/.build-id/cd 40755 root:root +/usr/lib/debug/.build-id/cd/12ad3b4adeefbb4420eee6bd43b21d4eba3299 120777 root:root ../../../../lib64/libbcnrand.so.0.0.0 +/usr/lib/debug/.build-id/cd/12ad3b4adeefbb4420eee6bd43b21d4eba3299.debug 120777 root:root ../../usr/lib64/libbcnrand.so.0.0.0.debug /usr/lib/debug/usr/lib64/libbcnrand.so.0.0.0.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: librandom-debuginfo = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib/debug/.build-id/d4 40755 root:root -File: /usr/lib/debug/.build-id/d4/5327a00035c40b96bc8242dafc43ee23745fad 120777 root:root ../../../../lib64/libbcnrand.so.0.0.0 -File: /usr/lib/debug/.build-id/d4/5327a00035c40b96bc8242dafc43ee23745fad.debug 120777 root:root ../../usr/lib64/libbcnrand.so.0.0.0.debug -File: /usr/lib/debug/usr/lib64/libbcnrand.so.0.0.0.debug 100644 root:root 1849b47bd67c49817e787e8ea5e31e6e +File: /usr/lib/debug/.build-id/cd 40755 root:root +File: /usr/lib/debug/.build-id/cd/12ad3b4adeefbb4420eee6bd43b21d4eba3299 120777 root:root ../../../../lib64/libbcnrand.so.0.0.0 +File: /usr/lib/debug/.build-id/cd/12ad3b4adeefbb4420eee6bd43b21d4eba3299.debug 120777 root:root ../../usr/lib64/libbcnrand.so.0.0.0.debug +File: /usr/lib/debug/usr/lib64/libbcnrand.so.0.0.0.debug 100644 root:root dba7d4dcea611d633b4d84947fbc9579 File: /usr/lib/debug/usr/lib64/libbcnrand.so.0.debug 120777 root:root libbcnrand.so.0.0.0.debug @@ -20,2 +20,2 @@ File: /usr/src/debug/random-20080825/lbcnrand.f90 100644 root:root 643579bf07975632f4907ecc212747f1 -RPMIdentity: 9464126af6c743305945cb416c0f03982dd8c3e2f3c21600d7e94069f930010e4267efe9446eab3aabf8e6a6c9ab613d5fdc5e5e700cb56791ca73068e5d311b +RPMIdentity: bd6e7cc74f22446ccfc436c346418bfced107bd9943501aa2a2abf0d7153c892e9cdd97496b57f64cc9f64573e655dc19737599ca5cd2a649f6fb896699c1939 --- librandom-devel-static-20080825-alt3.x86_64.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ librandom-devel-static-20080825-alt3.x86_64.rpm.hasher 2024-03-17 01:54:49.707782955 +0000 @@ -5,3 +5,3 @@ Provides: librandom-devel-static = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib64/libbcnrand.a 100644 root:root d5adb11fc2116aa9f46a2489fd62c2b4 -RPMIdentity: 7871ce975ae0221df09c968fc335513c74c87cfdeadbaef9248b6b0ef9f7cd25f7d1fbd2a5279100546994b2e1171aa5e8933e6f29952fe75a0912b25d0abf05 +File: /usr/lib64/libbcnrand.a 100644 root:root cfc8e70f8df4deae53b9597ed7e6cc49 +RPMIdentity: 8afe8f0897f166a94a97a042a193ba71df121dd6e6e992fd2e286f8c0cfcb53905e5f8358ed7724403abd675396f79f563df670975b61a18883bb070978e069e --- random-20080825-alt3.x86_64.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ random-20080825-alt3.x86_64.rpm.hasher 2024-03-17 01:54:49.802784020 +0000 @@ -10,7 +10,7 @@ Provides: random = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/bin/bcn_memtest 100755 root:root 014e592e93683fb90eb10be25dc668f0 -File: /usr/bin/bcnrand 100755 root:root d9efe7afa379ab3d070c42bbda3aaccb -File: /usr/bin/bcnrandx 100755 root:root 8757c1a2380cf0b7a2a4d9fae97593ca +File: /usr/bin/bcn_memtest 100755 root:root 74b9fc81cef2a38b4e72bcf348fc00b5 +File: /usr/bin/bcnrand 100755 root:root a9b90206b4467cf98db8c046602a46f9 +File: /usr/bin/bcnrandx 100755 root:root 82a4c97e87045316fc9b591647a9c0d9 File: /usr/share/doc/random-20080825 40755 root:root File: /usr/share/doc/random-20080825/BSD-LBNL-License.doc 100644 root:root 8f2ac823c57a908d278356f439f91e80 -RPMIdentity: 1497eab4d3bbf4f64ffddfdbbaa039b5fb497da2fdfeaf81dc31332fa186fbf9f37d59c71b95d8ca262cbff985468f0e083d9f3f6dd43097e5e53df238e5232c +RPMIdentity: 4e11368b7ab18ec18d41985a77b278d4a4824e1853e497a988bc3309182682e4ef2b3dc32c8421bf5a0512245a3c2a2bfc80d89603a55e5694d88e5c05119427 --- random-debuginfo-20080825-alt3.x86_64.rpm.repo 2019-03-03 22:37:55.000000000 +0000 +++ random-debuginfo-20080825-alt3.x86_64.rpm.hasher 2024-03-17 01:54:49.942785591 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/26 40755 root:root -/usr/lib/debug/.build-id/26/410cd7c850cecaef89c1eec62cc5bd1790455c 120777 root:root ../../../../bin/bcnrand -/usr/lib/debug/.build-id/26/410cd7c850cecaef89c1eec62cc5bd1790455c.debug 120777 root:root ../../usr/bin/bcnrand.debug -/usr/lib/debug/.build-id/70 40755 root:root -/usr/lib/debug/.build-id/70/3a10f1a518b468f4c3ed866eb4a8be0edfa712 120777 root:root ../../../../bin/bcn_memtest -/usr/lib/debug/.build-id/70/3a10f1a518b468f4c3ed866eb4a8be0edfa712.debug 120777 root:root ../../usr/bin/bcn_memtest.debug -/usr/lib/debug/.build-id/78 40755 root:root -/usr/lib/debug/.build-id/78/babc483107f44fe9fad0e91f98d2b0decc57d8 120777 root:root ../../../../bin/bcnrandx -/usr/lib/debug/.build-id/78/babc483107f44fe9fad0e91f98d2b0decc57d8.debug 120777 root:root ../../usr/bin/bcnrandx.debug +/usr/lib/debug/.build-id/88 40755 root:root +/usr/lib/debug/.build-id/88/a49c6c37aee561d89f5b21711fd3f5ee3076f7 120777 root:root ../../../../bin/bcn_memtest +/usr/lib/debug/.build-id/88/a49c6c37aee561d89f5b21711fd3f5ee3076f7.debug 120777 root:root ../../usr/bin/bcn_memtest.debug +/usr/lib/debug/.build-id/b0 40755 root:root +/usr/lib/debug/.build-id/b0/bc6825a70bcb15cebcfa1aacbf2410784c486e 120777 root:root ../../../../bin/bcnrand +/usr/lib/debug/.build-id/b0/bc6825a70bcb15cebcfa1aacbf2410784c486e.debug 120777 root:root ../../usr/bin/bcnrand.debug +/usr/lib/debug/.build-id/fe 40755 root:root +/usr/lib/debug/.build-id/fe/48111aa98f411025a525b802a2739c7f49d09f 120777 root:root ../../../../bin/bcnrandx +/usr/lib/debug/.build-id/fe/48111aa98f411025a525b802a2739c7f49d09f.debug 120777 root:root ../../usr/bin/bcnrandx.debug /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root @@ -21,14 +21,14 @@ Provides: random-debuginfo = 20080825-alt3:sisyphus+223534.100.1.1 -File: /usr/lib/debug/.build-id/26 40755 root:root -File: /usr/lib/debug/.build-id/26/410cd7c850cecaef89c1eec62cc5bd1790455c 120777 root:root ../../../../bin/bcnrand -File: /usr/lib/debug/.build-id/26/410cd7c850cecaef89c1eec62cc5bd1790455c.debug 120777 root:root ../../usr/bin/bcnrand.debug -File: /usr/lib/debug/.build-id/70 40755 root:root -File: /usr/lib/debug/.build-id/70/3a10f1a518b468f4c3ed866eb4a8be0edfa712 120777 root:root ../../../../bin/bcn_memtest -File: /usr/lib/debug/.build-id/70/3a10f1a518b468f4c3ed866eb4a8be0edfa712.debug 120777 root:root ../../usr/bin/bcn_memtest.debug -File: /usr/lib/debug/.build-id/78 40755 root:root -File: /usr/lib/debug/.build-id/78/babc483107f44fe9fad0e91f98d2b0decc57d8 120777 root:root ../../../../bin/bcnrandx -File: /usr/lib/debug/.build-id/78/babc483107f44fe9fad0e91f98d2b0decc57d8.debug 120777 root:root ../../usr/bin/bcnrandx.debug -File: /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root f3de881d865b77c638f911e46efd8d5f -File: /usr/lib/debug/usr/bin/bcnrand.debug 100644 root:root 232d540aeaca68c85a358c9eb55ce6b0 -File: /usr/lib/debug/usr/bin/bcnrandx.debug 100644 root:root 0e457192ebcdc2e4eaee1334f5920d76 +File: /usr/lib/debug/.build-id/88 40755 root:root +File: /usr/lib/debug/.build-id/88/a49c6c37aee561d89f5b21711fd3f5ee3076f7 120777 root:root ../../../../bin/bcn_memtest +File: /usr/lib/debug/.build-id/88/a49c6c37aee561d89f5b21711fd3f5ee3076f7.debug 120777 root:root ../../usr/bin/bcn_memtest.debug +File: /usr/lib/debug/.build-id/b0 40755 root:root +File: /usr/lib/debug/.build-id/b0/bc6825a70bcb15cebcfa1aacbf2410784c486e 120777 root:root ../../../../bin/bcnrand +File: /usr/lib/debug/.build-id/b0/bc6825a70bcb15cebcfa1aacbf2410784c486e.debug 120777 root:root ../../usr/bin/bcnrand.debug +File: /usr/lib/debug/.build-id/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/48111aa98f411025a525b802a2739c7f49d09f 120777 root:root ../../../../bin/bcnrandx +File: /usr/lib/debug/.build-id/fe/48111aa98f411025a525b802a2739c7f49d09f.debug 120777 root:root ../../usr/bin/bcnrandx.debug +File: /usr/lib/debug/usr/bin/bcn_memtest.debug 100644 root:root cb7edae02251787fd014b9cd51cb695d +File: /usr/lib/debug/usr/bin/bcnrand.debug 100644 root:root 80ebad6ce768304d56ad0d0a6e846658 +File: /usr/lib/debug/usr/bin/bcnrandx.debug 100644 root:root 1d5f4177636b15f911ebf6dada22ed3f File: /usr/src/debug/random-20080825 40755 root:root @@ -37,2 +37,2 @@ File: /usr/src/debug/random-20080825/bcnrandx.f90 100644 root:root 2673c5cb7050040844a7b7aae3559b8d -RPMIdentity: 35240683e6cf58ecec4cf5e2a49decb0c959c20cb980d65e5588d6339fcaba63dcd3ca6967e9f32b260c4200acefcc4e75b17f96d6924925908c35734886f681 +RPMIdentity: 56e0d349e83587de46b8fd4432f7a32d0bc5d16d97fa8b41d71fbf703d43a2df6f4198a0084957342d792df61a454beaef6211e7dcf5b1cc76970244a45f59b5