<86>Apr 7 06:41:04 userdel[107924]: delete user 'rooter' <86>Apr 7 06:41:04 userdel[107924]: removed group 'rooter' owned by 'rooter' <86>Apr 7 06:41:04 userdel[107924]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 7 06:41:04 groupadd[107953]: group added to /etc/group: name=rooter, GID=669 <86>Apr 7 06:41:04 groupadd[107953]: group added to /etc/gshadow: name=rooter <86>Apr 7 06:41:04 groupadd[107953]: new group: name=rooter, GID=669 <86>Apr 7 06:41:04 useradd[107974]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Apr 7 06:41:04 userdel[108008]: delete user 'builder' <86>Apr 7 06:41:04 userdel[108008]: removed group 'builder' owned by 'builder' <86>Apr 7 06:41:04 userdel[108008]: removed shadow group 'builder' owned by 'builder' <86>Apr 7 06:41:04 groupadd[108031]: group added to /etc/group: name=builder, GID=670 <86>Apr 7 06:41:04 groupadd[108031]: group added to /etc/gshadow: name=builder <86>Apr 7 06:41:04 groupadd[108031]: new group: name=builder, GID=670 <86>Apr 7 06:41:04 useradd[108051]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash <13>Apr 7 06:41:07 rpmi: libcom_err-1.42.13-alt2 1449075923 installed <13>Apr 7 06:41:07 rpmi: libverto-0.2.6-alt1_6 1455633232 installed <13>Apr 7 06:41:07 rpmi: libverto-devel-0.2.6-alt1_6 1455633232 installed <13>Apr 7 06:41:07 rpmi: libcom_err-devel-1.42.13-alt2 1449075923 installed <13>Apr 7 06:41:07 rpmi: libsnappy-1.1.3-alt1 1450962245 installed <13>Apr 7 06:41:07 rpmi: libpopt-devel-1:1.16-alt0.M80P.1 1501000971 installed <13>Apr 7 06:41:07 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Apr 7 06:41:07 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 7 06:41:07 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766170 installed <13>Apr 7 06:41:07 rpmi: librpm-devel-4.0.4-alt101.M80P.5.2 p8+224974.70.8.1 1553525238 installed <13>Apr 7 06:41:07 rpmi: libsnappy-devel-1.1.3-alt1 1450962245 installed <13>Apr 7 06:41:07 rpmi: libdb4.7-devel-4.7.25-alt8 1342057804 installed <86>Apr 7 06:41:07 groupadd[119687]: group added to /etc/group: name=_keytab, GID=499 <86>Apr 7 06:41:07 groupadd[119687]: group added to /etc/gshadow: name=_keytab <86>Apr 7 06:41:07 groupadd[119687]: new group: name=_keytab, GID=499 <13>Apr 7 06:41:07 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355764 installed <13>Apr 7 06:41:07 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766170 installed <86>Apr 7 06:41:07 groupadd[120030]: group added to /etc/group: name=sasl, GID=498 <86>Apr 7 06:41:07 groupadd[120030]: group added to /etc/gshadow: name=sasl <86>Apr 7 06:41:07 groupadd[120030]: new group: name=sasl, GID=498 <13>Apr 7 06:41:07 rpmi: libsasl2-3-2.1.26-alt7 1479477448 installed <13>Apr 7 06:41:07 rpmi: libldap-2.4.45-alt1.M80P.1 1513980437 installed <13>Apr 7 06:41:08 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355764 installed <13>Apr 7 06:41:08 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355764 installed <13>Apr 7 06:41:08 rpmi: libssl-devel-1.0.2n-alt0.M80P.1 1512766170 installed Installing rpmhdrcache-0.3-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.50726 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rpmhdrcache-0.3 + echo 'Source #0 (rpmhdrcache-0.3.tar):' Source #0 (rpmhdrcache-0.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rpmhdrcache-0.3.tar + cd rpmhdrcache-0.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.50726 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rpmhdrcache-0.3 + gcc -shared -fPIC -D_GNU_SOURCE -pipe -Wall -g -O2 -march=i586 -mtune=generic -o libqacache.so.0 -Wl,-soname,libqacache.so.0 cache.c -ldb -lcrypto -lsnappy -Wl,-z,defs cache.c: In function 'h_hash': cache.c:92:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *(unsigned *) sha1; ^ cache.c: In function 'cache_get': cache.c:387:33: 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:0: /usr/include/snappy-c.h:120:15: note: expected 'const char *' but argument is of type 'struct cache_ent *' snappy_status snappy_uncompressed_length(const char* compressed, ^ cache.c:396:28: 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:0: /usr/include/snappy-c.h:103:15: note: expected 'const char *' but argument is of type 'struct cache_ent *' snappy_status snappy_uncompress(const char* compressed, ^ cache.c:405:44: 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:0: /usr/include/snappy-c.h:131:15: 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:39: 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:0: /usr/include/snappy-c.h:71:15: note: expected 'char *' but argument is of type 'struct cache_ent *' snappy_status snappy_compress(const char* input, ^ + gcc -shared -fPIC -D_GNU_SOURCE -pipe -Wall -g -O2 -march=i586 -mtune=generic -o rpmhdrcache.so preload.c hdrcache.c -Wl,--no-as-needed -lrpmio -lrpm -Wl,--as-needed -lrpmdb -ldl libqacache.so.0 -Wl,-z,defs + gcc -D_GNU_SOURCE -pipe -Wall -g -O2 -march=i586 -mtune=generic -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92659 + 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 + 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/lib/libqacache.so.0 + ln -s libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/libqacache.so + install -pD -m644 rpmhdrcache.so /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/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) Compressing files in /usr/src/tmp/rpmhdrcache-buildroot (auto) Adjusting library links in /usr/src/tmp/rpmhdrcache-buildroot ./usr/lib: 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) verify-elf: WARNING: ./usr/lib/rpmhdrcache.so: uses non-LFS functions: __xstat lseek verify-elf: WARNING: ./usr/lib/libqacache.so.0: uses non-LFS functions: __fxstat __fxstatat ftruncate mmap open openat readdir Hardlinking identical .pyc and .pyo files Processing files: rpmhdrcache-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B9u2SN find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/rpmhdrcache.so: 4 symbols, 12 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VgBYDw find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) lib.req: WARNING: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/rpmhdrcache.so: overlinked libraries: /usr/lib/librpm-4.0.4.so Provides: rpmhdrcache.so = set:fcK2F9BTi1 Requires: libqacache = 0.3-alt1, ld-linux.so.2 >= set:ihL26, ld-linux.so.2(GLIBC_2.3), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), libqacache.so.0 >= set:gdiBUeJnUn1, librpm-4.0.4.so, librpmdb-4.0.4.so >= set:kjezD, librpmio-4.0.4.so >= 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.vv0sTu Creating rpmhdrcache-debuginfo package Processing files: libqacache-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ERyWQz find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/libqacache.so.0: 5 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Vez19B find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libqacache.so.0 = set:gdhSceKjX5Zl1 Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libcrypto.so.10 >= set:qpan4T, libdb-4.7.so >= set:jhdaAZdUlE1, libsnappy.so.1 >= 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.YL3JvK Creating libqacache-debuginfo package Processing files: libqacache-devel-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.un8bn2 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.ZBlw9v find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libqacache = 0.3-alt1, /usr/lib/libqacache.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xplj88 Processing files: rpmhdrcache-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0pz9OU find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8eorAQ find-requires: running scripts (debuginfo) Provides: debug(rpmhdrcache.so) Requires: rpmhdrcache = 0.3-alt1, debug(ld-linux.so.2), debug(libc.so.6), debug(libdl.so.2), debug(libqacache.so.0), debug(librpm-4.0.4.so), debug(librpmdb-4.0.4.so), debug(librpmio-4.0.4.so) Processing files: libqacache-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XP2qiS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8KFvAS find-requires: running scripts (debuginfo) Provides: debug(libqacache.so.0) Requires: libqacache = 0.3-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.10), debug(libdb-4.7.so), debug(libsnappy.so.1) 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/i586/rpmhdrcache-0.3-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-0.3-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-devel-0.3-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-debuginfo-0.3-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-debuginfo-0.3-alt1.i586.rpm 5.25user 3.03system 0:19.52elapsed 42%CPU (0avgtext+0avgdata 26512maxresident)k 0inputs+0outputs (0major+346589minor)pagefaults 0swaps 9.78user 6.12system 0:27.55elapsed 57%CPU (0avgtext+0avgdata 122272maxresident)k 24inputs+0outputs (0major+604635minor)pagefaults 0swaps --- libqacache-0.3-alt1.i586.rpm.repo 2011-10-04 03:44:38.000000000 +0000 +++ libqacache-0.3-alt1.i586.rpm.hasher 2019-04-07 06:41:30.277728307 +0000 @@ -7,3 +7,3 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypto.so.10 >= set:poan4n +Requires: libcrypto.so.10 >= set:qpan4T Requires: rpmlib(SetVersions) --- libqacache-debuginfo-0.3-alt1.i586.rpm.repo 2011-10-04 03:44:38.000000000 +0000 +++ libqacache-debuginfo-0.3-alt1.i586.rpm.hasher 2019-04-07 06:41:30.326727790 +0000 @@ -2,5 +2,5 @@ /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 -/usr/lib/debug/usr/lib/libqacache.so.debug 120777 libqacache.so.0.debug /usr/src/debug/rpmhdrcache-0.3 40755 /usr/src/debug/rpmhdrcache-0.3/cache.c 100644 +/usr/src/debug/rpmhdrcache-0.3/cache.h 100644 /usr/src/debug/rpmhdrcache-0.3/clean.c 100644 --- rpmhdrcache-0.3-alt1.i586.rpm.repo 2011-10-04 03:44:38.000000000 +0000 +++ rpmhdrcache-0.3-alt1.i586.rpm.hasher 2019-04-07 06:41:30.386727158 +0000 @@ -9,3 +9,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: rpmhdrcache.so = set:gdnhq2QxZ23 +Provides: rpmhdrcache.so = set:fcK2F9BTi1 Provides: rpmhdrcache = 0.3-alt1 --- rpmhdrcache-debuginfo-0.3-alt1.i586.rpm.repo 2011-10-04 03:44:38.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3-alt1.i586.rpm.hasher 2019-04-07 06:41:30.457726410 +0000 @@ -3,2 +3,3 @@ /usr/src/debug/rpmhdrcache-0.3/hdrcache.c 100644 +/usr/src/debug/rpmhdrcache-0.3/hdrcache.h 100644 /usr/src/debug/rpmhdrcache-0.3/preload.c 100644