<86>Feb 14 09:33:50 userdel[120055]: delete user 'rooter' <86>Feb 14 09:33:50 userdel[120055]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 14 09:33:50 groupadd[120085]: group added to /etc/group: name=rooter, GID=609 <86>Feb 14 09:33:50 groupadd[120085]: group added to /etc/gshadow: name=rooter <86>Feb 14 09:33:50 groupadd[120085]: new group: name=rooter, GID=609 <86>Feb 14 09:33:50 useradd[120110]: new user: name=rooter, UID=609, GID=609, home=/root, shell=/bin/bash <86>Feb 14 09:33:50 userdel[120162]: delete user 'builder' <86>Feb 14 09:33:50 userdel[120162]: removed group 'builder' owned by 'builder' <86>Feb 14 09:33:50 userdel[120162]: removed shadow group 'builder' owned by 'builder' <86>Feb 14 09:33:50 groupadd[120180]: group added to /etc/group: name=builder, GID=610 <86>Feb 14 09:33:50 groupadd[120180]: group added to /etc/gshadow: name=builder <86>Feb 14 09:33:50 groupadd[120180]: new group: name=builder, GID=610 <86>Feb 14 09:33:50 useradd[120203]: new user: name=builder, UID=610, GID=610, home=/usr/src, shell=/bin/bash <13>Feb 14 09:33:53 rpmi: libsnappy-1.1.3-alt1 1450962245 installed <13>Feb 14 09:33:53 rpmi: libpopt-devel-1:1.16-alt1 1500322986 installed <13>Feb 14 09:33:53 rpmi: libtasn1-4.13-alt2 1521133850 installed <13>Feb 14 09:33:53 rpmi: libp11-kit-0.23.9-alt5 1525798298 installed <13>Feb 14 09:33:53 rpmi: rpm-macros-alternatives-0.5.0-alt1 sisyphus.219012.300 1546745004 installed <13>Feb 14 09:33:53 rpmi: alternatives-0.5.0-alt1 sisyphus.219012.300 1546745004 installed <13>Feb 14 09:33:53 rpmi: ca-certificates-2019.02.01-alt1 sisyphus+220384.200.1.1 1549032756 installed <13>Feb 14 09:33:53 rpmi: ca-trust-0.1.1-alt2 1515595785 installed <13>Feb 14 09:33:53 rpmi: p11-kit-trust-0.23.9-alt5 1525798298 installed <13>Feb 14 09:33:54 rpmi: libcrypto1.1-1.1.0j-alt1 sisyphus.216647.100 1542743878 installed <13>Feb 14 09:33:54 rpmi: libssl1.1-1.1.0j-alt1 sisyphus.216647.100 1542743878 installed <13>Feb 14 09:33:54 rpmi: libssl-devel-1.1.0j-alt1 sisyphus.216647.100 1542743878 installed <13>Feb 14 09:33:54 rpmi: librpm-devel-4.13.0.1-alt6 sisyphus+221238.100.2.1 1549923123 installed <13>Feb 14 09:33:54 rpmi: libsnappy-devel-1.1.3-alt1 1450962245 installed <13>Feb 14 09:33:54 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/rpmhdrcache-0.3.1-alt1.nosrc.rpm Installing rpmhdrcache-0.3.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80776 + 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.80776 + 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 -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 '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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65533 + 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/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) 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/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.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oYrGCL 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.1eU9wC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: rpmhdrcache.so = set:fcK2F9DOf1 Requires: libqacache = 0.3.1-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.so.7 >= set:mjsAnlj8cN75rO0, librpmio.so.7 >= 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.bCRduK 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.VczEOW 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.KjwVVs 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.1.1 >= set:poan4n, libcrypto.so.1.1(OPENSSL_1_1_0), 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.iFNu8b 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.Ru0nYb 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.4v3rhz 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/lib/libqacache.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ICshhb 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.BETkc4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YUa9h7 find-requires: running scripts (debuginfo) Provides: debug(rpmhdrcache.so) Requires: rpmhdrcache = 0.3.1-alt1, debug(ld-linux.so.2), debug(libc.so.6), debug(libdl.so.2), debug(libqacache.so.0), debug(librpm.so.7), debug(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.KNXGWu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1dwA48 find-requires: running scripts (debuginfo) Provides: debug(libqacache.so.0) Requires: libqacache = 0.3.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.1.1), 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.1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-0.3.1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-devel-0.3.1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libqacache-debuginfo-0.3.1-alt1.i586.rpm 5.26user 1.24system 0:18.22elapsed 35%CPU (0avgtext+0avgdata 29648maxresident)k 0inputs+0outputs (0major+439161minor)pagefaults 0swaps 15.19user 4.18system 0:32.72elapsed 59%CPU (0avgtext+0avgdata 121640maxresident)k 24inputs+0outputs (0major+941515minor)pagefaults 0swaps --- libqacache-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-0.3.1-alt1.i586.rpm.hasher 2019-02-14 09:34:16.264082284 +0000 @@ -15,2 +15,2 @@ Provides: libqacache.so.0 = set:gdhSceKjX5Zl1 -Provides: libqacache = 0.3.1-alt1:sisyphus+220373.100.1.1 +Provides: libqacache = 0.3.1-alt1 --- libqacache-debuginfo-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-debuginfo-0.3.1-alt1.i586.rpm.hasher 2019-02-14 09:34:16.291082019 +0000 @@ -6,2 +6,3 @@ /usr/src/debug/rpmhdrcache-0.3.1/clean.c 100644 +Requires: libqacache = 0.3.1-alt1 Requires: /usr/lib/debug/lib/ld-linux.so.2.debug @@ -11,5 +12,4 @@ Requires: debug(libsnappy.so.1) -Requires: libqacache = 0.3.1-alt1:sisyphus+220373.100.1.1 Requires: rpmlib(PayloadIsLzma) Provides: debug(libqacache.so.0) -Provides: libqacache-debuginfo = 0.3.1-alt1:sisyphus+220373.100.1.1 +Provides: libqacache-debuginfo = 0.3.1-alt1 --- libqacache-devel-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-devel-0.3.1-alt1.i586.rpm.hasher 2019-02-14 09:34:16.304081891 +0000 @@ -3,4 +3,4 @@ /usr/lib/libqacache.so 120777 libqacache.so.0 -Requires: libqacache = 0.3.1-alt1:sisyphus+220373.100.1.1 +Requires: libqacache = 0.3.1-alt1 Requires: rpmlib(PayloadIsLzma) -Provides: libqacache-devel = 0.3.1-alt1:sisyphus+220373.100.1.1 +Provides: libqacache-devel = 0.3.1-alt1 --- rpmhdrcache-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-0.3.1-alt1.i586.rpm.hasher 2019-02-14 09:34:16.316081773 +0000 @@ -1,2 +1,3 @@ /usr/lib/rpmhdrcache.so 100644 +Requires: libqacache = 0.3.1-alt1 Requires: ld-linux.so.2 >= set:ihL26 @@ -6,5 +7,4 @@ Requires: librpmio.so.7 >= set:lkz1N -Requires: libqacache = 0.3.1-alt1:sisyphus+220373.100.1.1 Requires: rpmlib(PayloadIsLzma) Provides: rpmhdrcache.so = set:fcK2F9DOf1 -Provides: rpmhdrcache = 0.3.1-alt1:sisyphus+220373.100.1.1 +Provides: rpmhdrcache = 0.3.1-alt1 --- rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm.hasher 2019-02-14 09:34:16.328081656 +0000 @@ -5,2 +5,3 @@ /usr/src/debug/rpmhdrcache-0.3.1/preload.c 100644 +Requires: rpmhdrcache = 0.3.1-alt1 Requires: debug(ld-linux.so.2) @@ -9,6 +10,5 @@ Requires: debug(librpmio.so.7) -Requires: rpmhdrcache = 0.3.1-alt1:sisyphus+220373.100.1.1 -Requires: libqacache-debuginfo = 0.3.1-alt1:sisyphus+220373.100.1.1 +Requires: libqacache-debuginfo = 0.3.1-alt1 Requires: rpmlib(PayloadIsLzma) Provides: debug(rpmhdrcache.so) -Provides: rpmhdrcache-debuginfo = 0.3.1-alt1:sisyphus+220373.100.1.1 +Provides: rpmhdrcache-debuginfo = 0.3.1-alt1