<86>Feb 24 06:41:04 userdel[54662]: delete user 'rooter' <86>Feb 24 06:41:04 userdel[54662]: removed group 'rooter' owned by 'rooter' <86>Feb 24 06:41:04 userdel[54662]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 24 06:41:04 groupadd[54672]: group added to /etc/group: name=rooter, GID=549 <86>Feb 24 06:41:04 groupadd[54672]: group added to /etc/gshadow: name=rooter <86>Feb 24 06:41:04 groupadd[54672]: new group: name=rooter, GID=549 <86>Feb 24 06:41:04 useradd[54682]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Feb 24 06:41:04 userdel[54695]: delete user 'builder' <86>Feb 24 06:41:04 userdel[54695]: removed group 'builder' owned by 'builder' <86>Feb 24 06:41:04 userdel[54695]: removed shadow group 'builder' owned by 'builder' <86>Feb 24 06:41:04 groupadd[54703]: group added to /etc/group: name=builder, GID=550 <86>Feb 24 06:41:04 groupadd[54703]: group added to /etc/gshadow: name=builder <86>Feb 24 06:41:04 groupadd[54703]: new group: name=builder, GID=550 <86>Feb 24 06:41:04 useradd[54708]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Feb 24 06:41:07 rpmi: libcom_err-1.42.13-alt2 1449075923 installed <13>Feb 24 06:41:07 rpmi: libverto-0.2.6-alt1_6 1455633232 installed <13>Feb 24 06:41:07 rpmi: libverto-devel-0.2.6-alt1_6 1455633232 installed <13>Feb 24 06:41:07 rpmi: libcom_err-devel-1.42.13-alt2 1449075923 installed <13>Feb 24 06:41:07 rpmi: libsnappy-1.1.3-alt1 1450962245 installed <13>Feb 24 06:41:07 rpmi: libpopt-devel-1:1.16-alt0.M80P.1 1501000971 installed <13>Feb 24 06:41:07 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Feb 24 06:41:07 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Feb 24 06:41:07 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766170 installed <13>Feb 24 06:41:07 rpmi: librpm-devel-4.0.4-alt101.M80P.4 p8+221431.400.2.1 1550128515 installed <13>Feb 24 06:41:07 rpmi: libsnappy-devel-1.1.3-alt1 1450962245 installed <13>Feb 24 06:41:07 rpmi: libdb4.7-devel-4.7.25-alt8 1342057804 installed <86>Feb 24 06:41:07 groupadd[58098]: group added to /etc/group: name=_keytab, GID=499 <86>Feb 24 06:41:07 groupadd[58098]: group added to /etc/gshadow: name=_keytab <86>Feb 24 06:41:07 groupadd[58098]: new group: name=_keytab, GID=499 <13>Feb 24 06:41:07 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355764 installed <13>Feb 24 06:41:07 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766170 installed <86>Feb 24 06:41:07 groupadd[58331]: group added to /etc/group: name=sasl, GID=498 <86>Feb 24 06:41:07 groupadd[58331]: group added to /etc/gshadow: name=sasl <86>Feb 24 06:41:07 groupadd[58331]: new group: name=sasl, GID=498 <13>Feb 24 06:41:07 rpmi: libsasl2-3-2.1.26-alt7 1479477448 installed <13>Feb 24 06:41:07 rpmi: libldap-2.4.45-alt1.M80P.1 1513980437 installed <13>Feb 24 06:41:07 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355764 installed <13>Feb 24 06:41:07 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355764 installed <13>Feb 24 06:41:07 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.11460 + 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.11460 + 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.61032 + 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.tGJTih 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.yQM81h 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:gdnhq2QxZ23 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.auMwsn 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.36izwx 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.j0TG8P 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:khljlrgnCCwMgsC0, 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.G16WH9 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.aJD5sx 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.J5lZK0 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.xUazNy Processing files: rpmhdrcache-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EfByAb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gib1tQ 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.3CecYA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dJ3vlq 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 2.41user 0.98system 0:15.01elapsed 22%CPU (0avgtext+0avgdata 26444maxresident)k 0inputs+0outputs (0major+344617minor)pagefaults 0swaps 13.29user 4.01system 0:29.73elapsed 58%CPU (0avgtext+0avgdata 125228maxresident)k 24inputs+0outputs (0major+730427minor)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-02-24 06:41:24.101851774 +0000 @@ -7,6 +7,6 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypto.so.10 >= set:poan4n +Requires: libcrypto.so.10 >= set:qpan4T Requires: rpmlib(SetVersions) Requires: libdb-4.7.so >= set:jhdaAZdUlE1 -Requires: libsnappy.so.1 >= set:jgGC2Dfs8POQ446 +Requires: libsnappy.so.1 >= set:khljlrgnCCwMgsC0 Requires: rtld(GNU_HASH) --- 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-02-24 06:41:24.130851846 +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-debuginfo-0.3-alt1.i586.rpm.repo 2011-10-04 03:44:38.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3-alt1.i586.rpm.hasher 2019-02-24 06:41:24.230852094 +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