<86>Jan 6 01:21:36 userdel[15726]: delete user 'rooter' <86>Jan 6 01:21:36 userdel[15726]: removed group 'rooter' owned by 'rooter' <86>Jan 6 01:21:36 userdel[15726]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 6 01:21:36 groupadd[15783]: group added to /etc/group: name=rooter, GID=687 <86>Jan 6 01:21:36 groupadd[15783]: group added to /etc/gshadow: name=rooter <86>Jan 6 01:21:36 groupadd[15783]: new group: name=rooter, GID=687 <86>Jan 6 01:21:36 useradd[15811]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash <86>Jan 6 01:21:36 userdel[15846]: delete user 'builder' <86>Jan 6 01:21:36 userdel[15846]: removed group 'builder' owned by 'builder' <86>Jan 6 01:21:36 userdel[15846]: removed shadow group 'builder' owned by 'builder' <86>Jan 6 01:21:36 groupadd[15884]: group added to /etc/group: name=builder, GID=688 <86>Jan 6 01:21:36 groupadd[15884]: group added to /etc/gshadow: name=builder <86>Jan 6 01:21:36 groupadd[15884]: new group: name=builder, GID=688 <86>Jan 6 01:21:36 useradd[15899]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash <13>Jan 6 01:21:39 rpmi: libcom_err-1.42.13-alt2 1449075846 installed <13>Jan 6 01:21:39 rpmi: libverto-0.2.6-alt1_6 1455633234 installed <13>Jan 6 01:21:39 rpmi: libverto-devel-0.2.6-alt1_6 1455633234 installed <13>Jan 6 01:21:39 rpmi: libcom_err-devel-1.42.13-alt2 1449075846 installed <13>Jan 6 01:21:39 rpmi: libsnappy-1.1.3-alt1 1450962240 installed <13>Jan 6 01:21:39 rpmi: libpopt-devel-1:1.16-alt0.M80P.1 1501000968 installed <13>Jan 6 01:21:39 rpmi: libkeyutils-1.5.10-alt0.M80P.1 1490025499 installed <13>Jan 6 01:21:39 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Jan 6 01:21:39 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <13>Jan 6 01:21:39 rpmi: librpm-devel-4.0.4-alt101.M80P.3 p8.213707.300 1538993801 installed <13>Jan 6 01:21:39 rpmi: libsnappy-devel-1.1.3-alt1 1450962240 installed <13>Jan 6 01:21:39 rpmi: libdb4.7-devel-4.7.25-alt8 1342057780 installed <86>Jan 6 01:21:39 groupadd[25282]: group added to /etc/group: name=_keytab, GID=499 <86>Jan 6 01:21:39 groupadd[25282]: group added to /etc/gshadow: name=_keytab <86>Jan 6 01:21:39 groupadd[25282]: new group: name=_keytab, GID=499 <13>Jan 6 01:21:39 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed <13>Jan 6 01:21:39 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Jan 6 01:21:39 groupadd[25683]: group added to /etc/group: name=sasl, GID=498 <86>Jan 6 01:21:39 groupadd[25683]: group added to /etc/gshadow: name=sasl <86>Jan 6 01:21:39 groupadd[25683]: new group: name=sasl, GID=498 <13>Jan 6 01:21:39 rpmi: libsasl2-3-2.1.26-alt7 1479477445 installed <13>Jan 6 01:21:39 rpmi: libldap-2.4.45-alt1.M80P.1 1513980376 installed <13>Jan 6 01:21:39 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355673 installed <13>Jan 6 01:21:39 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355673 installed <13>Jan 6 01:21:39 rpmi: libssl-devel-1.0.2n-alt0.M80P.1 1512766129 installed Installing rpmhdrcache-0.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53140 + 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.53140 + 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 -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 -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 -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34595 + 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/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) 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-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iDGf4l 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.QtbyzE 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/lib64/rpmhdrcache.so: overlinked libraries: /usr/lib64/librpm-4.0.4.so Provides: rpmhdrcache.so()(64bit) = set:gdnhq2QxZ23 Requires: libqacache = 0.3-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-4.0.4.so()(64bit), librpmdb-4.0.4.so()(64bit) >= set:kjezD, librpmio-4.0.4.so()(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.sgdeQZ 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.AlUbQn 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.g8MXAO 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.10()(64bit) >= set:qpan4T, libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1, libsnappy.so.1()(64bit) >= 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.29fP6h 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.0vyStO 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.MTKCAn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libqacache = 0.3-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.AGtMqZ Processing files: rpmhdrcache-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4SkQ2D find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kieypl find-requires: running scripts (debuginfo) Provides: debug64(rpmhdrcache.so) Requires: rpmhdrcache = 0.3-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libdl.so.2), debug64(libqacache.so.0), debug64(librpm-4.0.4.so), debug64(librpmdb-4.0.4.so), debug64(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.4un2y5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4X4CsS find-requires: running scripts (debuginfo) Provides: debug64(libqacache.so.0) Requires: libqacache = 0.3-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.10), debug64(libdb-4.7.so), debug64(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/x86_64/rpmhdrcache-0.3-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-0.3-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-devel-0.3-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/rpmhdrcache-debuginfo-0.3-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-debuginfo-0.3-alt1.x86_64.rpm 1.98user 1.12system 0:14.82elapsed 21%CPU (0avgtext+0avgdata 33452maxresident)k 0inputs+0outputs (0major+399272minor)pagefaults 0swaps 9.93user 3.65system 0:26.13elapsed 52%CPU (0avgtext+0avgdata 124884maxresident)k 24inputs+0outputs (0major+802838minor)pagefaults 0swaps --- libqacache-0.3-alt1.x86_64.rpm.repo 2011-10-04 03:44:39.000000000 +0000 +++ libqacache-0.3-alt1.x86_64.rpm.hasher 2019-01-06 01:21:55.658030892 +0000 @@ -3,2 +3,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -6,6 +7,6 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypto.so.10()(64bit) >= set:poan4n +Requires: libcrypto.so.10()(64bit) >= set:qpan4T Requires: rpmlib(SetVersions) Requires: libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1 -Requires: libsnappy.so.1()(64bit) >= set:jgGC2Dfs8POQ446 +Requires: libsnappy.so.1()(64bit) >= set:khljlrgnCCwMgsC0 Requires: rtld(GNU_HASH) --- libqacache-debuginfo-0.3-alt1.x86_64.rpm.repo 2011-10-04 03:44:39.000000000 +0000 +++ libqacache-debuginfo-0.3-alt1.x86_64.rpm.hasher 2019-01-06 01:21:55.672030904 +0000 @@ -2,5 +2,5 @@ /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 -/usr/lib/debug/usr/lib64/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.x86_64.rpm.repo 2011-10-04 03:44:39.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3-alt1.x86_64.rpm.hasher 2019-01-06 01:21:55.713030940 +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