<86>Nov 24 02:28:50 userdel[37750]: delete user 'rooter'
<86>Nov 24 02:28:50 userdel[37750]: removed group 'rooter' owned by 'rooter'
<86>Nov 24 02:28:50 userdel[37750]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 24 02:28:50 groupadd[37827]: group added to /etc/group: name=rooter, GID=651
<86>Nov 24 02:28:50 groupadd[37827]: group added to /etc/gshadow: name=rooter
<86>Nov 24 02:28:50 groupadd[37827]: new group: name=rooter, GID=651
<86>Nov 24 02:28:50 useradd[37839]: new user: name=rooter, UID=651, GID=651, home=/root, shell=/bin/bash
<86>Nov 24 02:28:50 userdel[37922]: delete user 'builder'
<86>Nov 24 02:28:50 userdel[37922]: removed group 'builder' owned by 'builder'
<86>Nov 24 02:28:50 userdel[37922]: removed shadow group 'builder' owned by 'builder'
<86>Nov 24 02:28:50 groupadd[37989]: group added to /etc/group: name=builder, GID=652
<86>Nov 24 02:28:50 groupadd[37989]: group added to /etc/gshadow: name=builder
<86>Nov 24 02:28:50 groupadd[37989]: new group: name=builder, GID=652
<86>Nov 24 02:28:50 useradd[38002]: new user: name=builder, UID=652, GID=652, home=/usr/src, shell=/bin/bash
<13>Nov 24 02:28:57 rpmi: libsnappy-1.1.7-alt1 sisyphus+227320.100.1.3 1555618688 installed
<13>Nov 24 02:28:57 rpmi: libpopt-devel-1:1.16-alt1 1500322984 installed
<13>Nov 24 02:28:57 rpmi: libp11-kit-0.23.15-alt1 sisyphus+226408.100.2.1 1554288187 installed
<13>Nov 24 02:28:57 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed
<13>Nov 24 02:28:57 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Nov 24 02:28:57 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Nov 24 02:28:57 rpmi: ca-certificates-2019.10.28-alt1 p9+240634.100.1.1 1573575926 installed
<13>Nov 24 02:28:57 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed
<13>Nov 24 02:28:57 rpmi: p11-kit-trust-0.23.15-alt1 sisyphus+226408.100.2.1 1554288187 installed
<13>Nov 24 02:28:57 rpmi: libcrypto1.1-1.1.1d-alt1.1 p9+237853.200.3.1 1569251778 installed
<13>Nov 24 02:28:57 rpmi: libssl1.1-1.1.1d-alt1.1 p9+237853.200.3.1 1569251778 installed
<13>Nov 24 02:28:57 rpmi: libssl-devel-1.1.1d-alt1.1 p9+237853.200.3.1 1569251778 installed
<13>Nov 24 02:28:57 rpmi: librpm-devel-4.13.0.1-alt13 p9+238696.200.1.1 1570226897 installed
<13>Nov 24 02:28:57 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+227320.100.1.3 1555618688 installed
<13>Nov 24 02:28:57 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/rpmhdrcache-0.3.1-alt1.nosrc.rpm
Installing rpmhdrcache-0.3.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3804
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf rpmhdrcache-0.3.1
+ echo 'Source #0 (rpmhdrcache-0.3.1.tar):'
Source #0 (rpmhdrcache-0.3.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/rpmhdrcache-0.3.1.tar
+ cd rpmhdrcache-0.3.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3804
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd rpmhdrcache-0.3.1
+ gcc -shared -fPIC -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -o libqacache.so.0 -Wl,-soname,libqacache.so.0 cache.c -ldb -lcrypto -lsnappy -Wl,-z,defs
cache.c: In function 'cache_get':
cache.c:387:38: warning: passing argument 1 of 'snappy_uncompressed_length' from incompatible pointer type [-Wincompatible-pointer-types]
  if (snappy_uncompressed_length(vent + 1, csize, &usize)) {
                                 ~~~~~^~~
In file included from cache.c:261:
/usr/include/snappy-c.h:120:54: note: expected 'const char *' but argument is of type 'struct cache_ent *'
 snappy_status snappy_uncompressed_length(const char* compressed,
                                          ~~~~~~~~~~~~^~~~~~~~~~
cache.c:396:33: warning: passing argument 1 of 'snappy_uncompress' from incompatible pointer type [-Wincompatible-pointer-types]
      if (snappy_uncompress(vent + 1, csize, *valp, &usize)) {
                            ~~~~~^~~
In file included from cache.c:261:
/usr/include/snappy-c.h:103:45: note: expected 'const char *' but argument is of type 'struct cache_ent *'
 snappy_status snappy_uncompress(const char* compressed,
                                 ~~~~~~~~~~~~^~~~~~~~~~
cache.c:405:49: warning: passing argument 1 of 'snappy_validate_compressed_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
      if (snappy_validate_compressed_buffer(vent + 1, csize)) {
                                            ~~~~~^~~
In file included from cache.c:261:
/usr/include/snappy-c.h:131:61: note: expected 'const char *' but argument is of type 'struct cache_ent *'
 snappy_status snappy_validate_compressed_buffer(const char* compressed,
                                                 ~~~~~~~~~~~~^~~~~~~~~~
cache.c: In function 'cache_put':
cache.c:457:44: warning: passing argument 3 of 'snappy_compress' from incompatible pointer type [-Wincompatible-pointer-types]
     if (snappy_compress(val, valsize, vent + 1, &csize)) {
                                       ~~~~~^~~
In file included from cache.c:261:
/usr/include/snappy-c.h:73:37: note: expected 'char *' but argument is of type 'struct cache_ent *'
                               char* compressed,
                               ~~~~~~^~~~~~~~~~
+ gcc -shared -fPIC -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -o rpmhdrcache.so preload.c hdrcache.c -Wl,--no-as-needed -lrpmio -lrpm -Wl,--as-needed -ldl libqacache.so.0 -Wl,-z,defs
+ gcc -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -o qacache-clean clean.c libqacache.so.0
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.24867
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/rpmhdrcache-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/rpmhdrcache-buildroot
+ cd rpmhdrcache-0.3.1
+ install -pD -m644 cache.h /usr/src/tmp/rpmhdrcache-buildroot/usr/include/qa/cache.h
+ install -pD -m644 libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/libqacache.so.0
+ ln -s libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/libqacache.so
+ install -pD -m644 rpmhdrcache.so /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/rpmhdrcache.so
+ install -pD -m755 qacache-clean /usr/src/tmp/rpmhdrcache-buildroot/usr/bin/qacache-clean
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/rpmhdrcache-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/rpmhdrcache-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/rpmhdrcache-buildroot/ (default)
Compressing files in /usr/src/tmp/rpmhdrcache-buildroot (auto)
Adjusting library links in /usr/src/tmp/rpmhdrcache-buildroot
./usr/lib64:
	libqacache.so.0 -> libqacache.so.0
Verifying ELF objects in /usr/src/tmp/rpmhdrcache-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: rpmhdrcache-0.3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lEKwXB
find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/rpmhdrcache.so: 4 symbols, 12 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cwgVJ3
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: rpmhdrcache.so()(64bit) = set:fcK2F9DOf1
Requires: libqacache = 0.3.1-alt1, ld-linux-x86-64.so.2()(64bit) >= set:ihidc, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libqacache.so.0()(64bit) >= set:gdiBUeJnUn1, librpm.so.7()(64bit) >= set:mjsAnlj8cN75rO0, librpmio.so.7()(64bit) >= set:lkz1N, 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.5IGYeC
Creating rpmhdrcache-debuginfo package
Processing files: libqacache-0.3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IlwdLe
find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/libqacache.so.0: 5 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9PWrCU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: libqacache.so.0()(64bit) = set:gdhSceKjX5Zl1
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypto.so.1.1()(64bit) >= set:qpan4T, libcrypto.so.1.1(OPENSSL_1_1_0)(64bit), libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1, libsnappy.so.1()(64bit) >= set:jgGC2Dfs8POQ446, 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.g6Im5G
Creating libqacache-debuginfo package
Processing files: libqacache-devel-0.3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fwobKx
find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mMaGks
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: libqacache = 0.3.1-alt1, /usr/lib64/libqacache.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R4vRZq
Processing files: rpmhdrcache-debuginfo-0.3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.avctTt
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rQ0nLA
find-requires: running scripts (debuginfo)
Provides: debug64(rpmhdrcache.so)
Requires: rpmhdrcache = 0.3.1-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libdl.so.2), debug64(libqacache.so.0), debug64(librpm.so.7), debug64(librpmio.so.7)
Processing files: libqacache-debuginfo-0.3.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.esbE4K
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zN8t5Y
find-requires: running scripts (debuginfo)
Provides: debug64(libqacache.so.0)
Requires: libqacache = 0.3.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.1.1), debug64(libdb-4.7.so), debug64(libsnappy.so.1)
Adding to rpmhdrcache a strict dependency on libqacache
Adding to rpmhdrcache-debuginfo a strict dependency on rpmhdrcache
Adding to libqacache-devel a strict dependency on libqacache
Adding to libqacache-debuginfo a strict dependency on libqacache
Adding to rpmhdrcache-debuginfo a strict dependency on libqacache-debuginfo
Removing from rpmhdrcache-debuginfo 1 sources provided by libqacache-debuginfo
Removing 1 extra deps from rpmhdrcache due to dependency on libqacache
Removing 1 extra deps from libqacache-devel due to dependency on libqacache
Removing 1 extra deps from rpmhdrcache-debuginfo due to dependency on libqacache-debuginfo
Removing 6 extra deps from rpmhdrcache due to repentancy on libqacache
Removing 1 extra deps from rpmhdrcache-debuginfo due to repentancy on libqacache-debuginfo
Wrote: /usr/src/RPM/RPMS/x86_64/rpmhdrcache-0.3.1-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-0.3.1-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-devel-0.3.1-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/rpmhdrcache-debuginfo-0.3.1-alt1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-debuginfo-0.3.1-alt1.x86_64.rpm
5.86user 1.46system 0:24.73elapsed 29%CPU (0avgtext+0avgdata 36744maxresident)k
0inputs+0outputs (0major+515144minor)pagefaults 0swaps
11.47user 4.10system 0:38.71elapsed 40%CPU (0avgtext+0avgdata 115244maxresident)k
328inputs+0outputs (0major+920127minor)pagefaults 0swaps
--- libqacache-0.3.1-alt1.x86_64.rpm.repo	2019-02-01 12:16:29.000000000 +0000
+++ libqacache-0.3.1-alt1.x86_64.rpm.hasher	2019-11-24 02:29:27.007745215 +0000
@@ -7,3 +7,3 @@
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libcrypto.so.1.1()(64bit) >= set:poan4n
+Requires: libcrypto.so.1.1()(64bit) >= set:qpan4T
 Requires: rpmlib(SetVersions)