<86>Apr 14 01:12:34 userdel[116350]: delete user 'rooter' <86>Apr 14 01:12:34 groupadd[116886]: group added to /etc/group: name=rooter, GID=549 <86>Apr 14 01:12:34 groupadd[116886]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:12:34 groupadd[116886]: new group: name=rooter, GID=549 <86>Apr 14 01:12:34 useradd[117007]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Apr 14 01:12:34 userdel[117306]: delete user 'builder' <86>Apr 14 01:12:34 groupadd[117591]: group added to /etc/group: name=builder, GID=550 <86>Apr 14 01:12:34 groupadd[117591]: group added to /etc/gshadow: name=builder <86>Apr 14 01:12:34 groupadd[117591]: new group: name=builder, GID=550 <86>Apr 14 01:12:34 useradd[117683]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Apr 14 01:12:37 rpmi: libcom_err-1.42.13-alt2 1449075846 installed <13>Apr 14 01:12:37 rpmi: libverto-0.2.6-alt1_6 1455633234 installed <13>Apr 14 01:12:37 rpmi: libverto-devel-0.2.6-alt1_6 1455633234 installed <13>Apr 14 01:12:37 rpmi: libcom_err-devel-1.42.13-alt2 1449075846 installed <13>Apr 14 01:12:37 rpmi: libsnappy-1.1.3-alt1 1450962240 installed <13>Apr 14 01:12:37 rpmi: libpopt-devel-1:1.16-alt0.M80P.1 1501000968 installed <13>Apr 14 01:12:37 rpmi: libkeyutils-1.5.10-alt0.M80P.2 p8+216694.100.6.1 1547827915 installed <13>Apr 14 01:12:37 rpmi: ca-certificates-2016.02.25-alt1 1462368370 installed <13>Apr 14 01:12:37 rpmi: libcrypto10-1.0.2n-alt0.M80P.1 1512766129 installed <13>Apr 14 01:12:37 rpmi: librpm-devel-4.0.4-alt101.M80P.5.2 p8+224974.70.8.1 1553525235 installed <13>Apr 14 01:12:37 rpmi: libsnappy-devel-1.1.3-alt1 1450962240 installed <13>Apr 14 01:12:37 rpmi: libdb4.7-devel-4.7.25-alt8 1342057780 installed <86>Apr 14 01:12:37 groupadd[1734]: group added to /etc/group: name=_keytab, GID=499 <86>Apr 14 01:12:37 groupadd[1734]: group added to /etc/gshadow: name=_keytab <86>Apr 14 01:12:37 groupadd[1734]: new group: name=_keytab, GID=499 <13>Apr 14 01:12:37 rpmi: libkrb5-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 14 01:12:37 rpmi: libssl10-1.0.2n-alt0.M80P.1 1512766129 installed <86>Apr 14 01:12:37 groupadd[1923]: group added to /etc/group: name=sasl, GID=498 <86>Apr 14 01:12:37 groupadd[1923]: group added to /etc/gshadow: name=sasl <86>Apr 14 01:12:37 groupadd[1923]: new group: name=sasl, GID=498 <13>Apr 14 01:12:37 rpmi: libsasl2-3-2.1.26-alt7 1479477445 installed <13>Apr 14 01:12:37 rpmi: libldap-2.4.45-alt1.M80P.1 1513980376 installed <13>Apr 14 01:12:37 rpmi: libkrb5-ldap-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 14 01:12:37 rpmi: libkrb5-devel-1.14.6-alt1.M80P.1 1525355673 installed <13>Apr 14 01:12:37 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.81961 + 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.81961 + 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.57852 + 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.Qs69r8 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.UL6g91 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:fcK2F9BTi1 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.4H5fKY 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.UDBTeY 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.UisUD0 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: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.GwMEA8 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.uJp3qj 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.0a3tcx 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.2KAzRN Processing files: rpmhdrcache-debuginfo-0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s7eQq7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MCJGSt 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.8KRfcT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.waALol 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 2.62user 0.81system 0:17.57elapsed 19%CPU (0avgtext+0avgdata 32532maxresident)k 0inputs+0outputs (0major+397640minor)pagefaults 0swaps 5.99user 2.64system 0:26.21elapsed 32%CPU (0avgtext+0avgdata 124092maxresident)k 0inputs+0outputs (0major+672984minor)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-04-14 01:12:58.502906762 +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,3 +7,3 @@ 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) --- 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-04-14 01:12:58.533907032 +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-0.3-alt1.x86_64.rpm.repo 2011-10-04 03:44:39.000000000 +0000 +++ rpmhdrcache-0.3-alt1.x86_64.rpm.hasher 2019-04-14 01:12:58.617907761 +0000 @@ -9,3 +9,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: rpmhdrcache.so()(64bit) = set:gdnhq2QxZ23 +Provides: rpmhdrcache.so()(64bit) = set:fcK2F9BTi1 Provides: rpmhdrcache = 0.3-alt1 --- 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-04-14 01:12:58.651908057 +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